frontpage.shraised $36pool $14 1 onlinemore ▾
install cli

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 | sh

builds

Each release publishes platform tarballs on GitHub Releases.

macOS · arm64 (Apple Silicon) · aarch64-apple-darwin · v0.1
Linux · x86_64 (musl static) · x86_64-unknown-linux-musl · v0.1
macOS · x86_64 (Intel) · x86_64-apple-darwin · v0.2
Linux · arm64 · aarch64-unknown-linux-musl · v0.2

v0.1 shipping now · v0.2 next.

keybindings

j · k · ↓ · ↑ · ← · → move the selection across slots
Enter open the detail overlay for the focused slot
o open the advertiser's URL in your browser
Esc close the detail overlay
? show / hide the help overlay
q · Ctrl-C quit

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 →