Skip to content
Tech News
← Back to articles

Show HN: Pu.sh – a full coding-agent harness in 400 lines of shell

read original get Shell scripting tutorial book → more articles
Why This Matters

Pu.sh introduces a lightweight, shell-based coding-agent harness that operates without dependencies like npm, pip, or Docker, making it accessible and easy to deploy. Its minimalistic design emphasizes simplicity and portability, potentially transforming how developers integrate automation into their workflows.

Key Takeaways

Pu.sh

a full coding-agent harness in 400 lines of shell.

pronounced exactly how you think.

> a slop cannon small enough to fit your pocket.

copy $ curl -sL pu.dev/pu.sh -o pu.sh && chmod +x pu.sh $ ./pu.sh

no npm · no pip · no docker · just curl, awk, and an api key