Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Framework for a local AI agent powered task management system
| Date | Stars |
|---|---|
| 2026-07-31 | 550 |
| 2026-08-06 | 553 |
Today
+3 stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# PersonalOS [](https://creativecommons.org/licenses/by-nc-sa/4.0/) [](https://x.com/_amankhan) [](https://github.com/amanaiproduct/personal-os) Your AI-powered task management system that keeps you focused on what matters. Brain dump into `BACKLOG.md`, tell your AI assistant to process it, and get organized tasks automatically prioritized based on your goals. | Section | Status | |---------|--------| | Task Management | ✅ | | Goal-driven Prioritization | ✅ | | Knowledge Base | ✅ | | Backlog Processing | ✅ | | Session Evals | ✅ | | MCP Server (optional) | ✅ | --- *Quick links:* [Quick Start](#quick-start) · [How It Works](#how-it-works) · [Directory Structure](#directory-structure) · [Daily Workflow](#daily-workflow) --- <img width="1071" height="677" alt="Screenshot 2025-12-26 at 11 51 27 PM" src="https://github.com/user-attachments/assets/bbde8dc5-7e17-4ced-bc2b-ede505ee4a72" /> ## Quick Start ### 1. Clone the Repository ```bash git clone https://github.com/amanaiproduct/personal-os.git cd personal-os ``` ### 2. Run Setup (2 minutes) ```bash ./setup.sh ``` The setup will: - Create your workspace directories - Guide you through questions about your goals and priorities - Generate your personalized GOALS.md - Copy template files **Note:** Python 3.10+ is only needed if you want to run the MCP server. The basic setup works with just bash. ### 3. Start Using It ``` # In your AI assistant (Claude Code, etc.) "Read AGENTS.md and help me get organized" ``` ## How It Works 1. **Brain dump** - Drop notes into `BACKLOG.md` (no structure needed) 2. **Process** - Say "process my backlog" to your AI 3. **Get organized** - AI creates prioritized tasks based on your GOALS.md 4. **Stay focused** - Ask "what should I work on?" for smart suggestions ### Common Commands - `"Process my backlog"` - Turn notes into tasks - `"What should I work on?"` - Get AI suggestions - `"Show me my P0 tasks"` - See urgent items - `"Mark [task] as done"` - Complete work ### Priorities | Priority | Meaning | Limit | |----------|---------|-------| | **P0** | Do today | max 3 | | **P1** | This week | max 7 | | **P2** | Scheduled | - | | **P3** | Someday/maybe | - | ## Directory Structure ``` personal-os/ ├── core/ # Reusable system components (public) │ ├── evals/ # Session evaluations │ ├── mcp/ # MCP server implementation │ │ └── server.py # Core server with deduplication │ ├── templates/ # Template files for users │ │ ├── AGENTS.md # Comprehensive AI instruction template │ │ ├── config.yaml # Configuration template │ │ └── gitignore # Gitignore template │ └── README.md # Core system documentation │ ├── Tasks/ # Your personal tasks (gitignored) ├── Knowledge/ # Reference docs & notes (gitignored) ├── BACKLOG.md # Your backlog inbox (gitignored) ├── GOALS.md # Your personalized goals (generated by setup) ├── AGENTS.md # Your AI agent instructions └── setup.sh # Interactive setup script ``` ## Daily Workflow **Morning:** `"Show me today's priorities"` → Pick 1-3 tasks **During work:** Brain dump into BACKLOG.md, save docs to Knowledge/ **End of day:** `"Mark [task] as done"` **Weekly:** `"Process my backlog"` + `"Clean up old tasks"` ## Features - Goal-driven prioritization based on your vision - Smart deduplication detects duplicate tasks - Natural language - just talk to your AI - Session evals to review and learn from AI interactions - 2-minute setup, no Python required - MCP integration for Claude and other AI assistants ## For Contributors The `core/` directory contains the reusable system. Cont
Excerpt of 4,480 characters
Read on GitHub52
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:72c68714e5e8e3ff, desc:ai agent