Simplifies fetching tor bridges and configuration for Arti.
This CLI tool automatically fetches bridges from Tor's api, writes them to Arti's config and starts Arti for you.
You can pick between:
0 = no bridge
1 = vanilla bridge
2 = obfs4 bridge
3 = webtunnel bridge
It also creates the config paths for you if you havent created them yet.
Make sure you have Arti and Lyrebird installed.
Make sure to use --locked and to export cargos path.
cargo install arti --lockedIn .zshrc or .bashrc add:
export PATH="$HOME/.cargo/bin:$PATH"Go to https://www.torproject.org/download/tor/
You can pick between GNU/Linux x86_64 and aarch64.
Now extract it and put it inside /usr/bin/
tar -xf tor-expert-bundle...
sudo cp tor/pluggable_transports/lyrebird /usr/bin
sudo chmod +x /usr/bin/lyrebirdBoth should be accessible through your terminal if you installed them properly.
It completely depends on Tor's api, Lyrebird and Arti. You must have all of them installed and exported for this tool to work.
This was made for linux only and has been tested on x86_64 and aarch64.