ArchCalc LogoArchCalc

Getting Started

Install ArchCalc on Linux or Windows and take your first steps.

Welcome to the definitive guide on getting started with ArchCalc.

Installation

ArchCalc is available for Linux and Windows platforms.

Linux

Arch User Repository (AUR) The official package is available on the AUR. Install it using your preferred helper:

yay -S archcalc

Direct Download (.deb, .rpm) Pre-compiled binaries for Debian/Ubuntu and Fedora/RHEL derivatives are available on our Releases page.

Flatpak (Coming Soon) ArchCalc will be available on Flathub shortly.

flatpak install archcalc

Windows

Download the official Windows installer (.msi or .exe) directly from the Releases page.

Note on Windows SmartScreen: Because ArchCalc is an open-source, independently distributed application, Windows SmartScreen may display an "Unknown Publisher" warning on the first launch. Click More info and then Run anyway to proceed safely.

First Steps

Upon launching ArchCalc, you will be greeted by the scientific calculator interface. From here, you can:

  • Type mathematical expressions directly into the display.
  • Use the built-in keypad or your keyboard for input.
  • View real-time results as you type.
  • Access your calculation history from the side panel.

Using the Scientific Calculator

ArchCalc features a full scientific calculator with function buttons above the standard number pad.

DEG / RAD Mode

Toggle the DEG / RAD pill at the top of the calculator to switch between degree and radian mode for all trigonometric functions. The toggle is amber when degrees are active.

Functions

ButtonDescriptionExample
sin cos tanTrigonometric functions (respects DEG/RAD mode)sin(30) in DEG → 0.5
asin acos atanInverse trigonometric functionsasin(1) in RAD → 1.5707…
logBase-10 logarithmlog(100)2
lnNatural logarithmln(e)1
Square root√(9)3
^Power / exponent2^101024
Square shorthandappends ^2 to the current expression
n!Factorialfactorial(5)120
absAbsolute value (type manually)abs(-7)7

Constants

ButtonValue
π3.14159265358979…
e2.71828182845904…

Constants can be used directly in expressions: sin(π/2)1, ln(e)1.

Parentheses & Grouping

Use ( and ) buttons (or keyboard keys) to group sub-expressions: (2+3)*420.

Keyboard Shortcuts

KeyAction
09, .Number input
+ - * /Arithmetic operators
^Power
( )Parentheses
%Percent
Enter or =Evaluate
BackspaceDelete last character
EscapeClear all

On this page