v1.6.9 — Loop Reset · Hallucination Guards · Fallback Resilience

Your AI that actually
does everything.

A local-first AI automation platform with 188+ built-in tools, a dual-brain Strategic Planner, true persistent memory (ChromaDB), interruptible Live Voice mode, and advanced vision-based computer use. Runs on your machine. No subscriptions. No cloud required.

Download v1.6.9 Free View on GitHub

Free & open source · Python 3.10+ · Windows / macOS / Linux

188+Built-in Tools
14AI Providers
HiveMind Subagents
100%Local Mode Available
0Subscriptions
FLAGSHIP FEATURE

True Persistent Memory.
Near-Zero Token Cost.

Most AI tools forget everything when you close the window. Galactic AI builds a living memory file that persists across restarts — and costs almost nothing extra to use.

1

The AI learns something

You teach it something, or it decides to remember it on its own.

2

It writes to MEMORY.md

A timestamped entry is appended to a file on your disk. The in-memory personality hot-reloads instantly.

3

Every future session starts knowing

MEMORY.md is loaded into the system prompt on startup — alongside your identity files. No searches, no extra API calls.

# MEMORY.md — grows automatically over time # Injected into every system prompt on startup # Written to automatically when the AI imprints # Editable directly in the Control Deck - 2026-02-18: User prefers concise replies - 2026-02-18 [truck]: Drives a 1967 F100 - 2026-02-19: Working on Galactic AI project - 2026-02-19 [prefs]: Dark mode, no emojis - 2026-02-19: Deploying to GitHub releases # IDENTITY.md, SOUL.md, USER.md, VAULT.md also loaded # Total token cost: size of your .md files, once.

All .md files live on your machine. Edit them any time in the Memory tab.

Everything you need. Nothing you don't.

Built for people who want their AI to actually do things.

✦ NEW IN v1.6.9 — THE HALLUCINATION DEFENSE UPDATE
🧠

Persistent Memory + VAULT

MEMORY.md, IDENTITY.md, SOUL.md, USER.md, and VAULT.md are loaded into every prompt. The AI always knows who it is, who you are, and how to log into your services.

🐝

Hive Mind Subagents

Spawn isolated AI background workers nested in a Hive Mind architecture. Subagents communicate seamlessly while keeping main UI responsive for review.

👁️

Computer Vision Control

Ask the AI to look at your screen and directly click UI elements. Bypasses the DOM entirely for unscrapable apps, interacting just like a human.

💻

Test-Driven Coder

Galactic AI can write Python scripts, execute them locally, read the error output, and autonomously loop until the code runs flawlessly.

⚙️

Settings Tab

Switch primary/fallback models from dropdowns, toggle auto-fallback, change TTS voice, tune the speak timeout and max ReAct turns — all saved live to config.yaml.

🎙️

Voice I/O + Voice Selector

Send voice messages via Telegram, get voice replies. Choose from 7 voices (Guy, Aria, Jenny, Davis via Edge TTS — free; Nova, Byte via ElevenLabs) from the Quick Tools sidebar.

🌐

Full Browser Control

56 Playwright browser actions. Click, type, scroll, extract, intercept network traffic, manage sessions, spoof geolocation. Chromium, Firefox, or WebKit.

🔌

Chrome Extension

Galactic Browser extension for Chrome. Side panel chat, real-time page control, accessibility tree reading, form filling, tab management — all through your actual browser.

Skills Ecosystem

Every capability is a GalacticSkill. Byte can write, validate, and load new skills at runtime — no restart needed. Community skills persist across sessions in skills/community/.

📱

Social Media Tools

Post tweets, reply to mentions, submit Reddit posts, search subreddits, and read your inbox — all through natural language commands to your AI.

🤖

ReAct Agent Loop

Think → Act → Observe → Answer. The AI chains tool calls autonomously until the task is done. Per-tool timeouts + a speak() wall-clock cap prevent runaway loops.

📱

