@rbaos/cli
v1.0.5
Published
Robust Binary Autonomous AI Operating System CLI - Secure Remote Agent
Downloads
36
Readme
rbaos CLI
Robust Binary Autonomous AI Operating System
rbaos CLI is a secure remote execution agent that connects your local environment to the rbaos.com AI platform. It allows AI agents to execute whitelisted commands (like file management, PowerShell, npm, git) on your machine with explicit user confirmation.
Features
- Secure OAuth 2.0 Device Flow: Authenticate against rbaos.com without local password storage.
- Whitelisted Commands: Only allowed commands can be executed.
- Interactive Confirmation: Every remote command requires a local
y/nconfirmation. - Real-time Streaming: Command output (stdout/stderr) is streamed back to the web UI live.
- PowerShell Support: Optimized for Windows PowerShell and standard Unix shells.
Installation
npm install -g @rbaos/cliOr use without installation:
npx @rbaos/cli loginUsage
- Login: Authenticate your device.
rbaos login - Listen: Start the agent to receive commands from the web UI.
rbaos listen
Security & Whitelist
The agent only allows specific commands to ensure security. Current whitelist includes:
- Files:
ls,dir,mkdir,rm,cp,mv,cat,type - Coding:
npm,git,node,tsc,python,pip,gcc,g++,go,cargo - System:
powershell,zip,unzip,curl,wget,echo
Note: Every command requires a manual y/n confirmation in your local terminal.
© 2026 GREZOREA
