The Uno Calculator is a port of the Windows Calculator to C# and to the Uno Platform for iOS, macOS, Android, WebAssembly and Linux.
The app provides standard, scientific, and programmer calculator functionality, as well as a set of converters between various units of measurement and currencies.
The Uno Calculator will regularly follow with the Windows Calculator updates. You can get it from the App Store, Play Store, in your browser, Snap Store for Linux and of course the original calculator on the Microsoft Store.
Prerequisites:
When using Visual Studio 2019, the
.vsconfig
feature will automatically prompt to install missing components.
Get the code:
git clone https://github.com/unoplatform/calculator
Open src\Calculator.sln in Visual Studio to build and run the Calculator app.
If building for WebAssembly fails, make sure to follow the notes in the calculator/src/CalcManager/build.sh
file.
We ❤ contributions. The team encourages community feedback and contributions. Please follow our contributing guidelines.
If Calculator is not working properly, please file an issue.
This project collects usage data and sends it to App Center to help improve the quality of the calculator.
Security issues and bugs should be reported through the GitHub security tab.