Idena Desktop client for Windows, Mac, and Linux.
Backed by Electron, React and Next.js.
Follow installation instructions for your system.
Visit Idena for the most common questions and guidelines.
Most of the configuration is available in userData directory:
%APPDATA%\Idenaon Windows~/Library/Application Support/Idenaon macOS~/.config/Idenaon Linux
Note: Manual configuration is a danger zone that may corrupt your Idena installation and lead to unexpected behavior. Only edit configuration files if you're 💯sure what you do.
Logs are available in logs directory:
%APPDATA%\Idena\logson Windows~/Library/Logs/Idenaon macOS~/.config/Idena/idena.logon Linux
Node configuration and data files located in node directory inside userData:
%APPDATA%\Idena\nodeon Windows~/Library/Application Support/Idena/nodeon macOS~/.config/Idena/nodeon Linux
The built-in node directory structure is the same as for standalone node.
- Node.js 10.x or later LTS versions recommended
- npm 6.x or later recommended
- Git
npm installnpm start
Builds available for macOS, Windows and Linux platforms thanks to electron-builder.
You may build for the current platform:
npm run dist
or for a specific platform
npm run dist:win
npm run dist:mac
npm run dist:linux
Currently, only deb target supported for Linux.
PRs are welcome! 👐
TBD