Build a persistent, collaborative workforce of AI agents for an organization.
Project overview
Clawith gives each agent a persistent identity, long-term memory, private workspace, and autonomous triggers, then connects agents through an organization chart, messaging channels, and a shared knowledge feed. Teams also get role-based access, approvals, quotas, and audit logs. The platform can be self-hosted or used as a cloud service, but local deployment does not run models and still requires external LLM APIs.
Run a private skill registry with publishing, versioning, search, RBAC, and audit trails.
Project overview
SkillHub gives organizations a self-hosted place to publish, discover, install, and manage reusable agent skills. Packages can use semantic versions and release tags, while team namespaces define membership, roles, visibility, and publishing policies. Review gates and audit logs support governed internal sharing behind an organization's firewall.
Monitor and manage Mihomo traffic, proxy groups, connections, and profiles.
Project overview
MetaCubeXD provides a visual control surface for Mihomo, with live traffic statistics, latency testing for proxy groups, connection management, searchable rules, and streaming logs. It can run as a browser panel connected to an existing remote kernel, a desktop app that supervises a bundled Mihomo, or an all-in-one server for a router, NAS, or VPS. Bundled modes also add profile editing, validation, and activation. Desktop TUN routing requires a privileged helper, and a server exposed beyond a trusted LAN needs separate network controls or an authenticated reverse proxy.
Mirror and control Android devices through a desktop interface.
Project overview
Scrcpy GUI wraps scrcpy in a desktop interface for displaying and controlling Android devices over USB or TCP/IP. It can use the computer’s keyboard and mouse, share clipboard content, capture screenshots or recordings, adjust streaming settings, and show multiple connected devices. The Android device must run at least Android 5.0 with ADB debugging enabled, and scrcpy itself must be installed and available in the environment. Some devices require an additional setting before input control works.
Keep any website or video floating above your other apps.
Project overview
Pennywise opens web pages and media in a small always-on-top window that can be resized, repositioned, and made partially transparent. A detached mode lets pointer interactions pass through to the window underneath, which is useful for tutorials, dashboards, reference pages, or videos while working. Builds are available for macOS, Windows, and Linux, but the project is no longer maintained, so users should verify compatibility with current operating systems and websites before relying on it.
Use Matrix messaging through a clean web client you can self-host.
Project overview
Cinny is a web client for the Matrix communication network. Users can open the hosted application or self-host the static build on a web server, Docker container, or container registry image. Administrators can configure default homeservers and explore pages, and must set up routing so direct application URLs resolve correctly. This repository focuses on the browser application; downloadable native desktop builds are maintained in the separate cinny-desktop project.
Manage people, customers, projects, time, and finances in one open platform.
Project overview
Ever Gauzy combines ERP, CRM, HR management, applicant tracking, project work, time and activity tracking, sales, invoicing, and related business operations in one business management platform. Users can run an all-in-one desktop app with the interface, API, and a local database, or deploy the server edition with PostgreSQL; Docker Compose and Kubernetes options are also documented for self-hosting. The hosted SaaS is marked as alpha/testing, so it should be evaluated cautiously before operational use.
Inspect Claude Code sessions, tool calls, subagents, and context usage in a visual UI.
Project overview
claude-devtools reads the Claude Code logs and transcripts already stored under `~/.claude/` and reconstructs file reads, searches, edits, tool inputs and outputs, subagent execution trees, and per-turn token attribution. It helps you investigate what an agent actually did and why context usage grew without rerunning the original task.
Upload, organize, and sync images across multiple hosting and cloud storage services.
Project overview
PicList extends PicGo with cloud file management for S3-compatible storage, Aliyun OSS, Tencent COS, GitHub, WebDAV, SFTP, and other providers. It can browse, search, delete, and batch-rename remote files, sync configuration and gallery data across devices, and process images with compression, watermarks, resizing, rotation, and format conversion. It also integrates with Typora, Obsidian, and most existing PicGo plugins.
Upload images or files and copy ready-to-paste links automatically.
Project overview
uPic is a macOS client for sending images and files to a configured hosting service or object store. Upload from Finder, the clipboard, a screenshot, drag and drop, the Share extension, or the command line, then receive a URL, HTML snippet, or Markdown link on the clipboard. It supports several providers plus custom upload APIs. The project notes that only the App Store build is current, while other installation channels remain on an older release.
Manage databases and let AI agents query them from one desktop app.
Project overview
Tabularis combines connection management, SQL editing, data browsing, notebooks, and visual execution plans in a cross-platform desktop workspace. PostgreSQL, MySQL/MariaDB, and SQLite are built in, with plugins for additional data sources. Its MCP server lets supported coding agents inspect schemas and run queries, though users needing dozens of drivers may prefer a broader database client.
Use Google Assistant from a Windows, macOS, or Linux desktop.
Project overview
This unofficial desktop client brings Google Assistant to Windows, macOS, and Linux through the Google Assistant SDK, with release installers and common package-manager options. Before it can work, users must complete device registration and authentication to obtain a key file and token. The application remains under development and is not an official Google client.
Search, preview, and download music and playlists across multiple platforms.
Project overview
Go Music DL brings multi-platform song, playlist, and album search into one interface, with playback, downloads, batch actions, source replacement, and local library management. It can run as a web app, terminal interface, desktop app, or mobile build. Some personal playlists and higher-quality sources require platform cookies, while metadata embedding and related enhancements may depend on FFmpeg.
Design React interfaces visually and generate ordinary JSX and CSS files.
Project overview
Pagedraw is a visual UI builder for React that works more like Sketch or Figma than a conventional code editor. It stores the design in a Pagedraw document, generates JSX and CSS into the project, and updates a local React app as you edit. The generated files remain regular source code if you later remove Pagedraw. Development has stopped and the maintainers explicitly advise against production use, so it is mainly useful for experimentation, study, or a fork.
Manage SSH, SFTP, and multiple terminal sessions in one workspace.
Project overview
Organize remote hosts, restore sessions, split terminals, and transfer or edit files through a dual-pane SFTP browser on macOS, Windows, or Linux. The built-in Catty Agent can run diagnostics and coordinate multi-host operations from natural-language requests. Netcatty connects to remote or local shells through SSH and related protocols; it is not a shell replacement.
Browse decentralized LBRY content and use its accompanying wallet.
Project overview
LBRY Desktop bundles the protocol daemon with a graphical browser and wallet for the LBRY decentralized content marketplace. Installers are provided for Windows, macOS, and Debian-based Linux, and the installed application connects to the LBRY network for browsing content and using the accompanying wallet.
Download Bilibili videos, multipart episodes, subtitles, covers, and danmaku on desktop.
Project overview
BilibiliVideoDownload is a desktop downloader for Windows, macOS, and Linux that handles regular videos, series, multipart content, and movies that do not require an extra purchase. It can also save covers, subtitles, and danmaku. Available resolution depends on authentication: up to 480p without login, 1080p for a standard account, and up to 8K for eligible premium accounts. Paid and region-restricted videos are unsupported, and bundled FFmpeg makes the installer relatively large.
View and pivot large CSV, Parquet, and database files on the desktop
Project overview
Tad is a desktop application for opening and analyzing CSV, Parquet, SQLite, and DuckDB data sets. Its hierarchical pivot table supports filtering, aggregation, sorting, column selection, ordering, and basic formatting, while DuckDB generates the analytical queries behind the interface. It can be launched with a file path from the command line and uses SlickGrid to keep scrolling responsive on very large files.