@brokkai/mjolnir-linux-arm64-gnu 1.6.1 → 1.8.0
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 +90 -80
- package/bin/mj +0 -0
- package/bin/mj-voice-worker +0 -0
- package/licenses/THIRD_PARTY_LICENSES.html +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,122 +2,130 @@
|
|
|
2
2
|
|
|
3
3
|
<p align="center">
|
|
4
4
|
<a href="https://mjolnir.brokk.ai/">
|
|
5
|
-
<img src="docs/public/og.png" alt="Mjolnir —
|
|
5
|
+
<img src="docs/public/og.png?v=2" alt="Mjolnir — choose Codex or Claude to code and review" width="720">
|
|
6
6
|
</a>
|
|
7
7
|
</p>
|
|
8
8
|
|
|
9
|
-
Mjolnir (`mj`) is
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-

|
|
32
|
+
|
|
33
|
+
### Web interface
|
|
34
|
+
|
|
35
|
+

|
|
36
|
+
|
|
37
|
+
## Four teams, one shortcut
|
|
38
|
+
|
|
39
|
+
Choose one of four teams during onboarding, from `/mjconfig`, or with
|
|
40
|
+
**Ctrl+Tab** in a session:
|
|
41
|
+
|
|
42
|
+
- **Codex**
|
|
43
|
+
- **Claude**
|
|
44
|
+
- **Codex coder + Claude reviewer**
|
|
45
|
+
- **Claude coder + Codex reviewer**
|
|
46
|
+
|
|
47
|
+
The coder owns the primary session. The reviewer backs the independent review
|
|
48
|
+
pass that challenges changed turns, plus the default subagent pool. Switching
|
|
49
|
+
teams keeps Mjolnir's terminal, permissions, sessions, tools, and remote
|
|
50
|
+
workflow unchanged.
|
|
46
51
|
|
|
47
52
|
Mjolnir itself, its remote-control server, transcripts, and workspace tools run
|
|
48
|
-
on infrastructure you control.
|
|
49
|
-
terms and data boundaries
|
|
53
|
+
on infrastructure you control. Model requests still use the selected provider
|
|
54
|
+
under its terms and data boundaries.
|
|
50
55
|
|
|
51
56
|
## Requirements
|
|
52
57
|
|
|
53
|
-
|
|
54
|
-
|
|
58
|
+
You need credentials for at least one configured model provider. Mjolnir ships
|
|
59
|
+
with built-in Codex and Claude ACP routes and, on macOS, Linux, and Windows,
|
|
60
|
+
manages the Node.js runtime those routes need. A system Node.js installation is
|
|
61
|
+
only required when installing through npm/npx or when using the built-in routes
|
|
62
|
+
on Android. Provider use may incur cost.
|
|
55
63
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
[installation](https://mjolnir.brokk.ai/install/), and the
|
|
60
|
-
[data and trust boundaries](https://mjolnir.brokk.ai/data-boundaries/)
|
|
61
|
-
before connecting a private repository.
|
|
64
|
+
Review the
|
|
65
|
+
[data and trust boundaries](https://mjolnir.brokk.ai/data-boundaries/) before
|
|
66
|
+
connecting a private repository.
|
|
62
67
|
|
|
63
|
-
## Install
|
|
68
|
+
## Install
|
|
64
69
|
|
|
65
|
-
|
|
66
|
-
Mjolnir once without changing your global packages:
|
|
70
|
+
Choose any of the following methods.
|
|
67
71
|
|
|
68
|
-
|
|
69
|
-
npm install -g @brokkai/mjolnir
|
|
70
|
-
mj --version
|
|
72
|
+
**Release installer:** macOS and Linux on x86-64 or ARM64; Android on ARM64:
|
|
71
73
|
|
|
72
|
-
|
|
74
|
+
```bash
|
|
75
|
+
curl -fsSL https://raw.githubusercontent.com/BrokkAi/mjolnir/master/install.sh | bash
|
|
73
76
|
```
|
|
74
77
|
|
|
75
|
-
|
|
76
|
-
desktop, `mj-voice-worker`—so it does not download Mjolnir on first run. Upgrade with `npm update -g @brokkai/mjolnir` and remove it with
|
|
77
|
-
`npm uninstall -g @brokkai/mjolnir`.
|
|
78
|
-
|
|
79
|
-
On macOS (Apple Silicon and Intel) and Linux (x86-64 or ARM64 glibc), install
|
|
80
|
-
from the Homebrew tap:
|
|
78
|
+
**Homebrew:** macOS (Apple Silicon or Intel) and Linux (x86-64 or ARM64 glibc):
|
|
81
79
|
|
|
82
80
|
```bash
|
|
83
81
|
brew install brokkai/tap/mjolnir
|
|
84
82
|
```
|
|
85
83
|
|
|
86
|
-
|
|
87
|
-
`libexec`; it does not install Bifrost, which has its own
|
|
88
|
-
formula in the same tap (`brew install brokkai/tap/bifrost`). Upgrade with
|
|
89
|
-
`brew upgrade mjolnir`.
|
|
84
|
+
**npm or npx:** macOS, Linux, Windows, and Android with Node.js 18 or later:
|
|
90
85
|
|
|
91
|
-
|
|
86
|
+
```bash
|
|
87
|
+
npm install -g @brokkai/mjolnir
|
|
88
|
+
# Or run without a global install:
|
|
89
|
+
npx -y @brokkai/mjolnir
|
|
90
|
+
```
|
|
91
|
+
|
|
92
|
+
**crates.io:** install the terminal client and desktop voice worker with Rust:
|
|
92
93
|
|
|
93
94
|
```bash
|
|
94
|
-
|
|
95
|
+
cargo install --locked brokk-mjolnir brokk-mj-voice-worker
|
|
95
96
|
```
|
|
96
97
|
|
|
97
|
-
|
|
98
|
-
|
|
98
|
+
**Release archive:** download the archive for Linux, macOS, Windows, or
|
|
99
|
+
Android from [GitHub Releases](https://github.com/BrokkAi/mjolnir/releases).
|
|
99
100
|
|
|
100
|
-
|
|
101
|
+
**Build from source:**
|
|
101
102
|
|
|
102
103
|
```bash
|
|
103
|
-
|
|
104
|
+
git clone https://github.com/BrokkAi/mjolnir.git
|
|
105
|
+
cd mjolnir
|
|
106
|
+
cargo build --release
|
|
107
|
+
./target/release/mj --cwd .
|
|
104
108
|
```
|
|
105
109
|
|
|
106
|
-
|
|
110
|
+
Desktop release packages include `mj-voice-worker`; Android packages omit
|
|
111
|
+
voice support. See the full [installation guide](https://mjolnir.brokk.ai/install/)
|
|
112
|
+
for platform details, upgrades, checksums, and custom install paths.
|
|
113
|
+
|
|
114
|
+
## Run
|
|
115
|
+
|
|
116
|
+
Open a repository and run:
|
|
107
117
|
|
|
108
118
|
```bash
|
|
109
119
|
mj
|
|
110
120
|
```
|
|
111
121
|
|
|
112
|
-
First launch
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
credentials or capabilities change, run `mj models refresh` before starting
|
|
116
|
-
Mjolnir again.
|
|
122
|
+
First launch discovers available provider credentials and asks which team to
|
|
123
|
+
use. Press **Ctrl+Tab** to switch teams later, or open the **Team** tab in
|
|
124
|
+
`/mjconfig`. Team, model, and adapter changes apply to a new session.
|
|
117
125
|
|
|
118
126
|
## Try it
|
|
119
127
|
|
|
120
|
-
The [10-minute
|
|
128
|
+
The [10-minute evaluation](https://mjolnir.brokk.ai/evaluate/) uses a
|
|
121
129
|
checked-in disposable fixture to exercise a delegated subagent change, its
|
|
122
130
|
pushed-back report, explicit review, session resume, and headless output without
|
|
123
131
|
risking a real repository.
|
|
@@ -136,9 +144,11 @@ mj --worktree
|
|
|
136
144
|
|
|
137
145
|
## Documentation
|
|
138
146
|
|
|
139
|
-
- [
|
|
147
|
+
- [Teams and adversarial review](https://mjolnir.brokk.ai/teams/)
|
|
140
148
|
- [Install and run](https://mjolnir.brokk.ai/install/)
|
|
141
|
-
- [
|
|
149
|
+
- [Start with Codex](https://mjolnir.brokk.ai/codex/)
|
|
150
|
+
- [Start with Claude](https://mjolnir.brokk.ai/claude/)
|
|
151
|
+
- [10-minute evaluation](https://mjolnir.brokk.ai/evaluate/)
|
|
142
152
|
- [Remote control](https://mjolnir.brokk.ai/remote/)
|
|
143
153
|
- [Voice dictation](https://mjolnir.brokk.ai/voice/)
|
|
144
154
|
- [Subagents](https://mjolnir.brokk.ai/subagents/)
|
package/bin/mj
CHANGED
|
Binary file
|
package/bin/mj-voice-worker
CHANGED
|
Binary file
|
|
@@ -7781,8 +7781,8 @@ insights.
|
|
|
7781
7781
|
<h3 id="GPL-3.0-only">GNU General Public License v3.0 only</h3>
|
|
7782
7782
|
<h4>Used by:</h4>
|
|
7783
7783
|
<ul class="license-used-by">
|
|
7784
|
-
<li><a href="https://crates.io/crates/brokk-mjolnir/1.
|
|
7785
|
-
<li><a href="https://crates.io/crates/brokk-mj-voice-worker/1.
|
|
7784
|
+
<li><a href="https://crates.io/crates/brokk-mjolnir/1.8.0">brokk-mjolnir 1.8.0</a></li>
|
|
7785
|
+
<li><a href="https://crates.io/crates/brokk-mj-voice-worker/1.8.0">brokk-mj-voice-worker 1.8.0</a></li>
|
|
7786
7786
|
</ul>
|
|
7787
7787
|
<pre class="license-text">GNU GENERAL PUBLIC LICENSE
|
|
7788
7788
|
Version 3, 29 June 2007
|