Getting Started
Installation
The thesis CLI is shipped by the @thesis/core package (see core/package.json).
npm install -g @thesis/core
Verify installation
thesis --version
If no command is specified, thesis shows help:
thesis
Quick Start
Start the local Core API server (foreground):
thesis server start
Start the local Core API server (background):
thesis server start --detach
Check server status or stop it:
thesis server status
thesis server stop
Launch the Thesis app UI (starts the Core API and opens your browser by default):
thesis app
If you don’t want the browser to open automatically:
thesis app --no-open
List local sessions (requires a running server):
thesis auth sessions list
Next Steps
- Read the Commands index for the full CLI surface
- Learn about local paths and defaults in Configuration
- See Authentication for working with sessions