[ SIMPLY DEVLY ] F1=Help

[ Install Guide ]

Installing siply

siply runs on Linux and macOS. Windows support via binary download. Estimated install time: under 5 minutes.

Option 1 — Install Script (recommended)

The quickest way. Paste this in your terminal:

$ curl -sSL https://simplydevly.com/install.sh | sh

The script will:

  • Detect your OS and architecture
  • Download the latest release binary
  • Place it in /usr/local/bin/siply
  • Verify the installation

Option 2 — Download Binary

Prefer to download manually? Head to the downloads page and pick your platform.

After downloading:

# Linux / macOS
$ chmod +x siply-linux-amd64
$ sudo mv siply-linux-amd64 /usr/local/bin/siply

Verify Installation

Run this to confirm siply is installed:

$ siply --version
siply v0.1.0-alpha

First Run

Configure your API key and run your first task:

$ siply config set anthropic_key YOUR_KEY
$ siply run --task "what files are in this directory?"

siply will show you every tool call it makes — file reads, edits, shell commands — before executing them. Nothing happens silently.

Troubleshooting

Into issues? Check GitHub Issues or ask in Discord.

▶ Next: Usage Guide [ Download Binary ]