One command
WebDesktopCLIthe web needs nothing installed
The script fetches one static binary, checks it against the published checksum, puts it on your PATH, then fetches the desktop app’s archive for your platform and unpacks it where the platform keeps apps. Curl is the install path and a design decision: a file fetched by curl carries no quarantine attribute, so the app opens without a security prompt even before the signing identities land.
curl -fsSL https://get.runlogai.com/install.sh | shirm https://get.runlogai.com/install.ps1 | iex| Platform | The CLI | The desktop app | Opens from |
|---|---|---|---|
| macOS | ~/.local/bin/runlog | ~/Applications/Runlog.app | Launchpad |
| Linux | ~/.local/bin/runlog | ~/.local/opt/runlog | the applications menu |
| Windows | %LOCALAPPDATA%\Programs\runlog\runlog.exe | %LOCALAPPDATA%\Programs\Runlog | the Start Menu |
SeeTwo lines naming where the binary and the app went, then next: open Runlog, sign in, and press Link to point it at a folder. A platform whose app is not published yet says so by name; the CLI still installs. Nothing is machine-wide and nothing asks for an administrator.