This project intends to provide a simple interactive frontend for FriCAS by using Tauri, React and MathJax to show beautiful and accessible math.
FriCAS is an advanced computer algebra system.
It is freely available under a modified BSD license.
FriCAS is a fork (2007) of the Axiom computer algebra system.
- You need to have
fricas
available in yourPATH
to use this project. - Example:
brew install fricas
to installfricas
on macOS. - Binary releases are not available yet. You need to build it from source at the moment.
git clone https://github.com/rn7s2/fricas-tauri
cd fricas-tauri
pnpm install
pnpm tauri build
Find the built application under src-tauri/target/release/
.
This project uses Tauri + React + Typescript to create cross-platform applications.