Installing SubWallet Extension
SubWallet Extension is available for all major browsers. Follow the steps below to install SubWallet and start managing your Web3 assets.Browser Requirements
Before installing SubWallet, ensure your browser meets the minimum requirements:Chrome & Chromium
Version 111 or higher
Firefox
Latest stable version
Brave
Latest stable version
Edge
Latest stable version
SubWallet uses Manifest V3, which requires Chrome version 111 or higher. Other Chromium-based browsers (Brave, Edge, Opera) also support the extension.
Installation Methods
Method 1: Install from Chrome Web Store (Recommended)
Visit the Chrome Web Store
Navigate to the SubWallet Extension page on the Chrome Web Store
The extension is published as “SubWallet - Polkadot Wallet” in the store.
Click 'Add to Chrome'
Click the Add to Chrome button to begin the installationA popup will appear asking you to confirm the permissions required by SubWallet.
Confirm Permissions
Review and confirm the following permissions:
- Storage - Store wallet data and settings locally
- Tabs - Detect when you’re on a dApp that needs wallet connection
- Notifications - Send transaction confirmations and alerts
- Side Panel - Display the extended wallet interface
Method 2: Install on Firefox
Method 3: Manual Installation (Development)
For developers or users who want to install from source:Install Dependencies
SubWallet uses Yarn 3.0.1 as its package manager. Make sure you have the correct version installed.
Build the Extension
For Chrome/Chromium browsers:For Firefox:The built extension will be in
packages/extension-koni/build (Chrome) or packages/extension-koni/build-firefox (Firefox).Load Unpacked Extension
For Chrome:
- Navigate to
chrome://extensions - Enable “Developer mode” (toggle in top-right)
- Click “Load unpacked”
- Select the
packages/extension-koni/builddirectory
- Navigate to
about:debugging#/runtime/this-firefox - Click “Load Temporary Add-on”
- Select the
manifest.jsonfile frompackages/extension-koni/build-firefox
Development Installation
If you’re developing or testing SubWallet:Post-Installation
After installing SubWallet Extension:1. Verify Installation
Click the SubWallet icon in your browser toolbar. You should see the welcome screen.2. Check Extension Details
Verify you have the correct extension installed:- Name: SubWallet - Polkadot Wallet
- Publisher: SubWallet
- Homepage: https://subwallet.app/
3. Review Permissions
SubWallet requires the following permissions:| Permission | Purpose |
|---|---|
| Storage | Securely store wallet data, settings, and encrypted keys in browser local storage |
| Tabs | Detect active dApps and inject wallet provider when needed |
| Notifications | Alert you about transaction confirmations and important events |
| Side Panel | Provide extended portfolio and transaction views |
All wallet data is encrypted and stored locally in your browser. SubWallet never sends your private keys or seed phrases to external servers.
4. Next Steps
Now that SubWallet is installed, proceed to the Quick Start guide:Quick Start Guide
Set up your wallet and create your first account
Troubleshooting
Extension Not Appearing
If the extension icon doesn’t appear after installation:- Check if it’s hidden - click the puzzle icon in your browser toolbar
- Pin SubWallet to make it always visible
- Refresh your browser or restart it
Installation Failed
Build Errors (Development)
If you encounter errors during the build process:Updating SubWallet
Automatic Updates
Extensions installed from the Chrome Web Store or Firefox Add-ons will update automatically.Manual Updates
For manually installed extensions:- Pull the latest changes:
git pull origin master - Install new dependencies:
yarn install - Rebuild:
yarn build - Reload the extension in your browser
Security Best Practices
Uninstalling SubWallet
If you need to uninstall SubWallet:Need Help?
If you encounter issues during installation:- Check the GitHub Issues for known problems
- Report new issues at the GitHub repository
- Visit https://subwallet.app for support
Continue to Quick Start
Learn how to set up your first wallet