alikon-art/DeterminFlow

DeterminFlow is an open‑source, AGPL‑licensed framework for building, running, and monitoring production‑grade AI workflows. It breaks complex pipelines into isolated LLM‑Agent nodes, scripts, API calls and human approvals, providing versioning, checkpoint‑based recovery, per‑node token accounting, and a visual editor. The tool is aimed at content generation, data‑centric AI pipelines, and enterprise automation, and can be installed via desktop binaries, run from source, or deployed with Docker.

zeraix/zeraix

Zeraix is an open‑source desktop app that lets you run local LLMs (GGUF models) on macOS or Windows, chat with them, and have them read/edit files, run terminal commands, and manage multi‑step “Skills”. It includes a Rust agent runtime, a media library, plug‑in support, optional QEMU sandboxing, and can also connect to cloud models. Installers are provided; the project is licensed Apache‑2.0 and backed by a Discord community.

ptnghia-j/ChordMiniApp

An open-source music analysis tool that provides automatic chord recognition, beat tracking, and melody transcription with interactive visualizers.

papersgpt/papersgpt-for-zotero

PapersGPT is a native‑C++ Zotero plug‑in that indexes thousands of PDFs locally and lets you chat with them using a local LLM. It promises millisecond‑scale retrieval, cross‑document synthesis, and full offline privacy, with features like AutoPilot batch processing and integration as a “skill” for other AI agents.

oisee/vibing-steampunk

Vibing Steampunk (vsp) is a Go CLI that bridges SAP’s ADT APIs (via RFC or HTTPS) to let AI assistants and developers read, write, debug, and analyse ABAP code and data—without installing anything on the SAP server. It supports full debugging (breakpoints, stepping, variable inspection/modification), AMDP debugging, dump analysis, job/spool handling, documentation extraction, and SAP‑cluster table decoding, and is testable offline via recorded ADT sessions.

rahilp/second-brain-cloudflare

Second Brain is a Cloudflare‑Workers‑based personal and team memory service that stores notes, decisions, and other context for AI assistants. It provides semantic recall via vector search, personal + shared layers, prompt‑capsule support, and integrates with many tools (Claude, ChatGPT, CLI, browser extension, Obsidian, Notion, iOS shortcuts). Deployable via a one‑click Cloudflare button, a desktop app, or manual CLI, it runs in the user’s own Cloudflare account, keeping data private. Licensed MIT.

pymss-project/pymss-studio

A desktop workspace for music source separation that provides a GUI for model management, batch processing, and stem editing using the pymss engine.

xenodium/agent-shell

Emacs Agent Shell is an Emacs package that provides a native REPL‑style buffer for interacting with any LLM coding assistant that implements the Agent Client Protocol (ACP). It launches the provider’s CLI (Claude, Codex, Gemini, etc.) in ACP mode, handles authentication, environment setup, and even image/screenshot input, letting developers chat with AI agents directly inside Emacs.

ogulcancelik/pi-extensions

A set of npm‑based plug‑ins that extend the terminal‑based coding assistant *Pi* with UI footers, session search, auto‑permissions, sub‑agents, worktree handling and other utilities.

NVIDIA-NeMo/RL

NeMo RL is NVIDIA’s open‑source library for scalable reinforcement‑learning fine‑tuning of large language and vision‑language models. It supports a range of RL algorithms (GRPO, DAPO, GDPO, etc.), works with both PyTorch DTensor and Megatron Core backends, and offers high‑performance generation via vLLM or Megatron inference. Ready‑to‑run Docker containers, Ray‑based distributed training, and extensive YAML recipes make it suitable for quick prototyping up to multi‑node, multi‑GPU production runs.

collabora/WhisperLive

A real-time transcription application that uses OpenAI's Whisper model to convert live speech input from microphones or streams into text with minimal latency.

chrxh/alien

