Skip to content

Releases: Vaniell0/iris

v0.1.0 — irsh MVP

20 Jun 08:36

Choose a tag to compare

Install

Nix (recommended):

nix profile add github:Vaniell0/iris#irish

Generic Linux x86_64 — download irish-linux-x86_64 below, requires glibc 2.17+:

chmod +x irish-linux-x86_64 && ./irish-linux-x86_64

What's in the box

  • irish — irsh interpreter and REPL (history, highlighting, tab completion)
  • Lazy typed pipelines: ls | filter size > 4096 | sort by: size desc | print
  • OS backend: ls, ps, env, clear as typed value streams
  • Session variables, collect, write, @os.exec / ./path
  • Plugin loader (~/.iris/plugins/*.so)
  • Fork+execvp only — no shell injection by construction

See docs/getting-started.md for examples.