Help out your favorite open source projects and become a better developer while doing it.
Pick your favorite repos to receive a different open issue in your inbox every day. Fix the issue and everybody wins. 100,189 developers are working on 10,120 open source repos using CodeTriage.
What is CodeTriage?
Sign up with GitHubOpen source projects on GitHub that need your help.
- AMPL
- ASP
- ApacheConf
- Arc
- Arduino
- AsciiDoc
- Assembly
- Astro
- Ballerina
- Batchfile
- Bikeshed
- Blade
- Brainfuck
- C
- C#
- C++
- CMake
- CSS
- Ceylon
- Clojure
- CodeQL
- CoffeeScript
- ColdFusion
- Common Lisp
- Coq
- Crystal
- Cuda
- D
- DTrace
- Dart
- Dockerfile
- Dylan
- EJS
- Elixir
- Elm
- Emacs Lisp
- Erlang
- F#
- Fancy
- Forth
- Fortran
- GDScript
- Gherkin
- Go
- Groovy
- HCL
- HTML
- Haml
- Handlebars
- Haskell
- IDL
- Java
- JavaScript
- Jsonnet
- Julia
- Jupyter Notebook
- Just
- Kotlin
- LabVIEW
- Less
- Logos
- Lua
- MATLAB
- MDX
- Makefile
- Markdown
- Mathematica
- Matlab
- Meson
- Modelica
- MoonScript
- Mustache
- NSIS
- Nim
- Nix
- Nunjucks
- OCaml
- Objective-C
- Objective-C++
- PHP
- PLSQL
- PLpgSQL
- Papyrus
- Pascal
- Perl
- PostScript
- PowerShell
- Prolog
- Pug
- PureScript
- Python
- QML
- R
- RPGLE
- Racket
- Raku
- Ring
- Roff
- Ruby
- Rust
- SCSS
- Sass
- Scala
- Scheme
- Shell
- Slash
- Smarty
- Solidity
- Standard ML
- Starlark
- SuperCollider
- Svelte
- Swift
- Tcl
- TeX
- Tree-sitter Query
- Twig
- TypeScript
- V
- Vala
- Verilog
- Vim Script
- Vim script
- VimL
- Visual Basic
- Vue
- WebAssembly
- Wren
- XSLT
- Yacc
- Zephir
- Zig
- hoon
- kvlang
- reStructuredText
rust
9700 IssuesA safe, concurrent, practical language.
(mozilla/rust)rust
9685 IssuesA safe, concurrent, practical language.
(rust-lang/rust)bevy
3285 IssuesA refreshingly simple data-driven game engine built in Rust
(bevyengine/bevy)servo
3080 IssuesThe Servo Browser Engine
(mozilla/servo)polars
2744 IssuesDataframes powered by a multithreaded, vectorized query engine, written in Rust
(pola-rs/polars)rust-clippy
2705 IssuesA bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/
(rust-lang/rust-clippy)rust-clippy
2705 IssuesA bunch of lints to catch common mistakes and improve your Rust code
(rust-lang-nursery/rust-clippy)deno
2300 IssuesA modern runtime for JavaScript and TypeScript.
(denoland/deno)codex
2285 IssuesLightweight coding agent that runs in your terminal
(openai/codex)influxdb
2133 IssuesScalable datastore for metrics, events, and real-time analytics
(influxdata/influxdb)ruff
1926 IssuesAn extremely fast Python linter and code formatter, written in Rust.
(astral-sh/ruff)rust-analyzer
1867 IssuesAn experimental Rust compiler front-end for IDEs
(rust-analyzer/rust-analyzer)tikv
1709 IssuesDistributed transactional key-value database, originally created to complement TiDB
(tikv/tikv)cargo
1601 IssuesThe Rust package manager
(rust-lang/cargo)nushell
1488 IssuesA new type of shell
(nushell/nushell)helix
1478 IssuesA post-modern modal text editor.
(helix-editor/helix)hyperswitch
1463 IssuesAn open source payments switch written in Rust to make payments fast, reliable and affordable
(juspay/hyperswitch)tauri
1389 IssuesBuild smaller, faster, and more secure desktop applications with a web frontend.
(tauri-apps/tauri)typst
1167 IssuesA new markup-based typesetting system that is powerful and easy to learn.
(typst/typst)starship
1008 Issues☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!
(starship/starship)cube
917 Issues📊 Cube — The Semantic Layer for Building Data Applications
(cube-js/cube)rustfmt
914 IssuesFormat Rust code
(rust-lang-nursery/rustfmt)rustfmt
914 IssuesFormat Rust code
(rust-lang/rustfmt)lapce
872 IssuesLightning-fast and Powerful Code Editor written in Rust
(lapce/lapce)coreutils
823 IssuesCross-platform Rust rewrite of the GNU coreutils
(uutils/coreutils)quickwit
751 IssuesCloud-native search engine for observability. An open-source alternative to Datadog, Elasticsearch, Loki, and Tempo.
(quickwit-oss/quickwit)surrealdb
720 IssuesA scalable, distributed, collaborative, document-graph database, for the realtime web
(surrealdb/surrealdb)openobserve
662 Issues🚀 10x easier, 🚀 140x lower storage cost, 🚀 high performance, 🚀 petabyte scale - Elasticsearch/Splunk/Datadog alternative for 🚀 (logs, metrics, traces, RUM, Error tracking, Session replay).
(openobserve/openobserve)stacks-blockchain
623 IssuesThe Stacks blockchain implementation
(stacks-network/stacks-blockchain)foundry
616 IssuesFoundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
(foundry-rs/foundry)rust-bindgen
555 IssuesAutomatically generates Rust FFI bindings to C (and some C++) libraries.
(rust-lang/rust-bindgen)scryer-prolog
515 IssuesA modern Prolog implementation written mostly in Rust.
(mthom/scryer-prolog)biome
471 IssuesA toolchain for web projects, aimed to provide functionalities to maintain them. Biome offers formatter and linter, usable via CLI and LSP.
(biomejs/biome)czkawka
427 IssuesMulti functional app to find duplicates, empty folders, similar images etc.
(qarmin/czkawka)nalgebra
421 IssuesLinear algebra library for Rust.
(dimforge/nalgebra)iced
417 IssuesA cross-platform GUI library for Rust, inspired by Elm
(iced-rs/iced)tantivy
409 IssuesTantivy is a full-text search engine library inspired by Apache Lucene and written in Rust
(quickwit-oss/tantivy)tokio
405 IssuesA runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
(tokio-rs/tokio)tensorzero
401 IssuesTensorZero creates a feedback loop for optimizing LLM applications — turning production data into smarter, faster, and cheaper models.
(tensorzero/tensorzero)rustpython
373 IssuesA Python Interpreter written in Rust
(rustpython/rustpython)eza
351 IssuesA modern, maintained replacement for ls
(eza-community/eza)bat
350 IssuesA cat(1) clone with wings.
(sharkdp/bat)anki
348 IssuesAnki's shared backend and web components, and the Qt frontend
(ankitects/anki)alacritty
338 IssuesA cross-platform, GPU-accelerated terminal emulator
(jwilm/alacritty)alacritty
338 IssuesA cross-platform, OpenGL terminal emulator.
(alacritty/alacritty)tonic
338 IssuesA native gRPC client & server implementation with async/await support.
(hyperium/tonic)rye
333 Issuesa Hassle-Free Python Experience
(astral-sh/rye)holochain-rust
314 IssuesThe core Holochain framework written in Rust, a container API for that (with rust and node implementations), and hdk-rust library for Zomes
(holochain/holochain-rust)quiche
312 Issues🥧 Savoury implementation of the QUIC transport protocol and HTTP/3
(cloudflare/quiche)druid
301 IssuesA data-first Rust-native UI design toolkit.
(linebender/druid)