Tactical RMM Agent
Go to file
David Randall 2afdfd7ab8 Add: Server variables are opt-out by default
- Pull the Nushell and Deno versions from the server.
- Support downloading Nushell and Deno from a url (not GitHUb).
- Add support for nu config.nu and env.nu files.
- Add support for default Deno permissions.
2023-12-03 23:14:27 -05:00
.github/workflows update ci 2023-08-06 22:39:36 -07:00
.vscode Revert "Refactor debug" 2022-06-16 22:14:44 -07:00
agent Add: Server variables are opt-out by default 2023-12-03 23:14:27 -05:00
build bump version 2023-09-01 14:48:17 -07:00
shared Add: Server variables are opt-out by default 2023-12-03 23:14:27 -05:00
.gitignore Revert "Refactor debug" 2022-06-16 22:14:44 -07:00
go.mod update reqs 2023-08-29 17:03:50 -07:00
go.sum update reqs 2023-08-29 17:03:50 -07:00
LICENSE.md update year 2023-09-01 14:34:48 -07:00
main.go Add: Server variables are opt-out by default 2023-12-03 23:14:27 -05:00
README.md Revert "Refactor debug" 2022-06-16 22:14:44 -07:00
versioninfo.json bump version 2023-09-01 14:48:17 -07:00

Tactical RMM Agent

https://github.com/amidaware/tacticalrmm

building the agent

env CGO_ENABLED=0 GOOS=<GOOS> GOARCH=<GOARCH> go build -ldflags "-s -w"