awu-launchpod
v0.0.5
Published
LaunchPod - LaunchSecure Run Pod
Maintainers
Readme
LaunchPod
Local run pod for LaunchSecure pipelines. Starts a local server with a browser UI to manage pipeline runs, workspaces, and an integrated Claude Code terminal.
Quick Start
npx launchpodThis starts the LaunchPod server and opens the UI in your browser.
Options
--port <number> Server port (default: 52718, or set PORT env var)
--token <string> Auth token (or log in via the UI)Configuration
LaunchPod looks for optional config in the current directory:
launchpod.config.json— port and project settings.env.local— environment variables (e.g.LAUNCHSECURE_URL)
Credentials are stored in .launchpod/ within your project directory.
Requirements
- Node.js >= 18
- Git (for workspace features)
- Claude CLI (optional — enables the integrated terminal)
License
MIT
