@lucideai/local
v2.0.1
Published
Lucide Remote Control Client - Execute commands on your local machine via LucideAI
Maintainers
Readme
@lucideai/local
Lucide Remote Control — Execute commands on your local machine from LucideAI.
Installation
npx @lucideai/local@latest --token YOUR_TOKENOr install globally:
npm install -g @lucideai/local
lucide-local --token YOUR_TOKENUsage
npx @lucideai/local@latest --token hsb_abc123 --name "My VPS"Commands run directly on your host OS. The client connects to LucideAI and relays commands in real-time.
Options
| Option | Description |
| ------------------ | ------------------------------------------------------ |
| --token TOKEN | Authentication token from LucideAI Settings (required) |
| --name NAME | Connection name shown in LucideAI (default: hostname) |
| --convex-url URL | Override backend URL (for development) |
| --help, -h | Show help message |
Getting Your Token
- Go to LucideAI Settings
- Navigate to the "Agents" tab
- Click "Generate Token" or copy your existing token
Security
Commands run directly on your OS without any isolation. Only connect machines you trust and control. The client auto-terminates after 1 hour of inactivity.
License
MIT
