Three official extensions for the Lateralus ecosystem. Dual-published to the VS Code Marketplace and Open VSX, signed under the verified lateralus publisher, with direct VSIX downloads served from this domain.
lateralus · domain-verified at lateralus.dev · namespace claimed on Open VSX (issue #9925)
.ltl language support for VS Code & VSCodium — syntax highlighting, IntelliSense, error diagnostics, pipeline visualization, inline REPL, and one-click run. Powered by the Lateralus LSP server.
$ code --install-extension lateralus.lateralus-lang
$ codium --install-extension lateralus.lateralus-lang
.atk files — SDF lattice rendering, deterministic rational arithmetic, gear-ratio solver, and live diagram preview. Companion editor to the Antikythera.jl simulation engine.
$ code --install-extension lateralus.antikythera-digital
$ codium --install-extension lateralus.antikythera-digital
$ code --install-extension lateralus.grugbot420
$ codium --install-extension lateralus.grugbot420
One-liner to install the full Lateralus editor stack on VS Code or VSCodium:
$ for ext in lateralus-lang antikythera-digital grugbot420; do code --install-extension lateralus.$ext; done
$ for ext in lateralus-lang antikythera-digital grugbot420; do codium --install-extension lateralus.$ext; done
$ curl -fsSLO https://lateralus.dev/download/vsix/lateralus-lang-3.2.0.vsix
$ curl -fsSLO https://lateralus.dev/download/vsix/antikythera-digital-0.2.0.vsix
$ curl -fsSLO https://lateralus.dev/download/vsix/grugbot420-1.1.0.vsix
_visual-studio-marketplace-lateralus.lateralus.dev| lateralus-lang-3.2.0.vsix | md5: fabad9145cd85edc591903978d343495 |
| antikythera-digital-0.2.0.vsix | md5: 22a2a724e8a0fe45923216b3cdad17d8 |
| grugbot420-1.1.0.vsix | md5: e5d6071f5281bd813a36ccd27986d458 |