Cubiq is a modern, high-performance desktop AI assistant for Windows, featuring a powerful GUI, a lightweight ephemeral QuickAsk interface, and a robust CLI for power users.
- Main GUI: A full-featured chat interface for managing persistent conversations and workspaces.
- QuickAsk: A global, always-on-top ephemeral popup for quick questions (
Ctrl+Alt+Space). - Unified CLI: A powerful command-line interface that shares state with the desktop app.
- Workspaces: Organize your chats into folders.
- Presets: Custom system prompts and model configurations (Research, Programming, etc.).
- Privacy First: Local SQLite database and secure API key management.
- Soft Delete: Integrated trash system with auto-purge.
- Download the latest
cubiq_0.1.0_x64-setup.exeinstaller. - Run the installer (requires UAC for per-machine installation).
- Cubiq will be installed to
C:\Program Files\cubiq. - The CLI will be automatically added to your system
PATH. - Open a new terminal and type
cubiq statusto verify.
- Launch Cubiq from the Start Menu.
- Go to Settings and enter your API Key (e.g., Groq, OpenAI).
- You're ready to chat!
The CLI provides two modes: Ephemeral (REPL) and Persistent.
Ask quick questions without cluttering your database history.
# Start an interactive session with 40-message memory
cubiq ask
# Ask a single question and exit
cubiq ask "How do I list files in PowerShell?" --once
# Use a specific preset for the session
cubiq ask --preset "Programming"Interact with your main app's chats and workspaces.
# Create a new chat in a workspace
cubiq new --title "Project Brainstorm" --workspace "Ideas"
# Send a message to the currently active chat
cubiq send "What are the next steps?"
# List all workspaces
cubiq list workspaces
# Open a specific chat to make it active
cubiq open chats "Project Brainstorm"Comprehensive documentation is available in the docs/ folder:
- Changelog
- Installation Guide
- CLI Reference
- Development Guide
- Installer Details
- Database Architecture
- Troubleshooting
- Contributing
- Security
Coming soon...
GPLv3
