aipm_
AI-powered project management for the terminal
brew tap ComputelessComputer/aipm && brew install aipm
view on github →
demo
features
Natural language task management
Just type what you need. The AI understands intent and executes through tool calls.
Email inbox → task list
Surfaces actionable emails via AI. Marketing and noise filtered out automatically.
File-per-task architecture
Each task is a markdown file with YAML front matter. Grep your way through tasks.
Full keyboard control
Vim-style bindings. Arrow keys. No mouse needed. Navigate instantly.
Multiple views
Buckets (columns), Timeline (chronological), Kanban (progress stages).
Context-aware AI
Paste GitHub URLs, AI fetches context automatically. No manual copying.
Sub-tasks & dependencies
Hierarchical tasks with automatic parent progress sync.
Undo/history
Snapshot before every operation. Rollback anytime.
install
homebrew (macos/linux)
brew tap ComputelessComputer/aipm
brew install aipm from source
git clone https://github.com/ComputelessComputer/aipm.git
cd aipm
cargo build --release