Lexius is a lightweight, fast, and customizable code editor built with modern web technologies.
It focuses on speed, clarity, and the ability to run code directly inside the editor.
- β¨ Clean and modern UI
- π§ Monaco-based syntax highlighting
- β‘ Extension support (coming soon)
- π§© Plugin system (coming soon)
- π§βπ» Run code directly inside Lexius
- πͺ Available on Web & Desktop
Lexius now supports executing code directly inside the editor.
- π Python
- π¨ JavaScript
- π¦ TypeScript
- π Markdown
- πΆ SVG
- π¬ HTML
- Only single-file execution
- No external libraries or modules
- Code runs in a sandboxed environment
Lexius is free & open source, so you can customize and build your own version.
git clone https://github.com/PFMCODES/Lexius.git
cd Lexius
npm install
npm run web # Web version
npm run desktop # Desktop (Electron)MIT Β© PFMCODES