ALIEN is a CUDA‑based 2‑D artificial‑life simulator where particles form soft‑body organisms controlled by neural networks. It offers real‑time GPU physics, a visual editor, genome‑based evolution, networking for sharing simulations, and a command‑line mode for headless runs. Built with CMake/Ninja, it runs on NVIDIA GPUs (or AMD via ROCm) and is licensed under BSD‑3.

joewongjc/type4me

Type4Me is a macOS‑only voice input app that combines local and cloud speech‑recognition with LLM‑powered text processing. It offers eight built‑in modes (raw dictation, intelligent polishing, translation, AI Q&A, macOS control, prompt generation, task execution, etc.), customizable hotkeys, vocabulary management, history logging, and an URL‑scheme for automation.

xiaods/k8e

K8E is an open‑source, single‑binary sandbox platform that lets AI agents run untrusted code securely on any Linux host. It supports gVisor, Kata, or Firecracker isolation, provides per‑session eBPF network policies, warm‑pool pods for sub‑500 ms start‑up, and an E2B‑compatible API accessed via the `k8e-sandbox-cli` tool.

autonomous-ai/autonomous-computer

Open‑source hardware designs for building personal AI computers with multiple high‑end GPUs, enabling on‑premise inference, data privacy and zero‑per‑token costs.

smacke/ffsubsync

A language-agnostic tool that automatically synchronizes subtitles with video or audio files using voice activity detection and FFT-based alignment.

intel/compute-runtime

Intel’s open‑source *Compute Runtime* (NEO) implements the oneAPI Level Zero and OpenCL compute APIs for Intel integrated GPUs (HD Graphics, Xe). It provides a monthly‑released driver, supports a broad list of current and legacy Intel GPU platforms, and is installed via Linux packages or manual .deb files. Applications link through the standard Level Zero or OpenCL ICD loaders; the runtime itself is built on GmmLib and the Intel Graphics Compiler. Licensed under MIT, the project welcomes contributions via pull requests.

akdeb/ElatoAI

A framework for deploying real-time voice AI models on ESP32 devices, enabling low-latency speech-to-speech conversations via edge functions.

TypeTale/TypeTale

TypeTale (字字动画) is a Windows‑only AIGC creation tool that lets creators generate novels, short dramas, and AI movies end‑to‑end. It integrates LLMs, image generators (Stable Diffusion, Midjourney, etc.), video models (ComfyUI‑based), and TTS engines, offers a visual workflow editor, a conversational AI assistant, and a plugin system for Python/ComfyUI extensions. The core features are free forever, and the app can run locally or connect to cloud AI services.

rzru/nightingale

An AI-powered karaoke application that automatically separates vocals from any song in your library and generates synchronized, word-level lyrics for singing.

menglimi/astrbot_plugin_private_companion

A plug‑in for the open‑source AstrBot chatbot that adds a persistent, personality‑driven companion. It keeps daily state, schedule, relationships and other life‑style data, and uses that context to generate both reactive replies and proactive actions (text, images, voice, etc.) in private and group chats. The core works with JSON (or optional SQLite) storage, provides a visual management panel, and can be extended with optional modules for image generation, content creation, device interaction, and more.

kaanozhan/Frame

Frame is an Electron‑based IDE that gives AI coding agents a persistent, git‑anchored context. It creates a standard `.frame/` folder with rules, a module map, notes, tasks and markdown‑based specs (spec/plan/tasks/outcome). Agents start each session with this context, and a built‑in conductor can run multiple specs in parallel isolated git worktrees, enforcing non‑overlapping footprints and requiring human approval before merging. Features include a multi‑terminal grid, task/spec panels, GitHub integration, fast intent‑index lookup, and support for Claude Code, Codex CLI, and Gemini CLI. Installation is via `npm install` or pre‑built binaries; the project is Apache‑2.0 licensed.

salute-developers/GigaAM

A family of Conformer-based acoustic models for state-of-the-art speech recognition and emotion detection, with strong support for Russian and 70+ other languages.

embabel/embabel-agent

