# gleem
[](https://hex.pm/packages/gleem)
[](https://hexdocs.pm/gleem/)
```sh
gleam add gleem@1
```
```gleam
import gleem/install
pub fn main() -> Nil {
install.main()
// Then run it to install to your system. (Requires ROOT permissions.)
}
```
Further documentation can be found at <https://hexdocs.pm/gleem>.
## Development
```sh
gleam run # Install the binary.
```
Copyright (c) 2026 Thebugcanfly13