Allgemein

ai-coder v0.4.2 — Downloads (Windows + Linux + AUR + GUI)

Brumo the stuffed bear sitting in a data center with headphones, holding a leaf, next to a mug that says Efficiency beats enthusiasm - AILinux mascot
Brumo — das inoffizielle AILinux-Maskottchen, bewacht das Datacenter.

ai-coder v0.4.2 — Terminal Coding & DevOps Agent + GUI

Autonomer Terminal-Agent fuer AILinux / TriForce Backend. 659+ KI-Modelle, 134 MCP-Tools, Swarm-Modus. Jetzt mit PyQt6 GUI und System Tray direkt in der Binary.

Neu in v0.4.2: GUI ist jetzt in der Binary enthalten — aicoder gui funktioniert ohne zusaetzliche Installation. Erweitertes Tray-Menue mit Autostart-Option.


Downloads

Plattform Download Groesse
Windows (.exe) aicoder.exe herunterladen 80.9 MB
Linux (Binary) aicoder-0.4.2-x86_64-linux 103.8 MB
Debian / Ubuntu (.deb) aicoder_0.4.2_amd64.deb
Auch via: apt install aicoder (repo.ailinux.me)
102.2 MB
Arch / AILinux (AUR) yay -S aicoder oder PKGBUILD
APT-Repository repo.ailinux.me

Alle Releases auf GitHub


Installation

Windows

  1. aicoder.exe herunterladen
  2. In einen Ordner legen (z.B. C:\Tools)
  3. Ordner zu System-PATH hinzufuegen
  4. PowerShell: aicoder gui

Linux (Debian/Ubuntu)

# Via APT-Repo (empfohlen)
echo "deb [trusted=yes] https://repo.ailinux.me stable main" | sudo tee /etc/apt/sources.list.d/ailinux.list
sudo apt update && sudo apt install aicoder

# Oder .deb direkt
wget https://github.com/derleiti/ai-coder/releases/download/v0.4.2/aicoder_0.4.2_amd64.deb
sudo dpkg -i aicoder_0.4.2_amd64.deb

# Oder Binary
sudo wget -O /usr/bin/aicoder https://github.com/derleiti/ai-coder/releases/download/v0.4.2/aicoder-0.4.2-x86_64-linux
sudo chmod +x /usr/bin/aicoder

Arch / AILinux

yay -S aicoder

Schnellstart

aicoder gui              # GUI starten (mit System Tray)
aicoder                  # Terminal: Setup-Wizard + Agent-REPL
aicoder login            # Login gegen TriForce Backend
aicoder agent "Docker-Status pruefen"
aicoder chat             # Interaktive Multi-Turn-Session

GUI — System Tray

aicoder gui startet ein Fenster mit Chat und Settings. Tray-Icon Rechtsklick:

  • Oeffnen — Fenster anzeigen
  • Minimieren — In Taskleiste verstecken
  • Mit System starten — Autostart an/aus (Linux + Windows)
  • Beenden — App schliessen

X-Button minimiert in den Tray statt zu schliessen. Doppelklick auf Tray-Icon oeffnet das Fenster.


Features

  • 659+ KI-Modelle — Anthropic, Gemini, Groq, Mistral, Ollama, OpenRouter u.a.
  • 134 MCP-Tools — Search, Code, System, Memory, Files
  • PyQt6 GUI — Chat + Settings + System Tray (in Binary enthalten)
  • Autonomer Agent — opencode-Style Tool-Loop
  • Swarm-Modus — Multi-Modell parallel
  • Cross-Platform — Linux + Windows aus einer Codebase
  • Autostart — Optional mit System starten (Tray-Menue)

Links: GitHub | Dokumentation | API | Forum | Login (Beta-Code: AILINUX2026)

v0.4.2 — 24. Maerz 2026 · Python 3.12 · PyQt6 (bundled) · MIT License

]]>