* Added some constant Move mass on a new submenu of Physics Added universal translation for a future easter-egg * Added lenght constant menu Added radiuses and distances submenu to lenght Added Faraday Constant * Constant Added 16 usual pKa couple values * Added some constant ( stefan-boltzmann, water triple point, wien, atmospheric pressure, vacuum impedance, bohr magneton, nuclear magneton, muon mass, atomic mass unit, bohr radius ) Missing hungarian translation * Planck update added some plancks units ( fondamentals units and energy/power units ) * Changed the Physics constants submenu Here's the new pattern 1. Fundamental Constants => for the 5 fundamental constants 2. Electromagnetism => 3 constants remain in this submenu 3. Nuclear and Atomic Constnats => bohr magneton & nuclear magneton, bohr radius and particle mass submenu 4. Thermodynamics => this section is mostly unchanged 5. Gravitation => same as before 6. Speed => 2 submenus one for sound speeds and one for escape velocities 7. Mass => the mass of earth/sun/moon 8. Length => 2 submenus, one for radius of earth/sun/moon and one for distances earth-moon and earth-sun 9. Planck Units => The natural system of units * Units Added steradian, lumen and lux to the avaliables units Warning steradian is a new fundamental units ( definition is nullptr ) * Remove debugging and includes * Added 15 constants * Update apps/toolbox.fr.i18n Co-Authored-By: Quentin <quentin.guidee@gmail.com> * Update apps/toolbox.fr.i18n Co-Authored-By: Quentin <quentin.guidee@gmail.com> * Corrected french and english * Added hu translation Correct de translation added combining double acute accent * q * Revert "q" This reverts commit 959786ae504ddf106249a3f799929471eecb8708. Co-authored-by: Quentin <quentin.guidee@gmail.com>
About
Omega is a fork of Numworks' Epsilon, the OS that runs on their calculator, which brings many features to it. Omega is for the people who want to add features to the calculator, but cannot because they have been rejected by Numworks (for reasons that are 100% understandable!).
Some new features
- Adding symbolic calculation back into the calculator
- An app for RPN
- A periodic table app + all of the molar masses for the elements in the toolbox
- More steps for brightness (16 instead of 5)
- 32 KB Python heap instead of 16 KB
- And more...
The main new features are listed here, and the complete changelog can be found here.
Installation
First of all, follow step 1 here. Then:
Model n0100
git clone --recursive https://github.com/Omega-Numworks/Omega.git
cd Omega
git checkout omega-master
make MODEL=n0100 clean
make MODEL=n0100 USERNAME="{Your name, max 15 characters}" -j4
make MODEL=n0100 epsilon_flash
Important: Don't forget the --recursive tag, because Omega relies on submodules.
Also, you can change the number of processes that run in parallel during the build by changing the value of the -j flag.
Model n0110
git clone --recursive https://github.com/Omega-Numworks/Omega.git
cd Omega
git checkout omega-master
make clean
make USERNAME="{Your name, max 15 characters}" -j4
make epsilon_flash
Important: Don't forget the --recursive tag, because Omega relies on submodules.
Also, you can change the number of processes that run in parallel during the build by changing the value of the -j flag.
Bin files
These can be used to distribute Omega (so that it can be flashed by anyone with Webdfu_Numworks).
git clone --recursive https://github.com/Omega-Numworks/Omega.git
cd Omega
git checkout omega-master
make clean
make MODEL=n0100 USERNAME="" -j8
make MODEL=n0100 USERNAME="" binpack -j8
make USERNAME="" -j8
make USERNAME="" binpack -j8
Important: Don't forget the --recursive tag, because Omega relies on submodules.
Also, you can change the number of processes that run in parallel during the build by changing the value of the -j flag.
Web simulator
First, install emsdk :
git clone https://github.com/emscripten-core/emsdk.git
cd emsdk
./emsdk install latest-fastcomp
./emsdk activate latest-fastcomp
source emsdk_env.sh
Then, compile Omega :
git clone --recursive https://github.com/Omega-Numworks/Omega.git
cd Omega
git checkout omega-master
make clean
make PLATFORM=simulator TARGET=web USERNAME="{Your name, max 15 characters}" -j4
The simulator is now in output/release/simulator/web/simulator.zip
Important: Don't forget the --recursive tag, because Omega relies on submodules.
Also, you can change the number of processes that run in parallel during the build by changing the value of the -j flag.
Contributing
To contribute, please refer to the Wiki
Branches
omega-master: stable releasesomega-dev: beta releasesomega-hotfix: developers only, branch to fix issues
Related repositories
- Omega Themes
- Omega Website
- Omega RPN
APP - Omega Atom
APP - Omega Converter
APP - Omega Design
- Omega CLI Installer
BETA - Omega App Template
BETA
About Epsilon
Omega is a fork of Epsilon, a high-performance graphing calculator operating system. It includes eight apps that cover the high school mathematics curriculum.
You can try Epsilon straight from your browser in the online simulator.
Contributors ✨
Thanks goes to these wonderful people!
License
NumWorks is a registered trademark. Omega is not affiliated with NumWorks.
- NumWorks Epsilon is released under a CC BY-NC-SA License.
- Omega is released under a CC BY-NC-SA License.

