Skip to content

Latest commit

 

History

History
59 lines (35 loc) · 1015 Bytes

README.md

File metadata and controls

59 lines (35 loc) · 1015 Bytes

Alt Text

Kalk

Logo

The simplest desktop calculator.

Download

Mac installer

Windows installer

Usage

  1. Once you launched the app hit Cmd+5 (Mac) ot Alt+5 (Linux, Windows) to open Kalk. (You can also use the menubar button to show Kalk. double-click on Ubuntu)

  2. Start typing and Kalk will compute the result as you go.

  3. At the bottom left corner there is a settings button. Use it!


Development

git clone https://github.com/omrirz/kalk.git
cd kalk && npm install
npm start

Build

Mac

npm run dist:mac

will create a DMG for mac

Linux

npm run dist:linux

will create an AppImage for Linux

Windows

npm run dist:windows

will create an installer for windows