Fleet software
For everyone. Download and run the Fleet on your own stack.
- Windows x64 launchers
- Local operation, no account required
- Updates to the software
Hosted knowledge
The SGT Fleet software is free to download and run. The hosted Skills and OOP query service is a separate, optional subscription. This page covers both: the Windows download, the subscription prices, and the API keys your onboarding session can manage.
Free software
The Fleet software is free for everyone. No subscription is needed to download it, and the download works whether or not hosted billing is configured.
Windows x64 release candidate, unsigned. The archive contains
three .exe launchers alongside an
_internal folder and a packages folder.
Extract all of it before running anything — the launchers expect
those folders beside them.
Extract all. Do not run the executables from
inside the archive. The _internal and
packages folders are required.
Vendor CLIs are separate. SGT Fleet does not bundle Claude Code, Codex, or any provider subscription — you sign in to your own.
Subscription
The subscription covers the maintained, hosted knowledge service: Skills and OOP query access, plus updates. It does not buy the Fleet software, which stays free, and it does not include vendor model access.
For everyone. Download and run the Fleet on your own stack.
Hosted Skills + OOP query access for an individual builder.
Hosted query access with per-seat licensing.
Education: student and educator access is free, but verification is still pending. No education entitlement is granted until the verification method is connected.
Subscription checkout is not available yet. Billing is not configured on this deployment, so no payment can be taken and no subscription can be activated here. The prices above are the intended prices, not a working checkout.
Service status
Live checks against this deployment. These report what the server says right now; they are not a promise of availability.
API keys
Keys are available only in this session. Key management uses the onboarding session stored in this browser tab. SGT Fleet does not have a persistent account login, so a key cannot be recovered from another browser, another tab, or after this session ends. If the session is missing, return to onboarding from the same browser and tab.
Issuing a key rotates the existing key for that seat. The previous key for the seat stops working immediately. The new key is shown once, below.
| Key ID | Label | Seat | Status | Action |
|---|
Setup
Set the environment variable to the key you issued above, then ask the Fleet a question. The commands below are PowerShell, run from the folder where you extracted the ZIP. The Fleet sends the query to the hosted service and returns the matching Skills and OOP entries.
$env:SGT_KNOWLEDGE_TOKEN="your-key-here"
.\SGT-Fleet.exe knowledge --agent SGT-Scribe --query "atomic files"
The free software works without a key. A key is only needed for the hosted Skills and OOP query service.