SEB Linux is free and open source. You can build it from source or download a release from GitHub.

Binary releases and source archives are available on the GitHub releases page.

View Releases on GitHub

If you prefer to build from source, the project includes build scripts that handle everything for you. See the documentation for detailed instructions.

Quick Build

git clone https://github.com/Jvr2022/seb-linux.git
cd seb-linux
./scripts/dependencies.sh
./scripts/build.sh
./build/bin/safe-exam-browser --version

Alternative Engine

If your system does not support the default browser engine, you can build with the alternative engine:

./scripts/build.sh -DSEB_FORCE_WEBKITGTK=ON

To build a portable AppImage that runs on any modern Linux distribution without installation:

./scripts/build-release.sh 0.1.0
ls dist/

The resulting AppImage can be distributed to students and run on any supported distribution.