catalog / open-source
Open Source Tools
Developer tools you can read, fork, and self-host — no vendor lock-in.
879 open-source tools
showing 48 of 879 tools
Superset
IDE for the AI Agents Era — run an army of coding agents in parallel
Open-source meta-IDE that orchestrates 10+ AI coding agents (Claude Code, Codex, OpenCode) in parallel. Uses git worktree isolation to prevent conflicts, with a unified monitoring dashboard and batch diff review. With 7.9k+ GitHub stars, it's the go-to tool for teams that want to scale AI-assisted development across multiple concurrent tasks.
Supervision
Reusable computer vision tools for developers
Supervision is an open-source Python toolkit by Roboflow providing reusable CV utilities for detection, tracking, annotation, and dataset management. It works with any model including YOLO and Hugging Face via a standardized Detections class. Features include 20+ annotators, ByteTrack object tracking, zone counting, speed estimation, and dataset conversion between COCO, YOLO, and Pascal VOC formats.
SurrealDB
Multi-model database for the AI era — document, graph, vector, and relational in one
SurrealDB is a multi-model database that natively combines document, graph, relational, key-value, and vector storage in a single engine. It eliminates the need for separate databases by handling structured queries, graph traversals, full-text search, and vector similarity in one SQL-like query language called SurrealQL. Built in Rust for performance and safety, it supports real-time subscriptions, row-level permissions, and embedded or distributed deployment modes.
Suspensive
Production-ready React Suspense and error handling
TypeScript library extending React Suspense API with declarative components and hooks for production applications. Provides ErrorBoundary with selective error catching via shouldCatch, SSR-safe Suspense with clientOnly prop, Delay component preventing loading flashes, ErrorBoundaryGroup for coordinated resets, and data fetching components including SuspenseQuery and SuspenseInfiniteQuery. MIT licensed by Toss with three years of active development.
Swagger / OpenAPI
API design and documentation standard
Industry-standard specification for defining RESTful APIs with a comprehensive ecosystem of tools. OpenAPI Specification (formerly Swagger) describes endpoints, parameters, responses, and authentication in YAML/JSON format. Swagger UI generates interactive API documentation, Swagger Editor provides a visual spec editor, and Swagger Codegen generates server stubs and client SDKs in 40+ languages. The foundation of API-first development workflows used by millions of developers worldwide.
Swarms
Multi-agent orchestration with 10+ swarm patterns
Swarms is an enterprise-grade multi-agent orchestration framework with 6,100+ GitHub stars that provides 10+ swarm patterns including sequential, concurrent, hierarchical, mixture-of-agents, and graph-based workflows. The SwarmRouter lets teams switch between orchestration strategies by changing a single parameter. It supports MCP for tool integration, multi-model providers via Anthropic, OpenAI, and local models, and includes an AutoSwarmBuilder that generates agents from task descriptions.
Synthetic Data Vault
Open-source library for generating synthetic tabular data
Synthetic Data Vault (SDV) is an MIT-backed open-source Python library for generating synthetic tabular, relational, and time-series data. It learns statistical patterns from real datasets and produces synthetic versions that preserve distributions, correlations, and referential integrity. Supports single-table, multi-table, and sequential data with built-in privacy and quality metrics.
T3 Code
Open-source GUI for managing AI coding agents with your own API keys
Unified desktop interface for Codex and Claude Code with a model selector dropdown. Features a git-integrated sidebar, parallel task and thread management, chat and plan modes, and customizable agent access levels. Run via desktop app or npx for instant access. Brings visual project management to terminal-based AI coding agents without sacrificing their command-line power.
TOAST UI Editor
Markdown WYSIWYG editor with live preview
TOAST UI Editor is a full-featured Markdown and WYSIWYG editor by NHN that supports GFM standard syntax with extensible chart and UML rendering. It offers dual editing modes with seamless switching, live preview with scroll sync, syntax highlighting, and a plugin architecture for adding color pickers, table merging, code highlighting, and diagram support. The editor ships with React, Vue, and vanilla JavaScript wrappers and supports 20+ languages.
Tailwind CSS
Utility-first CSS framework for rapid UI development
Tailwind CSS is a utility-first CSS framework with 87K+ GitHub stars for building custom designs by composing single-purpose utility classes directly in HTML. Instead of writing custom CSS, use classes like flex, pt-4, text-center to style elements. Features a JIT compiler for instant builds, responsive design utilities, dark mode support, and extensive customization. Powers the design systems behind shadcn/ui, Headless UI, and thousands of production sites.
TaskWeaver
Code-first agent framework for data analytics tasks
TaskWeaver is Microsoft's open-source code-first agent framework that converts natural language requests into executable Python code for data analytics and workflow automation. Unlike text-based agent frameworks, it preserves rich in-memory data structures like DataFrames across conversation turns, supports custom algorithm plugins as callable functions, and verifies generated code before execution. It includes a Planner for task decomposition and a Code Interpreter for generation and execution.
Taskflow Agent
AI framework for distributed vulnerability research
Taskflow Agent is an open-source MIT-licensed AI framework by GitHub Security Lab that automates vulnerability discovery through a three-stage pipeline: threat modeling, issue suggestion, and audit validation. It has discovered 91 confirmed vulnerabilities in major open-source projects including Outline and WooCommerce, using distributed community-powered security research coordinated by AI agents.
Tauri
Build smaller, faster desktop apps with Rust and web tech
Tauri is a Rust-based framework for building desktop applications using web technologies like HTML, CSS, and JavaScript—without bundling Chromium. By leveraging the system's native WebView, Tauri apps ship as tiny installers under 10MB and use 30-50MB RAM at idle, a fraction of Electron's footprint. It supports Windows, macOS, and Linux with any frontend framework (React, Vue, Svelte, etc.) and provides a secure Rust backend for system-level operations with fine-grained permission controls.
TaxHacker
Self-hosted AI accounting for freelancers and small teams
TaxHacker is an open-source, self-hosted AI accounting app that automatically extracts financial data from receipts, invoices, and bank statements using LLMs. It supports 170+ currencies and 14 cryptocurrencies with historical exchange rate conversion, multi-project accounting, and custom AI extraction fields. Works with OpenAI, Gemini, Mistral, or local models via Ollama—deploy with Docker and keep all financial data under your control.
Tekton
Cloud-native CI/CD framework for Kubernetes-native pipelines.
Tekton is a cloud-native CI/CD framework that provides Kubernetes-native pipeline resources. A Linux Foundation / CD Foundation project, it offers reusable, composable building blocks for creating CI/CD systems. Used by Google Cloud Build, Red Hat OpenShift Pipelines, and other platforms as their underlying pipeline engine.
Teleport Beams
Trusted runtime environments for AI agents in production infrastructure
Teleport Beams provides cryptographically verified, policy-gated access for AI agents to interact with production infrastructure including servers, Kubernetes clusters, and databases. Launched at KubeCon EU 2026, Beams extends Teleport's zero-trust access platform with agent-specific runtime controls, audit trails, and policy enforcement to ensure AI agents operate within defined boundaries when deployed in production environments.
Tembo
Managed Postgres platform with 200+ extensions as pre-built stacks
Tembo is a managed PostgreSQL platform that packages 200+ Postgres extensions into purpose-built stacks for specific workloads. Stacks include OLAP analytics, vector search, message queues, geospatial, and machine learning, turning PostgreSQL into a specialized database for each use case. Eliminates the need for separate Redis, Elasticsearch, or Kafka instances alongside Postgres.
Tempo Labs
AI design tool that edits React in your codebase
Tempo Labs is a YC-backed AI design and prototyping tool that generates and edits React code directly within a developer's existing codebase, maintaining project styles and conventions. Unlike tools that produce standalone code, Tempo supports both greenfield and brownfield projects, understanding existing component libraries, theme systems, and coding patterns to generate code that fits naturally.
Temporal
Durable execution for fault-tolerant workflows
Temporal is an open-source durable execution platform that ensures application code runs to completion regardless of failures or outages. It captures workflow state at every step, enabling seamless recovery without custom retry logic. With SDKs for Go, Java, Python, TypeScript, and .NET, Temporal powers mission-critical orchestration at Netflix, Nvidia, and other enterprises. Valued at $5B, it replaces fragile cron jobs, state machines, and saga patterns with resilient workflow-as-code.
TensorFlow Lite
Google's lightweight ML framework for mobile and embedded
TensorFlow Lite is Google's lightweight ML framework for deploying models on mobile and embedded devices. It supports quantization, GPU/NPU delegation, and runs on Android, iOS, Linux, and microcontrollers. Provides pre-trained models, model conversion tools from TensorFlow and JAX, and hardware acceleration via GPU, Hexagon DSP, and CoreML delegates. Powers on-device ML in billions of Google app installations.
TensorRT-LLM
NVIDIA's LLM inference optimization and acceleration library
TensorRT-LLM is NVIDIA's open-source library for optimizing LLM inference on NVIDIA GPUs. It provides kernel fusion, quantization (FP8, INT4, INT8), KV cache optimization, and in-flight batching to maximize throughput. Supports multi-GPU and multi-node setups with tensor and pipeline parallelism, and integrates with Triton Inference Server for production deployment of models like LLaMA, GPT, Mistral, and Qwen.
TensorZero
Open-source LLM gateway with built-in optimization and A/B testing
TensorZero is an open-source LLMOps platform in Rust that unifies an LLM gateway, observability, prompt optimization, and A/B experimentation in a single binary. It routes requests across providers with sub-millisecond P99 latency at 10K+ QPS while capturing structured data for continuous improvement. Supports dynamic in-context learning, fine-tuning workflows, and production feedback loops. Backed by $7.3M seed funding, 11K+ GitHub stars.
Termix
Self-hosted SSH and server management platform
Termix is a self-hosted SSH and server management platform that provides a modern web-based terminal, connection management, SFTP file transfer, and multi-device sync without subscription fees. It serves as an open-source alternative to Termius, offering team collaboration features, connection sharing, and a clean interface for managing SSH connections across servers, all deployable via Docker.
Terragrunt
IaC orchestration layer for scaling Terraform and OpenTofu
Terragrunt is an infrastructure-as-code orchestration tool that wraps Terraform and OpenTofu to keep configurations DRY, manage remote state, and coordinate multi-module deployments. The 1.0 release introduced stacks, filters, run reports, and backward compatibility guarantees after 900+ releases and tens of millions of infrastructure deployments. It provides a thin orchestration layer that eliminates duplication across environments without replacing the underlying IaC tools.
Terrateam
Open-source GitOps automation for Terraform and OpenTofu pull requests
Terrateam is open-source GitOps infrastructure orchestration for Terraform and OpenTofu pull requests. It automates plans and applies in GitHub workflows, supports monorepos and many workspaces, and adds apply-only locks, OPA/Rego policy checks, cost and drift signals, and approval controls without forcing teams into a separate IaC platform.
Text Embeddings Inference
Hugging Face's open-source inference server for embeddings, rerankers, and classifiers
Text Embeddings Inference is Hugging Face's Apache-2.0 server for high-throughput embedding, reranking, and sequence-classification models. TEI packages token-based dynamic batching, optimized Transformers kernels, Safetensors loading, OpenAI-compatible embedding endpoints, Prometheus metrics, and configurable OpenTelemetry tracing in deployable CPU and GPU images.
Text Generation Inference
Hugging Face's production LLM serving framework
Text Generation Inference (TGI) is Hugging Face's production-ready serving framework for large language models. It features flash attention, continuous batching, tensor parallelism, quantization via GPTQ/AWQ/EETQ, and Safetensors support. Powers Hugging Face's Inference API and Inference Endpoints, with an OpenAI-compatible API and Docker deployment. Supports LLaMA, Mistral, Falcon, and other popular model architectures.
TigerBeetle
Financial transactions database designed for mission-critical safety and speed
TigerBeetle is a purpose-built database for financial transactions that prioritizes safety and performance above all else. Written in Zig, it provides strict debit-credit consistency, serializable isolation, append-only immutability, and multi-cloud high availability. Designed for ledgers, payment systems, and any application where losing or duplicating a transaction is catastrophic.
TimesFM
Google's pretrained foundation model for zero-shot time-series forecasting
TimesFM is a pretrained time-series foundation model from Google Research that performs zero-shot forecasting on diverse datasets without task-specific training. It handles univariate and multivariate time series across domains including finance, logistics, energy, and infrastructure monitoring with accuracy competitive against traditional statistical methods like ARIMA and Prophet.
Tiptap
Headless rich text editor framework with real-time collaboration
Tiptap is a headless rich text editor toolkit for building Notion-like collaborative content experiences in web applications. Built on ProseMirror, it provides a modular extension system for formatting, mentions, tables, drag-and-drop blocks, slash commands, and custom node types. The open-source core is framework-agnostic with official bindings for React, Vue, and vanilla JavaScript. Cloud extensions add real-time collaboration, AI content generation, and document management.
Tokscale
CLI token usage tracker for AI coding agents
Tokscale is a CLI tool that tracks token usage and costs across AI coding agents including Claude Code, Codex, OpenCode, Gemini CLI, Cursor, and more. Built with a native Rust core for high-performance processing, it provides detailed breakdowns of input, output, cache, and reasoning tokens with real-time pricing calculations via LiteLLM data. Features include interactive 2D/3D contribution graphs, web visualization dashboards, global leaderboards, and JSON export for cost analysis.
Tolgee
Open-source i18n and translation platform
Tolgee is an open-source internationalization platform that enables in-context translation directly within applications. Translators hold ALT and click any element to edit strings inline without touching code files. It integrates machine translation from DeepL, Google, and AWS, with SDKs for React, Angular, Next.js, Vue, and Svelte. Self-hostable for data sovereignty with granular team permissions.
ToolHive
Run and govern MCP servers across desktop, CLI and Kubernetes
Open-source MCP runtime and governance platform that runs servers in isolated containers, curates registries, enforces access policies, and operates gateways across desktop, CLI, and Kubernetes.
Tooljet
Open-source low-code platform — build and deploy internal tools with minimal code.
ToolJet is an open-source low-code framework for building and deploying internal tools. Visual app builder with 50+ UI components, connects to databases, APIs, SaaS tools, and cloud storage. Supports JavaScript and Python. 30K+ GitHub stars. Self-hostable alternative to Retool.
TraceRoot
Open-source observability and self-healing layer for AI agents
TraceRoot is a YC S25-backed open-source observability platform purpose-built for AI agents and LLM apps. It combines OpenTelemetry-compatible tracing with an agentic debugging runtime that reads your source code, correlates failures with recent commits, and proposes fix PRs automatically. BYOK support spans seven LLM providers; the entire stack runs self-hosted via Docker Compose, with TraceRoot Cloud available for managed deployments.
Tracecat
Open-source SOAR platform with AI-powered playbooks
Tracecat is a YC S24-backed open-source SOAR (Security Orchestration, Automation and Response) platform that lets security teams build AI-powered playbooks for automated incident response. It provides visual workflow builders for creating response procedures, integrates with common security tools, and handles alert triage, enrichment, and remediation — positioned as an open-source alternative to Tines and Splunk SOAR.
Tree-sitter
Incremental parsing system powering code intelligence in AI editors
Tree-sitter is an incremental parsing library with 19,000+ GitHub stars used by Cursor, Neovim, GitHub, and Helix for real-time syntax analysis. It generates concrete syntax trees that update incrementally as code changes, enabling AI code editors to understand program structure for intelligent completions, refactoring, and code navigation.
Triton Inference Server
NVIDIA's optimized AI model serving platform
Triton Inference Server is NVIDIA's open-source inference serving platform that deploys AI models from TensorRT, PyTorch, ONNX, TensorFlow, OpenVINO, Python, and more across cloud, data center, and edge environments. It supports dynamic batching, model ensembles, concurrent model execution on GPUs and CPUs, and real-time, streaming, and batch inference patterns. Includes Model Analyzer for profiling and Model Navigator for automated optimization.
Trivy
Comprehensive open-source vulnerability scanner
Trivy is an open-source vulnerability scanner with 24K+ GitHub stars by Aqua Security that scans container images, file systems, Git repositories, Kubernetes clusters, and IaC configurations for security issues. Detects OS package and language-specific vulnerabilities, misconfigurations, secrets, and license violations in a single tool. Runs as a simple CLI with zero configuration needed. Supports SBOM generation, VEX for vulnerability filtering, and CI/CD integration.
Turborepo
High-performance build system for JavaScript and TypeScript
High-performance build system from Vercel for JavaScript and TypeScript monorepos. Turborepo intelligently caches task outputs based on content hashing, parallelizes builds across CPU cores, and shares cached results between team members via remote caching. A single turbo.json orchestrates tasks across packages with topological ordering, pruning, and composable configuration for reusable task snippets.
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.