EBTCalc (Desktop) is a Reverse Polish Notation (RPN) calculator with custom buttons, programmed in Javascript, using a convenient editor. EBTCalc runs on Windows 10 and Linux. EBTCalc is open source.
EBTCalc is built on the Electron
framework.
EBTCalc (Desktop)
© Copyright 2024, 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)
Please submit your feedback to EBTCalc@EricBT.com.