Skip to content

Releases: omidz4t/terminal-buddy-webxdc

TerminalBuddy v0.1.1

Choose a tag to compare

@github-actions github-actions released this 11 Jul 17:35
5b85a62

TerminalBuddy v0.1.1

Single binary with the mini app embedded — no separate .xdc needed.

TerminalBuddy version 0.1.1
Git commit ee98cca (ee98cca8c80b4204bad32a59155d7236d651f7a3)
Rust toolchain 1.95.0
chatmail/core (deltachat) 2.54.0-dev @ 823b074
core branch/ref main (requested: main)
core commit 823b0741df82e3ec0f61285d52bf91ae19b1963e
Container image ghcr.io/omidz4t/terminal-buddy-webxdc:0.1.1

Binary (Linux x86_64)

wget -qO terminalbuddy https://github.com/omidz4t/terminal-buddy-webxdc/releases/latest/download/terminalbuddy-linux-x86_64 && chmod +x terminalbuddy && ./terminalbuddy serve

Docker (GHCR, Debian 13 — same binary, no recompile)

docker run --rm -it \
  -v terminalbuddy-data:/data \
  ghcr.io/omidz4t/terminal-buddy-webxdc:0.1.1 \
  serve --invite 'https://i.delta.chat/#…' --allowed-commands ls,cat,pwd,whoami

Full Changelog: https://github.com/omidz4t/terminal-buddy-webxdc/commits/v0.1.1