⚡ High Performance IDE 🚀 Powered by AI 🐥 Inspired by Jupyter
Inbuilt concurrency
Zasper comes in two flavours:
- Electron App
- Web App
On debian
sudo apt-get install libzmq3-dev
On mac
brew install pkg-config
brew install zeromq
Go to project home and start the server
go build -o ui/public/zasper app.go
Go to ui
and run the app in dev mode
npm run electron-dev # dev-mode
npm run electron-package # prod-mode
cd ./ui/
npm run build
On debian
sudo apt-get install libzmq3-dev
On mac
brew install pkg-config
brew install zeromq
Install zeromq.
Go to project home and start the server
go run .
Go to http://localhost:8888
By default, the application writes logs to the following locations:
on Linux: ~/.config/zasper/logs/main.log
on macOS: ~/Library/Logs/zasper/main.log
on Windows: %USERPROFILE%\AppData\Roaming\zasper\logs\main.log
For Zasper architecture, timeline, and other info refer wiki.
You can contribute in multiple ways:
- Documentation
- Bug Filing
- Submitting PRs or reviewing them
See Code of conduct
Prasun Anand
Zasper is licensed under BSD 3-Clause License