OpenCode is a coding agent that runs where you already work rather than in a separate chat window. The same session can be driven from a terminal, an editor extension, or a desktop client, and it keeps context across all three.
Ollama reduced local model hosting from an afternoon of CUDA troubleshooting to a single pull command. It handles model download, quantisation selection, GPU offloading, and memory management, and exposes an OpenAI-compatible endpoint on localhost.
Drag-and-drop builder for agents and RAG pipelines
Stars154K
Commit10h ago
LicenseMIT
Langflow turns pipeline construction into a graph you can see. Components are Python underneath, so a flow that outgrows the canvas can be exported and run as code rather than rebuilt.
Excalidraw's sketchy rendering is not decoration. Diagrams that look provisional invite comment, where a crisp vector diagram signals a decision already made, so it is unusually good at the early part of a design conversation.
Inference engine that runs LLMs on almost any hardware
Stars126.6K
Commit8h ago
LicenseMIT
llama.cpp is the layer most local model tooling is built on. It is a C and C++ inference engine with no Python runtime, aggressive quantisation support, and hand-tuned kernels for a remarkably wide range of hardware.
Godot ships a complete engine, editor, and export pipeline under the MIT licence, which means no royalties, no revenue thresholds, and no licensing conversation before a project starts.
Browser Use gives an agent a real browser rather than an HTTP client. It handles the translation between a model's intent and DOM actions, keeps a structured representation of the page in context, and recovers from the usual navigation failures.
OpenCut is a timeline video editor that installs nothing and uploads nothing. Media stays in the browser, processing happens locally through WebCodecs, and there is no account step before you can cut a clip.
Autonomous agents that complete real engineering tasks
Stars85.8K
Commit8h ago
LicenseMIT
OpenHands runs agents that plan and execute multi-step engineering work: reading a repository, editing files, running tests, and iterating until a task is done. Each agent works inside a sandboxed runtime rather than on the host machine.
Self-hosted uptime monitoring with a clean status page
Stars76.4K
Commit4d ago
LicenseMIT
Uptime Kuma monitors HTTP endpoints, TCP ports, containers, and certificates, and notifies through almost a hundred channels. Setup is a container and a few minutes.
API client that runs in the browser and stays fast
Stars74.2K
Commit1d ago
LicenseMIT
Hoppscotch is an API client that opens in a tab. Requests, collections, environments, and history are all there, and it starts in the time a desktop client takes to check for updates.
AFFiNE puts a document editor and an infinite canvas over the same content. A page can be read as a document or arranged spatially as a whiteboard, and edits in one mode are edits in the other.
Typo-tolerant search that is fast to run and fast to tune
Stars52.3K
Commit1d ago
LicenseMIT
Meilisearch is a search engine you can be productive with in an afternoon. Indexing is a POST, relevance is tuned through an ordered list of ranking rules, and results come back typo-tolerant by default.
Speech recognition that runs anywhere, with no runtime
Stars43.2K
Commit1d ago
LicenseMIT
whisper.cpp is a C and C++ port of the Whisper speech recognition model with no Python dependency, quantised weights, and hardware acceleration across Apple Silicon, CUDA, and plain CPU.
Commerce building blocks rather than a fixed storefront
Stars32.4K
Commit2d ago
LicenseMIT
Medusa is a set of commerce modules - cart, orders, pricing, inventory, fulfilment - exposed as APIs you compose, rather than a themed storefront you customise around the edges.
Customer conversations from every channel in one inbox
Stars24.7K
Commit1d ago
LicenseMIT
Chatwoot collects website chat, email, WhatsApp, Instagram, and SMS into a single agent inbox with shared assignment, canned replies, and a help centre.
Focalboard is a board and table tool that runs as a desktop application against local files, or as a server for a team. It covers the kanban, table, and calendar views most planning needs without a subscription or an account.
Secret management for applications and infrastructure
Stars21.8K
Commit8h ago
LicenseMIT
Infisical stores application secrets, syncs them into the platforms that need them, and rotates the ones that support rotation. Environments and folders keep development and production credentials properly separated.
OpenSEO covers keyword research, backlink analysis, competitor monitoring, and rank tracking in one self-hosted application, using DataForSEO as the data source so you pay for the data rather than the seat.
Twenty rebuilds CRM around the interaction patterns people already know from modern productivity tools: keyboard navigation, inline editing, flexible record views, and a data model you can extend without a consultant.
No-code database and application builder you can host
Stars5,757
Commit8h ago
LicenseMIT
Baserow is a spreadsheet-shaped database with the API and permission model of a real backend underneath. Non-technical colleagues get grid, gallery, kanban, and calendar views; engineers get a REST API and webhooks over the same data.
GlitchTip accepts events from the official Sentry SDKs, which means adopting it is a DSN change rather than an instrumentation project. Stack traces, breadcrumbs, releases, and issue grouping all work as expected.