Rita

Rita Code CLI

Download and install the Rita development tools

v1.0.0-betaPython 3.10+
Quick Install
Install Rita Code CLI with a single command
pip install rita-code

Platform Downloads

macOS
Apple Silicon & Intel
brew install rita-code
Windows
Windows 10/11 (64-bit)
winget install rita-code
Linux
Ubuntu, Debian, Fedora
curl -sSL rita.sh | bash
Rita Python SDK
Python micro-apps for context management and memory blocks
# Install the SDK
pip install rita-sdk

# Initialize Rita in your project
from rita import Rita

rita = Rita(api_key="your-api-key")

# Memory block operations
rita.core.load("persona")           # Load core identity
rita.working.context()              # Get active context
rita.archival.search("query")       # Search long-term memory
rita.log.trace()                    # View execution log

# Python micro-apps
rita.time.work_duration()           # Track work time
rita.reflect.on_task(result)        # Self-improvement
rita.skill.load("accounting")       # Load skill module

Memory Blocks

  • • Core Memory (identity, persona)
  • • Working Memory (active context)
  • • Archival Memory (long-term storage)
  • • Log Memory (execution traces)

Python Micro-Apps

  • • rita.time.* - Temporal awareness
  • • rita.skill.* - Skill management
  • • rita.reflect.* - Self-improvement
  • • rita.ingest.* - Data ingestion

Rita Code CLI is open source. View on GitHub.

© 2025 South Beach Robotics. All rights reserved.