✦ AI Assistant ✦

your autonomous coding companion for Linux & Windows

Connect to any LLM — LM Studio, Ollama, OpenAI, Anthropic — and let your AI assistant run commands, browse the web, write code, and manage projects. All from your terminal, all in natural language.

Save your data to a file, store it anywhere (Google Drive, Proton Drive, USB), and load it on another device to pick up where you left off.

🐧 Linux

Linux AI Assistant

  • Python 3 + bash execution
  • LM Studio & Ollama support
  • Browser automation mode
  • Screenshot capture
  • Command logging
pip install -r requirements.txt
playwright install chromium
☆ Download for Linux ☆
🌸 Windows

Windows AI Assistant

  • Python 3 + PowerShell execution
  • LM Studio & Ollama support
  • Browser automation mode
  • Screenshot capture
  • Command logging
pip install -r requirements.txt
playwright install chromium
☆ Download for Windows ☆

✿ quick setup ✿

1

Download & extract the zip for your OS

2

Run pip install -r requirements.txt

3

Run playwright install chromium (for browser mode)

4

Run python main.py and start coding!

✧ save & restore ✧

💾
Save to a file

Run python save_load.py save my_data.json to export your config, logs, and state

📂
Store anywhere

Upload the file to Google Drive, Proton Drive, Dropbox, USB — wherever you like

📥
Load on another device

Run python save_load.py load my_data.json to restore everything

✧ remote access ✧

🔑
Get an API Key

Generate a key to control your assistant from any device

🌐
Connect via Cloud Bridge

Run python cloud-bridge.py alongside your assistant to link it to the web

📡
Send Tasks Remotely

Use the dashboard or API to submit tasks from anywhere

☆ Go to Dashboard ☆