You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+35-31Lines changed: 35 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,14 @@
1
-
# gitMDM 🧪
1
+
# gitMDM
2
2
3
-
The MDM for folks that care about security.
3
+
The SOC-2 compliance solution for the discerningly paranoid security engineer.
4
+
5
+

4
6
5
7
## Your Problem
6
8
7
9
Your startup just hit the enterprise sales milestone where someone asks "are you SOC 2 compliant?" Meanwhile, your engineering team runs OpenBSD on ThinkPads, Arch on Frameworks, and that one person still dailying Plan 9.
8
10
9
-
Traditional MDMs run as root, execute arbitrary code from their cloud servers, and auto-install binaries downloaded from the internet. Your security engineer just had an aneurysm.
11
+
Traditional MDMs run as root, execute arbitrary code from cloud servers, and auto-install binaries downloaded from the internet. Your security engineer just had an aneurysm.
10
12
11
13
## Our Solution
12
14
@@ -30,43 +32,47 @@ Your Team: "...continue"
30
32
31
33
## Demo
32
34
33
-
Visit our demo instance at https://gitmdm.codegroove.dev/
35
+
Visit our demo instance at https://gitmdm.codegroove.dev/ - OK, so it's actually our prod instance.
36
+
37
+
## Quick Start
34
38
35
-
## Quick Start for the Impatient
39
+
Build static binaries:
40
+
41
+
```bash
42
+
make all
43
+
```
44
+
45
+
Run a server:
36
46
37
47
```bash
38
-
# On your secure server (Cloud Run, or laptop, we don't judge)
39
48
./gitmdm-server -git /opt/compliance
49
+
```
40
50
41
-
# On your OpenBSD machine
42
-
$ doas pkg_add gitmdm-agent # just kidding, compile it yourself
0 commit comments