# Open Source
780 tools tagged
showing 48 of 780 tools
Turso
SQLite for production
Edge-hosted distributed database built on libSQL (an open-source fork of SQLite) designed for low-latency data access worldwide. Features multi-region replication, embedded replicas that sync to your application server for microsecond reads, database branching for development workflows, and point-in-time recovery. Ideal for edge computing, serverless functions, and mobile apps. Compatible with SQLite ecosystem tooling. Generous free tier with 9GB storage and 500 databases.
Twinny
Free local AI code completion for VSCode
Twinny is a free, open-source AI code completion extension for VS Code that works with any OpenAI API-compatible endpoint including local models via Ollama. It provides real-time inline suggestions, a sidebar chat for code discussion, workspace embeddings for context-aware completions, and a decentralized P2P inference network. A privacy-first alternative to GitHub Copilot with zero licensing cost.
TypeDoc
Documentation generator for TypeScript
Documentation generator that converts TypeScript source comments into HTML, JSON, or Markdown reference sites. TypeDoc reads JSDoc-style annotations directly from .ts files, using the TypeScript compiler API to extract types, signatures, classes, and modules without duplicating annotations. Themes and plugins customize output for libraries, monorepos, and design systems. De facto standard for documenting open-source TypeScript packages — used by Pixi.js, NestJS, and thousands more.
TypeORM
ORM for TypeScript and JavaScript
Full-featured ORM for TypeScript and JavaScript supporting Active Record and Data Mapper patterns. Works with PostgreSQL, MySQL, MariaDB, SQLite, Oracle, SQL Server, and MongoDB. Features decorator-based entity definitions, migrations, relations (one-to-one, many-to-many), lazy/eager loading, query builder, transactions, and caching. Supports both Node.js and browser runtimes. 34K+ GitHub stars. Mature but losing mindshare to Prisma and Drizzle for new TypeScript projects.
Typesense
Open-source search engine — fast, typo-tolerant, easy to use.
Typesense is an open-source, typo-tolerant search engine optimized for instant search experiences. Written in C++ for maximum performance. Features built-in vector search for semantic/hybrid queries, geo-search, faceting, and curation. Popular for e-commerce search, documentation sites, and SaaS applications.
UI-TARS Desktop
ByteDance's open-source multimodal desktop agent with vision-based GUI automation
UI-TARS Desktop is ByteDance's open-source multimodal AI agent that automates desktop and browser interactions using computer vision rather than DOM selectors or accessibility APIs. Powered by the UI-TARS vision model, it can understand and operate any graphical interface by looking at screenshots, making it capable of automating applications that traditional browser automation tools cannot reach, including native desktop apps and complex web UIs.
USearch
Fast embeddable vector search engine
USearch is a high-performance vector search engine implementing HNSW algorithms for approximate nearest neighbor queries across C++, Python, JavaScript, Rust, Java, Go, and more. It supports user-defined distance metrics, memory-mapped persistence for datasets larger than RAM, and filtered search with predicates. Used by YugabyteDB and ScyllaDB as their production vector indexing backend.
Umaku
Context-aware AI review with business logic validation
Umaku is a context-aware AI code review agent that understands full codebase and business logic context, detecting inconsistencies and assessing quality and risk beyond syntax-level analysis. It auto-generates and validates QA test cases from reviewed code, making it particularly effective for reviewing AI-generated code where product-intent validation matters more than style checking.
Unleash
Open-source feature flag management platform
Unleash is the largest open-source feature flag platform, enabling teams to decouple deployment from release with gradual rollouts, A/B testing, and trunk-based development. It provides 15+ official SDKs for server and client frameworks, a web-based admin dashboard for managing feature toggles, and supports activation strategies like percentage rollout, user targeting, and environment-based rules. Self-hostable via Docker with PostgreSQL storage.
Unstructured
ETL for LLMs — preprocess any document format
Unstructured is an open-source ETL library that preprocesses and transforms documents from diverse formats into clean, structured data ready for LLM ingestion and RAG pipelines. It handles PDF, HTML, Word, PowerPoint, and many other file types through partitioning, cleaning, and chunking operations. The library offers connector-based architecture for integrating with various data sources and destinations, making it a key component in document processing workflows for AI applications.
Upsonic
Agent framework with native MCP server support
Upsonic is an agent framework designed for building reliable AI agents with native Model Context Protocol (MCP) server support. It provides structured task execution, tool calling orchestration, and built-in reliability patterns for production agent deployments. Features include automatic error recovery, structured output validation, and seamless integration with MCP-compatible tools and data sources for enterprise agentic workflows.
Vantage
Developer-centric cloud cost analysis and optimization
Vantage provides visual cloud cost analysis with automated saving recommendations, integrating with CI/CD to track cost-per-commit for developer-centric FinOps. It offers the most developer-friendly cost reporting tool in the market with clear, actionable reports that engineers actually use, featuring a free tier and competitive Pro plans for growing teams and startups.
Vercel Sandbox
Lightweight microVM execution layer for AI agent code sandboxing
Vercel Sandbox provides a lightweight microVM execution environment for running untrusted code generated by AI agents safely. It creates isolated sandboxes that prevent generated code from accessing the host system, network, or other processes. Designed for AI coding platforms that need to execute user or agent-generated code without security risks to the host infrastructure.
VexDB-Lite
One vector-search extension across PostgreSQL, DuckDB and SQLite
MIT-licensed vector-search extension for PostgreSQL, DuckDB and SQLite that shares one graph-index core with PQ/RaBitQ quantization, persistent indexes and metadata filtering; SQLite packages cover Linux, macOS, iOS, Android and WASM, so it runs inside existing databases instead of as a separate vector service.
VisBug
Google Chrome Labs visual design tool for editing live web pages
VisBug is a Chrome Labs browser extension that lets developers and designers edit live web pages visually. It provides tools for moving, resizing, and styling elements directly on the page with point-and-click interaction. Features include margin and padding visualization, typography editing, color modification, and accessibility inspection without touching code or opening DevTools.
Vite
Next-generation frontend build tool
Vite is the de facto standard frontend build tool with 72K+ GitHub stars, created by Evan You. Provides instant dev server startup using native ES modules, lightning-fast hot module replacement that stays fast regardless of project size, and optimized production builds via Rollup. Supports React, Vue, Svelte, Preact, and vanilla JS/TS out of the box with a rich plugin ecosystem. Achieves 98% developer satisfaction and has become the recommended tooling for most modern frameworks.
VitePress
Vite & Vue powered static site generator
Static site generator built on Vite and Vue.js for fast documentation sites. Write in Markdown with embedded Vue components. Automatic sidebar from file structure, full-text search, dark mode, i18n, code group tabs, and customizable themes with Tailwind CSS. Minimal JavaScript for near-instant page loads. Created by Evan You (Vue/Vite creator). Powers Vue, Vite, and Pinia docs. The standard docs tool for Vue ecosystem projects.
Void
Open-source AI code editor focused on privacy
Open-source AI code editor with zero data retention and direct API connections. Supports local models via Ollama and LM Studio, ensuring complete privacy over your code. Built as a VS Code fork with agent mode and MCP support, offering the familiar VS Code experience while giving developers full control over which AI models they use and where their data goes.
Volar
Official Vue.js language tooling and IDE support
Volar is the official Vue.js language tooling framework delivering advanced IDE support for Vue single-file components. It provides real-time TypeScript type inference in templates, intelligent autocompletion for components, props and slots, plus diagnostics from the Vue compiler. Volar powers the official Vue VSCode extension with 7M+ installs. Its core Volar.js layer is framework-agnostic, enabling language servers for other frameworks. MIT licensed with 13K+ stars.
VoltAgent
TypeScript-first AI agent framework with built-in observability
VoltAgent is an open-source TypeScript AI agent framework with built-in observability, RAG support, memory management, and MCP integration. It provides a structured approach to building production AI agents in the Node.js ecosystem with agent debugging tools, sub-agent orchestration, and tool management. Over 7,000 GitHub stars and 150K+ weekly npm downloads.
Vosk
Offline speech recognition for 20+ languages
Vosk is an offline speech recognition toolkit supporting 20+ languages with compact 50MB models that run on Raspberry Pi, Android, iOS, and servers. It provides streaming API with zero-latency response, speaker identification, and reconfigurable vocabulary. Vosk offers bindings for Python, Java, Node.js, C#, Go, and Rust. Unlike cloud-based alternatives, all processing happens locally with no internet required. Apache 2.0 licensed with 14K+ GitHub stars.
VoxCPM
Tokenizer-free multilingual TTS with voice cloning
VoxCPM is an open-source text-to-speech system from OpenBMB generating continuous speech across 30 languages without traditional tokenization. Its 2B parameter end-to-end diffusion architecture produces 48kHz studio-quality audio with natural prosody and emotion. Key capabilities include voice design from text descriptions, few-shot voice cloning, and multilingual synthesis without language-specific modules. The Apache 2.0 project has 8,700 GitHub stars.
Vue DevTools
Debug Vue.js applications
Official browser DevTools extension for Vue.js providing deep inspection of component trees, reactive state, props, events, and slots. Includes Pinia/Vuex store debugging with time-travel, Vue Router inspection, performance timeline, and component highlighting. Works with Vue 2 and Vue 3. Available for Chrome and Firefox with standalone Electron app. Essential for debugging reactivity and understanding component hierarchies in Vue applications.
WasmEdge
High-performance WebAssembly runtime for cloud and AI
WasmEdge is a CNCF sandbox WebAssembly runtime optimized for cloud-native, edge, and AI workloads. It provides a lightweight, secure, and portable execution environment that is faster than containers and safer than native processes. WasmEdge supports LLM inference via LlamaEdge, serverless functions, microservices, and plugin extensions for networking, AI, and cryptography across Linux, macOS, and Windows.
Wasp
Batteries-included full-stack framework for React, Node.js, and Prisma
Wasp is an open-source full-stack web framework that brings the Rails-like batteries-included experience to the JavaScript ecosystem. It uses a declarative configuration file to define auth, database models, server operations, and routing, then compiles to a standard React and Node.js application with Prisma for data access. With 18,000+ GitHub stars and YC backing, Wasp eliminates boilerplate while giving AI coding agents clear structure and guardrails.
Waveterm
AI-native open-source terminal for modern developers
Cross-platform terminal with built-in AI chat, inline file previews, and durable SSH sessions. Supports OpenAI, Claude, Gemini, and Ollama for in-terminal AI assistance. With 18k+ GitHub stars, it combines modern terminal UX with AI-powered command suggestions, making remote development and server management faster and more intuitive.
WeKnora
Enterprise RAG framework by Tencent
WeKnora is a Tencent-developed LLM-powered knowledge management and Q&A framework for enterprise document understanding and semantic retrieval. Supports 10+ document formats including PDF, Word, Excel, and images with seamless IM platform integration for WeCom, Feishu, Slack, and Telegram. Offers Quick Q&A mode using RAG pipelines and Intelligent Reasoning mode with ReACT agents for complex multi-step reasoning tasks across organizational knowledge bases.
WebdriverIO
Next-gen browser and mobile testing
WebdriverIO is a progressive Node.js test automation framework built on the WebDriver and Chrome DevTools protocols. Provides an elegant, extensible API for web and mobile testing across every major browser and real devices. Supports Mocha, Jasmine, and Cucumber, ships with built-in service plugins (Selenium Standalone, Appium, visual regression), and scales from local smoke tests to distributed CI suites.
Webwright
Microsoft browser agent that turns long-horizon web tasks into reusable Playwright code
Webwright is a Microsoft browser-agent project that asks coding models to write, debug, and reuse Playwright scripts instead of relying on one-off stochastic click loops. The approach gives automation teams a more inspectable artifact: scripts can be logged, reviewed, rerun, and maintained like normal test or scraping code. It is especially relevant for long-horizon browser tasks where teams care about determinism, auditability, and resilience to UI changes.
WezTerm
GPU-accelerated terminal with Lua config
GPU-accelerated cross-platform terminal emulator written in Rust with configuration in Lua for maximum flexibility. Supports multiplexing (splits, tabs, workspaces), ligatures, true color, sixel/iTerm2/Kitty image protocols, and SSH multiplexer for remote sessions. Extensive keyboard/mouse customization, dynamic color schemes, and a built-in serial port mode. Works on macOS, Linux, Windows, and FreeBSD. Known for deep customizability. 19K+ GitHub stars.
Whisper
OpenAI's open-source speech recognition model for any language
Whisper is OpenAI's open-source automatic speech recognition model trained on 680,000 hours of multilingual audio data. It supports transcription and translation across 99 languages with robust handling of accents, background noise, and technical vocabulary. Available in multiple model sizes from tiny (39M) to large (1.5B parameters) for balancing accuracy and speed.
Woodpecker CI
Lightweight self-hosted CI/CD engine for the Gitea stack
Woodpecker CI is a community-maintained open-source CI/CD engine forked from Drone CI, designed as the default continuous integration solution for self-hosted Git platforms like Gitea, Forgejo, and Codeberg. With simple YAML pipeline configuration, minimal resource usage (~100MB RAM), and Apache-2.0 licensing, it provides a lightweight alternative to Jenkins and GitHub Actions for developers who prefer infrastructure they control.
WunderGraph Cosmo
Open-source GraphQL Federation platform replacing Apollo GraphOS
WunderGraph Cosmo is an open-source GraphQL Federation platform with a schema registry, composition checks, and high-performance Go router. It has overtaken Apollo GraphOS as the dominant federation solution, with 87% of GraphQL Federation adopters using Cosmo versus Apollo's decline from 57% to 28%. Supports Federation v1 and v2, provides CI/CD schema validation, and includes a managed cloud option. Apache 2.0 licensed with active enterprise adoption.
XPipe
Desktop hub for managing all your server connections
XPipe is an open-source desktop application that centralizes access to your entire server infrastructure through a unified interface. It connects to remote systems via SSH, Docker containers, Kubernetes clusters, LXC, and virtual machines — eliminating context switching between multiple terminal sessions and infrastructure tools without requiring any remote-side setup or installation.
XcodeBuildMCP
Sentry-maintained MCP server and CLI for Xcode builds, simulators, and tests
XcodeBuildMCP is a Sentry-maintained, MIT-licensed MCP server and CLI for agent-assisted iOS and macOS development. It lets MCP-compatible coding agents run Xcode build and test workflows, manage simulators, inspect failures, and work through Homebrew, npm, or on-demand client configuration, with documented Sentry telemetry controls for teams that need an opt-out.
Xinference
Local model inference engine with OpenAI-compatible API and web UI
Xinference is a local inference engine that runs LLMs, embedding models, image generation, and audio models with an OpenAI-compatible API. It provides a web dashboard for model management, supports vLLM, llama.cpp, and transformers backends, and handles multi-GPU deployment automatically. Supports 100+ models including Qwen, Llama, Mistral, and DeepSeek with over 9,200 GitHub stars.
Yaak
Git-friendly API client by the creator of Insomnia
Yaak is an API client built by the original creator of Insomnia, designed with Git-friendly file storage from the ground up. API requests, environments, and collections are stored as human-readable files that version control naturally alongside application code. Supports REST, GraphQL, gRPC, and WebSocket with a clean, keyboard-driven interface focused on developer productivity.
ZITADEL
Open-source identity management with built-in multi-tenancy
ZITADEL is an open-source identity and access management platform that handles authentication, authorization, and user management for B2B and B2C applications. It supports OIDC, SAML, OAuth 2.0, Passkeys, MFA, and passwordless login out of the box. Built with multi-tenancy as a core feature, ZITADEL lets you manage multiple organizations with delegated admin access, custom branding, and isolated identity stores—all from a single deployment.
Zellij
A modern terminal workspace
Modern terminal workspace manager written in Rust that provides tmux-like functionality with a more intuitive UX and batteries-included defaults. Features split panes, tabs, sessions, floating/stacked layouts, a built-in plugin system (via WebAssembly), and a status bar with configurable widgets. Supports mouse interaction, copy mode, and sixel images. No configuration required to get started. Growing as a modern tmux alternative with 23K+ GitHub stars and an active plugin ecosystem.
Zsh
Powerful shell with programmable completion
Zsh (Z shell) is a powerful Unix shell and command-line interpreter created by Paul Falstad in 1990, now the default shell on macOS and many other systems. Extends Bash with advanced features: improved tab completion, glob patterns, shared command history, right-side prompts, and thousands of plugins via frameworks like Oh My Zsh, Prezto, and Zinit. Standard shell for modern developers.
Zudoku
MIT-licensed API documentation framework by Zuplo
Zudoku is an MIT-licensed API documentation framework built by the team behind Zuplo API gateway. It generates developer portals from OpenAPI specs with features like interactive API playground, markdown content pages, authentication integration, and search. Designed as a free alternative to ReadMe and Stoplight with customizable themes and plugin architecture.
Zvec
In-process vector database — the SQLite of vector DBs
Zvec is an open-source in-process vector database from Alibaba designed as the SQLite of vector search. It runs as an embedded library directly inside applications without requiring external servers, delivering 8,000+ QPS with high recall rates. Zvec supports dense and sparse embeddings, multi-vector queries, and combined semantic plus structured filtering. Built on Alibaba's proven Proxima engine, it provides a lightweight alternative to server-based vector databases for local AI workflows.
actions-runner-controller
GitHub's Kubernetes controller for autoscaling GitHub Actions runners
actions-runner-controller (ARC) is GitHub's official Kubernetes controller for managing self-hosted GitHub Actions runners. It automatically scales runner pods up and down based on workflow demand, provisioning runners when jobs queue and terminating them when complete. Supports runner groups, custom runner images, and organization-level runner management. Over 6,100 GitHub stars.
adk-go
Google's official Agent Development Kit for building AI agents in Go
adk-go is Google's official Agent Development Kit for the Go programming language, providing the tools and abstractions needed to build production AI agents. It supports tool calling, multi-turn conversations, structured outputs, and integration with Google's Gemini models. With 7,300 GitHub stars and Apache 2.0 license, it brings first-class AI agent development capabilities to the Go ecosystem.
agentOS
Lightweight OS for running AI agents in-process
agentOS is a portable open-source operating system for AI agents that delivers ~6ms cold starts at 32x lower cost than traditional sandboxes. Powered by WebAssembly and V8 isolates, it runs agents like Claude Code and Codex directly inside your process with granular permissions and host-managed tool access for S3, GitHub, and databases. Available as a simple npm package with no special infrastructure or vendor lock-in required.
agentmemory
Persistent memory layer for AI coding agents — keeps Claude Code, Codex, Cursor, and any MCP agent in context across sessions
agentmemory is an open-source MCP server that gives AI coding agents persistent, cross-session memory. Built on hybrid vector-graph search, it achieves 95.2% recall on the LongMemEval-S benchmark while using up to 92% fewer context tokens than naive context injection. Works out of the box with Claude Code, Codex, Cursor, Windsurf, Cline, OpenCode, Kilo Code, Hermes, and any MCP client through 51 MCP tools plus 12 hooks and 4 skills.
aicommits
CLI that writes your git commit messages with AI
aicommits is a lightweight CLI tool that generates git commit messages using AI by analyzing your staged changes. Supports OpenAI, Anthropic, and local models via multiple providers. Configure message style, language, and conventional commit format. 8,800+ GitHub stars, MIT licensed. Built by Nutlope (Hassan El Mghari), known for popular open-source AI projects. Install via npm and run 'aicommits' to generate a message from your current diff.
assistant-ui
React components for building AI chat interfaces
assistant-ui is a TypeScript/React component library for building AI chat interfaces with streaming responses, tool rendering, branching conversations, and LLM provider integrations. It supports Vercel AI SDK, LangGraph, and custom backends out of the box. Used by LangChain, Browser Use, and Stack AI. YC W25-backed with 9,000+ GitHub stars and 450K+ monthly npm downloads.