Impressive early momentum. Already polished and picking up traction fast.
Self-hosted AI agent OS. Your memory, chat, agents, and files stay on hardware you own, offline by default, cloud by choice. Offline AI memory (taOSmd), self-hosted multi-framework group chat, a full web desktop + app store, and auto-clustering across the consumer hardware you already have (Orange/Raspberry Pi, Mac mini, gaming PC).
Documentation
97
README documents how to install the project.
README is present.
Licensed under Other.
Contributing guide is detailed and thorough.
Engineering
73
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.
No issue or PR templates found (−100 pts).
→ Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.
CI is configured (.github/workflows/build-agent-images.yml).
Test files detected (benchmarks/test_llm_extraction.py).
Lockfile present (uv.lock). Installs are reproducible.
Project health
96
Dependency manifest found (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)
- 22Forks
- 12Releaseslatest 3d ago
Community
- —Community health
- —authors own >50% of commits
- 252Watchers
Responsiveness
- 9hMedian issue response
- <1hMedian PR merge time
- 247Open issues
Repository files33 root entries
- .githubGood: CI is configured (.github/workflows/build-agent-images.yml).Good: Dependabot covers 3 ecosystems (uv, npm, github-actions). Dependencies stay current.
- app-catalogGood: Environment pinned via app-catalog/streaming/blender/Dockerfile.
- benchmarksGood: Test files detected (benchmarks/test_llm_extraction.py).
- bin
- data
- desktop
- docs
- landing
- mac
- os-build
- scripts
- site
- static
- systemd
- tests
- tinyagentos
- .coderabbit.yaml
- .gitignoreGood: .gitignore present.
- CHANGELOG.md
- CLA.md
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- 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.
- install.sh
- LICENSEGood: Licensed under Other.
- neko-lan-test.png
- neko-single-test.png
- neko-tcpmux-test.png
- pyproject.tomlGood: Dependency manifest found (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.
- SECURITY.mdGood: Security policy present.
- tinyagentos-sdcpp.service
- tinyagentos.service
- uv.lockGood: Lockfile present (uv.lock). Installs are reproducible.