awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesNative File System Access

Capabilities for reading and writing files directly to the local device storage via browser APIs.

Distinct from File System Access: Focuses on web-to-native file system bridging rather than generic OS file access.

Explore 3 awesome GitHub repositories matching data & databases · Native File System Access. Refine with filters or upvote what's useful.

Awesome Native File System Access GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • luruke/browser-2020luruke 的头像

    luruke/browser-2020

    7,979在 GitHub 上查看↗

    This project is a comprehensive reference guide and directory of web browser capabilities. It serves as a technical map for accessing native operating system functions, hardware interfaces, and standard web APIs to bridge the gap between web applications and desktop or mobile environments. The resource provides detailed guidance on implementing Progressive Web App features, including offline caching, push notifications, and native installation prompts. It also catalogs methods for interacting with hardware peripherals via USB, Bluetooth, and NFC, as well as reading raw data from device sensor

    Provides a map for interacting with the native file system from a web application.

    在 GitHub 上查看↗7,979
  • trazyn/wewechattrazyn 的头像

    trazyn/weweChat

    5,703在 GitHub 上查看↗

    weweChat 是一个非官方的微信桌面客户端,作为跨平台消息包装器开发。它在 Electron 外壳中使用基于 React 的用户界面,为在桌面操作系统上管理对话提供了一个专用环境。 该应用引入了官方客户端中没有的自定义功能,例如拦截并归档发送者撤回的消息。它还包括批量消息自动化功能,可同时向多个收件人发送同一消息。 该客户端专为高级用户工作流设计,具有用于切换会话和发起对话的键盘驱动导航功能。它还通过批量文件传输和图像/文件剪贴板集成支持增强的媒体处理。 该软件包含一个自动更新系统,以确保安装最新版本。

    Integrates system-level clipboard listeners to enable pasting images and files directly into conversations.

    JavaScriptchatclientdesktop
    在 GitHub 上查看↗5,703
  • devhyper/open-video-editordevhyper 的头像

    devhyper/open-video-editor

    601在 GitHub 上查看↗

    Open Video Editor 是一款专注于隐私保护的实用工具,专为本地视频转码、编辑和优化而设计。通过在用户设备上直接执行所有操作,该应用确保敏感媒体文件绝不会传输到外部服务器。 该软件利用基于浏览器的技术进行高性能媒体处理。它使用 WebAssembly 在沙盒环境中运行编译后的二进制文件,将密集的解码和编码任务卸载到后台线程,以保持界面的响应速度。该应用通过流式管道处理媒体,以数据块的形式处理数据,从而在保持低内存占用的同时高效处理大文件。 该工具提供了一系列修改视频内容的功能,包括片段修剪、分辨率调整、帧缩放和方向校正。它还支持视觉美化调整,例如为视频添加灰度滤镜。所有文件交互均通过直接访问本地存储进行,确保数据在整个编辑过程中保持安全。

    Reads and writes media files directly from local storage using browser APIs to ensure data privacy.

    Kotlinandroidvideo-editing
    在 GitHub 上查看↗601
  1. Home
  2. Data & Databases
  3. Native File System Access

探索子标签

  • System Clipboard IntegrationsIntegrations that allow the application to interact with the native system clipboard for media and files. **Distinct from Native File System Access:** Distinct from Native File System Access: focuses specifically on the clipboard exchange rather than direct disk I/O.