Skip to content
/ Zeurus Public

A lightweight blazingly fast text editor with syntax highlighting πŸ’« πŸŒ€

Notifications You must be signed in to change notification settings

p0ryae/Zeurus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

37 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Zeurus

Zeurus, a cross-platform blazingly fast text editor with Syntax Highlighting

Installation

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

Development

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.