Numi: A Natural Language Calculator for macOS, Linux, and Windows

This repository profile is provided by osrepos.com, an open source repository discovery platform.

Numi: A Natural Language Calculator for macOS, Linux, and Windows

Summary

Numi is an elegant calculator application available for macOS, Linux, and Windows, designed to interpret natural language input for calculations. It allows users to express complex tasks like "$20 in euro - 5% discount" or "today + 2 weeks" and instantly receive answers. This open-source project, built with JavaScript, simplifies everyday computations with its intuitive interface and powerful features.

Repository Information

Analyzed by OSRepos on April 22, 2026

Topics

Click on any tag to explore related repositories

Use at your own risk

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.

Introdução

Numi is a beautiful and intuitive calculator application available for macOS, Linux, and Windows. It stands out by allowing users to describe tasks naturally, providing instant answers to complex queries such as "$20 in euro - 5% discount" or "today + 2 weeks". With over 6,400 stars and 240 forks on GitHub, Numi is a popular open-source project released under the MIT License, primarily developed using JavaScript.

Instalação

Numi offers various installation methods to suit different platforms and preferences:

Versão Desktop

Versão Terminal (CLI)

  • Using curl: Run the following command in your terminal:
    curl -sSL https://s.numi.app/cli | sh
    
  • Using Homebrew: If you have Homebrew installed, use this command:
    brew install nikolaeu/numi/numi-cli
    

Extensão Alfred

An Alfred extension is available for download here. Note that the terminal version of Numi is required for the Alfred extension to function.

Exemplos

Numi excels at understanding natural language. Here are a few examples of how you can use it:

  • $20 in euro - 5% discount
  • today + 2 weeks
  • 100 USD to EUR

The terminal version, numi-cli, supports most features of the desktop app. For instance:

numi-cli "20 inches in cm"

It's important to note that certain features, such as localization support, tokens (sum, prev, avg), dates, timezone conversion, CSS, variables, and plugins/extensions, are not yet implemented in the CLI version.

Porquê usar

Numi offers several compelling reasons to integrate it into your workflow:

  • Intuitive Natural Language Input: Perform complex calculations by simply typing what you mean, making it highly user-friendly.
  • Cross-Platform Availability: Whether you're on macOS, Linux, or Windows, Numi provides a consistent and powerful experience.
  • Versatility: From currency conversions and date calculations to unit conversions, Numi handles a wide range of computational tasks.
  • Open Source: Being an MIT-licensed project, Numi benefits from community contributions and transparency.
  • Productivity Boost: Its quick and natural input method can significantly speed up everyday calculations and conversions.

Links

Source repository

Open the original repository on GitHub.

View on GitHub
OS
OSRepos

Analysis and discovery of open source repositories. Find interesting projects and follow their updates.

Monitor your website with YourWebsiteScore

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of third-party repository code is at your own risk. Always review source code, dependencies, licenses, and security implications before running anything.

© 2025 OSRepos. Built with Nuxt 3 and lots of ❤️