Skip to content

Repository files navigation

CalcSheet

CalcSheet

A minimalist calculator for macOS that lives in your menu bar — like a sticky note for math.

Latest release macOS 15+ Swift 6 License: MIT

English · 中文

Download · Report Issue


Features

  • Natural input — Type expressions like 128 * 3.5 or sqrt(144), get results as you type
  • Persistent history — Every calculation stays visible, scroll through your work
  • Keyboard first — Global hotkey to show/hide, ⌘R to clear, ⌘, for settings
  • Always on top — Pin the window to keep it above other apps
  • Lightweight — Lives in the menu bar, no Dock icon, stays out of your way
  • Customizable — Adjust font size, theme (auto/dark/light), and more
  • Auto-copy — Results copied to clipboard automatically (optional)

Supported Expressions

Operators

Operator Description Example
+ - * / Basic arithmetic 128 * 3.5
% Modulo 10 % 3 = 1
^ Power 2 ^ 10 = 1024
<< >> Bit shift 1 << 8 = 256
& | Bitwise AND / OR 12 & 10 = 8
~ Bitwise NOT (unary) ~0 = -1
() Parentheses (1 + 2) * 3

Functions

Category Functions
Rounding abs, ceil, floor, round, trunc, sign
Roots sqrt, cbrt
Exponential exp, log (ln), ln, log2, log10
Trigonometric sin, cos, tan, asin, acos, atan
Hyperbolic sinh, cosh, tanh
Multi-arg max, min, pow, hypot

Constants

pi, e, ln2, ln10, log2e, log10e, sqrt2, sqrt1_2

Screenshots

CalcSheet screenshot

Installation

Download the latest release from GitHub Releases, open the .dmg, and drag CalcSheet to your Applications folder.

Build from Source

Requires macOS 15+ and Xcode 16+.

git clone https://github.com/chenwbyx/CalcSheet.git
cd CalcSheet
xcodebuild -project CalcSheet.xcodeproj -scheme CalcSheet -configuration Release build

Tech Stack

License

MIT © 2026 xiaobo.chen

About

A minimalist menu bar calculator for macOS -- like a sticky note for math.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages