Ghost Architect™ Local is delivered directly by us, not through a public package registry. You receive one tarball, you check it against the SHA-256 published here, and the installer does the rest. The evaluation trial starts inside the product; no card, no account.
Fill this in and EJ replies with the download link, or with access to the delivery repository on GitHub, usually the same day. The GitHub username is for that access. The model question is so the trial is set up for the hardware you have.
Already a customer with access to the delivery repository? gh release download v7.0.4 --repo EJWisner/ghost-local-delivery
The file is about to become a global command on your machine. Check it first.
shasum -a 256 ghost-architect-local-7.0.4.tgz
On Windows PowerShell:
Get-FileHash -Algorithm SHA256 ghost-architect-local-7.0.4.tgz
Expected for 7.0.4:
12b6d385a7f4f9140c0378064a6c1235fed19f6729275e65759041d5a9e9d8fb
The installer checks the OS floor and stops below it. Linux installs run as a service account with a data root the installer creates, and the Linux path is verified on a fresh machine for every release. Windows uses a PowerShell installer from an elevated prompt and registers Windows Services; it ships covered by tests but has not yet been run on a real Windows machine, and says so in its own header. Treat a Windows install as a first run and send us the console output.
The installer checks it and does not install it. Get it from nodejs.org or your version manager first.
Ollama, vLLM, LM Studio, Jan.ai or any OpenAI-compatible endpoint on your network. Our estate runs qwen3:14b on Ollama. The installer asks which and checks it answers.
Any of the three can be a spoke. Enrol it from Admin Console on the hub and it runs scans and reports them back; the model calls go to the hub's model server over your LAN.
Everything happens inside the directory you unpack. Keep that directory; the global ghost command links into it rather than copying it.
tar -xzf ghost-architect-local-7.0.4.tgz
cd package
bash install/setup.sh # macOS
sudo bash install/setup-linux.sh # Linux
.\install\setup.ps1 # Windows, elevated PowerShell
The installer changes four things on your machine, and INSTALL.md, in the directory you just unpacked, is the authoritative list of them. Re-running the installer is the supported upgrade path: your service account, data root and signing key are left alone.
ghost. The evaluation trial starts on first use, registered against this install, and the product tells you the day it ends.Activation is the one call home (the licence key and an install id, nothing from your code). After it, turn on zero-egress mode and the product refuses every outbound destination at the code level and prints the inventory that proves it. Details on the security page.
[email protected] answers Local questions, or use the support chat with the platform set to Local. The walkthrough shows every page before you commit a machine to it.