StreetPack: A local-first docked launcher for safer CLI workflows
Source: Dev.to
Overview
I just released StreetPack, a small open‑source project built around a simple idea: make powerful CLI tools safer to use without hiding what they do.
StreetPack is a lightweight, local‑only docked launcher for command‑line utilities. It doesn’t replace Bash or scripts — it wraps them with just enough structure to reduce foot‑guns when you’re tired, moving fast, or working in sensitive directories.
Key Characteristics
- Runs local CLI tools only
- No cloud services, background agents, or telemetry
- Explicit targets and arguments
- Optional receipts and outputs written to predictable paths
- Designed to be inspectable, boring, and easy to reason about
Motivation
The idea came from years of copy‑pasting commands, double‑checking flags, and still feeling uneasy before hitting Enter. StreetPack aims to slow that moment down just enough to make intent and impact clear.
License and Platform
- Linux‑focused
- MIT licensed
- Intentionally minimal – the goal isn’t to add features, but to reduce accidental mistakes while keeping full operator control
Source and Release
https://github.com/TrishulaSoftware/StreetPack
Feedback from people who live in terminals and scripts all day is very welcome.