Skip to content

Munki-like Application Management for Windows

License

Notifications You must be signed in to change notification settings

danhutchings/gorilla

This branch is 1 commit ahead of 1dustindavis/gorilla:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c461dd2 · Mar 6, 2024
May 16, 2021
Nov 17, 2021
Sep 1, 2019
Mar 6, 2024
Jan 31, 2019
Feb 2, 2019
Apr 8, 2018
May 16, 2021
Apr 27, 2021
Sep 26, 2021
Sep 26, 2021
Apr 7, 2019

Repository files navigation

Gorilla logo

Gorilla Go Report Card Build status

Munki-like Application Management for Windows

Gorilla is intended to provide application management on Windows using Munki as inspiration. Gorilla supports .msi, .ps1, .exe, or .nupkg (via chocolatey).

Getting Started

Information related to installing and configuring Gorilla can be found on the Wiki.

Building

If you just want the latest version, download it from the releases page.

Building from source requires the Go tools.

macOS and Linux

After cloning this repo, just run make build. A new binary will be created in build/

Windows

After cloning this repo, just run go build -i ./cmd/gorilla. A new binary will be created in the current directory.

Contributing

Pull Requests are always welcome. Before submitting, lint and test:

go fmt ./...
go test ./...

About

Munki-like Application Management for Windows

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 97.9%
  • Makefile 1.7%
  • Batchfile 0.4%