Zeurus, a cross-platform blazingly fast text editor with Syntax Highlighting
Installing Zeurus is very straight forward.
Currently, Mac Support is pending due to the lack of testers.
Head over to the releases and grab the .msi
if you are on windows, tar.zst
& .deb
for Linux
If you'd like to compile Zeurus from source, please read the following:
REQUIREMENTS
- All prerequisites in here
- yarn because npm bad (
npm i -g yarn
)
Once met requirements, do the following:
$ git clone https://github.com/DashCruft/Zeurus.git && cd Zeurus
$ yarn
To run Zeurus afterwards, yarn tauri:serve
.