Sacred Geometry

DOWNLOADS

Operating systems, desktop environments, browsers, language tools, and documentation — all free and open-source.

9
ISOs
6
Applications
28
Papers
100%
Open Source
⬡ OPERATING SYSTEMS — ISO IMAGES
_×

Boot from USB, CD, or any hypervisor. All ISOs are Multiboot2-compliant and GRUB 2 compatible.

◉ LATERALUS OS v1.1.0

🔬

LateralusOS Research

Full-featured edition with GUI desktop, all apps, network stack, crypto services, and development tools.

48 MB · x86_64 · ISO 9660
↓ Download ISO Release Notes
🖥️

LateralusOS Workstation

Desktop edition with GUI, core apps, filesystem, and terminal. No network stack or crypto.

36 MB · x86_64 · ISO 9660
↓ Download ISO Release Notes
🏭

LateralusOS Industrial

Headless edition with terminal, filesystem, scheduler, and network stack. No GUI.

24 MB · x86_64 · ISO 9660
↓ Download ISO Release Notes
🔧

LateralusOS Embedded

Minimal kernel with shell, basic I/O, and memory manager. Smallest footprint.

8 MB · x86_64 · ISO 9660
↓ Download ISO Release Notes
☁️

LateralusOS Cloud

Cloud-optimized edition with virtio drivers, cloud-init support, and headless operation for hypervisor deployments.

16 MB · x86_64 · ISO 9660
↓ Download ISO Release Notes
🛠️

LateralusOS Developer

Development edition with debug symbols, kernel tracing, GDB stub, and full compiler toolchain for OS hacking.

52 MB · x86_64 · ISO 9660
↓ Download ISO Release Notes

◉ NULLSEC LINUX v2.1.0 UPDATED NEW

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.

🛡️

NullSec Linux Desktop

Full desktop with Nullkia DE, Marshall browser, Lateralus SDK, 250+ security tools, AI threat detection, and hardened kernel with grsecurity patches.

4.2 GB · x86_64 · ISO 9660
↓ Download ISO Release Notes

NullSec Linux Server

Headless server edition with hardened kernel, IDS/IPS tools, firewall management, log analysis, and Lateralus runtime.

1.8 GB · x86_64 · ISO 9660
↓ Download ISO Release Notes
📱

NullSec Linux ARM64

ARM64 edition for Raspberry Pi 4/5, Apple Silicon VMs, and AWS Graviton instances. Full security toolkit with hardened kernel.

3.1 GB · aarch64 · ISO 9660
↓ Download ISO Release Notes

SHA-256 CHECKSUMS

lateralus-os-researcha1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0a1b2
lateralus-os-workstationb2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0a1b2c3
lateralus-os-industrialc3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0a1b2c3d4
lateralus-os-embeddedd4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0a1b2c3d4e5
nullsec-desktope5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0a1b2c3d4e5f6
nullsec-serverf6a7b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0a1b2c3d4e5f6a7
✧ APPLICATIONS
_×

Desktop environment, browser, and language tools — built with Lateralus from the ground up.

Nullkia Desktop Environment v1.1 UPDATED

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.

v1.1.0 · 88 MB
↓ Linux x86_64 ↓ Linux ARM64 Release Notes
Includes: nullkia-wm (window manager), nullkia-bar (status bar), nullkia-launcher (app launcher), nullkia-notify (notifications), nullkia-settings (control panel), nullkia-theme (theme engine), nullkia-plugins (plugin runtime)
🌐

Marshall Browser v1.1 UPDATED

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.

v1.1.0 · 152 MB
↓ Linux .deb ↓ Linux .rpm ↓ AppImage ↓ macOS ARM64 ↓ Windows x64 Release Notes
Lateralus Features: Syntax highlighting for .ltl files, inline Lateralus REPL, pipeline visualization in DevTools, lateralus:// protocol handler, built-in playground tab, WASM-Lateralus bridge, pipeline debugger
|>

Lateralus Language SDK

The complete Lateralus toolchain — compiler, REPL, package manager (lpm), formatter, linter, and LSP server. Includes LLVM and C99 backends.

v0.5.0 · 32 MB
↓ Linux x86_64 ↓ macOS ARM64 ↓ Windows x64 Release Notes
$ curl -fsSL https://lateralus.dev/install.sh | sh

