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
TurtleTerm is the SourceOS policy-aware agent terminal workbench product built on the WezTerm engine.
34
+
TurtleTerm is the SourceOS policy-aware, agent-addressable terminal workbench for trusted command execution, terminal receipts, agent delegation, and reproducible operator workflows.
31
35
32
36
This artifact includes:
33
37
34
-
- wezterm
35
-
- wezterm-gui
36
-
- wezterm-mux-server
37
-
- turtle-term
38
-
- sourceos-term compatibility command
39
-
- TurtleTerm WezTerm profile
38
+
- TurtleTerm graphical launcher
39
+
- TurtleTerm command wrapper
40
+
- TurtleTerm local agent gateway
41
+
- TurtleTerm agent CLI
42
+
- TurtleTerm tmux bridge
43
+
- TurtleTerm mux launcher
44
+
- TurtleTerm profile
45
+
- TurtleTerm skill manifests
46
+
- TurtleTerm turtle icon
40
47
- SourceOS terminal documentation
41
-
- upstream WezTerm license and attribution
48
+
- required license and third-party notices
42
49
43
50
Install by copying the contents into a prefix such as `/usr/local` or `$HOME/.local`.
44
51
@@ -47,10 +54,14 @@ Example:
47
54
```bash
48
55
tar -xzf turtle-term-*.tar.gz
49
56
cd turtle-term-*
50
-
cp -R bin etc share "$HOME/.local/"
57
+
cp -R bin etc share libexec "$HOME/.local/"
51
58
```
52
59
53
-
Then ensure `$HOME/.local/bin` is on PATH.
60
+
Then ensure `$HOME/.local/bin` is on PATH and launch with:
0 commit comments