This is a fork of judge0/compilers to support latest compiler versions and reduced a few packages to make it lighter.
| # | Name |
|---|---|
| 1 | Assembly (NASM 3.01) |
| 2 | Bash (5.3) |
| 3 | C (Clang 19.1.7) |
| 4 | C (GCC 15.2.0) |
| 5 | C++ (Clang 19.1.7) |
| 6 | C++ (GCC 15.2.0) |
| 7 | Executable |
| 8 | Go (1.25.3) |
| 9 | Haskell (GHC 9.12.2) |
| 10 | Java (OpenJDK 25.0.1) |
| 11 | JavaScript (Bun 1.3.1) |
| 12 | Kotlin (2.2.21) |
| 13 | Objective-C (Clang 19.1.7) |
| 14 | OCaml (5.4.0) |
| 15 | Perl (5.28.1) |
| 16 | PHP (8.4) |
| 17 | Plain Text |
| 18 | Python (3.14.0) |
| 19 | Ruby (3.4.7) |
| 20 | Rust (1.91.0) |
| 21 | SQL (SQLite 3.27.2) |
| 22 | Swift (6.2) |
| 23 | TypeScript (Bun 1.3.1) |
For sandbox we are using Isolate (licensed under GPL v2).
Isolate is a sandbox built to safely run untrusted executables, offering them a limited-access environment and preventing them from affecting the host system. It takes advantage of features specific to the Linux kernel, like namespaces and control groups.
Huge thanks to Martin Mareš and Bernard Blackham for developing and maintaining Isolate. Thanks to all contributors for their contributions to Isolate project.
Isolate was used as a sandbox environment (part of CMS system) on big programming contests like International Olympiad in Informatics (a.k.a. IOI) in 2012, and we trust that it works and does its job.