Skip to main content

Prerequisites

  • Node.js 22+ or Bun
  • Docker (the server needs it to deploy agents)
npm install -g blink-server
blink-server
The server will prompt you to create a Postgres database inside a Docker container. If you’d rather use your own Postgres database, set the BLINK_POSTGRES_URL environment variable:
BLINK_POSTGRES_URL=postgresql://user:password@host:port/database