Help / Getting started

Getting started

Updated July 15, 2026

# build into dist/bippass
$ make build

# or install onto your PATH $ make install
$ bippass register --server https://your-bippass-server
Name: Ada
Email: ada@example.com
Password:
Confirm password:
✓ Account created. Run 'bippass login' to sign in.
$ bippass login --server https://your-bippass-server
Email: ada@example.com
Password:
✓ Logged in as ada@example.com · workspace: acme

If this is a machine you have not used before, the login may stop with "Device pending approval". That is expected — see Devices & trust.

$ bippass workspaces create acme
$ bippass projects create api
$ bippass environments create production
$ bippass use acme/api/production
$ bippass context
workspace: acme · project: api · environment: production
$ bippass set DATABASE_URL=postgres://localhost/acme
✓ Created DATABASE_URL

$ bippass ls KEY VALUE VERSION DATABASE_URL •••••• v1
Still stuck?Email support