bun install
cp apps/backend/.env.example apps/backend/.env
bun run devOpen http://localhost:5173. The first person to register a passkey becomes
the owner of the instance. Context Use generates its auth secret inside the configured data/
directory; set BETTER_AUTH_SECRET only when you need to supply your own.
To explore Steve Jobs' context from iPod to iPhone (2001–2007), run
bun run dev:isolated:seeded with Chrome and browser-harness available. Stop the ordinary dev server
first. The command registers a real passkey and loads the story into temporary storage, which is
deleted when it stops.
nibrun runs Context Use as one small server with an HTTPS URL and persistent storage. Use the button above for the first deployment, then update that same app with the CLI. Install it and sign in once:
curl -fsSL https://nibrun.com/install.sh | sh
nib loginCreate or update your instance:
bun run deploy:nibrunThe command builds the Linux binary and creates a configured Context Use app on its first run. Each
later run deploys onto that same app. Your database, uploaded files, OAuth credentials, and generated
auth secret live in nibrun's persistent /app/data directory, so clients stay authorized across
updates and restarts.