# Yoda - Browser for [Gemini protocol](https://geminiprotocol.net) Rust / GTK 4 implementation > [!IMPORTANT] > Project in development! > ## Install ### Stable ``` bash cargo install Yoda ``` ### Development ``` bash git clone https://github.com/YGGverse/Yoda.git cd Yoda git checkout Rust-GTK4 git checkout -b 'contribution-name' cargo fmt --check cargo build ``` ## See also * [CPP-GTK4](https://github.com/YGGverse/Yoda/tree/CPP-GTK4) - C++ / GTK 4 implementation * [PHP-GTK3](https://github.com/YGGverse/Yoda/tree/PHP-GTK3) - PHP / GTK 3 experimental branch