
-`/dns` - The source code for the **DNS** (Domain Name System)
-`/docs` - The source code for the **Documentation page** available at https://docs.gurted.com
-`/flumi` - The source code for the **Wayfinder** Flumi, used to view gurt:// sites
-`/protocol` - Source code for all gurt related things, like the gdextension and the rust library
-`/search-engine` - The Source code for the official **search engine** (Ringle)
# Download and install
## Windows
Grab the installer from the [releases page](https://github.com/outpoot/gurted/releases) and run it as an administrator or download the binary and run it
## Linux
Download the binary from [releases page](https://github.com/outpoot/gurted/releases) and run it.
## MacOS
Download the binary from the [releases page](https://github.com/outpoot/gurted/releases) and copy it to your applications folder.
The process is identycal to compiling a godot game, however if you modified the protocol library or the gdextension you have to rebuild the gurted gdextension library by running build.sh in `/protocol/gdextension` and copy `/protocol/gdextension/target/x86_64-unknown-linux-gnu/release/libgurt_godot.so` (or the windows/macos library) to `flumi/addons/gurt-protocol/bin/linux` or `flumi/addons/gurt-protocol/bin/windows` for windows.