0
/ 100
Solid foundation. Invest in docs and CI to grow from here.
Immutable.Friendly.Secure — Reliable embedded Linux for any device
Documentation
84
README is present.
CONTRIBUTING guide found.
README documents how to install the project.
Licensed under GPL-2.0.
Engineering
78
No linter or formatter config found.
→ Add a linter config such as .eslintrc.json, .prettierrc, ruff.toml, or .golangci.yml to enforce consistent code style.
Test files detected (src/bin/test).
CI is configured (.github/workflows/build-boot.yml).
Lockfile present (src/webui/go.sum). Installs are reproducible.
Issue or PR templates present.
Project health
100
Dependency manifest found (src/bin/pyproject.toml).
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)
- 19Forks
- 77Releaseslatest 2y ago
Community
- -Community health
- -authors own >50% of commits
- 89Watchers
Responsiveness
- 27d 22hMedian issue response
- 2hMedian PR merge time
- 114Open issues
Repository files21 root entries
- .githubGood: CONTRIBUTING guide found.Issue: CONTRIBUTING guide contents could not be read (−28 pts vs a readable file).Fix: Move the file to the repo root or docs/CONTRIBUTING.md so its setup, style, test, and PR sections can be graded.Good: Code of conduct present.Good: CI is configured (.github/workflows/build-boot.yml).Good: Dependabot covers 2 ecosystems (gomod, gomod). Dependencies stay current.Good: Issue or PR templates present.Good: Security policy present.
- boardGood: Licensed under GPL-2.0.
- configs
- doc
- package
- patches
- provides
- srcGood: Test files detected (src/bin/test).Good: Lockfile present (src/webui/go.sum). Installs are reproducible.Good: Dependency manifest found (src/bin/pyproject.toml).
- testGood: Environment pinned via test/docker/Dockerfile.
- utils
- .gitignoreGood: .gitignore present.
- .gitmodules
- buildroot
- Config.in
- COPYING
- external.desc
- external.mk
- infix.mk
- Makefile
- mkdocs.yml
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Issue: README has no code examples (−15 pts).Fix: Show a quick-start snippet so contributors can see what using your project looks like.Good: README links to a live demo or deployed app.Issue: No status badges in the README (−10 pts).Fix: Add CI/build status badges from shields.io or your CI provider to signal project health.Good: README documents how to install the project.Good: README documents how to run the project.