Most "top open source" lists recycle the same 50k-star giants. Kubernetes, React, VS Code — great projects, but your first PR there fixes a typo in a 2018 comment. If you want to contribute code that ships, shapes roadmaps, and teaches you how modern infrastructure actually works, look where the momentum is right now. These ten projects are active, approachable, and hungry for contributors in 2024.
1. Biome — The Toolchain Eating Your Config
Biome replaces ESLint, Prettier, and half your CI pipeline with a single Rust binary. Zero config, 100x faster linting, and first-class IDE support. The team merges PRs daily — from parser fixes to new rule implementations. Great entry point: pick a missing rule from their good first issue list and write the test first.
2. OpenObserve — Observability Without the Bill
OpenObserve ingests logs, metrics, and traces at petabyte scale on object storage. Written in Rust, it cuts observability costs 10x vs Datadog. They need help with query optimizer improvements, dashboard widgets, and OTel collector integrations. Contributors get direct access to maintainers who review within hours.
3. Dagger — CI/CD as Code, Finally
Dagger lets you write pipelines in Go, Python, or TypeScript that run anywhere — laptop, CI, bare metal. No YAML templating hell. The SDKs are expanding fast; they need language-specific examples, stdlib functions, and Windows compatibility fixes. Your PR becomes a reusable action for thousands of teams.
4. Tailcall — GraphQL Gateway From Config
Point Tailcall at REST endpoints or databases, give it a GraphQL schema, get a performant gateway. Zero code. The Rust core is solid; they need HTTP/3 support, better error messages, and plugin hooks. Perfect if you know GraphQL internals or want to learn them by building.
5. OpenCost — Kubernetes Cost Visibility
OpenCost allocates cloud spend per namespace, deployment, label — in real time. CNCF graduated, used in production at Adobe, Cisco, and startups. They need cloud provider integrations (especially GCP/Azure), UI polish, and FinOps dashboard templates. Your contribution directly saves companies money.
6. LocalAI — Drop-in OpenAI Alternative
Run LLMs locally with OpenAI-compatible API. Supports ggml, llama.cpp, whisper, bark, and more. The plugin system lets you add new model backends in Go. High-impact areas: streaming improvements, function calling parity, and ARM optimization. Your code runs on thousands of air-gapped servers.
7. Keploy — Tests From Production Traffic
Keploy records real API calls and turns them into deterministic test cases and mocks. No test writing. They need language SDKs (Rust, Go, Node), CI integrations, and flakiness detection. Contributors get featured in their showcase — real resume signal.
8. Infisical — Secrets Management Developers Actually Use
End-to-end encrypted secrets, Git sync, PKI, SSH certs. Self-hostable, SOC2 certified. They need SDK coverage (especially mobile), audit log enhancements, and Kubernetes operator maturity. Security-focused contributors welcome — they run a bug bounty too.
9. Turso — SQLite at the Edge
Turso brings libSQL (SQLite fork) to edge functions with HTTP replication. Multi-region, embedded replicas, offline-first. They need language drivers, replication conflict resolution, and WASM bindings. Ideal if you understand distributed systems or want to.
10. Parca — Continuous Profiling in Production
Parca samples CPU/memory profiles from Kubernetes pods via eBPF — zero instrumentation. Stores them in embedded columnar DB. They need symbolization improvements, flamegraph sharing, and profile comparison UI. Your work helps engineers find 40% regressions before they hit prod.
✦
Open source in 2024 isn't about padding GitHub graphs. It's about solving problems you face daily — slow builds, opaque costs, vendor lock-in, local AI. These projects move fast, review fast, and ship your code. Pick one. Open a draft PR this week. The maintainers are waiting.