VS Code Extension

Full Lateralus support for VS Code — syntax highlighting, IntelliSense, error diagnostics, pipeline visualization, inline REPL, and one-click run.

v1.2.0 · 4.5 MB
↓ VS Code Marketplace ↓ VSIX Direct
🔬

FRISC OS Development Kit

Complete RISC-V cross-compilation toolchain for FRISC OS development — assembler, linker, QEMU configs, and debug scripts.

v0.4.0 · 156 MB
↓ Linux x86_64 Release Notes

ltl-security Scanner

Pipeline-native security scanner — port scanning, TLS validation, HTTP analysis, and DNS enumeration as composable pipeline stages.

v1.0.0 · 12 MB
↓ Linux x86_64 ↓ macOS ARM64 Release Notes
◇ DOCUMENTATION & PAPERS
_×

28 research papers, technical specifications, and guides — 650+ pages of documentation available as PDF.

◇ VIEW ALL PAPERS & PDFS
✦ QUICK START
_×

Boot 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
◉ CHANGELOG
_×

Lateralus SDK v0.5.0 — The Expansion Release April 15, 2026

  • [feat] CSP-style channels with typed Sender<T>/Receiver<T> and select statement
  • [feat] Hygienic macro system — declarative and procedural forms
  • [feat] Algebraic effect system — effect, perform, handle, resume
  • [feat] Decorator/annotation syntax — @timed, @memoize, @retry, @validate, @controller
  • [feat] Compile-time evaluation — const fn, comptime blocks, static_assert!
  • [feat] 120+ standard library functions (up from 80+)
  • [perf] Incremental compilation — 50% faster rebuilds
  • [perf] WASM compilation target for browser execution

NullSec Linux v2.1.0 — Abyssal Update April 15, 2026

  • [feat] Lateralus-native forensics pipeline toolkit
  • [feat] AI-assisted threat detection with on-device ML model
  • [feat] New Forensics edition with disk imaging and memory analysis
  • [feat] 250+ security tools (50 new tools added)
  • [feat] Lateralus SDK upgraded to v0.5.0
  • [feat] Nullkia DE upgraded to v1.1 with plugin system
  • [feat] Marshall Browser upgraded to v1.1 with DevTools and WASM bridge
  • [security] Kernel upgraded to 6.8 with expanded grsecurity patches

Nullkia DE v1.1.0 — Plugins & Scripting April 15, 2026

  • [feat] Plugin system — load Lateralus modules as desktop plugins
  • [feat] Lateralus scripting API for desktop automation
  • [feat] Dynamic workspace management with pipeline-serialized state
  • [feat] Effect-based theme engine (rebuilt on Lateralus effects)
  • [feat] 16 built-in themes (up from 12)
  • [perf] Compositor optimized — 30% fewer GPU draw calls

Marshall Browser v1.1.0 — DevTools & WASM April 15, 2026

  • [feat] Dedicated Lateralus DevTools panel with pipeline inspector
  • [feat] Pipeline debugger with stage-by-stage stepping and flame graphs
  • [feat] WASM-Lateralus bridge — compile and run Lateralus in the browser
  • [feat] Syntax highlighting updated for v0.5.0 — channels, macros, effects, decorators, comptime
  • [feat] Macro expansion view in DevTools
  • [perf] Tab hibernation — 50% lower memory for background tabs

LateralusOS v1.1.0 — Language Expansion April 15, 2026

  • [feat] Channel-based IPC for kernel subsystem communication
  • [feat] Effect-driven device driver model
  • [feat] Comptime boot configuration — page tables and IDT at compile time
  • [feat] Macro-generated syscall table
  • [feat] 1920×1080 display support with UEFI GOP
  • [feat] Preemptive scheduler (upgraded from cooperative)
  • [perf] Double-buffered framebuffer with VSync

