Skip to content
Batteries included

Your new favorite
workflow.

Stop wrestling with build systems. The Ark toolchain unifies scaffolding, compilation, packaging, profiling, and deployment into a single, reproducible binary.

One CLI
init → build → deploy
zero config defaults
Pkg manager
ark add <pkg>
locked, reproducible graphs
Profiler
VRAM + compute
preflight before dispatch
ark-cli — zsh — 80x24
arknew my-model
Created binary (application) `my-model` package
arkbuild --release
Compilingstd v0.4.1
Compilingmy-model v0.1.0
Finishedrelease [optimized] target(s) in 0.42s
arkdeploy
Uploading14.2 MB to ArkNet Registry…
DeployedHash: 0x7F2A…9C1D
> Available at https://arknet.io/app/my-model
Deterministic buildsConstraint-aware deploy
Artifact
Deterministic build
Releases
Signed + verifiable

One binary to rule them all.

The ark CLI is your unified interface for the entire lifecycle — from scaffolding a new kernel to deploying it across the grid with explicit constraints.

Project management

Scaffold, build, test, and ship with stable defaults and explicit overrides.

Dependency resolution

Install registry packages with lockfiles. Deterministic graphs across CI and local.

Hardware profiler

Run preflight checks and profile VRAM/compute footprints before dispatch.

Ergonomics that don’t hide the metal
Profiles and constraints stay visible: VRAM budgets, target devices, timeouts, and routing strategy.

First-class IDE support

The Ark language server provides hover types, go-to-definition, inline docs, formatting, and diagnostics across VS Code, Neovim, and Zed.

Type inference

Hover any symbol to see its inferred type, layout hints, and explicitly defined architectural constraints.

  • Hover types
  • Go-to definition
  • Semantic tokens

Instant formatting

Stable formatting across teams with one command. No bikeshedding, just clean and readable code.

  • Format on save
  • Project rules
  • Diff-friendly

Tensor debugger

Inspect multidimensional shapes, numerical ranges, and sample values directly inside your editor.

  • Shape lens
  • Runtime probes
  • Watch expressions
Actionable diagnostics
Errors include suggested fixes and constraint traces.
Workspace aware
Multi-package workspaces with blazing fast indexing.
Fast feedback
Incremental analysis designed for large codebases.

Integrates with your stack

VS CodeNeovimZedGitHub ActionsDockerPrometheus