Skip to content

omrirz/kalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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