Installation
Get ARGUS wallet up and running in minutes with this comprehensive installation guide.
Prerequisites
Before installing ARGUS, ensure you have:
- Chrome Browser (version 88 or higher) or any Chromium-based browser (Brave, Edge, Opera)
- Windows 10/11, macOS 10.15+, or Linux (Ubuntu 20.04+)
- Active internet connection for initial setup and verification
- Microphone access for voice biometric enrollment (can be configured later)
- Location services enabled for geographic verification (optional but recommended)
Installation Methods
Method 1: Chrome Web Store (Recommended)
-
Open Chrome Web Store
- Navigate to the ARGUS Chrome Extension page
- Or search for "ARGUS Wallet" in the Chrome Web Store
-
Install Extension
- Click the Add to Chrome button
- Review the required permissions
- Click Add extension to confirm
-
Pin Extension
- Click the puzzle icon in Chrome toolbar
- Find ARGUS Wallet and click the pin icon
- ARGUS icon now appears in your browser toolbar
Method 2: Manual Installation (Development)
For developers or testing purposes:
-
Download Release
git clone https://github.com/argus-foundation/argus-wallet.git
cd argus-wallet -
Install Dependencies
npm install -
Build Extension
npm run build -
Load in Chrome
- Open Chrome and navigate to
chrome://extensions/ - Enable Developer mode (toggle in top-right)
- Click Load unpacked
- Select the
build/chrome-mv3-proddirectory
- Open Chrome and navigate to
Required Permissions
ARGUS requires the following permissions to function:
| Permission | Purpose |
|---|---|
storage | Store encrypted wallet data and settings |
activeTab | Interact with DApps and web pages |
geolocation | Verify geographic location for Argus Vault |
usb | Support USB hardware key authentication |
bluetooth | Support Bluetooth device authentication |
clipboardWrite | Copy addresses and transaction IDs |
ARGUS follows privacy-first principles. Your private keys and sensitive data never leave your device. Geographic coordinates are only transmitted during transaction approval for the Argus Vault.
Initial Setup
After installation, ARGUS will guide you through initial setup:
-
Welcome Screen
- Choose between creating a new wallet or importing existing
-
Password Creation
- Create a strong password (minimum 8 characters)
- Include uppercase, lowercase, numbers, and symbols
- This encrypts your local wallet data
-
Backup Seed Phrase
- Write down your 12 or 24-word recovery phrase
- Store it securely offline (never digital storage)
- This is your only recovery method if you lose access
-
Verify Seed Phrase
- Confirm your seed phrase by selecting words in order
- Ensures you've correctly recorded your backup
Verification
Once installed, verify ARGUS is working correctly:
-
Open Wallet
- Click the ARGUS icon in your Chrome toolbar
- The wallet interface should appear (360x600 popup)
-
Check Connection
- You should see "Connected" status indicator
- Solana network status shown in header
-
View Your Address
- Your Solana public address is displayed
- Click to copy to clipboard
Post-Installation Steps
Create Your Master Key Wallet
Your hot wallet is automatically created during setup. You can:
- Receive tokens immediately
- Send transactions after funding
- Connect to DApps
Set Up Your Argus Vault (Recommended)
For maximum security, configure your Argus Vault:
- Navigate to Settings → Security
- Click Create Argus Vault
- Follow the setup wizard (see Argus Vault Setup)
Configure Security Layers
Enhance your security by enabling additional layers:
- Voice Biometrics: Record your voice sample
- Hardware Keys: Register USB security keys
- Bluetooth Devices: Pair trusted devices
- Platform Biometrics: Enable fingerprint/Face ID
Updating ARGUS
ARGUS automatically updates through the Chrome Web Store. To manually check for updates:
- Navigate to
chrome://extensions/ - Enable Developer mode
- Click Update button at the top
- ARGUS will update to the latest version
Troubleshooting Installation
Extension Won't Install
- Clear Chrome cache: Settings → Privacy → Clear browsing data
- Disable conflicting extensions: Temporarily disable other wallet extensions
- Check Chrome version: Ensure you're running Chrome 88+
Extension Not Appearing
- Check if enabled: Go to
chrome://extensions/and ensure ARGUS is enabled - Pin to toolbar: Click puzzle icon → find ARGUS → click pin
- Reinstall: Remove and reinstall from Web Store
Permissions Denied
- Grant permissions: Click ARGUS icon → Settings → Permissions
- Browser settings: Check Chrome Settings → Site Settings → Permissions
- OS permissions: macOS users check System Preferences → Security & Privacy
Network Connection Issues
- Check internet: Ensure stable internet connection
- Firewall settings: Allow ARGUS through firewall
- VPN conflicts: Some VPNs may interfere with Solana RPC connections
Next Steps
Now that ARGUS is installed, you're ready to:
- Argus Vault Setup - Enable maximum security
- Security Layers - Configure all security layers
Support
Need help with installation?
- Documentation: Browse our comprehensive guides
- Twitter: Follow us on X @useargus
- Email: support@argusfoundation.com
- GitHub Issues: Report bugs at github.com/argusfoundation
Ready to secure your assets? Continue to the Argus Vault Setup →