ultraman-ai
v1.0.0
Published
ULTRAMAN - Self-Evolving AI Assistant
Maintainers
Readme
ULTRAMAN — Self-Evolving AI Assistant
Run ULTRAMAN with zero setup:
npx ultramanWhat is ULTRAMAN?
ULTRAMAN is a self-evolving AI agent engine that learns from mistakes, creates new skills, and improves itself during use. It runs as a beautiful terminal UI powered by Rich.
Requirements
- Ollama running locally (default:
http://127.0.0.1:11434) - Node.js 18+ (for the NPX wrapper)
- Python 3.10+ (if using Python fallback on Linux/macOS)
First Run
npx ultramanOn first run, ULTRAMAN will:
- Download the latest release from GitHub
- Set up
~/.ultraman/with all built-in skills - Launch the interactive terminal
Commands
Once running, use /help to see all commands. Key commands:
| Command | Description |
|---------|-------------|
| /help | Show all commands |
| /models | List available models |
| /switch | Switch AI model |
| /superpowers | Skill management |
| /learn | Log a mistake for training |
| /stats | View statistics |
Configuration
All data lives in ~/.ultraman/. Edit ~/.ultraman/config.yaml to customize:
ollama_host: http://127.0.0.1:11434
default_model: ministral-3Development
git clone https://github.com/the1frombeyond/HAIL.MARY.git
cd HAIL.MARY
python install.py
python main.pyLicense
MIT — Built by the1frombeyond
