karina is a competitive programming test generator/judge, built with wails and svelte.
The project is under active development, expect bugs and missing features.
- Run many participants at the same time.
- Generate tests with a simple python script.
- Cpython 3.13.7
- More coming soon.
- Download the release archive (
karina_0.1.2a_windows_amd64.zip) - Unzip it to a folder
- Run
karina.exe
You don't want to do this.
Prerequisites:
- Go 1.23
- Wails CLI
- NodeJS and pnpm
- upx for compressing the binary (optional)
Steps:
git clone https://github.com/shellawa/karina.git
cd karina
cd frontend && pnpm install
cd ..
wails dev -s / wails build (-upx)