Operating systems, desktop environments, browsers, language tools, and documentation — all free and open-source.
Boot from USB, CD, or any hypervisor. All ISOs are Multiboot2-compliant and GRUB 2 compatible.
Full-featured edition with GUI desktop, all apps, network stack, crypto services, and development tools.
Desktop edition with GUI, core apps, filesystem, and terminal. No network stack or crypto.
Headless edition with terminal, filesystem, scheduler, and network stack. No GUI.
Minimal kernel with shell, basic I/O, and memory manager. Smallest footprint.
Cloud-optimized edition with virtio drivers, cloud-init support, and headless operation for hypervisor deployments.
Development edition with debug symbols, kernel tracing, GDB stub, and full compiler toolchain for OS hacking.
A hardened, security-focused Linux distribution built with Lateralus tooling. Ships with the Nullkia desktop environment, Marshall browser, full Lateralus SDK, and a curated suite of offensive and defensive security tools — all pre-configured for penetration testing, forensics, and secure development.
Full desktop with Nullkia DE, Marshall browser, Lateralus SDK, 250+ security tools, AI threat detection, and hardened kernel with grsecurity patches.
Headless server edition with hardened kernel, IDS/IPS tools, firewall management, log analysis, and Lateralus runtime.
ARM64 edition for Raspberry Pi 4/5, Apple Silicon VMs, and AWS Graviton instances. Full security toolkit with hardened kernel.
| lateralus-os-research | a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0a1b2 |
| lateralus-os-workstation | b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0a1b2c3 |
| lateralus-os-industrial | c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0a1b2c3d4 |
| lateralus-os-embedded | d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0a1b2c3d4e5 |
| nullsec-desktop | e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0a1b2c3d4e5f6 |
| nullsec-server | f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0a1b2c3d4e5f6a7 |
Desktop environment, browser, and language tools — built with Lateralus from the ground up.
A lightweight, pipeline-driven desktop environment written in Lateralus. Tiling and floating window manager, compositor with GPU acceleration, status bar with pipeline-based widgets, application launcher, notification daemon, and full theme engine.
A privacy-first, Lateralus-aware web browser. Built-in Lateralus syntax highlighting and playground, pipeline-based ad/tracker blocking, Tor integration, .ltl file rendering, and DevTools with Lateralus console. Chromium-based with hardened defaults.
.ltl files, inline Lateralus REPL, pipeline visualization in DevTools, lateralus:// protocol handler, built-in playground tab, WASM-Lateralus bridge, pipeline debugger
The complete Lateralus toolchain — compiler, REPL, package manager (lpm), formatter, linter, and LSP server. Includes LLVM and C99 backends.
$ curl -fsSL https://lateralus.dev/install.sh | sh
Full Lateralus support for VS Code — syntax highlighting, IntelliSense, error diagnostics, pipeline visualization, inline REPL, and one-click run.
Complete RISC-V cross-compilation toolchain for FRISC OS development — assembler, linker, QEMU configs, and debug scripts.
Pipeline-native security scanner — port scanning, TLS validation, HTTP analysis, and DNS enumeration as composable pipeline stages.
28 research papers, technical specifications, and guides — 650+ pages of documentation available as PDF.
◇ VIEW ALL PAPERS & PDFSBoot ISOs, install applications, or set up the full development environment.
# ── Boot LateralusOS in QEMU ── $ qemu-system-x86_64 -cdrom lateralus-os-research-x86_64.iso \ -m 256M -vga std -serial stdio # ── Boot NullSec Linux in QEMU ── $ qemu-system-x86_64 -cdrom nullsec-linux-desktop-2.1.0-x86_64.iso \ -m 4096M -vga virtio -enable-kvm -smp 4 # ── Install Lateralus SDK ── $ curl -fsSL https://lateralus.dev/install.sh | sh $ lateralus --version # ── Install Nullkia Desktop Environment ── $ tar xzf nullkia-de-1.1.0-linux-x86_64.tar.gz $ cd nullkia-de && sudo ./install.sh $ echo "exec nullkia-session" >> ~/.xinitrc # ── Install Marshall Browser (Debian/Ubuntu) ── $ sudo dpkg -i marshall-browser-1.1.0-linux-x86_64.deb $ marshall-browser --version # ── Build from source ── $ git clone https://github.com/bad-antics/lateralus-lang.git $ cd lateralus-lang/os && make clean && make all && make run
Sender<T>/Receiver<T> and select statementeffect, perform, handle, resume@timed, @memoize, @retry, @validate, @controllerconst fn, comptime blocks, static_assert!nullkia.toml with hot-reload.ltl fileslateralus://playgroundlateralus:// protocol handler for language resources| Product | Version | Date | Notes |
| Lateralus SDK | v0.5.0 | 2026-04-15 | Release Notes |
| NullSec Linux | v2.1.0 | 2026-04-15 | Release Notes |
| Nullkia DE | v1.1.0 | 2026-04-15 | Release Notes |
| Marshall Browser | v1.1.0 | 2026-04-15 | Release Notes |
| LateralusOS | v1.1.0 | 2026-04-15 | Release Notes |
| NullSec Linux | v2.0.0 | 2026-04-06 | Release Notes |
| Nullkia DE | v1.0.0 | 2026-04-06 | Release Notes |
| Marshall Browser | v1.0.0 | 2026-04-06 | Release Notes |
| LateralusOS | v1.0.0 | 2026-03-28 | Release Notes |
| LateralusOS | v0.9.0 | 2026-02-14 | Release Notes |
| Lateralus SDK | v0.4.1 | 2026-03-15 | Release Notes |
| LateralusOS | v0.1.0 | 2026-01-03 | Release Notes |
| NullSec Linux | v1.0.0 | 2025-11-20 | Release Notes |
| Papers Bundle | v1.0 | 2026-04-06 | All 19 PDFs |