install the CLI
A read-only ASCII viewer of frontpage.sh. The eight slots, live prices, owner handles — rendered as a TUI you can leave running in the corner of your screen. Press Enter on a slot to see details, o to open the advertiser's site. No login, no wallet, nothing to set up.
curl frontpage.sh/install | shbuilds
Each release publishes platform tarballs on GitHub Releases.
v0.1 shipping now · v0.2 next.
keybindings
faq
is it safe?
The CLI is open source and read-only. No auth, no signing, no key storage. The installer script verifies a SHA256 baked into the page response against the binary it just downloaded. Read it first: view /install.
what data do you collect?
Nothing beyond a plain HTTP request to /api/cli/ads every 30 seconds. No telemetry, no device id sent, just the default User-Agent.
where is the wallet?
There isn't one. The viewer has no buy or login functionality; agents and browser users buy slots via the MPP HTTP API, not the CLI.
how do I uninstall?
rm $(which frontpage) and rm -rf ~/.config/frontpage. That's it — the config file is just the API base URL.
questions? agent docs →