> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bundlit.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> The terminal-style wallet manager for Solana power users

**bundl** is a desktop application for managing multiple Solana wallets with a focus on security, speed, and power-user features. Built for traders, developers, and anyone who needs to manage more than one wallet.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/getting-started/quickstart">
    Get up and running in under 2 minutes
  </Card>

  <Card title="Download" icon="download" href="https://bundlit.dev/#download">
    Available for macOS, Windows, and Linux
  </Card>
</CardGroup>

## Why bundl?

### The Problem

Managing multiple Solana wallets is painful:

* **Browser extensions** only support one wallet at a time
* **Switching wallets** requires disconnecting and reconnecting
* **No batch operations** – sending to 50 wallets means 50 transactions
* **Tokens get stuck** in wallets with no SOL for gas
* **No unified view** of total portfolio across wallets

### The Solution

bundl solves all of these:

| Problem                        | bundl Solution                                  |
| ------------------------------ | ----------------------------------------------- |
| One wallet at a time           | Manage unlimited wallets in one interface       |
| Manual switching               | See all wallets, balances, and tokens at once   |
| 50 transactions for 50 wallets | Batch send, batch collect, batch create         |
| Stuck tokens (no gas)          | **Gasless Sweep** – one wallet pays gas for all |
| Scattered portfolio            | Unified portfolio dashboard with USD values     |

## Key Features

<AccordionGroup>
  <Accordion title="🔐 Encrypted Local Storage">
    Your private keys are encrypted with AES-256-GCM and stored locally on your device. No servers, no cloud, no tracking. Your keys never leave your machine.
  </Accordion>

  <Accordion title="📦 Batch Operations">
    Create 50 wallets at once. Send SOL to multiple recipients. Collect funds from all wallets to one destination. What takes hours manually takes seconds with bundl.
  </Accordion>

  <Accordion title="⭐ Gasless Sweep (Pro)">
    The killer feature. Sweep tokens from wallets that have **zero SOL**. Select a "fee payer" wallet, and it covers gas for all transfers. No more stuck tokens.
  </Accordion>

  <Accordion title="⚡ Jupiter Swaps (Pro)">
    Swap any token with the best rates, powered by Jupiter aggregator. All within the app – no browser extensions needed.
  </Accordion>

  <Accordion title="⌨️ Keyboard-First Design">
    Command palette (⌘K), keyboard shortcuts, and a terminal aesthetic. Built for power users who live in their terminals.
  </Accordion>
</AccordionGroup>

## Free vs Pro

bundl offers a generous free tier and a one-time Pro license for power users.

| Feature             | Free    | Pro           |
| ------------------- | ------- | ------------- |
| Wallets             | Up to 5 | **Unlimited** |
| Send & Receive      | ✅       | ✅             |
| Token Balances      | ✅       | ✅             |
| Transaction History | ✅       | ✅             |
| Saved Addresses     | Up to 5 | **Unlimited** |
| Batch Operations    | ❌       | ✅             |
| Token Sweeper       | ❌       | ✅             |
| **Gasless Sweep**   | ❌       | ⭐ ✅           |
| Jupiter Swaps       | ❌       | ✅             |
| CSV Export          | ❌       | ✅             |
| Referral Program    | ❌       | ✅ (Earn 30%)  |

**Pro is a one-time payment of 1.11 SOL.** No subscriptions. Yours forever.

<Card title="Upgrade to Pro" icon="bolt" href="/pro/upgrade-guide">
  Unlock unlimited wallets, gasless sweeps, and more
</Card>

## Security First

bundl is built with security as the top priority:

1. **No servers** – Everything runs locally on your device
2. **No tracking** – We don't collect any data
3. **No cloud storage** – Your keys are never uploaded anywhere
4. **Open source** – Audit the code yourself
5. **AES-256-GCM** – Military-grade encryption for your vault
6. **Native app** – Built with Tauri (Rust), not Electron

Your master password is used to derive an encryption key. Without it, your wallet data is unreadable. We cannot recover your password or your wallets.

<Warning>
  **Always backup your private keys.** bundl stores encrypted backups locally, but you should export and securely store your keys separately.
</Warning>

## Ready to Start?

<CardGroup cols={2}>
  <Card title="Installation" icon="download" href="/getting-started/installation">
    Download and install bundl
  </Card>

  <Card title="Quick Start" icon="play" href="/getting-started/quickstart">
    Create your first wallet
  </Card>
</CardGroup>
