Disasmer is a distributed Wasm runtime for source-debuggable, local-first execution.
Account creation is not open yet. The external identity source is still being commissioned and the public MVP has not been released.
Once access opens, run disasmer login --browser from the CLI. Disasmer opens the Authentik-backed account flow in your browser. The hosted service processes the callback and the CLI receives only a project-scoped Disasmer session; provider codes and tokens are not returned to the CLI or sent to nodes.
Your Rust workflow runs as Wasm. Work that needs source access, commands, or containers is placed on a node you attach and explicitly authorize. Hosted community infrastructure does not run arbitrary native commands for client projects.
This is a pre-release deployment under active verification. The control API is POST /api/v1/control over HTTPS; it is not a browser-facing API and does not accept identity claims supplied by clients.