Ready to Get Started?
Get Merle running in minutes with our simple installation process.
⚙️
NixOS Service
Recommended for NixOS users
# Add to your configuration.nix
services.merle = {
enable = true;
domain = "merle.local";
port = 3000;
};
# Apply the configuration
$ sudo nixos-rebuild switch