Nothing runs unchecked
A command blacklist, input sanitization, role gates, zero-trust egress, and source-read authorization all run before execution, not after the damage.
A desktop AI command station for controlled software-building workflows. Your whole toolbox in one window, with a security gate in front of it.
Runs on your machine. Scanners run locally. You choose the AI provider.

Why it exists
Three commitments the product is designed around, not marketing lines bolted on afterwards.
A command blacklist, input sanitization, role gates, zero-trust egress, and source-read authorization all run before execution, not after the damage.
The bundled scanners run on your machine. Secure code review sends only scrubbed changed lines to the AI, and only if you widen that yourself.
An append-only, tamper-evident audit chain with SIEM export. Signed releases. Secrets held by your OS keyring or your own vault.
The workspace
Every tool you own becomes a card you can run, inspect, scan, and share.
Chain tools from the palette or start from a pattern: CI build, container release, Kubernetes rollout, security gate.
Review local changes and detect security risks without shipping your repository anywhere.
Nothing about the stack is locked. Point it at the provider and the remotes you already use.
The security engine
Scan, rank, and map every finding to the tactics an attacker could actually use.
Security posture, scan coverage, open findings, and secret leaks, with the MITRE ATT&CK kill-chain those findings map to.
The offensive tooling is gated hardest. Nothing probes a target without an explicit, recorded authorization from you.
Command blacklist, input sanitization, and role or corporate gates evaluate the request.
Source-read authorization and zero-trust egress decide what the run may touch and reach.
The run lands in an append-only, tamper-evident audit chain, exportable to your SIEM.
Inside the app
Every image on this page is a capture of the shipping build.
Download
Every file is GPG signed and its SHA-256 is published below.
| Platform | File | SHA-256 |
|---|---|---|
| Windows10 / 11, 64-bit | AiCodeStation-Setup-1.0.30.exe |
e795b70ae550d585c6b95eacb4a6bfdb0c87bf7c571dbe076eb20655f0c42e70 |
| DebianUbuntu, Mint | aicodestation_1.0.30_amd64.deb |
a05f7ee5dcd06455c2c141d15bd08b92eaac68655fa6fc8e8433d15074f33371 |
| RPMFedora, RHEL, openSUSE | aicodestation-1.0.30-1.x86_64.rpm |
bf633f769b67331f952f5b84a6285a6335c34d5eb0c77d34408363dddf35d3bf |
| AppImageany modern Linux | AiCodeStation-1.0.30-x86_64.AppImage |
4430203b37e8120ec0cdb3d92e5da5f4bff1c8ce156a6d7bc7adbd250e0f8fbd |
| Archiveportable | AiCodeStation-1.0.30-linux-x86_64.tar.gz |
bb48690618b6e54a18e0c61829c51ce757c8ce0fc569ccd114c943194f4bd9ba |
| macOSApple Silicon and Intel | Coming soon | |
A checksum proves the file did not arrive corrupted. It cannot prove the page it came from was not changed. So every release file is also GPG signed, and the signing key lives on neither the website server nor the download server.
Release key fingerprint E779 76A5 D8A6 1752 8244 D939 E4E6 5E94 12CD 53CA gpg --import aicodestation-release-key.asc gpg --fingerprint gpg --verify aicodestation_1.0.30_amd64.deb.asc aicodestation_1.0.30_amd64.deb
The package manager then checks the signature on every update, not only the first time.
curl -fsSL https://acsdownloads.blob.core.windows.net/releases/aicodestation-release-key.asc \ | sudo gpg --dearmor -o /usr/share/keyrings/aicodestation.gpg echo "deb [arch=amd64 signed-by=/usr/share/keyrings/aicodestation.gpg] \ https://acsdownloads.blob.core.windows.net/releases stable main" \ | sudo tee /etc/apt/sources.list.d/aicodestation.list sudo apt update && sudo apt install aicodestation
Plans
The full capability matrix is compared line by line on the pricing page.
The workspace, signed builds, and the core tooling.
For developers who want the full engine. Free for verified students with a .edu address.
Dual control, JIT elevation, SIEM export, corporate gates, and support.
Windows and Linux builds are signed and published with their checksums. macOS is coming.