Skip to content

services

Manage Openbase launchd background services.

In the apps: the desktop app and console show the same services on their Status page and offer start/stop/restart under Settings → Openbase Services; these services are also what the iOS app connects to.

Usage

openbase-coder services COMMAND [ARGS]

Subcommands

Subcommand Description
install Generate wrappers/plists and load default services
up Alias for install; also configures Tailscale Serve routes
start Start default services or one named service
stop Stop all or one service
status Show service state summary
logs Tail one service's logs
regenerate Rebuild wrappers/plists from installation.json

Managed Service Names

  • livekit-server (port 7880)
  • codex-app-server (port 4500)
  • sync-workers (thread sync, cross-device snapshot sync, and code-sync reconcile in one process; state-dependent jobs no-op until code sync is enabled)
  • openbase-routines
  • livekit-agent
  • django-cli (port 7999)
  • code-sync (optional; installed when code sync is enabled)

Examples

openbase-coder services install
openbase-coder services up
openbase-coder services status
openbase-coder restart --service django-cli
openbase-coder services logs codex-app-server