Skip to main content
OpenSourceAlternatives

License

MIT

Projects released under the OSI-approved MIT licence.

OpenCode

OpenCodeAIOpen

AI coding agent for terminal, editor, and desktop

Stars202.9K
Commit8h ago
LicenseMIT

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.

Alternative togithub copilot
Ollama

OllamaAIOpen

Run open language models locally with one command

Stars179.9K
Commit14h ago
LicenseMIT

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.

Alternative tolm studio
Langflow

LangflowAIOpen

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.

Alternative toretool
Excalidraw

ExcalidrawOpen

Collaborative whiteboard with a hand-drawn look

Stars130.9K
Commit23h ago
LicenseMIT

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.

Alternative tomirofigma
llama.cpp

llama.cppAIOpen

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.

Alternative tolm studio
Godot Engine

Godot EngineOpen

Free 2D and 3D game engine with no royalties

Stars116.5K
Commit22h ago
LicenseMIT

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.

Alternative tounity
Browser Use

Browser UseAIOpen

Let AI agents drive a real browser

Stars111.9K
Commit15h ago
LicenseMIT

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.

Alternative tobrowserbase
OpenCut

OpenCutOpen

Video editor that runs entirely in the browser

Stars88.2K
Commit22d ago
LicenseMIT

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.

Alternative tocapcut
OpenHands

OpenHandsAIOpen

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.

Alternative togithub copilot
Uptime Kuma

Uptime KumaOpen

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.

Alternative todatadog
Hoppscotch

HoppscotchOpen

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.

Alternative topostman
AFFiNE

AFFiNEOpen

Documents, whiteboard, and database in one canvas

Stars54.3K
Commit12h ago
LicenseMIT

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.

Alternative tonotionmiro
Meilisearch

MeilisearchOpen

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.

Alternative toalgolia
whisper.cpp

whisper.cppAIOpen

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.

Alternative towispr flow
Medusa

MedusaOpen

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.

Alternative toshopify
Chatwoot

ChatwootOpen

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.

Alternative tointercomzendesk
Focalboard

FocalboardOpen

Project boards that work offline and stay local

Stars24.3K
Commit2mo ago
LicenseMIT

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.

Alternative tonotionasana
Infisical

InfisicalOpen

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.

Alternative to1password
OpenSEO

OpenSEOOpen

Self-hosted keyword, backlink, and rank tracking

Stars15.9K
Commit8d ago
LicenseMIT

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.

Alternative togoogle analytics
Twenty

TwentyOpen

A modern CRM that does not fight the way you work

Stars9,167
Commit2d ago
LicenseMIT

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.

Alternative tosalesforce
Baserow

BaserowOpen

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.

Alternative toairtableretool
GlitchTip

GlitchTipOpen

Error tracking that speaks the Sentry protocol

Stars2,140
Commit5d ago
LicenseMIT

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.

Alternative tosentry