Embabel Agent Framework is a Kotlin/Java library for building goal‑oriented, LLM‑augmented agents on the JVM. It provides strong‑typed actions, dynamic planning (GOAP/Utility AI), Spring integration, and three execution modes (focused, closed, open). Developers write agents via annotations or a DSL, and the framework automatically plans and replans actions, mixing LLM calls with regular code. The project is fully open‑source (Apache 2.0), Maven‑published, and supported by docs, CI, and a Discord community.

BryceWG/BiBi-Keyboard

An AI-powered voice input method for Android that supports multiple cloud and local ASR engines with LLM-based text post-processing.

xr843/Master-skill

Master‑skill is an open‑source AgentSkill package that lets LLM assistants adopt verified Buddhist master personas. Each master answers queries using real canonical texts (CBETA, BDRC, SuttaCentral, etc.) with citations, enforced by hard‑gate ethics rules and a two‑stage fidelity test suite. Install via `npx master-skill install …`, then invoke slash commands like `/master-huineng` in Claude Code, Cursor, Gemini CLI, or the web chat at fojin.app. The project provides 15 pre‑packaged masters, cross‑tradition comparison tools, offline fallbacks, and a Rust desktop manager.

karanb192/claude-code-hooks

A marketplace of 20 plug‑ins (hooks) for Claude Code that enforce safety (blocking secret reads, dangerous shell commands, destructive git actions, config tampering) and add automation (auto‑stage, code formatting, session logging, stand‑up generation, bounty board, context‑cost leaderboard). Install via `/plugin marketplace add karanb192/claude-code-hooks` then `/plugin install <hook>@claude-code-hooks`. MIT‑licensed, fully tested, and mapped to the OWASP LLM Top 10 2026.

rengwu/chartr

chartr is a Rust‑based desktop app that organizes terminals, AI CLI agents, and plug‑in tools into persistent, layout‑aware “spaces”, letting developers keep long‑running AI‑augmented workflows alive and reproducible.

wendy7756/AI-Video-Transcriber

AI Video Transcriber is a FastAPI‑based web app (with CLI/MCP support) that extracts subtitles or runs Whisper on YouTube, TikTok, Bilibili, podcasts, etc., then uses an OpenAI‑compatible LLM to clean up the transcript, translate it if needed, and generate a multilingual summary. It can also download the original video in parallel, works via Docker or a simple install script, and offers a REST API for programmatic use.

thewh1teagle/kokoro-onnx

A lightweight ONNX Runtime implementation of Kokoro-TTS that enables fast, multi-language text-to-speech generation on CPU and GPU.

franklioxygen/v2s

A macOS menu bar app that provides live, bilingual subtitles for meetings and videos by transcribing and translating audio from microphones or specific apps using on-device Apple frameworks.

kenn-io/roborev

roborev is a Go‑based tool that adds a Git post‑commit hook to run AI‑powered code reviews locally. It integrates with popular coding agents (Claude Code, Codex, Gemini, Copilot, etc.), shows findings in a terminal or browser UI, and can automatically fix issues via an auto‑fix/refine loop. All processing runs on the developer’s machine, with exportable analytics and extensible hooks.

wanshuiyin/HERO-Anti-OverDefense

HERO‑Anti‑OverDefense is a tiny copy‑and‑paste prompt block (with docs and real‑world examples) that you add to the config file of AI coding assistants (Claude Code, Copilot, Cursor, Gemini CLI, etc.). Its nine rules stop the model from over‑defending—adding unused hashes, guarding irrelevant edge cases, building exhaustive rubrics, or creating unnecessary scaffolding—so the assistant delivers the requested feature instead of a defensive fortress.

coollabsio/jean

Jean is a native desktop (Tauri) AI‑assistant that unifies multiple LLM CLI tools, git worktree management, chat sessions, and GitHub/Linear integrations into a single, locally‑run UI. It supports macOS, Linux (amd64/arm64) and Windows, offers a headless server mode with web access, and provides “magic commands” for common dev tasks like PR generation, code review, and release‑note drafting.

