Install & Access
Supen is easiest to learn when you do one thing first: get into a working space, then start a thread from the platform or the CLI. This page covers the fastest ways to do that.
Choose how you want to run Supen
Section titled “Choose how you want to run Supen”Hosted platform
Section titled “Hosted platform”If your team uses the hosted deployment, open the Platform link in the docs navbar or go directly to https://app.supen.ai.
Local or self-hosted setup
Section titled “Local or self-hosted setup”If you are running Supen yourself, start with the CLI:
supen bootstrapsupen startsupen statussupen bootstrap handles first-time setup. supen start brings the local service online. supen status confirms that the service and attached tools are reachable.
Local development in this repository
Section titled “Local development in this repository”If you are working from this repo, start the app and daemon together:
pnpm devLocal development entrypoints:
- Platform:
http://localhost:2655 - Daemon:
http://localhost:2756
Enter the platform
Section titled “Enter the platform”Once Supen is running, open the platform and:
- choose a connected computer if one already exists
- connect your first computer if the workspace is empty
- pick the computer you want to work in before starting threads
The platform connection flow gives you a one-time command to run on the machine you want Supen to manage.
Enter through the CLI
Section titled “Enter through the CLI”If you prefer terminal-first work, the CLI can connect to the same runtime:
supen statussupen chat "hello" --agent web-agentUseful first commands:
supen statuschecks the service, channels, and detected coding CLIssupen chatsends a task to an agent and streams the replysupen computer listshows computers available through the gatewaysupen computer launch <name>launches a provisioned computer from the CLI when your gateway supports provisioning
Confirm that you are ready
Section titled “Confirm that you are ready”You are ready to continue once you can do all three of these:
- open the platform and see a computer
- run
supen statuswithout a connection error - start or resume a thread from either the platform or the CLI
Next steps
Section titled “Next steps”- Read Core Concepts
- Learn the platform workflow
- Learn the CLI workflow
- Learn how to work through channels