Public binaries and Claude Code plugin marketplace for the Remote.com partner API CLI.
This repository is generated by an automated release pipeline. Do not open pull requests here — source lives elsewhere.
One-line install (latest release, /usr/local/bin/remotecli):
curl -fsSL https://raw.githubusercontent.com/remoteoss/remote-cli/main/install.sh | shOverride the install location or pin a version:
INSTALL_DIR="$HOME/bin" VERSION=v1.2.0 \
sh -c "$(curl -fsSL https://raw.githubusercontent.com/remoteoss/remote-cli/main/install.sh)"Grab a binary from the latest release:
| Platform | Asset |
|---|---|
| macOS (Apple Silicon) | remotecli-darwin-arm64 |
| Linux (x86_64) | remotecli-linux-amd64 |
curl -fsSL -o remotecli \
https://github.com/remoteoss/remote-cli/releases/latest/download/remotecli-darwin-arm64
chmod +x remotecli
mv remotecli /usr/local/bin/
remotecli --versionVerify against SHA256SUMS from the same release if you care:
shasum -a 256 remotecli # compare against the published SHA256SUMSThis repository is also a Claude Code plugin marketplace:
/plugin marketplace add remoteoss/remote-cli
/plugin install remote-cli@remote-cli
/reload-plugins
After installing, the remote-cli skill is available in Claude Code and knows how to drive the remotecli binary.
Current release: v0.0.2
See the Releases page for history.