ramorie
v3.4.1
Published
AI-powered task and memory management CLI
Maintainers
Readme
Ramorie CLI
AI-powered task and memory management CLI for developers and AI agents.
Installation
npm install -g ramorieAlternative Installation Methods
Homebrew (macOS/Linux)
brew tap kutbudev/tap
brew install ramorieDirect Download
Download pre-built binaries from GitHub Releases.
Go Install
go install github.com/kutbudev/ramorie-cli/cmd/jbraincli@latestQuick Start
# Create an account
ramorie setup register
# Create your first project
ramorie project init "My Project"
ramorie project use "My Project"
# Create a task
ramorie task create "Implement user authentication" --priority H
# View kanban board
ramorie kanban
# Store knowledge
ramorie remember "Use bcrypt with 12 rounds for password hashing"
# Search memories
ramorie memory recall "password"Features
- 🎯 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.)
Documentation
- Website: ramorie.com
- Docs: ramorie.com/docs
- GitHub: github.com/kutbudev/ramorie-cli
License
MIT
