Skip to content
woven
CoreTandemHomePrivacyOn a MacShop
SupportSign in

The box

  • Woven Core
  • Woven Core+
  • Woven Core Pro
  • Compare
  • Tech specs
  • Reserve

What it does

  • Tandem
  • Home and TV
  • Privacy and the Gate
  • Run it on a Mac
  • For developers

Honestly

  • What is real
  • Founding Homes
  • Support
  • Privacy and legal

Woven

  • Press
  • Careers
  • Contact
woven

Woven © 2026

The box is not built. Prices, dates, specifications and performance figures on this site are engineering targets for a reference design, not shipping specifications, and the figures drawn on the phone and television screens are illustrations rather than measurements. What the software does today, and what it does not, is listed claim by claim.

This site sets no cookies and runs no analytics.

Woven on your Mac

The box is coming. The software is here.

A Woven Core runs on a Mac with Apple silicon: the same core the box will run, with the same Gate, the same receipts and the same permissions. It is free, it takes nothing from you, and every claim on this site marked available now can be checked on it.

Try it, with nothing installed

The shortest honest path. It builds the Core and the dashboard from a checkout, keeps data in a folder you can delete, keeps the household key in that folder rather than your Keychain, and runs in the foreground until you press Ctrl-C. Nothing is installed system-wide and no login service is created.

git clone https://github.com/tars16775/woven.git
cd woven
packaging/try.sh --seed

Then open http://localhost:4002. With --seed there is a demo household to look around; without it you make your own house in about a minute: a name, your name, a passkey with Touch ID, and recovery codes to write down.

Install it as a service

When you want it to stay running: this fetches Node and the newest release into a folder of its own, installs a login service, and opens the setup page. Your data goes to ~/Library/Application Support/Woven unless you point it elsewhere.

curl -fsSL https://raw.githubusercontent.com/tars16775/woven/main/packaging/install.sh | bash

The installer verifies the release signature before it uses anything from it, and woven update keeps the previous release and rolls back on its own if a new one does not start.16 Until the first signed release is published this path needs a checkout; the section above works today.

What runs on a Mac today

Every line here is built, tested and checkable on your own machine.

  • Passkeys, per-person spaces and roles4
  • Nightly snapshots, a second copy, and a restore you can rehearse8
  • Search your files, memory and routines on the box9
  • Search photos by what is in them, on the box5
  • Nothing leaves without a crossing you approved, and every crossing is recorded1
  • Every consequential action leaves a receipt in a ledger that cannot be edited quietly2
  • Everything on the drive is encrypted at rest3
  • Reach your house from anywhere with no open ports6
  • One switch stops everything7

What a Mac cannot do

None of this is in the software yet, and the dashboard says so on the screen where you would expect to find it rather than showing you a picture of it.

  • Matter, Thread and Zigbee radios, with devices answering in under a second10
  • Cameras with detection on the box and clips that never leave11
  • The router runs on its own processor that cannot see inside12
  • Tandem answers from the household's own files, calendar and home13
  • Speech and the wake word are processed on the box14
  • Agents run sandboxed, as themselves, with scoped credentials15

When the box arrives the household moves with a snapshot: same core, same data, same receipts.

Back up other Macs to it

Any other Mac in the house can back folders up to your Core with a small client and a token you make under Settings, Backup devices. It hashes what changed and sends only bytes the box does not already hold, over the household certificate.

curl -fsSL https://raw.githubusercontent.com/tars16775/woven/main/packaging/install.sh | bash -s -- --client
woven-backup connect https://woven.local:4000 <token from Settings>
woven-backup run ~/Documents --watch     # --into and --namespace choose where

Reach it from anywhere

Your Mac keeps no open ports. Set a relay address and the Core holds one outbound connection to it; a browser you paired at home reaches the house from anywhere, with every frame encrypted end to end under a key only that browser and the Core hold. The relay carries ciphertext and keeps nothing.6 Pairing happens at home only, and any paired device can be revoked.

# in woven config, then: woven restart
WOVEN_RELAY="wss://your-relay.example.com"

The woven command

woven status      # running, where, how much space
woven logs        # follow the core
woven stop        # and start, restart
woven config      # data folder, ports, the second backup location, the relay
woven update      # the newest signed release; rolls back on its own if it does not start
woven rollback    # back to the release that ran before
woven uninstall   # removes the program; your data stays

There is also a switch in the dashboard.7 Off closes the Gate, drops the relay, stops every scheduled job and refuses every request but the switch itself, and it stays off across a restart.

What you needAvailable now
  • A Mac with Apple silicon, awake and on your home network.
  • macOS 14 or newer, and Node 22 for the source path.
  • About 1 GB to start. Photos and backups take what they take.

The radios, the router, the cameras and the screen arrive with the box. What is real

What stands behind this page

  1. 1Available nowBuilt and tested. The Core has no network egress of its own: a separate Gate process is the only way out, it holds an allow list, it can be closed, and each crossing writes a receipt naming the host, what was sent and who approved it. On the box the Gate is also a hardware boundary; on a Mac it is a process boundary.
  2. 2Available nowBuilt and tested. Receipts form a hash chain; changing or removing one breaks the chain, and the box checks it nightly and on demand.
  3. 3Available nowBuilt and tested. The database, every stored file and the box's private keys are encrypted under a household key. On a Mac that key lives in the login Keychain; on the box it will live in a secure element. A copied drive is unreadable without it.
  4. 4Available nowBuilt and tested. Personal, health, financial and work spaces are one person's, the owner included. Recovery codes and a trusted-adult rescue code are the way back in.
  5. 5Available nowBuilt and tested. A vision model runs on the box; it arrives as a download you approve at the Gate, pinned by hash. No faces are recognised.
  6. 6Available nowBuilt and tested. The box holds one outbound connection to a relay; a browser you paired at home encrypts every request end to end. The relay carries ciphertext and keeps nothing. The relay service is not deployed yet, so this needs one you run.
  7. 7Available nowBuilt and tested. Off closes the Gate, drops the relay, stops every scheduled job and refuses every request but the switch itself. It survives a restart.
  8. 8Available nowBuilt and tested. The restore drill rebuilds the newest snapshot in a scratch folder, verifies the chain and the files, and reports, without touching what is live.
  9. 9Available nowBuilt and tested. Names, paths, memories and routines are indexed on the box. Reading inside documents needs the model, which is not here yet.
  10. 10With the boxNot built. Home control runs today against a simulated set of devices so the permissions, approvals and receipts can be exercised honestly. No radio has been fitted and no real device has been switched.
  11. 11With the boxNot built. There is no camera capture in the software. The dashboard says so when it is connected to a real Core.
  12. 12With the boxNot built. The Network page reads what the Mac can see of the network it is on. There is no router and no second processor.
  13. 13With the boxNot built. Today the assistant is a rule engine over what the box already holds, and it says so on every screen: it can find a file by name, count your photos, switch a light and read the receipts. There is no language model on the box and no calendar yet. The 20B to 70B class models on the specification sheet need the box's memory.
  14. 14With the boxNot built. There is no microphone path, no wake word and no speech model in the software today.
  15. 15With the boxNot built. There is no agent runtime. The permission engine, the receipts and the Gate that agents would run inside are built and tested; the sandbox is not. The dashboard's Agents page says so when it is connected.
  16. 16Engineering targetA plan, not a commitment. No supplier has been engaged and no tooling has been ordered. Treat every date as the earliest it could happen if everything goes well.

Every claim on this site is listed with what stands behind it on the what is real page.