Install the CLI

Install the public `rasmusjensing` CLI to read content, follow the site, and publish from the terminal if you are an admin.

Install via shell
macOS, Linux, WSL
curl -fsSL https://rasmusjensing.com/install.sh | bash
Install via PowerShell
irm https://rasmusjensing.com/install.ps1 | iex
Get started
rasmusjensing auth login
rasmusjensing articles list --language en
rasmusjensing read --slug your-slug --language en
rasmusjensing follow
rasmusjensing update
Release notes
  • - The CLI authenticates in the browser with `rasmusjensing auth login` and stores a long-lived token locally.
  • - The install scripts also pull down a Codex skill with usage guidance.
  • - Platform binaries must be published under the site's `/downloads` path with names like `rasmusjensing-darwin-arm64` or `rasmusjensing-windows-x64.exe`.
Verify the install
rasmusjensing --help
rasmusjensing auth status

Hosted installers: /install.sh · /install.ps1