@brokkai/mjolnir-linux-x64-gnu 2.6.1 → 2.6.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,34 +1,46 @@
1
1
  # Mjolnir
2
2
 
3
- Mjolnir (`mj`) is a session manager for coding agents that provisions their
4
- execution environments and lets you continue work across harnesses, accounts,
5
- and machines.
3
+ Mjolnir (`mj`) is a a meta-harness for managing all your coding agents in one place.
6
4
 
7
- Start a task with Claude Code locally, continue with Codex in a remote container,
8
- and restore the session on another host. Choose the harness account and execution
9
- target independently; Mjolnir handles provisioning, credential synchronization,
10
- checkpointing, and the handoff.
5
+ If you only ever use a single subscription in a single harness on a single machine, you don't need mjolnir.
6
+
7
+ But if you expand beyond that, Mjolnir offers flexibility across all three:
8
+
9
+ 1. Move sessions between subscriptions (personal codex to work codex)
10
+ 2. Move sessions across harnesses (codex to claude code)
11
+ 3. Move sessions across machines or containers (local workstation to ec2)
12
+
13
+ ... while handling details like cross-harness memory sync and integrating a privacy-first, no-setup web ui via Tailscale for when you're not at your desk.
14
+
15
+ Mjolnir is free and open source from the engineers at [Brokk AI]([url](https://brokk.ai/)). We're not trying to make money off of mj; we built it because we wanted to use it.
11
16
 
12
17
  [Documentation](https://mjolnir.brokk.ai/) ·
13
18
  [Quickstart](https://mjolnir.brokk.ai/quickstart/) ·
14
19
  [Releases](https://github.com/BrokkAi/mjolnir/releases)
15
20
 
16
- ## Why Mjolnir
17
-
18
- - **Provision the environment with the session.** Launch disposable Docker or
19
- Podman containers locally or over SSH, or EC2 instances from your launch
20
- templates. Mjolnir uploads session workers to remote hosts without requiring a
21
- resident Mjolnir daemon on each host. Multi-repository bundles give each session
22
- the complete project layout.
23
- - **Choose the harness, account, and machine independently.** Keep multiple
24
- profiles for the same harness, adopt existing native sessions, and move work to
25
- another account or target. When switching harnesses, Mjolnir preserves repository
26
- state and the visible conversation and gives the new harness a condensed
27
- handoff. Same-harness resume restores native session state.
28
- - **Keep credentials and project knowledge available.** Mjolnir continuously
29
- synchronizes whitelisted credentials into live targets and shares project memory
30
- across sessions and harnesses. The dashboard brings profile quota and target
31
- capacity together; independent adversarial review can check completed work.
21
+ ## Screenshots
22
+
23
+ <table>
24
+ <tr>
25
+ <td align="center" valign="top">
26
+ <img width="400" alt="Targets and Quota minimized" src="https://github.com/user-attachments/assets/e444edcd-e9d7-4349-ba70-1ed3dc36d21e" />
27
+ <br>
28
+ <em>Targets + Quota minimized to show more Sessions details</em>
29
+ </td>
30
+ <td align="center" valign="top">
31
+ <img width="400" alt="Sessions minimized" src="https://github.com/user-attachments/assets/84ece206-f3c9-4489-85b6-5d7cf42a08c1" />
32
+ <br>
33
+ <em>Sessions minimized, Targets + Quota showing details</em>
34
+ </td>
35
+ <td align="center" valign="top">
36
+ <img width="400" alt="Larger screen" src="https://github.com/user-attachments/assets/bd31352c-a961-4bfc-9874-3dc71175937e" />
37
+ <br>
38
+ <em>On a larger screen, Sessions + Quota both showing details</em>
39
+ </td>
40
+ </tr>
41
+ </table>
42
+
43
+ ## Alternatives
32
44
 
33
45
  The comparison below covers product capabilities. **—** means no first-class
34
46
  capability; manual scripts, host setup, and filesystem access are described where
@@ -53,7 +65,7 @@ relevant. Compared against repository snapshots inspected on **September 8, 2026
53
65
  |---|---|---|---|---|
54
66
  | **Native-session adoption** | All supported harnesses | No external adoption; only restarts sessions it was already supervising | All supported providers with native list/load support | No external adoption; continues T3-owned sessions |
55
67
  | **Resume sessions across profiles and harnesses** | ✓ | Manual handoff | `/paseo-handoff` skill | Same-harness only² |
56
- | **Cross-host move and restore** | ✓ — live Move or stop/resume onto another target | — | — | — |
68
+ | **Cross-host move and restore** | ✓ | — | — | — |
57
69
  | **Multi-repo projects** | Bundles provision, checkpoint, review, move, and restore member repos together³ | Filesystem access only; separate workspaces or panes | Filesystem/provider access only; one root per workspace | Filesystem access only; one workspace root per project |
58
70
 
59
71
  ### Harnesses and accounts
@@ -70,7 +82,7 @@ relevant. Compared against repository snapshots inspected on **September 8, 2026
70
82
  |---|---|---|---|---|
71
83
  | **Cross-session project memory** | Synchronized project memory shared across sessions, profiles, harnesses, and targets | — | — | — |
72
84
  | **Automatic adversarial review** | Built-in automatic or on-demand independent review | Scriptable through agent automation; no built-in review loop | Manual `/paseo-advisor` second opinion | — |
73
- | **Control surfaces** | TUI, web, desktop shell, CLI | TUI, CLI | Web, desktop, iOS, Android, CLI | Web, desktop, iOS, Android, CLI |
85
+ | **Control surfaces** | TUI, web, CLI | TUI, CLI | Web, desktop, iOS, Android, CLI | Web, desktop, iOS, Android, CLI |
74
86
  | **Voice input** | TUI and web dictation | — | Dictation and conversational voice mode | — |
75
87
 
76
88
  ### Extensibility
@@ -104,6 +116,11 @@ Install the release bundle on Linux or macOS (use WSL2 on Windows):
104
116
  curl -fsSL https://raw.githubusercontent.com/BrokkAi/mjolnir/master/install.sh | bash
105
117
  ```
106
118
 
119
+ Linux CLI releases target **glibc 2.28 or newer** on x86-64 and ARM64 with a
120
+ standard GNU loader. The desktop application and voice helper have additional
121
+ native system dependencies and may require a newer distribution. Alpine and
122
+ NixOS loader environments are not currently supported by these GNU bundles.
123
+
107
124
  From your project directory, run:
108
125
 
109
126
  ```sh
package/bin/mj CHANGED
Binary file
package/bin/mj-desktop CHANGED
Binary file
Binary file
@@ -10275,15 +10275,15 @@ insights.
10275
10275
  <h3 id="GPL-3.0-only">GNU General Public License v3.0 only</h3>
10276
10276
  <h4>Used by:</h4>
10277
10277
  <ul class="license-used-by">
10278
- <li><a href="https://crates.io/crates/brokk-mj-core/2.6.1">brokk-mj-core 2.6.1</a></li>
10279
- <li><a href="https://crates.io/crates/brokk-mj-chat/2.6.1">brokk-mj-chat 2.6.1</a></li>
10280
- <li><a href="https://crates.io/crates/brokk-mjolnir/2.6.1">brokk-mjolnir 2.6.1</a></li>
10281
- <li><a href="https://crates.io/crates/brokk-mj-client/2.6.1">brokk-mj-client 2.6.1</a></li>
10282
- <li><a href="https://crates.io/crates/brokk-mj-controller/2.6.1">brokk-mj-controller 2.6.1</a></li>
10283
- <li><a href="https://crates.io/crates/brokk-mj-desktop/2.6.1">brokk-mj-desktop 2.6.1</a></li>
10284
- <li><a href="https://crates.io/crates/brokk-mj-tui/2.6.1">brokk-mj-tui 2.6.1</a></li>
10285
- <li><a href="https://crates.io/crates/brokk-mj-worker/2.6.1">brokk-mj-worker 2.6.1</a></li>
10286
- <li><a href="https://crates.io/crates/brokk-mj-voice-worker/2.6.1">brokk-mj-voice-worker 2.6.1</a></li>
10278
+ <li><a href="https://crates.io/crates/brokk-mj-core/2.6.3">brokk-mj-core 2.6.3</a></li>
10279
+ <li><a href="https://crates.io/crates/brokk-mj-chat/2.6.3">brokk-mj-chat 2.6.3</a></li>
10280
+ <li><a href="https://crates.io/crates/brokk-mjolnir/2.6.3">brokk-mjolnir 2.6.3</a></li>
10281
+ <li><a href="https://crates.io/crates/brokk-mj-client/2.6.3">brokk-mj-client 2.6.3</a></li>
10282
+ <li><a href="https://crates.io/crates/brokk-mj-controller/2.6.3">brokk-mj-controller 2.6.3</a></li>
10283
+ <li><a href="https://crates.io/crates/brokk-mj-desktop/2.6.3">brokk-mj-desktop 2.6.3</a></li>
10284
+ <li><a href="https://crates.io/crates/brokk-mj-tui/2.6.3">brokk-mj-tui 2.6.3</a></li>
10285
+ <li><a href="https://crates.io/crates/brokk-mj-worker/2.6.3">brokk-mj-worker 2.6.3</a></li>
10286
+ <li><a href="https://crates.io/crates/brokk-mj-voice-worker/2.6.3">brokk-mj-voice-worker 2.6.3</a></li>
10287
10287
  </ul>
10288
10288
  <pre class="license-text">GNU GENERAL PUBLIC LICENSE
10289
10289
  Version 3, 29 June 2007
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brokkai/mjolnir-linux-x64-gnu",
3
- "version": "2.6.1",
3
+ "version": "2.6.3",
4
4
  "license": "GPL-3.0-only",
5
5
  "repository": "https://github.com/BrokkAi/mjolnir",
6
6
  "homepage": "https://mjolnir.brokk.ai/",