### Downloads
| Platform | File |
|---|---|
| πͺ Windows (installer) | `Emberchain.Wallet.Setup.1.0.3.exe` |
| πͺ Windows (portable) | `Emberchain.Wallet.exe` |
| π macOS Apple Silicon | `Emberchain.Wallet-1.0.3-arm64.dmg` |
| π macOS Intel | `Emberchain.Wallet-1.0.3.dmg` |
| π§ Linux | `Emberchain.Wallet-1.0.3.AppImage` |
### Node URL format
The URL must end in **/api**:
| Node | URL |
|---|---|
| Public (default) | `https://emberchain.org/api` |
| Local node β same PC | `http://localhost:8545/api` |
| Local node β another PC on your network | `http://192.168.x.x:8545/api` |
Use **Settings β Network / Node URL β Test Connection** to verify before saving.
### What changed in v1.0.3
- **Test Connection** now detects when you've entered a website URL instead of a node URL (e.g. `https://emberchain.org` without `/api`), auto-probes the correct path, and tells you exactly what to change
- Settings placeholder updated to `https://emberchain.org/api` so the correct format is obvious
- Hint text now shows both public and local node examples with the required `/api` suffix highlighted