Impressive early momentum. Already polished and picking up traction fast.
Open-source Cursor-style agent IDE — but built for reviewability and control. Built-in rust harness; supports 10+ CLIs.
Outstanding. A score of 95/100 puts this repo in a very small tier of truly well-engineered projects.
Documentation
93
README is present.
README documents how to install the project.
Licensed under AGPL-3.0.
Contributing guide is detailed and thorough.
Engineering
96
Lockfile present (pnpm-lock.yaml). Installs are reproducible.
Test files detected (src-tauri/crates/agent-core/src/core/model_context/tests).
CI is configured (.github/workflows/ci.yml).
Linter or formatter configured (.eslintrc.js).
Issue or PR templates present.
Project health
95
Dependency manifest found (package.json).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 67Forks
- 17Releaseslatest 5d ago
Community
- —Community health
- —authors own >50% of commits
- 941Watchers
Responsiveness
- 6hMedian issue response
- <1hMedian PR merge time
- 39Open issues
Repository files36 root entries
- .githubGood: CI is configured (.github/workflows/ci.yml).Good: Issue or PR templates present.
- .husky
- .orgii
- assets
- docs
- packages
- public
- scripts
- src
- src-tauriGood: Test files detected (src-tauri/crates/agent-core/src/core/model_context/tests).
- tests
- .babelrc.js
- .cursorignore
- .env.example
- .eslintrc.jsGood: Linter or formatter configured (.eslintrc.js).
- .gitattributes
- .gitignoreGood: .gitignore present.
- .madgerc
- .npmrc
- .prettierrc
- .svgrrc
- .unimportedrc.json
- CLAUDE.md
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- commitlint.config.cjs
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.Good: Contributing guide describes code style expectations.Good: Contributing guide explains how to run tests.Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- LICENSEGood: Licensed under AGPL-3.0.
- package.jsonGood: Dependency manifest found (package.json).
- pnpm-lock.yamlGood: Lockfile present (pnpm-lock.yaml). Installs are reproducible.
- postcss.config.js
- README.mdGood: README is present.Good: README is well structured with multiple sections.Issue: No screenshots or images in the README (−20 pts).Fix: Add a GIF, screenshot, or logo image. It is the fastest way to show what your project does.Good: README has code examples.Good: README links to a live demo or deployed app.Good: README includes status badges.Good: README documents how to install the project.Good: README documents how to run the project.
- SECURITY.mdGood: Security policy present.
- tailwind.config.js
- tsconfig.json
- vitest.config.ts
- webpack.config.js