heyatlas
v1.10.1
Published
Tunnel local AI agents to the cloud for voice-powered interactions
Maintainers
Readme
HeyAtlas CLI
A lightweight CLI tool to connect local AI agents to HeyAtlas cloud infrastructure for voice-powered interactions.
Installation
npm install -g heyatlasOr with yarn:
yarn global add heyatlasQuick Start
heyatlas login
heyatlas connectFeatures
- 🔒 Local-first security - Your computer initiates the connection; no incoming ports needed
- ⚡ Real-time voice interface - WebSocket-based communication with low-latency voice interaction
- 🛠️ Agent agnostic - Works with any CLI-based local agent (OpenCode, Goose, etc.)
- 🔑 Bring Your Own Keys - Manage your own API credentials securely
Configuration
The CLI stores configuration in ~/.heyatlas/ including:
- Authentication credentials
- Agent connection settings
Set HEYATLAS_API environment variable to use a custom API endpoint:
export HEYATLAS_API=https://custom.heyatlas.app
heyatlas loginEnvironment Variables
HEYATLAS_API- Override the default API endpoint (default: https://www.heyatlas.app)DEBUG- Enable debug logging
Development
# Install dependencies
bun install
# Start dev server
bun run dev
# Build
bun run build
# Start
bun run startLicense
MIT - See LICENSE file for details
Support
For issues, questions, or contributions, visit the HeyAtlas GitHub repository
