v1.0.0 — Initial Public Release
Copilot Unleashed v1.0.0
Self-hosted multi-model AI chat platform powered by the official @github/copilot-sdk.
Highlights
- 20+ AI models — GPT-4.1, Claude, Gemini, o-series through a single interface
- SvelteKit 5 — Full-stack with runes, WebSocket streaming, and adapter-node
- GitHub Device Flow — Authenticate with your GitHub account (no client secret needed)
- PWA — Installable with push notifications and offline support
- Docker + Azure — Single-command deployment via
docker compose uporazd up
Tech Stack
- Runtime: Node.js 24 + TypeScript 5.7 (strict mode)
- Framework: SvelteKit 5 with Svelte 5 runes
- AI:
@github/copilot-sdkwith per-user session lifecycle - Real-time: WebSocket with reconnection and message buffering
- Testing: Vitest (386 unit tests) + Playwright E2E
Getting Started
# Docker (recommended)
docker compose up --build
# Local development
npm install && npm run build && npm startSee README.md for full documentation.