Tools
BioLang ships with a complete core toolchain — CLI, interactive REPL, language server, bytecode compiler, and a plugin system. Optional companion executables keep specialized dependencies outside the core binary.
CLI
Run scripts, manage plugins, and interact with BioLang from the command line.
BL Convert
Safely convert biological files and run explicitly configured local, WSL, or container tools.
REPL
Interactive read-eval-print loop with tab completion, history, and introspection.
Language Server
Diagnostics, completions, and hover info for VS Code and other editors.
Compiler & JIT
Bytecode compiler and Cranelift JIT for maximum performance.
Plugins
Extend BioLang with Python, TypeScript, R, or native Rust plugins.
Studio
Notebooks, registry lessons and verified datasets, with exportable run records.
Registry
The shared index of lessons, packages, workflows, datasets and providers — static JSON, checksummed manifests.
JavaScript SDK
Call every builtin from JavaScript or TypeScript — your loops and objects, BioLang's runtime.
Embedding (WASM)
Run BioLang inside your own web app, desktop shell, or Node script — no server, no install.