NullSec Linux v2.0.0 — Abyssal April 6, 2026

  • [feat] Nullkia Desktop Environment as default DE
  • [feat] Marshall Browser pre-installed with Lateralus language support
  • [feat] Full Lateralus SDK v0.4.1 pre-installed
  • [feat] 200+ security tools: nmap, wireshark, burpsuite, metasploit, hashcat, john, aircrack-ng, and more
  • [feat] Hardened kernel 6.8 with grsecurity patches and ASLR+
  • [feat] Full-disk encryption with LUKS2 during installation
  • [feat] Tor and I2P pre-configured for anonymous routing
  • [feat] Custom firewall rules via ltl-firewall pipeline tool
  • [security] MAC enforcement with AppArmor profiles for all services
  • [security] Secure boot chain with signed kernel and initramfs
  • [perf] Server edition optimized for headless IDS/IPS workloads

Nullkia DE v1.0.0 — First Light April 6, 2026

  • [feat] Hybrid tiling/floating window manager with pipeline-based layout rules
  • [feat] Wayland-native compositor with GPU-accelerated rendering
  • [feat] Status bar with pipeline-driven widgets (clock, CPU, RAM, network, volume)
  • [feat] Application launcher with fuzzy search and pipeline filtering
  • [feat] Notification daemon with action support and history
  • [feat] Theme engine with 12 built-in themes (including Lateralus Abyssal)
  • [feat] Multi-monitor support with per-monitor scaling
  • [feat] Session management and auto-start application support
  • [feat] Configuration via nullkia.toml with hot-reload
  • [perf] Under 50 MB RAM baseline with compositor active

Marshall Browser v1.0.0 — Genesis April 6, 2026

  • [feat] Chromium-based rendering engine with hardened defaults
  • [feat] Built-in Lateralus syntax highlighting for .ltl files
  • [feat] Inline Lateralus REPL accessible via lateralus://playground
  • [feat] Pipeline visualization in DevTools for Lateralus-powered pages
  • [feat] lateralus:// protocol handler for language resources
  • [feat] Pipeline-based ad/tracker blocking engine (no extension needed)
  • [feat] Built-in Tor mode toggle for anonymous browsing
  • [feat] HTTPS-only mode with certificate transparency monitoring
  • [security] Site isolation, sandboxed renderer processes
  • [security] No telemetry, no tracking, no phoning home
  • [security] Built-in password manager with AES-256 encryption
  • [perf] 40% lower memory usage than stock Chromium via pipeline-based tab management

LateralusOS v1.0.0 — Genesis March 28, 2026

  • [feat] GUI desktop environment with window manager and taskbar
  • [feat] Animated wallpaper engine with 6 procedural effects
  • [feat] Terminal emulator with ltlsh v3.0.1 and 55+ commands
  • [feat] VFS with RAMFS backend and full directory tree
  • [feat] TCP/IP network stack — ARP, IP, TCP, UDP, HTTP
  • [feat] PS/2 mouse driver with click and drag support
  • [feat] PC speaker audio with frequency control
  • [feat] Cooperative task scheduler
  • [feat] SHA-256 and AES crypto services
  • [feat] Built-in apps: calculator, editor, file manager, monitor
  • [security] Stack canary and guard page protection
  • [perf] Framebuffer double-buffering for tear-free rendering

Lateralus SDK v0.4.1 March 15, 2026

  • [feat] LLVM backend with full optimization pipeline
  • [feat] C99 transpiler with freestanding mode for OS development
  • [feat] Async/await with structured concurrency
  • [feat] Package manager (lpm) with content-addressed storage
  • [feat] 80+ standard library functions
  • [fix] Type inference edge cases with nested pipelines
  • [perf] 35% faster compilation for large projects
❋ ALL RELEASES
_×
Product Version Date Notes
Lateralus SDKv0.5.02026-04-15Release Notes
NullSec Linuxv2.1.02026-04-15Release Notes
Nullkia DEv1.1.02026-04-15Release Notes
Marshall Browserv1.1.02026-04-15Release Notes
LateralusOSv1.1.02026-04-15Release Notes
NullSec Linuxv2.0.02026-04-06Release Notes
Nullkia DEv1.0.02026-04-06Release Notes
Marshall Browserv1.0.02026-04-06Release Notes
LateralusOSv1.0.02026-03-28Release Notes
LateralusOSv0.9.02026-02-14Release Notes
Lateralus SDKv0.4.12026-03-15Release Notes
LateralusOSv0.1.02026-01-03Release Notes
NullSec Linuxv1.0.02025-11-20Release Notes
Papers Bundlev1.02026-04-06All 19 PDFs