Install the local agent to let Soemel AI control your computer โ run commands, manage files, browse the web, and more.
Before installing, get your agent token:
AGENT to Soemel on WhatsAppYou'll receive a token like sa_xxxxxxxxxxxxxxxx
soemel-agent-windows-amd64.execd %USERPROFILE%\Downloads
soemel-agent-windows-amd64.exe auth YOUR_TOKEN
soemel-agent-windows-amd64.exe start
# For Apple Silicon (M1/M2/M3/M4):
chmod +x ~/Downloads/soemel-agent-macos-arm64
~/Downloads/soemel-agent-macos-arm64 auth YOUR_TOKEN
~/Downloads/soemel-agent-macos-arm64 start
# For Intel:
chmod +x ~/Downloads/soemel-agent-macos-intel
~/Downloads/soemel-agent-macos-intel auth YOUR_TOKEN
~/Downloads/soemel-agent-macos-intel start
curl -L https://soemel.com/download/soemel-agent-linux-amd64 -o soemel-agent
chmod +x soemel-agent
sudo mv soemel-agent /usr/local/bin/
soemel-agent auth YOUR_TOKEN
soemel-agent start
Once the agent is running, Soemel can:
/etc, /sys, C:\Windows) are blocked by defaultsoemel-agent auth <token> # Link to your Soemel account
soemel-agent start # Start the agent daemon
soemel-agent status # Show connection status
soemel-agent version # Print version info
SOEMEL_SERVER=wss://soemel.com/agent # Custom server URL (default)
SOEMEL_TOKEN=sa_xxxxx # Token (alternative to auth command)