Nozomi CLI - Remote workspace platform for AI coding agents
Project description
Nozomi CLI
Command-line interface for Nozomi - the remote workspace platform for AI coding agents.
Installation
# Run directly without installing
uvx nozomi-cli
# Or install globally with uv
uv tool install nozomi-cli
nozomi --help
# Or with pip (into current environment)
pip install nozomi-cli
Quick Start
# Initialize (login + setup)
nozomi init
# Create a workspace
nozomi workspace create my-project --connect
# Run a task with a prompt
nozomi run "Fix the auth bug in login.py" --connect
# List your workspaces
nozomi workspace list
# Connect to a running task
nozomi task connect task_abc123
Commands
Authentication
nozomi init- Interactive setup (login + config)nozomi login- Login via browsernozomi logout- Logoutnozomi whoami- Show current user
Workspaces
nozomi workspace list- List all workspacesnozomi workspace create <name>- Create a new workspacenozomi workspace setup [id]- Run interactive setupnozomi workspace connect [id]- Connect to workspace
Tasks
nozomi task list- List tasksnozomi task connect <id>- Connect terminal to tasknozomi task stop <id>- Stop a tasknozomi task sleep <id>- Put task to sleepnozomi task wake <id>- Wake a sleeping task
Quick Launch
nozomi run "<prompt>"- Launch a task with AI harness
Configuration
nozomi config show- Show current confignozomi config init- Interactive config setup
Global Options
--json- Output in JSON format (for scripting)
Configuration
User config is stored in ~/.nozomi/config.json.
Project-specific config can be added to .nozomi/config.json in your project root:
{
"workspace_id": "ws_abc123",
"default_machine_tier": "medium"
}
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nozomi_cli-0.0.4.tar.gz
(13.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nozomi_cli-0.0.4.tar.gz.
File metadata
- Download URL: nozomi_cli-0.0.4.tar.gz
- Upload date:
- Size: 13.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.22
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9da64eb04a5b8036046b3c7c440797991bf0d6367b3222598a7c4f5c9cf12d28
|
|
| MD5 |
1491279a475a0bed7e302acc6fb00e12
|
|
| BLAKE2b-256 |
944058584f7be3a0b89c5929942f351a68e22a854ecc49ab85689ad7c0d36edf
|
File details
Details for the file nozomi_cli-0.0.4-py3-none-any.whl.
File metadata
- Download URL: nozomi_cli-0.0.4-py3-none-any.whl
- Upload date:
- Size: 17.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.22
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bda08a9500df5ab27860ad4acab4d898323d1c7ece2710432cf4b27aea53bd1a
|
|
| MD5 |
395de77475fbff8f8afb441a58961b79
|
|
| BLAKE2b-256 |
feff62fd6aaa65d6460f59385369ec57350b3a4144285215b1bc98e637efcdca
|