Native desktop wallet for Emberchain β Windows, macOS, and Linux.
### Downloads
| Platform | File |
|---|---|
| πͺ Windows (installer) | `Emberchain.Wallet.Setup.1.0.2.exe` |
| πͺ Windows (portable) | `Emberchain.Wallet.exe` |
| π macOS Apple Silicon | `Emberchain.Wallet-1.0.2-arm64.dmg` |
| π macOS Intel | `Emberchain.Wallet-1.0.2.dmg` |
| π§ Linux | `Emberchain.Wallet-1.0.2.AppImage` |
### Connecting to a node
Go to **Settings β Network / Node URL** and enter the URL for your node. Use **Test Connection** to verify before saving.
| Where is the node running? | URL to enter |
|---|---|
| **Same PC as the wallet** | `http://localhost:8545/api` |
| **Another PC on your home network** | `http://192.168.x.x:8545/api` (LAN IP shown in the node window) |
| **Public network (default)** | `https://emberchain.org/api` |
### What changed in v1.0.2
- **Fixed: nothing connects at all** β v1.0.1 accidentally removed the public node fallback, so `loadSettings()` returned `{nodeUrl: undefined}` and `smartRequest()` threw immediately with zero candidates to try. The public node `https://emberchain.org/api` is restored as the default fallback.