{"id":47667205,"url":"https://github.com/derleiti/ai-coder","last_synced_at":"2026-04-14T02:00:54.848Z","repository":{"id":346515306,"uuid":"1190315699","full_name":"derleiti/ai-coder","owner":"derleiti","description":"Terminal Coding \u0026 DevOps Agent for AILinux/TriForce — autonomous tool loop, opencode-style UI","archived":false,"fork":false,"pushed_at":"2026-04-09T23:39:48.000Z","size":143170,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-10T01:27:29.243Z","etag":null,"topics":["agent","ailinux","cli","devops","llm","mcp","python","terminal","triforce"],"latest_commit_sha":null,"homepage":"https://ailinux.me/ai-coder/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/derleiti.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"docs/security.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-03-24T06:57:34.000Z","updated_at":"2026-04-09T23:39:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"a08bd87c-fe22-4926-88e6-db1d984e6f1d","html_url":"https://github.com/derleiti/ai-coder","commit_stats":null,"previous_names":["derleiti/ai-coder"],"tags_count":38,"template":false,"template_full_name":null,"purl":"pkg:github/derleiti/ai-coder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derleiti%2Fai-coder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derleiti%2Fai-coder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derleiti%2Fai-coder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derleiti%2Fai-coder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/derleiti","download_url":"https://codeload.github.com/derleiti/ai-coder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derleiti%2Fai-coder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31778580,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T00:11:49.126Z","status":"online","status_checked_at":"2026-04-14T02:00:06.344Z","response_time":153,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent","ailinux","cli","devops","llm","mcp","python","terminal","triforce"],"created_at":"2026-04-02T12:01:24.794Z","updated_at":"2026-04-14T02:00:54.843Z","avatar_url":"https://github.com/derleiti.png","language":"Python","readme":"# ai-coder\n\nTerminalbasierter Coding \u0026 DevOps Agent für AILinux / TriForce.\n\n**Prinzip:** Dünner lokaler CLI-Client — Intelligenz sitzt im Backend.\n\n## Download\n\n| Plattform | Download | Hinweis |\n|---|---|---|\n| **Windows** | [aicoder.exe](https://github.com/derleiti/ai-coder/releases/latest/download/aicoder.exe) | Standalone, 13 MB, PowerShell-ready |\n| **Linux (Binary)** | [aicoder-x86_64-linux](https://github.com/derleiti/ai-coder/releases/latest/download/aicoder-x86_64-linux) | Standalone, ~8 MB |\n| **Debian/Ubuntu** | [aicoder_amd64.deb](https://github.com/derleiti/ai-coder/releases/latest/download/aicoder_amd64.deb) | `sudo dpkg -i aicoder_*.deb` |\n| **Arch / AILinux** | `yay -S aicoder` | AUR-Paket |\n| **pip** | `pip install -e .` | Aus Quellcode |\n\n### Windows-Installation\n\n```powershell\n# Option 1: Binary direkt nutzen\n# aicoder.exe runterladen, in einen Ordner legen (z.B. C:\\Tools)\n# Ordner zu PATH hinzufügen (System → Umgebungsvariablen → Path → Bearbeiten)\n\n# Option 2: NSIS-Installer\n# aicoder-{version}-setup.exe runterladen und ausführen\n# Installiert nach C:\\Program Files\\aicoder, fügt automatisch zu PATH hinzu\n```\n\n### Linux-Installation\n\n```bash\n# Binary direkt\nsudo wget -O /usr/bin/aicoder https://github.com/derleiti/ai-coder/releases/latest/download/aicoder-x86_64-linux\nsudo chmod +x /usr/bin/aicoder\n\n# Oder über APT-Repo\necho \"deb https://repo.ailinux.me stable main\" | sudo tee /etc/apt/sources.list.d/ailinux.list\nsudo apt update \u0026\u0026 sudo apt install aicoder\n```\n\n## Schnellstart\n\n```bash\naicoder                        # Setup-Wizard + Agent-REPL\naicoder login                  # Login gegen TriForce Backend\naicoder model anthropic/claude-sonnet-4\naicoder fallback gemini/gemini-2.0-flash\naicoder swarm auto\naicoder status\n```\n\n## Commands\n\n| Command | Beschreibung |\n|---|---|\n| `login` | Login gegen /v1/auth/login |\n| `logout` | Lokale Session löschen |\n| `whoami` | Token verifizieren |\n| `model [value]` | Aktives Modell anzeigen / setzen |\n| `fallback [value]` | Fallback-Modell anzeigen / setzen |\n| `swarm [value]` | Swarm-Modus: off / auto / on / review |\n| `status` | Übersicht: model, fallback, swarm, workspace, docs |\n| `ask \u003cprompt\u003e` | Single-shot LLM mit AGENTS.md als System-Prompt |\n| `chat` | Interaktive Multi-Turn-Session |\n| `task \u003cfile\u003e` | File lesen → LLM → Diff → optional apply |\n| `review \u003cfile\u003e` | Strukturiertes Code-Review |\n| `agent \u003cprompt\u003e` | Autonomer Agent mit Tool-Loop |\n| `models [--filter]` | Verfügbare Modelle vom Backend |\n| `mcp \u003ctool\u003e [args]` | MCP-Tool-Call gegen /v1/mcp |\n| `workspace [path]` | Lokalen Repo-Snapshot erstellen |\n| `hist [-n N]` | Call-History anzeigen |\n\n## Architektur\n\nSiehe `docs/architecture.md`.\n\n## CI/CD\n\n- **Linux:** PyInstaller Build auf Push (GitHub Actions)\n- **Windows:** PyInstaller Build + NSIS Installer auf Tag-Push (`v*`)\n- Automatische GitHub Releases mit Binaries\n\n## Links\n\n- **Website:** https://ailinux.me/ai-coder/\n- **Downloads:** https://ailinux.me/downloads/\n- **API-Docs:** https://api.ailinux.me\n- **Forum:** https://forum.ailinux.me\n- **Beta-Code:** `AILINUX2026` (kostenloser Pro-Zugang)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderleiti%2Fai-coder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fderleiti%2Fai-coder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderleiti%2Fai-coder/lists"}