moonrepo/moon

A build system and monorepo management tool for the web ecosystem, written in Rust.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 25 minutes ago
Added to GitGenius on September 16th, 2026
Created on October 23rd, 2021
Open Issues & Pull Requests: 105 (-1)
GitHub issues: Enabled
Number of forks: 252
Total Stargazers: 4,109 (+0)
Total Subscribers: 6 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 0.0 hours
Mean response time: 17.8 days
90th percentile: 6.3 days
Tracked items: 496

Most active contributors

Sign in to see contributor activity.

How this project is maintained

About 6% of issues opened in the past year have never received a reply. 95% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 54% of tracked open issues have had no activity in three months. 80% of issues opened in the past year have been closed, leaving a working backlog. Three people close 80% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 84
New in 7 days: 6
Closed in 7 days: 2
Avg open age: 293 days
Stale 30+ days: 71
Stale 90+ days: 49

Recent activity

Opened in 7 days: 6
Closed in 7 days: 1
Comments in 7 days: 4
Events in 7 days: 12

Top labels

  • bug (273)
  • enhancement (160)

Detailed Description

Moon is a build system and monorepo management tool for the web ecosystem, written in Rust.

Moon addresses the complexity of managing multiple projects and dependencies within a single repository by providing a unified build and task orchestration system. It works by parsing project configurations, understanding task dependencies, and executing them efficiently across the monorepo. The tool supports multiple languages and runtimes including JavaScript, TypeScript, Python, Go, Ruby, Rust, Deno, and Bun, making it suitable for polyglot environments. It handles incremental builds, caching, and parallel task execution to reduce build times and improve developer productivity.

Teams managing monorepos with multiple languages or frameworks should consider Moon when they need a language-agnostic solution that can coordinate builds and tasks across diverse technology stacks. It suits projects where build performance and consistency matter, particularly those with complex dependency graphs or frequent CI/CD runs. The tool is designed to replace or complement language-specific package managers and task runners by providing a higher-level orchestration layer that understands the entire workspace structure.

The project shows consistent development activity with regular updates and improvements. The maintainers actively address issues and incorporate user feedback into the tool. Development focuses on expanding language support and improving performance characteristics. The project maintains comprehensive documentation and provides clear examples for common monorepo scenarios. The codebase demonstrates attention to reliability and stability in a production-grade build system.