First Official Release
Automated installation with file verification
Download .bat [TERMINAL SETUP] Download .pyw [WINDOW SETUP]Automated installation with file verification
Download .sh [TERMINAL SETUP]python3-tk from your package manager to use GUI mode.
key_1, key_2, key_3) and switch on the flyGEMINI_API_KEYpython -m pip install -r requirements.txt
copy .apikeys_example .apikeys
# Edit .apikeys with your API keys
Terminal Mode:
python main.py
GUI Mode:
python user-interface.py
| Command | Purpose |
|---|---|
/register-as |
Create a new user account |
/login-as <name> <password> |
Log in as an existing user |
/apikey <1|2|3> |
Switch to API key slot |
/model <name> |
Change provider (gemini, openrouter, groq) |
/help |
Display command help |
/logout |
Log out of the current account |
/exit |
Quit the application |