Sentio is a high-performance, agentic AI command-line interface designed to streamline developer workflows. It provides a standalone, zero-dependency environment for interacting with advanced AI models directly from your terminal.
- Standalone Execution: No Node.js or external runtime required.
- Secure Authentication: OAuth2 device-flow for seamless and secure access.
- Remote AI Processing: Optimized for low-latency responses without local compute requirements.
- Cross-Platform Support: Native binaries for Windows, macOS, and Linux.
- Download the SentioCLI_Setup_Win.exe installer.
- Run the installer and follow the on-screen instructions.
- The installer will automatically configure your system PATH.
- Restart your terminal and type
sentioto begin.
- Download the appropriate binary for your architecture (sentio-macos or sentio-linux).
- Grant execution permissions to the file:
chmod +x sentio-macos
- (Optional) Move the binary to a directory in your PATH for global access:
sudo mv sentio-macos /usr/local/bin/sentio
- Run
sentioin your terminal to verify installation.
To begin using Sentio, you must first authenticate your machine:
- Execute the login command:
sentio login
- A unique device code will be displayed. Visit the provided URL and enter the code to authorize your session.
- Once authorized, start the assistant:
sentio start
- sentio login: Authenticate your device with your Sentio account.
- sentio start: Launch the interactive AI assistant workspace.
- sentio whoami: Display information about the currently active session.
- sentio logout: Revoke access and remove local credentials.
- sentio --help: View detailed usage information and options.
For documentation and support, please visit our official dashboard at https://sentio-cli.vercel.app.
Copyright (c) 2026 Sentio Systems Inc. All rights reserved.