Skip to content

v1.0.0 — Initial Public Release

Choose a tag to compare

@devartifex devartifex released this 25 Mar 19:27
· 117 commits to master since this 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 up or azd up

Tech Stack

  • Runtime: Node.js 24 + TypeScript 5.7 (strict mode)
  • Framework: SvelteKit 5 with Svelte 5 runes
  • AI: @github/copilot-sdk with 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 start

See README.md for full documentation.