Back to Projects

PalRun

AI command palette for your terminal. Discover and run project commands instantly with natural language.

PalRun screenshot
TypeScriptCLIAITerminal

Every project has a different way of running things. npm scripts in one, a Makefile in another, a justfile in a third. PalRun scans your project directory and finds all of them, then gives you a searchable command palette right in your terminal. Type what you want to do in plain English and PalRun fuzzy-matches it against available commands. 'run tests' finds your test script whether it's npm test, make test, or pytest. No more checking which task runner this particular project uses. Built with TypeScript. Supports package.json scripts, Makefiles, justfiles, and common project conventions out of the box.

Contact