0
/ 100
Well engineered for its size. A portfolio piece worth showing off.
Hermes Relay — Your Hermes AI agent, in your pocket — chat, voice, and control.
Documentation
95
Contributing guide is detailed and thorough.
README documents how to install the project.
README is present.
Licensed under MIT.
Engineering
80
No linter or formatter configured.
→ Add [tool.ruff] to pyproject.toml. Ruff handles linting and formatting in one tool and replaces flake8, isort, and black.
Test files detected (app/src/androidTest/kotlin/com/hermesandroid/relay/ui/components/BridgeMasterToggleTest.kt).
CI is configured (.github/workflows/ci-android.yml).
Lockfile present (pnpm-lock.yaml). Installs are reproducible.
Issue or PR templates present.
Project health
96
Dependency manifest found (build.gradle.kts).
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)
- 8Forks
- 42Releaseslatest 2mo ago
Community
- -Community health
- -authors own >50% of commits
- 46Watchers
Responsiveness
- 13hMedian issue response
- 3d 18hMedian PR merge time
- 14Open issues
Repository files49 root entries
- .githooks
- .githubGood: CI is configured (.github/workflows/ci-android.yml).Good: Dependabot covers 2 ecosystems (gradle, github-actions). Dependencies stay current.Good: Issue or PR templates present.
- appGood: Test files detected (app/src/androidTest/kotlin/com/hermesandroid/relay/ui/components/BridgeMasterToggleTest.kt).
- assets
- desktop
- docs
- gradle
- hermes_relay_bootstrap
- plugin
- preview
- quest
- relay_serverGood: Environment pinned via relay_server/Dockerfile.
- relay-core
- relay-ui
- scripts
- skills
- ui-preview
- user-docs
- .gitattributes
- .gitignoreGood: .gitignore present.
- .mcp.json
- AGENTS.md
- build.gradle.ktsGood: Dependency manifest found (build.gradle.kts).
- CHANGELOG.md
- CLAUDE.md
- CLI_RELEASE_NOTES.md
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Issue: Contributing guide lacks a setup section (−12 pts).Fix: Show new contributors how to get a local dev environment running.Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.Good: Contributing guide explains how to run tests.Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- DEVLOG.md
- GEMINI.md
- gradle.properties
- gradlew
- gradlew.bat
- hermes_relay_bootstrap.pth
- install.sh
- LICENSEGood: Licensed under MIT.
- PLUGIN_RELEASE_NOTES.md
- pnpm-lock.yamlGood: Lockfile present (pnpm-lock.yaml). Installs are reproducible.
- pnpm-workspace.yaml
- pyproject.toml
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.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.
- RELEASE_NOTES.md
- RELEASE.md
- ROADMAP.md
- SECURITY.mdGood: Security policy present.
- settings.gradle.kts
- TODO.md
- uninstall.sh
- uv.lock