Qalculate, http://qalculate.sourceforge.net/index.html, and its library (libqalculate) are built using glib and GTK+ or KDE for the GUI which are pain in the ass on OS X.

I managed to port the libqalculate library to OS X using Cocoa classes to replace the glib functions and other patches. Everything works except date parsing from a string.

Only OS X >= 10.6 and 64-bit are supported. I can only test on 10.7.4.

I also patched the command line interface of Qalculate, qalc.cc, and i'm working on the native GUI, in Cocoa.

Feel free to contact me

Project Activity

See All Activity >

Follow Qalculate OS X

Qalculate OS X Web Site

Other Useful Business Software
Gen AI apps are built with MongoDB Atlas Icon
Gen AI apps are built with MongoDB Atlas

The database for AI-powered applications.

MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Start Free
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
1
0
0
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5

User Reviews

  • Great calculator! I had to configure it a little to work on OS X the way I want it to. It throwed warnings about currency even though I had wget installed. It also throwed warnings when executed from somewhere else than it's directory. I have installed it in ~/bin/qalcbin and added this script in ~/bin which is in my PATH: #!/bin/bash qalcf() { local mypwd=`pwd` cd ~/bin/qalcbin echo `./qalc -nocurrencies -t $@` cd $mypwd } qalcf $@
Read more reviews >

Additional Project Details

Operating Systems

Mac

Programming Language

C++, C, Objective C

Registered

2012-08-14