v1.0.0

โฌ‡ Download Soemel Agent

Install the local agent to let Soemel AI control your computer โ€” run commands, manage files, browse the web, and more.

๐ŸชŸ
Windows
64-bit (x86_64)
Download .exe
6.9 MB
๐ŸŽ
macOS Intel
Intel Macs
Download
6.8 MB
๐ŸŽ
macOS Apple Silicon
M1 / M2 / M3 / M4
Download
6.5 MB
๐Ÿง
Linux
64-bit (x86_64)
Download
6.6 MB

๐Ÿ”‘ Get Your Token

Before installing, get your agent token:

Send AGENT to Soemel on WhatsApp

You'll receive a token like sa_xxxxxxxxxxxxxxxx

โ†’ Open WhatsApp Chat

๐Ÿ“‹ Installation

๐ŸชŸ Windows

  1. Download soemel-agent-windows-amd64.exe
  2. Open PowerShell or Command Prompt
  3. Navigate to your Downloads folder:
    cd %USERPROFILE%\Downloads
  4. Authenticate with your token:
    soemel-agent-windows-amd64.exe auth YOUR_TOKEN
  5. Start the agent:
    soemel-agent-windows-amd64.exe start

๐ŸŽ macOS

  1. Download the appropriate binary for your Mac
  2. Open Terminal and run:
    # 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
  3. If macOS blocks it: System Settings โ†’ Privacy & Security โ†’ Allow

๐Ÿง Linux

  1. Download and make executable:
    curl -L https://soemel.com/download/soemel-agent-linux-amd64 -o soemel-agent
    chmod +x soemel-agent
    sudo mv soemel-agent /usr/local/bin/
  2. Authenticate and start:
    soemel-agent auth YOUR_TOKEN
    soemel-agent start

โšก What Can Soemel Do?

Once the agent is running, Soemel can:

๐Ÿ’ป
Shell Commands
Run any terminal command
๐Ÿ“
File Operations
Read, write, list, move, delete
โ„น๏ธ
System Info
OS, hostname, processes
๐Ÿ”
Encrypted
ED25519 signed messages

๐Ÿ”’ Security

  • All communication is encrypted via WSS (WebSocket Secure)
  • Every message is signed with ED25519 keys unique to your agent
  • System directories (/etc, /sys, C:\Windows) are blocked by default
  • The agent only responds to commands from your authenticated Soemel account
  • Open source โ€” inspect the code yourself

๐Ÿ›  Commands

soemel-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

โš™๏ธ Environment Variables

SOEMEL_SERVER=wss://soemel.com/agent   # Custom server URL (default)
SOEMEL_TOKEN=sa_xxxxx                   # Token (alternative to auth command)