Local HTTP API

Expose your client to local automation tools and scripts. Authentication is verified against your signaling server, and access is off by default.

{{ statusLabel() }}
@if (!isElectron) {

The local API is only available in the packaged Electron desktop app.

} @else {
Server

Enable to start a local HTTP server. By default it only listens on the loopback interface.

Change the listening port if 17878 is in use. Press save to apply.

Authentication

Bearer tokens are issued only after a username/password is verified against one of the signaling servers below. Add the full URL (including https://) of every signaling server you trust.

Documentation

Browse the API in a privacy-respecting locally hosted Scalar reference. No telemetry, no AI, no remote network calls.

@if (status().baseUrl) {

Listening at {{ status().baseUrl }}

}
@if (errorMessage(); as message) {

{{ message }}

} }