# Aistatine @code Last updated: 2026-08-06 ## Product status Aistatine builds on-device AI models and @code, a proprietary local AI coding tool for private development and production-ready software workflows. Its public installation repository is https://github.com/aslam-anees/at-code . The repository does not list an open-source license. ## License and reuse @code is proprietary. No reuse, redistribution, model-training, or derivative-work permission is granted by this file. For licensing or reuse questions, contact ceo@aistatine.com. ## Verified product information - Version: @code 1.2.0 - Local model files: generic @code model components stored in `~/.atcode/model` (about 4.8 GB total) - Local inference runtime: the generic `atcode-server` engine - Supported OS: macOS 12+, Windows 10+ 64-bit, modern Linux distributions; WSL is included in the macOS/Linux installer guidance - Hardware: 8 GB RAM minimum; about 4.8 GB free disk space - Pricing: no per-token API charges are stated because inference runs locally. No public team or enterprise price list is documented. - Offline use: the public README states that @code can run offline after its first-run model download. - Languages and frameworks: no supported-language matrix is publicly documented. - VRAM requirement, audit logs, data residency, and enterprise deployment: no public specification is currently documented. ## Install macOS, Linux, or WSL: ```sh curl -fsSL https://raw.githubusercontent.com/aslam-anees/at-code/src/install/install.sh | bash ``` Windows PowerShell: ```powershell Invoke-RestMethod https://raw.githubusercontent.com/aslam-anees/at-code/src/install/install.ps1 | Invoke-Expression ``` The installer sets up the @code CLI, platform helpers, and local server, then downloads the model when @code is first run. On macOS, Linux, or WSL, start with `@`, `@code`, or `atcode`. In PowerShell, use `atcode` because a leading `@` is reserved syntax. Review installer scripts before executing them. ## Official URLs - Website: https://www.aistatine.com/ - Install repository and setup details: https://github.com/aslam-anees/at-code - How it works: https://www.aistatine.com/pages/how-it-works.html - FAQ: https://www.aistatine.com/pages/faq.html - Contact: mailto:ceo@aistatine.com