Skip to content

Instantly share code, notes, and snippets.

@ayuxsec
Created February 10, 2026 03:40
Show Gist options
  • Select an option

  • Save ayuxsec/4fbb5ea97e3942ce4eef66fccc75943e to your computer and use it in GitHub Desktop.

Select an option

Save ayuxsec/4fbb5ea97e3942ce4eef66fccc75943e to your computer and use it in GitHub Desktop.
sudo apt install -y \
libuv1-dev \
libjson-c-dev \
libwebsockets-dev \
zlib1g-dev
git clone https://github.com/tsl0922/ttyd.git --depth=1
cd ttyd && mkdir build && cd build
cmake ..
make && sudo make install
go install github.com/charmbracelet/vhs@latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment