AI-powered task and memory management CLI
npm install ramorieAI-powered task and memory management CLI for developers and AI agents.
``bash`
npm install -g ramorie
bash
brew tap kutbudev/tap
brew install ramorie
`$3
Download pre-built binaries from GitHub Releases.$3
`bash
go install github.com/kutbudev/ramorie-cli/cmd/jbraincli@latest
`Quick Start
`bash
Create an account
ramorie setup registerCreate your first project
ramorie project init "My Project"
ramorie project use "My Project"Create a task
ramorie task create "Implement user authentication" --priority HView kanban board
ramorie kanbanStore knowledge
ramorie remember "Use bcrypt with 12 rounds for password hashing"Search memories
ramorie memory recall "password"
``- 🎯 Smart Task Management - Priorities, progress tracking, subtasks
- 🧠Memory System - Store and search development insights
- 🤖 AI Integration - Gemini-powered suggestions and analysis
- 📊 Visual Dashboards - Kanban boards, burndown charts, statistics
- 🔗 MCP Support - Model Context Protocol for AI agents (Cursor, Claude, etc.)
- Website: ramorie.com
- Docs: ramorie.com/docs
- GitHub: github.com/kutbudev/ramorie-cli
MIT