runkids
6 hours ago
Hi HN,
I built PackageFlow to replace my terminal tab chaos when working on multiple frontend projects.
What it does: - Visual interface for npm/pnpm/yarn scripts - Git operations with AI-generated commit messages - Security auditing (npm audit + supply chain validation) - MCP server integration for AI coding tools
Tech stack: - Tauri 2.x (Rust backend) - React + TypeScript - SQLite for local storage - 100% local-first, no cloud
Why I built it: Tired of cd project && npm run dev across 5 terminals. Wanted something visual that stays out of my way.
macOS only for now. Source: https://github.com/runkids/PackageFlow
Feedback welcome, especially on the Rust/Tauri architecture decisions.