Skip to content

Releases: MachuraHarry/pipe

Pipe v0.6.0 — Semantic Pipeline Runtime

Choose a tag to compare

@MachuraHarry MachuraHarry released this 28 Jul 23:39

What's New in v0.6.0

VM Completeness

  • Enum, Import, Defer, Export now work in Bytecode VM
  • Try/Catch with Error objects fixed in VM
  • Forward References resolved (prime, palindrome, caesar examples now pass in VM)
  • All 187 tests pass, 21/21 examples work in VM mode

Ollama Provider

  • Local AI via Ollama — no API keys, fully offline
  • ai_host for remote Ollama instances

Module Ecosystem

  • URL import: import "https://raw.githubusercontent.com/..."
  • pipe -get, pipe -search CLI tools
  • 8 curated modules in pipe-modules repo

GitHub Action

  • Run Pipe scripts in CI/CD without installation
  • Composite action with auto-binary download

WASM Playground

  • Pipe runs in the browser via WebAssembly
  • Interactive playground on the website

Security

  • --sandbox flag (disable exec/tcp/http/fs)
  • --timeout N flag
  • Full SECURITY.md with attack surface analysis

Website

  • Complete redesign with logo, dark purple theme
  • Scroll animations, staggered layouts
  • Stats bar, code comparison, builtins overview