Cyberneura

Run and Log, which runs the commands in a Markdown file, is now available

We have released Run and Log. It is open source under the MIT License.

Run and Log runs the shell commands written in a Markdown file and writes the results back into that same file. It exists for a loop that comes up constantly: an AI agent asks a person to run a command, the person runs it, and the agent reads the result. Run and Log keeps that exchange inside a single file. Like an IPython notebook, command cells and their results sit next to each other — except the document stays plain Markdown.

It ships as a CLI and a TUI, with a GUI included.

It is also on Homebrew and crates.io.

brew install --cask cyberneura/tap/runandlog
cargo install runandlog

Back to all news