Getting started / Install & sign in

Install & sign in

suisuinian is an asynchronous work system. Start on macOS — the iOS apps join in via iCloud on their own. On first run you pick a place for your vault (the store for your fragments); iPhone clients hook up once they sign into the same iCloud account.

# Install the CLI via Homebrew tap
$ brew install suisuinian/tap/cli

# Create the vault wherever you like
$ suisuinian init ~/vault

# Launch the background daemon · watches iCloud Drive for changes
$ suisuinian daemon start

The first time the daemon starts, macOS will ask for iCloud authorization and Full Disk Access — both are needed for the vault to sync between iCloud Drive and your local disk.

Docs are a work in progress. This page only covers install; the rest — first capture, AI backend config, CLI reference, URL scheme, data flow — will come online soon. Source and issues live on GitHub.