Share only a selected screen region in apps such as Teams.
Project overview
Share a precise part of your Windows screen even when a meeting app only supports whole-window sharing. The tool opens a transparent, click-through capture frame and a separate rendering window; resize or move the frame, then select the rendering window in Teams or another conferencing app. A Windows executable is available from releases, while source builds and command-line options let users preset coordinates, dimensions, display scaling behavior, and maximum capture frame rate.
Run online OneNote in a dedicated desktop app with isolated account tabs.
Project overview
P3X OneNote places the online OneNote experience in a dedicated desktop process instead of a permanent browser tab. It supports system-tray operation and multiple isolated tabs for personal or corporate Microsoft accounts, with per-tab labels, ordering, pinning, and zoom settings. The application remains a wrapper around Microsoft's online service, so it is not a separate offline note database.
Manage local libraries and stream high-resolution music across platforms.
Project overview
Simple Music Player New Gen combines a local music library with online search and streaming on Windows, macOS, Android, and iOS. It handles formats including FLAC and DSD, imports playlists, displays synchronized lyrics, and offers queue, metadata, listening-statistics, and remote-control features. Online downloads are capped at 50 songs per day. The iOS build must be sideloaded, and installations signed with a free Apple ID expire after seven days.
Read saved wallabag articles offline and keep them synced across devices.
Project overview
Frigoligo is a cross-platform wallabag client for reading and synchronizing saved articles on Android, iOS, macOS, Linux, and Windows. Its offline-first design keeps reading available without a network connection and synchronizes changes when possible. Deep links and operating-system integrations let external workflows open a particular article, save a new URL, or navigate to app actions. Deep-link support is available on every listed platform except Linux. The app is a client rather than a standalone read-later service, so it requires access to a wallabag server.
Create mind maps and lightweight diagrams on Linux or Windows.
Project overview
Heimer is a desktop editor for mind maps and other lightweight diagrams on Linux and Windows. It lets you add node text and edge labels, arrange the canvas with a grid and automatic layout, and work with autosave, undo, redo, and zoom controls. Projects are stored in an XML-based ALZ format and can be exported as PNG or SVG, with packaged downloads available for common Linux formats and Windows.
Search, play, and download music from configurable sources across web and desktop.
Project overview
Radishes is a cross-platform music application with web and Electron editions. It supports searching artists, albums, playlists, and tracks, browsing recommendations and charts, playing synchronized lyrics, and downloading from configurable music sources and quality settings. The desktop edition also handles local music, ID3 metadata, download progress, and floating lyrics. Existing desktop releases are early builds, and feature availability differs across web, desktop, and mobile variants.
Browse, search, and organize images and videos produced by AI generation tools.
Project overview
Infinite Image Browsing helps people manage large folders of AI-generated images and videos from tools such as Stable Diffusion WebUI, Fooocus, NovelAI, and StableSwarmUI. It indexes generation metadata for tag, filename, and advanced search, while also providing previews, file operations, comparisons, statistics, and bulk downloads. It can run as a desktop app, a standalone Python service, or a WebUI extension. Semantic clustering and natural-language search require an OpenAI-compatible embedding and chat provider plus additional Python dependencies.
Manage, search, and read ProtonMail messages offline from an unofficial desktop client.
Project overview
ElectronMail is an unofficial ProtonMail desktop client for Linux, macOS, and Windows. It supports multiple accounts, full-text search across message bodies, native notifications, per-account proxy settings, and export to EML or JSON. When its local store is enabled, message bodies are kept in an encrypted database for offline reading and search. Attachments are not stored for offline use, and several filtering or batch operations depend on the local-store feature.
Chat with Ollama or OpenAI servers from a browser-based local interface.
Project overview
Hollama is a browser-based LLM chat client that can connect to multiple Ollama and OpenAI servers. It supports text, vision, and reasoning models, customizable system prompts, and advanced Ollama settings. Conversations are stored locally in the browser and can be imported or exported; desktop releases and Docker self-hosting are also available.
Use local models, cloud APIs, and personal knowledge bases from one AI assistant.
Project overview
AingDesk is a desktop and server AI assistant that brings local models, mainstream model APIs, and local knowledge bases into one interface. Users can build agents, search the web, connect MCP services, and share configured assistants for others to use. Desktop releases are available for macOS and Windows, while the server edition can run with Docker; users still need to install local models or configure the relevant provider credentials.
Manage Kubernetes port forwards with automatic reconnection and reverse tunnels.
Project overview
kftray provides both a system-tray desktop app and a terminal UI for managing many Kubernetes port forwards from shared configuration. It watches pod changes and reconnects after restarts or network interruptions, supports TCP and relay-based UDP forwarding, and can expose local services through a cluster. Optional HTTP inspection is useful for debugging but can capture sensitive request data.
Scan and manage the local Skills actually loaded by Codex, Claude Code, and Gemini CLI.
Project overview
Skill-kits is a local-first, single-binary workspace for inspecting and managing the Skills that Codex, Claude Code, Gemini CLI, and custom agents actually read. Its shared GUI and CLI distinguish global and project Skill directories, plugin caches, managed copies, and read-only sources, then support enablement, deployment, removal, and drift handling. It can also expose the runtime capabilities bundled by Codex plugins. The current setup is macOS-first and is installed from source with Cargo.
Translate selected text by hotkey, then use OCR and speech from the desktop.
Project overview
QTranslate is an extensible desktop translation application built around a quick select-and-press workflow: highlight text in any app, press Ctrl+Q, and view the translation without opening a browser. Its main window also handles longer text, engine switching, screenshot OCR, text-to-speech, spell checking, dictionaries, and history. Translation and language services are delivered as runtime-installable JAR plugins, so individual providers can be replaced independently. Java 11 or later is required, and some bundled services need user-supplied API credentials.
Monitor AI coding sessions and jump back to the exact workspace on macOS.
Project overview
cctop is a keyboard-first macOS menu bar app that consolidates session status from tools such as Claude Code, Codex, OpenCode, and pi. It shows which sessions are active, idle, finished, or waiting for input, then jumps to the most specific available target: a terminal pane, editor window, desktop thread, or project. Each coding tool must first be connected through its plugin or event hooks. Session state is stored locally as small JSON files, with no analytics, telemetry, or session uploads.
Automatically keep a selected person framed with smooth multi-camera PTZ tracking.
Project overview
AutoPTZ is a cross-platform desktop app that detects people in camera feeds and drives pan, tilt, and zoom controls to keep a selected subject framed. Users click a person to lock the target, while optional face recognition and appearance re-identification can recover identity after occlusion. It supports multiple cameras and PTZ backends including VISCA over USB or IP, ONVIF, and NDI. Tracking features require the appropriate models; when they are unavailable, affected controls are disabled while live preview remains available where possible.
Chat across devices, make calls, and bring multiple AI assistants into conversations.
Project overview
JiwuChat combines direct and group messaging, media and file transfer, multi-device synchronization, WebRTC audio and video calls, and screen sharing in a lightweight cross-platform client. AI assistants from providers such as DeepSeek, Kimi, and Gemini can participate in private or group conversations. A public web experience is available, while users who need their own service can deploy the separate jiwu-chat-core backend with Docker. On macOS, the downloaded package may require manually clearing quarantine because of signing-related warnings.
Mount OneDrive as an on-demand native filesystem on Linux.
Project overview
onedriver gives Linux computers direct filesystem access to Microsoft OneDrive without downloading the whole account in advance. Files are fetched only when an application opens them, remote changes appear in the mounted view, and local edits are written back to OneDrive. Users can add multiple accounts through a desktop launcher or mount them from the command line. It is designed mainly for convenient desktop use rather than behaving like a traditional full-sync client.
Apply system-wide parametric EQ and audio profiles on Windows.
Project overview
Peace Equalizer APO is a community-maintained graphical interface for Equalizer APO on Windows 10 and 11. It applies system-wide parametric equalization to games, music, video, and calls, with preamp and bass controls, headphone calibration, presets, VST support, and a real-time response graph. It is not an official release from the original Peace or Equalizer APO developers, and Equalizer APO must be installed first from a trusted source.