TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Qalculate – A multi-purpose cross-platform desktop calculator

220 pointsby pantalaimonalmost 2 years ago

28 comments

netbioserroralmost 2 years ago
If you want a lighter-weight package featuring a plaintext REPL, a large library of functions, function definition, arbitrary precision, and more (minus solver capability), give Speedcrunch a try:<p><a href="https:&#x2F;&#x2F;heldercorreia.bitbucket.io&#x2F;speedcrunch&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;heldercorreia.bitbucket.io&#x2F;speedcrunch&#x2F;</a>
评论 #37065401 未加载
评论 #37062712 未加载
评论 #37062700 未加载
评论 #37065722 未加载
评论 #37064488 未加载
评论 #37064221 未加载
评论 #37067147 未加载
cyfexalmost 2 years ago
It&#x27;s a really great calculator for all sorts of stuff.<p>I use many of the following almost daily:<p>- currency conversion: `x USD to EUR` or `BTC to USD`<p>- time calculations: `now - 27 hours`<p>- unix epoch conversion: `timestamp(now - 3 days)`, also `stamptodate()`<p>- unit conversion: `34 oC to oF`<p>and more.<p>Works really nicely with <a href="https:&#x2F;&#x2F;github.com&#x2F;svenstaro&#x2F;rofi-calc">https:&#x2F;&#x2F;github.com&#x2F;svenstaro&#x2F;rofi-calc</a>
rnallandigalalmost 2 years ago
I have it bound to `$mod+c` and launched as a floating window in i3. It integrates very well into my workflow as I can just quickly launch, perform a one-off calc, and close it whether I&#x27;m in a terminal or elsewhere. Since it saves history, I can always relaunch it and continue where I left off as well.
评论 #37062074 未加载
评论 #37065976 未加载
评论 #37062098 未加载
评论 #37061885 未加载
bityardalmost 2 years ago
Anyone else just use the Python REPL as their desktop calculator?
评论 #37067229 未加载
评论 #37065189 未加载
评论 #37064442 未加载
评论 #37064596 未加载
eviksalmost 2 years ago
The &quot;ultimate&quot; calculator wouldn&#x27;t use the same irrelevant-in-PC physical number buttons paradigm, taking up more than half of useful UI space
评论 #37064030 未加载
评论 #37065237 未加载
评论 #37065190 未加载
评论 #37066417 未加载
rom1valmost 2 years ago
There is also the command line version: `qalc`.<p>I use it since I discovered it.
评论 #37064258 未加载
评论 #37065651 未加载
poetasteralmost 2 years ago
I wanted to chime in as a calculator dev dude. Qalculate is really nice if you want the kitchen sink, which I do on the desktop. I also, depending on the task use speedcruch which others have mentioned.<p>Using <a href="https:&#x2F;&#x2F;github.com&#x2F;ArashPartow&#x2F;exprtk">https:&#x2F;&#x2F;github.com&#x2F;ArashPartow&#x2F;exprtk</a> I have one calculator with a repl at 512kb, including a QML wrapper. I have a combined rpn calculator using sympy (based on the work of others) with exprtk as a &#x27;programmer&#x27;s calculator&#x27; on the side (<a href="https:&#x2F;&#x2F;github.com&#x2F;poetaster&#x2F;fibonacci">https:&#x2F;&#x2F;github.com&#x2F;poetaster&#x2F;fibonacci</a>). And several QML apps for symbolic CAS using sympy.<p>I have way too many calculators. They are so much fun to build. Now I ask myself, port the Qalculate methods to macros for exprtk or check out using libqalculate? I&#x27;m not sure. exprtk is so light? And adding macros discrete.
georgeburdellalmost 2 years ago
As an engineer, I usually can just pop my expression into Siri&#x2F;Spotlight or Cortana with a hotkey and get the result just fine. What kinds of calculations are people needing more for?
评论 #37063333 未加载
评论 #37063050 未加载
curiousfabalmost 2 years ago
Fantastic tool. It also has a command line version which has almost completely replaced `bc` for me.
评论 #37061752 未加载
VadimPRalmost 2 years ago
Are there prebuilt binaries available for macOS? I&#x27;m running the GTK version on an m1 and it always takes a few seconds to get going.
integrichoalmost 2 years ago
Not to criticise the application, but how realistic is that such an application weighs ~70MB?
评论 #37062141 未加载
评论 #37066433 未加载
评论 #37062029 未加载
评论 #37062076 未加载
评论 #37062091 未加载
评论 #37061854 未加载
sombragrisalmost 2 years ago
I love qalculate. Now Slackware (my distro) ships libqalculate, and then it&#x27;s trivial to build a frontend.<p>I loved Qalculate back when it was a KDE3 application. In KDE4 times the UI switched to GTK+, but recently the dev added a newer Qt frontend which is really nice save for the fact that it doesn&#x27;t have an app menu other than a hamburger menu not really accessible via keyboard; you must use the mouse for it.<p>I&#x27;d love to see a KDE Plasma frontend again with the more traditional layout. The app is great and powerful.
drbigalmost 2 years ago
It is a very versatile piece of software indeed. The minimal mode window is a great pop-up calculator that can do a lot, including conversions and working with physical units.<p>Highly recommend!
fuzztesteralmost 2 years ago
RealCalc free version from Quartic on Android is not bad. Not comparing it to Qalculate.<p>And it has a really cool physical-world electronic calculator look, hence the name.
评论 #37065238 未加载
poetasteralmost 2 years ago
I forgot to mention in my last comment that <a href="https:&#x2F;&#x2F;github.com&#x2F;vetux&#x2F;qcalculator">https:&#x2F;&#x2F;github.com&#x2F;vetux&#x2F;qcalculator</a> is also a nice qt based, exprtk using calculator with a python interface and higher floating point precision than plain exprtk.
LispSporks22almost 2 years ago
I use calc mode in Emacs for that kind of thing. Any idea how the two compare?
despialmost 2 years ago
Qalculate is great. I also use insect on the terminal for quick calculations or conversions<p><a href="https:&#x2F;&#x2F;insect.sh&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;insect.sh&#x2F;</a>
ameliusalmost 2 years ago
If this evolves a little further, you get Jupyter notebooks.
评论 #37068325 未加载
6510almost 2 years ago
I&#x27;m told if you don&#x27;t use floats the computer will explode and the whole city will burn down. End times, armageddon scenario pretty much.
jnsaff2almost 2 years ago
I find it quickest to CTRL+SHIFT+K if I&#x27;m in the browser or run `iex` or `python3` in terminal to calculate something ad-hoc.
cevingalmost 2 years ago
Have Droid48 on my phone. I am infested and will never use a calculator without a stack.
评论 #37066062 未加载
qwerty456127almost 2 years ago
Lisp is the ultimate desktop calculator. But this one looks nice anyway.
29athrowawayalmost 2 years ago
At this point just use a CAS or a TI calculator emulator.
评论 #37063138 未加载
squarefootalmost 2 years ago
Obligatory mention for bc, a command line arbitrary precision calculator and language.<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Bc_(programming_language)" rel="nofollow noreferrer">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Bc_(programming_language)</a>
ghkbrewalmost 2 years ago
Thanks, I&#x27;ll stick with Rstudio.
FpUseralmost 2 years ago
Beautiful piece of work. Kudos
blondinalmost 2 years ago
i wonder why calculator apps are so popular
评论 #37062552 未加载
评论 #37067856 未加载
anagrialmost 2 years ago
do you have a Mac installer available?<p>also you need a designer. the website looks like from the 2000s.<p>thanks for sharing the app.
评论 #37062534 未加载
评论 #37062297 未加载
评论 #37064386 未加载
评论 #37062628 未加载
评论 #37068240 未加载