Chachamaru127/claude-code-harness

Claude Code Harness is a Go‑native plugin that orchestrates Claude‑based (or compatible) AI agents through a disciplined loop—plan, work, review, sync, release—while enforcing strong guardrails and human approvals at each step. It supports Claude Code, Codex CLI, Cursor, and Grok, generating specs, running AI‑driven implementations, independently reviewing changes, and packaging verified releases.

QwenAudio/Fun-ASR

A family of high-precision end-to-end speech recognition models optimized for noisy environments, far-field audio, and extensive Chinese dialect support.

alphacep/vosk-api

Vosk is an offline open-source speech recognition toolkit that provides continuous transcription for over 20 languages across devices ranging from Raspberry Pi to large clusters.

caipe-io/ai-platform-engineering

CAIPE is an open‑source, Apache‑2.0‑licensed platform that lets you build, run, and manage AI agents and agentic workflows. It provides a runtime, workflow composer, integrations, identity/authorization, and observability, aiming to be the operating system for AI‑enabled services.

google/flax

Flax is a flexible, high‑performance neural‑network library for JAX, maintained by Google DeepMind. It offers a Python‑centric API (Flax NNX), common layers, training utilities, and tutorials, and can be installed via `pip install flax`.

0xarchit/github-profile-analyzer

A Next.js‑based web app that logs in via GitHub OAuth, pulls a user’s public contribution data, and runs an AI model to produce a scored profile report (PDF export). Built with TypeScript, Bun, Neon PostgreSQL, Upstash Redis, and Tailwind CSS.

birdnet-team/BirdNET-Analyzer

A deep learning tool for avian diversity monitoring that analyzes audio files to identify bird species across thousands of species.

soniqo/speech-swift

Speech Swift is an open‑source Swift package that provides dozens of on‑device speech AI models (ASR, TTS, translation, voice agents, enhancement, etc.) for Apple Silicon. It runs via Core ML and the MLX framework, supports hundreds of languages, offers multiple quantised sizes, and can be added to a project with a single Swift‑Package‑Manager dependency. The repo includes extensive docs, pre‑trained models, and example code for transcription, streaming dictation, and UI components, all without any cloud calls.

googleapis/python-genai

Python SDK for Google Gemini generative AI models, offering sync/async clients, type‑safe prompts, function calling, safety settings, and enterprise features.

yuruotong1/autoMate

autoMate is a locally hosted service that gives AI chat clients persistent personal storage (notes, files, reminders, long‑term memory) and a toolbox of real‑world actions (shell, browser, SaaS APIs). It talks to clients via an MCP‑over‑HTTP bridge, works with OpenClaw, Claude Desktop, Cursor, Cline, etc., and can also be used through its own web chat, Chrome extension, Docker container, or binary.

DicioTeam/dicio-android

An open-source, privacy-focused voice assistant for Android that performs speech-to-text and request processing on-device.

intel/auto-round

AutoRound is Intel’s open‑source Python toolkit for ultra‑low‑bit (2‑4 bit) quantization of large language and vision‑language models. It provides fast, high‑accuracy recipes, supports CPUs, Intel GPUs, NVIDIA CUDA, and Habana Gaudi, and integrates with Transformers, vLLM, and SGLang. Install via pip, run a one‑line CLI or use the Python API, then deploy the quantized model with any supported backend.

daaain/claude-code-log

Claude Code Log is a Python CLI/TUI that converts Claude Code transcript JSONL files into searchable HTML pages or compact Markdown, with token‑usage stats, date filtering, Git‑SHA linking, and live‑watch modes for easy review and sharing of AI‑assisted coding sessions.

intel/openvino-plugins-ai-audacity

A set of AI-enabled effects and generators for Audacity that run 100% locally using OpenVINO to provide music separation, noise suppression, and transcription.