Private
Your hardware
Marketing is a brochure. Vault, chat, and models stay on hardware you own. No cloud account. No phone-home.
Get The Briefcase · Mac installer
A clean Universal App disk image for your Mac. Host-only seed. No bloat. No silent cloud. Open it, install, own it.
Universal App · always latest
One .dmg carries the product folder and installer. The public download URL always serves the current monorepo release — redeploy refreshes it automatically.
Install promise
A product install — not a telemetry funnel. Same posture as the Family Office stack.
Private
Marketing is a brochure. Vault, chat, and models stay on hardware you own. No cloud account. No phone-home.
Safe
Only The Briefcase.app + suite.manifest. No silent twins, no junk in Applications, no surprise Suite dumps.
Secure
Loopback organs, optional WireGuard mesh, explicit Suite Get. You publish doors — we don’t.
Universal App · install paths
Open the DMG → drag The Briefcase App into Applications, or double-click Install The Briefcase App.pkg inside the image.
Download .dmg
Double-click the standalone .pkg. Installs to
/Applications/The Briefcase App and mirrors to
~/Applications. Postinstall prunes junk — host only.
On the DMG: Install The Briefcase (GUI).command —
FO LED steps. Repo operators: make briefcase-install-gui.
After install
Open The Briefcase.app from Applications. First launch may need right-click → Open if Gatekeeper asks (unsigned/local builds).
Ensure your organ/door stack is running (family mesh or local). The host talks to doors you control — not a mandatory SaaS.
Settings → Suite apps → Get for Pockit, Voice, Flipper, … Nothing else appears until you ask.
Version tracks the monorepo release. Prefer the .dmg for a guided, visual install.
The-Briefcase-App-<ver>.dmg — product folder + Install .pkg + notes
The-Briefcase-App-<ver>.pkg — double-click, host-only postinstall
After download, checksums ship as SHA256SUMS.txt next to the packages on the download host.
curl -fsSL https://thebriefcase.app/downloads/SHA256SUMS.txt shasum -a 256 -c <<< "$(grep '\.dmg$' SHA256SUMS.txt)"
Operators with the repo:
make package-the-briefcase-app ·
bash scripts/apple/package-the-briefcase-app.sh --skip-build ·
artifacts under dist/the-briefcase-app/
Three Suits · all channels
Apple-native wear — Speech, Vision, on-device muscle. Suite Native shells install via Suite Get. iOS via TestFlight when the operator publishes.
Full The Briefcase.app host — product folder, Suite Installer, Father rails, Live DNA. Clean host-only install via .dmg / .pkg.
Portable door UI — zero .app footprint. Family mesh reaches
briefcase.localhost or your public door when you expose it.
Web App
Default door: http://briefcase.localhost/. Universal App host and Web App share chrome after hard-reload.
https://briefcase.thebriefcase.app/ — point edge at the organ when public. Zero install.
Three Suits map
| Suit (product language) | What it is | How you get it | Engine (code only) |
|---|---|---|---|
| Mac Native | Apple shell · device power | Suite Get Native · TestFlight when published | swift |
| Universal App | Desktop host · product folder | .dmg / .pkg · The Briefcase.app | tauri |
| Web App | Browser / PWA door | Door URL · zero install | web_boot |
Auto-open order when reducing footprint: Mac Native → Universal App → Web App
(scripts/apple/open-suite-product.sh).