A simple desktop application to redeem KingShot gift codes for multiple users at once.
Download the latest release for your platform:
- Windows:
ks-redeemer-windows.exe - macOS:
ks-redeemer-macos - Linux:
ks-redeemer-linux
- Download
ks-redeemer-windows.exe - Double-click to run
- Your browser will automatically open to
http://localhost:3000
- Download
ks-redeemer-macos - Open Terminal and run:
chmod +x ks-redeemer-macos ./ks-redeemer-macos
- Your browser will automatically open to
http://localhost:3000
- Download
ks-redeemer-linux - Open Terminal and run:
chmod +x ks-redeemer-linux ./ks-redeemer-linux
- Your browser will automatically open to
http://localhost:3000
- Enter your gift code in the "Gift Code" field
- Enter user IDs in the textarea, one per line
- Click "Start Redemption"
- Watch the live feed for progress
The application will automatically stop after 5 consecutive failures to prevent unnecessary requests.
- Bun (v1.0 or later)
# Install dependencies
bun install
# Start development server (with hot reload)
bun run devThe development server runs on http://localhost:5173 with the API proxied from http://localhost:3000.
# Build for all platforms
bun run build:all
# Or build for a specific platform
bun run build:linux
bun run build:windows
bun run build:macosExecutables will be created in the releases/ folder.