# ocean-balance > Simple Electron-based desktop app to retrieve and display your total Ocean Token balances. > https://oceanprotocol.com ## Usage Clone, add adresses, and run: ```bash # Clone this repository git clone git@github.com:kremalicious/ocean-balance.git cd ocean-balance # Add one or more Ethereum addresses to config file vi config.js # Install dependencies npm install # Run the app in dev mode npm start ``` ## Build package ```bash npm run build npm run create-installer-mac ```