budchirp/trashchat-linux

trashchat-linux

WebView wrapper for trashchat.live

StargazersLast commitIssues

💾 Getting started

Requirements

  1. C/C++ compiler
  2. CMake & Make

How to start?

  1. Clone the repo
sh
git clone https://github.com/budchirp/trashchat-linux && cd trashchat-linux
  1. Compile the code
sh
mkdir build && cd build
cmake .. && make -j$(nproc)

NOTE: If you're using fish, remove the $ sign.

  1. Have fun!
sh
./trashchat

WebView wrapper for trashchat.live

GNU General Public License v3.0
05/02/2025
  • C50.7%
  • CMake49.3%