Telegram + Discord + Gmail

Full control from your phone via Telegram. Plus Discord bot, WhatsApp, and Gmail inbox monitoring — all bridges included.

🖥️

Web Control Deck

Chat, Status, Models, Tools, Skills, Memory, Settings, Ollama, and Logs — a full control panel at localhost:17789.

🔒

100% Local Mode

Run with Ollama and zero internet required. No data leaves your machine. No API keys. No tracking. Full capability offline.

🎬

Video Generation

Text-to-video and image-to-video via Google Veo. Generate 4-8 second MP4 clips up to 4K resolution. Inline HTML5 player in the Control Deck chat.

AsyncIO Core

Every subsystem — LLM gateway, web server, Telegram, Ollama manager, scheduler — runs non-blocking on a single asyncio event loop.

🔄

Resilient Auto-Fallback

Error-type-specific cooldowns (rate limit: 60s, auth error: 24h). Automatic recovery when providers come back. Toggle on/off from the Settings tab.

💰

Token Cost Dashboard

Real-time cost tracking in the Status tab. 6 summary cards (session, daily, weekly, monthly), 9 currencies, persistent logging. Free providers show FREE.

🎤

Voice Input in Control Deck

Click the mic button in the chat bar to record your voice. Audio is sent to Whisper (OpenAI or Groq) for transcription and inserted into the chat automatically.

🔑

Remote Access + JWT

Access remotely over LAN with plain HTTP + JWT auth (24h expiry), rate limiting, CORS protection, and auto Windows Firewall rule. No TLS cert issues.

14 AI Providers. One Interface.

Switch mid-conversation. Set automatic fallback. Use free tiers or run completely offline.

Google Gemini
Anthropic Claude
OpenAI GPT
xAI Grok
Groq (fast)
Mistral
NVIDIA AI
DeepSeek
Together AI
Perplexity
HuggingFace
Cerebras
OpenRouter
Ollama (local)
Free tier available Paid only Completely free, runs locally

147 Built-In Tools

The AI can use all of these autonomously, chaining them together to complete complex tasks.

File System

  • read_file / write_file / edit_file
  • list_dir (rich listing)
  • find_files (glob search)
  • hash_file (SHA256/MD5)
  • diff_files (unified diff)
  • zip_create / zip_extract
  • image_info (dimensions/format)

Shell & Process

  • exec_shell (PowerShell/bash)
  • process_start / status / kill
  • kill_process_by_name
  • schedule_task / list_tasks
  • system_info (CPU/RAM/disk)
  • env_get / env_set

Web & HTTP

  • web_search (DuckDuckGo)
  • web_fetch (read pages)
  • http_request (raw REST API)
LATEST IN v1.6.9
  • Gateway v3: Maximum reliability & speed
  • Hallucination Guard: Prevents browser loops
  • Recursive Compaction: Infinite context memory
  • Ollama Pro: Enhanced local intelligence

Dev & Sub-Agents

  • spawn_subagent / check
  • test_driven_coder
  • gemini_code (Dev Expert)
  • search_workspace
  • git_status / diff / commit / log

Vision, Audio, Image & Video

  • analyze_image (vision AI)
  • text_to_speech (7 voices)
  • generate_image (Imagen 4)
  • generate_image_flux (FLUX.1)
  • generate_image_sd35 (SD 3.5)
  • generate_video (Google Veo)
  • generate_video_from_image

Clipboard & Notifications

  • clipboard_get / clipboard_set
  • notify (desktop toast)
  • qr_generate (QR code images)
  • text_transform (15 operations)

Window Management

  • window_list (all open windows)
  • window_focus (bring to front)
  • window_resize (move/resize)

Desktop Automation

  • desktop_screenshot + AI analysis
  • desktop_click / type / move
  • desktop_scroll / hotkey
  • desktop_drag / locate

Browser Navigation

  • open_browser / browser_search
  • screenshot / browser_snapshot
  • browser_pdf / browser_new_tab

Browser Interaction

  • click / type / hover
  • fill_form / select / drag
  • download / upload / scroll
  • by selector, ref, or coords

Browser Data

  • browser_extract / execute_js
  • network_requests / console_logs
  • local / session storage
  • browser_response_body

Advanced Browser

  • intercept / mock network
  • geolocation / media emulation
  • save / load sessions
  • trace recording / proxy routing

Chrome Extension (27 tools)

  • browser_navigate / browser_snapshot
  • chrome_read_page / chrome_find
  • chrome_click / chrome_form_input
  • chrome_screenshot / chrome_zoom
  • chrome_drag / chrome_right_click
  • chrome_triple_click / chrome_upload
  • chrome_resize / chrome_wait
  • chrome_read_network / chrome_get_network_body
  • chrome_gif_start / stop / export

Social Media

  • twitter_post / twitter_reply
  • twitter_search / twitter_mentions
  • reddit_post / reddit_comment
  • reddit_search / reddit_inbox

Up in 60 seconds.

Extract the ZIP, run the installer, open your browser.

Windows (PowerShell)
# Extract ZIP, open PowerShell here
.\install.ps1  # install deps
.\launch.ps1   # start Galactic AI
macOS / Linux
# Extract archive, open terminal here
chmod +x install.sh launch.sh
./install.sh   # install deps
./launch.sh    # start Galactic AI
100% Local (No API Keys)
# Install Ollama first: ollama.com
ollama pull qwen3:8b
# Choose Ollama in Step 1 of wizard
# Zero API keys, zero cloud

See it in action.

The AI chaining tools autonomously — this is a real interaction.

Galactic AI — Control Deck Chat
You: Search for the latest Playwright release, summarize it, and save it to a file.

Byte: On it. Let me search first...
[tool: web_search] "Playwright latest release"
→ Found: Playwright v1.50.0 released Feb 2026...
[tool: web_fetch] https://playwright.dev/docs/release-notes
→ Fetched 8,400 chars. Parsing...
[tool: write_file] ./workspace/playwright-notes.md
→ Written. 612 bytes.

Byte: Done. Playwright v1.50 adds aria snapshot assertions, improved
clock mocking, and MCP server support. Saved summary to
./workspace/playwright-notes.md

You: Remember that we use Playwright for browser automation here.

Byte: [tool: memory_imprint] "We use Playwright for browser automation"
→ [MEMORY] Saved. Appended to MEMORY.md.
Got it. I'll remember that for all future sessions.
BUILT BY THE AI

The Galactic Arcade

Proof of capability: These games were coded entirely by Galactic AI sub-agents in a single turn.

🚀
Action Hybrid

Galaga 2.0

High-performance space combat with multiple weapon tiers, power-ups, and challenging waves.

🌠
Space Drifting

Cosmic Drift

Master the inertia of deep space. Dodge enemies, maintain your shields, and survive the drift.

🚚
Space Trucking

Galactic Drifter

Take the wheel of an interstellar F100. Drift through starfields, avoid hazards, and hit the boost.

🛹
Hoverboard Platformer

Neon Horizon V4

Multi-level platforming with thumping synthwave beats and hoverboard physics. Use Boost to clear gaps!

🏎️
Neon Racer

Cosmic Cruiser

High-speed futuristic racing in a 1967 F100 Neon Truck. Dodge the glitches and collect the energy orbs.

🛸
Physics Engine

Asteroids: Techno-Hippie

Neon vectors, particle explosions, and smooth inertia. Built with vanilla HTML5 Canvas + JS.

🏓
Classic Revived

Techno-Hippie Pong

Fluid 60FPS action with dynamic starfields and glow effects. The ultimate psychedelic pong experience.

Ready to run your own AI?

Free. Open source. Runs on your machine. No subscriptions, no cloud lock-in, no data leaks.

Download v1.6.9 Free View Source on GitHub

Windows · macOS · Linux · Chromebook · WSL2