Get The Briefcase · Mac installer

Mac download — Private · Safe · Secure

A clean Universal App disk image for your Mac. Host-only seed. No bloat. No silent cloud. Open it, install, own it.

Always latest · Private by architecture · Safe host-only install · Secure defaults

Universal App · always latest

Download the Mac disk image

One .dmg carries the product folder and installer. The public download URL always serves the current monorepo release — redeploy refreshes it automatically.

Saves as The-Briefcase-App-latest.dmg · · Requires macOS · Host only: The Briefcase.app in Applications/The Briefcase App · Privacy · Security

Install promise

Private. Safe. Secure.

A product install — not a telemetry funnel. Same posture as the Family Office stack.

Private

Your hardware

Marketing is a brochure. Vault, chat, and models stay on hardware you own. No cloud account. No phone-home.

Safe

Host-only seed

Only The Briefcase.app + suite.manifest. No silent twins, no junk in Applications, no surprise Suite dumps.

Secure

Closed defaults

Loopback organs, optional WireGuard mesh, explicit Suite Get. You publish doors — we don’t.

Privacy · Security · Network · WireGuard

Universal App · install paths

Three clean ways — pick one

Path B

Installer package (.pkg)

Double-click the standalone .pkg. Installs to /Applications/The Briefcase App and mirrors to ~/Applications. Postinstall prunes junk — host only.

Best for scripted / fleet installs

Download .pkg
Path C · operators

Framework install GUI

On the DMG: Install The Briefcase (GUI).command — FO LED steps. Repo operators: make briefcase-install-gui.

Same DNA as Father console boot

Package details

After install

Open once. Grow only what you need.

1

Launch the host

Open The Briefcase.app from Applications. First launch may need right-click → Open if Gatekeeper asks (unsigned/local builds).

2

Bring the door up

Ensure your organ/door stack is running (family mesh or local). The host talks to doors you control — not a mandatory SaaS.

3

Suite Get (optional)

Settings → Suite apps → Get for Pockit, Voice, Flipper, … Nothing else appears until you ask.

Package files

Version tracks the monorepo release. Prefer the .dmg for a guided, visual install.

Disk image (.dmg)
The-Briefcase-App-<ver>.dmg — product folder + Install .pkg + notes
Download .dmg
Installer package (.pkg)
The-Briefcase-App-<ver>.pkg — double-click, host-only postinstall
Download .pkg
Verify integrity (optional)

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

Mac Native · Universal App · Web App

Mac Native · Apple shell Device power

Mac Native

Apple-native wear — Speech, Vision, on-device muscle. Suite Native shells install via Suite Get. iOS via TestFlight when the operator publishes.

Product language: Mac Native · engine: swift

Web App · browser / PWA Zero install

Web App

Portable door UI — zero .app footprint. Family mesh reaches briefcase.localhost or your public door when you expose it.

Any browser · engine: web_boot

Web App

Same door. Any browser.

Family mesh / operator

Default door: http://briefcase.localhost/. Universal App host and Web App share chrome after hard-reload.

Public edge (when enabled)

https://briefcase.thebriefcase.app/ — point edge at the organ when public. Zero install.

Three Suits map

Suit (product language)What it isHow you get itEngine (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).