Account Access

Sign In to ClawFS and Connect Your Workspace

Install ClawFS, continue to the hosted app, and sign in with email, Google, or GitHub. Once connected, you can access your workspace from the web app or the CLI and pick up where the last run left off.

curl -fsSL https://clawfs.dev/install.sh | bash

Methods

Email, Google, or GitHub

Continue to the Hosted App

All three methods bring you to the same ClawFS account so you can manage workspaces, try the hosted experience, and connect the CLI in a few steps.

Use the hosted app to sign in, review your account, and connect the CLI.

CLI Flow

How Sign-In Fits the Default Journey

Install + Sign In

curl -fsSL https://clawfs.dev/install.sh | bash clawfs login clawfs whoami

The CLI opens the hosted app, completes sign-in, and links your local environment to your ClawFS account.

Launch Your First Workspace

clawfs up demo -- python3 your_agent.py

After sign-in, you can launch a workspace from the CLI and return to it later from another run or machine.

Install the CLI, sign in once, and start building on a persistent workspace.

ClawFS gives you a straightforward path from first evaluation to repeatable day-to-day use.