Ourina
Ourina is an advanced AI built with Python that runs directly in the terminal or Termux. Designed to be lightweight, fast, and developer-friendly, Ourina provides an interactive text-based AI experience without heavy UI dependencies, making it ideal for coding assistance, smart responses, and command-line productivity.
Links
README
From the repo.
🤖 Ourina AI — Free Edition
AI Assistant Berbasis Terminal • Gratis untuk Personal Use
Ourina adalah AI Assistant berbasis terminal yang memberikan pengalaman percakapan natural dengan tampilan modern
✨ Fitur
- 🎭 Multi-Persona — Pilih gaya bicara AI (default, teacher, coder, friend, professional)
- 🧠 Memory — AI mengingat konteks percakapan
- 🎨 6 Tema — dark, light, ocean, sakura, forest, cyberpunk
- 📝 Export — Simpan chat ke Markdown/TXT
- 🔄 Regenerate — Generate ulang jawaban
- 📱 Cross-Platform — Windows, Linux, macOS, Termux
🚀 Quick Start
pip install -r requirements.txt
python main.py
🎮 Commands
| Command | Fungsi |
|---|---|
/help | Bantuan |
/persona [nama] | Ganti persona |
/theme [nama] | Ganti tema |
/regen | Regenerate jawaban |
/context | Lihat memory |
/export md | Export ke Markdown |
/save | Simpan percakapan |
/load | Load percakapan |
/clear | Hapus memory |
/exit | Keluar |
⚙️ Kustomisasi
File yang bisa diedit:
- ✅
config.py— Nama bot, pesan, settings - ✅
themes.py— Tema warna - ✅
core/personality.py— Persona
File terproteksi:
- 🔒
core/gemini.pyc - 🔒
core/engine.pyc - 🔒
handlers/commands.pyc - 🔒
ui/cli.pyc
💎 Upgrade ke Premium
Ingin akses penuh ke source code?
Premium Edition memberikan:
- ✅ Full source code (.py)
- ✅ Modifikasi tanpa batas
- ✅ Commercial license
- ✅ Priority support
- ✅ Hapus branding
👨💻 Credits
Developed by LuckyArchz / Zann
📄 Lisensi
Free for personal use. Tidak untuk komersial.
© 3025 Ourina AI
Collected info
- ★ 2 stars
- Language: Python
- Source updated: 3/5/2026
Config for your environment
Replace {MCP_ENDPOINT_URL} with this MCP’s endpoint URL (from its repo or docs above). No API key — you connect directly.
Tool
OS
Config file: ~/.cursor/mcp.json
{
"mcpServers": {
"mcp-server": {
"url": "{MCP_ENDPOINT_URL}"
}
}
}Paste into mcpServers in the config file. Restart Cursor after saving.
If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.