AI Studio is a professional-grade, self-contained AI production suite designed for high-performance offline environments. It runs entirely on your local hardware—no cloud, no subscriptions, and zero data telemetry.
- Native Native Desktop App: A dedicated Electron-based window for a seamless workstation experience.
- Hardware-First Engine: Intelligent telemetry detects your GPU (CUDA/ROCm/MPS) and VRAM to recommend optimal model variants.
- Courier Mode (v2.0): Cryptographic synchronization protocol for safe transport of neural weights between online and offline machines.
- Glassmorphism UI: A premium "Cyber-Dark" aesthetic with real-time hardware telemetry HUD.
- Portable Runtime: Includes a self-bootstrapping Python 3.12 environment isolated within the project folder.
- Image: FLUX.1, SDXL, Stable Diffusion 1.5 (incl. Image-to-Image).
- Video: Wan2.1 Video, AnimateDiff.
- Audio: MusicGen Large, Stable Audio Open.
- Ensure Node.js 18+ is installed.
- Run
.\launch.bat(Windows) or./launch.sh(Linux/macOS). - The app will automatically download the portable Python runtime and required dependencies.
- Navigate to the Archive tab and download your desired models.
- Go to Courier Mode and click Generate Manifest.
- Copy the entire
ai-studiofolder to a USB drive. - Paste the folder onto your offline machine.
- Run
.\launch.bat. - Go to Courier Mode and click Verify Integrity to ensure no files were corrupted during transfer.
ai-studio/
├── launch.bat # Standard Windows entry point
├── main.cjs # Electron main process
├── artifacts/
│ ├── ai-studio/ # React 19 Frontend source
│ └── api-server/ # Express 5 / Node.js Backend source
├── ai-studio-workstation/ # Isolated data (Runtime, Models, DB)
└── lib/ # Shared API specifications
Distributed under the MIT License. See LICENSE for more information.