Windows/Mac/Linux desktop application for launching pump.fun tokens with bundled buys.
- 🖥️ Full GUI interface (no terminal needed)
- 🔑 Wallet generation and management
- 💸 Fund wallets from master
- 🚀 Bundle launch with Jito
- 💰 Auto-sell options
- 📊 Real-time status updates
- Node.js 18+ installed
- npm or yarn
# Install dependencies
npm install
# Run in development mode
npm startnpm run build:winThis creates Claude Tools Bundler.exe in the dist folder.
npm run build:macnpm run build:linux- Configure - Enter your Helius API key and master wallet private key
- Generate Wallets - Create 10-20 bundle wallets
- Fund Wallets - Send SOL to each wallet
- Bundle Launch - Deploy token + bundled buys
- Sell - Exit positions
- Collect - Return SOL to master
- 1% fee on every bundle transaction
- Fee sent to:
2sLRH2hXzg4XKp7SdX3aLMfWh1ZdiBqiAdh2PePX5L9T
- Helius API Key - Get from helius.dev
- Master Wallet - Solana wallet with SOL for operations
- Token Metadata - Upload to IPFS before launching
- Private keys are stored locally only
- Never shared over network
- Wallets saved in app data folder
App won't start:
- Make sure Node.js 18+ is installed
- Run
npm installagain
Build fails:
- Windows: May need Visual Studio Build Tools
- Mac: May need Xcode Command Line Tools
Transactions fail:
- Check Helius API key is valid
- Ensure master wallet has enough SOL
- Try increasing Jito tip
MIT