bulk send, buy, sell, split & collect across all your wallets.
private keys never leave your browser. ever.
send sol, buy tokens, sell positions, split funds & collect — across all selected wallets in one click.
aes-256-gcm encryption with pbkdf2 key derivation. your keys are encrypted in the browser and never transmitted anywhere.
visualize connections between your wallets. track fund flows, spot patterns, and manage groups with an interactive graph view.
buy and sell any spl token via jupiter v6 aggregator. best price routing with configurable slippage across all wallets.
rug wallet is a static site with zero backend. there is no server, no database, no api that touches your keys.
static site only. all code runs in your browser tab. close the tab and the decrypted keys are gone from memory.
private keys are encrypted with aes-256-gcm using a key derived from your master password via pbkdf2 (100k iterations).
encrypted data is stored in your browser's indexeddb. nothing is sent to any server. you can verify this in devtools → network tab.
rug wallet runs entirely in your browser. private keys are encrypted with aes-256-gcm and stored in indexeddb. there is no server component. however, this is alpha software — use at your own risk and never store more than you can afford to lose.
open devtools → network tab and monitor all requests while using the app. you'll see only solana rpc calls and jupiter quote requests — zero private key data is ever transmitted. the entire source code is open for audit.
your encrypted keys are unrecoverable without the master password. there is no "forgot password" flow because there is no server to reset it. always back up your private keys separately.
the ui is responsive and works on mobile browsers. however, for managing large numbers of wallets, desktop is recommended. the sidebar collapses to a slide-over on narrow viewports.
0.005 sol per direct transfer and 0.5% on jupiter swaps. all fees go to a public treasury wallet that you can verify on-chain. solana network fees apply as usual.
no sign-up. no email. just connect and go.
$ launch_appopen source · client-side only · keys never leave your browser