EBTCalc (Desktop) is a Reverse Polish Notation (RPN) calculator with custom buttons, programmed in Javascript, using a convenient editor. EBTCalc runs on Windows (Intel/AMD 64-bit) and Linux (Intel/AMD 64-bit, ARM 64-bit). EBTCalc is open source.
EBTCalc is built on the Electron
framework.
EBTCalc (Desktop)
© Copyright 2025, Eric Bergman-Terrell
A version of EBTCalc for Android
is also available.
To run EBTCalc:
git clone https://github.com/EricTerrell/EBTCalc.git
cd EBTCalc
npm install
npm start
To enable the Chrome debugging tools, set the DEBUG_MENUS environment variable to true (see displayCustomMenus in WindowUtils)
To build:
npm run build
This will create all versions in an EBTCalc-build folder.
When running the Linux (ARM 64-bit) version, you may need to include the "--no-sandbox" option.
Please submit your feedback to [email protected].