Remix.run Logo
Show HN: Squire – CLI-first remote runtimes for Claude Code / Codex workflows(squire.run)
1 points by reidgoodbar 12 hours ago

I built Squire, a CLI for running short validation and offload jobs in clean remote runtimes.

The main idea is simple: don’t turn your laptop into the test surface.

It’s useful for things like: - cross-environment verification - test / lint / compile loops - SQL sandbox checks - short heavy jobs like data / media / browser tasks

A simple example:

squire verify --lang bash --targets alpine-3.20,ubuntu-24.04,debian-12 --file script.sh

Install:

curl -fsSL https://squire.run/install.sh | bash squire login

Site: https://squire.run/