mimir-os 0.0.1__tar.gz
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.
- mimir_os-0.0.1/LICENSE +202 -0
- mimir_os-0.0.1/PKG-INFO +223 -0
- mimir_os-0.0.1/README.md +190 -0
- mimir_os-0.0.1/pyproject.toml +65 -0
- mimir_os-0.0.1/setup.cfg +4 -0
- mimir_os-0.0.1/src/mimir_os/__init__.py +12 -0
- mimir_os-0.0.1/src/mimir_os.egg-info/PKG-INFO +223 -0
- mimir_os-0.0.1/src/mimir_os.egg-info/SOURCES.txt +9 -0
- mimir_os-0.0.1/src/mimir_os.egg-info/dependency_links.txt +1 -0
- mimir_os-0.0.1/src/mimir_os.egg-info/requires.txt +5 -0
- mimir_os-0.0.1/src/mimir_os.egg-info/top_level.txt +1 -0
mimir_os-0.0.1/LICENSE
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
|
|
2
|
+
Apache License
|
|
3
|
+
Version 2.0, January 2004
|
|
4
|
+
http://www.apache.org/licenses/
|
|
5
|
+
|
|
6
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
7
|
+
|
|
8
|
+
1. Definitions.
|
|
9
|
+
|
|
10
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
11
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
12
|
+
|
|
13
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
14
|
+
the copyright owner that is granting the License.
|
|
15
|
+
|
|
16
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
17
|
+
other entities that control, are controlled by, or are under common
|
|
18
|
+
control with that entity. For the purposes of this definition,
|
|
19
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
20
|
+
direction or management of such entity, whether by contract or
|
|
21
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
22
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
23
|
+
|
|
24
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
25
|
+
exercising permissions granted by this License.
|
|
26
|
+
|
|
27
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
28
|
+
including but not limited to software source code, documentation
|
|
29
|
+
source, and configuration files.
|
|
30
|
+
|
|
31
|
+
"Object" form shall mean any form resulting from mechanical
|
|
32
|
+
transformation or translation of a Source form, including but
|
|
33
|
+
not limited to compiled object code, generated documentation,
|
|
34
|
+
and conversions to other media types.
|
|
35
|
+
|
|
36
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
37
|
+
Object form, made available under the License, as indicated by a
|
|
38
|
+
copyright notice that is included in or attached to the work
|
|
39
|
+
(an example is provided in the Appendix below).
|
|
40
|
+
|
|
41
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
42
|
+
form, that is based on (or derived from) the Work and for which the
|
|
43
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
44
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
45
|
+
of this License, Derivative Works shall not include works that remain
|
|
46
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
47
|
+
the Work and Derivative Works thereof.
|
|
48
|
+
|
|
49
|
+
"Contribution" shall mean any work of authorship, including
|
|
50
|
+
the original version of the Work and any modifications or additions
|
|
51
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
52
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
53
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
54
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
55
|
+
means any form of electronic, verbal, or written communication sent
|
|
56
|
+
to the Licensor or its representatives, including but not limited to
|
|
57
|
+
communication on electronic mailing lists, source code control systems,
|
|
58
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
59
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
60
|
+
excluding communication that is conspicuously marked or otherwise
|
|
61
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
62
|
+
|
|
63
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
64
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
65
|
+
subsequently incorporated within the Work.
|
|
66
|
+
|
|
67
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
68
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
69
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
70
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
71
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
72
|
+
Work and such Derivative Works in Source or Object form.
|
|
73
|
+
|
|
74
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
75
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
76
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
77
|
+
(except as stated in this section) patent license to make, have made,
|
|
78
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
79
|
+
where such license applies only to those patent claims licensable
|
|
80
|
+
by such Contributor that are necessarily infringed by their
|
|
81
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
82
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
83
|
+
institute patent litigation against any entity (including a
|
|
84
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
85
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
86
|
+
or contributory patent infringement, then any patent licenses
|
|
87
|
+
granted to You under this License for that Work shall terminate
|
|
88
|
+
as of the date such litigation is filed.
|
|
89
|
+
|
|
90
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
91
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
92
|
+
modifications, and in Source or Object form, provided that You
|
|
93
|
+
meet the following conditions:
|
|
94
|
+
|
|
95
|
+
(a) You must give any other recipients of the Work or
|
|
96
|
+
Derivative Works a copy of this License; and
|
|
97
|
+
|
|
98
|
+
(b) You must cause any modified files to carry prominent notices
|
|
99
|
+
stating that You changed the files; and
|
|
100
|
+
|
|
101
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
102
|
+
that You distribute, all copyright, patent, trademark, and
|
|
103
|
+
attribution notices from the Source form of the Work,
|
|
104
|
+
excluding those notices that do not pertain to any part of
|
|
105
|
+
the Derivative Works; and
|
|
106
|
+
|
|
107
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
108
|
+
distribution, then any Derivative Works that You distribute must
|
|
109
|
+
include a readable copy of the attribution notices contained
|
|
110
|
+
within such NOTICE file, excluding those notices that do not
|
|
111
|
+
pertain to any part of the Derivative Works, in at least one
|
|
112
|
+
of the following places: within a NOTICE text file distributed
|
|
113
|
+
as part of the Derivative Works; within the Source form or
|
|
114
|
+
documentation, if provided along with the Derivative Works; or,
|
|
115
|
+
within a display generated by the Derivative Works, if and
|
|
116
|
+
wherever such third-party notices normally appear. The contents
|
|
117
|
+
of the NOTICE file are for informational purposes only and
|
|
118
|
+
do not modify the License. You may add Your own attribution
|
|
119
|
+
notices within Derivative Works that You distribute, alongside
|
|
120
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
121
|
+
that such additional attribution notices cannot be construed
|
|
122
|
+
as modifying the License.
|
|
123
|
+
|
|
124
|
+
You may add Your own copyright statement to Your modifications and
|
|
125
|
+
may provide additional or different license terms and conditions
|
|
126
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
127
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
128
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
129
|
+
the conditions stated in this License.
|
|
130
|
+
|
|
131
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
132
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
133
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
134
|
+
this License, without any additional terms or conditions.
|
|
135
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
136
|
+
the terms of any separate license agreement you may have executed
|
|
137
|
+
with Licensor regarding such Contributions.
|
|
138
|
+
|
|
139
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
140
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
141
|
+
except as required for reasonable and customary use in describing the
|
|
142
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
143
|
+
|
|
144
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
145
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
146
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
147
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
148
|
+
implied, including, without limitation, any warranties or conditions
|
|
149
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
150
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
151
|
+
appropriateness of using or redistributing the Work and assume any
|
|
152
|
+
risks associated with Your exercise of permissions under this License.
|
|
153
|
+
|
|
154
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
155
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
156
|
+
unless required by applicable law (such as deliberate and grossly
|
|
157
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
158
|
+
liable to You for damages, including any direct, indirect, special,
|
|
159
|
+
incidental, or consequential damages of any character arising as a
|
|
160
|
+
result of this License or out of the use or inability to use the
|
|
161
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
162
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
163
|
+
other commercial damages or losses), even if such Contributor
|
|
164
|
+
has been advised of the possibility of such damages.
|
|
165
|
+
|
|
166
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
167
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
168
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
169
|
+
or other liability obligations and/or rights consistent with this
|
|
170
|
+
License. However, in accepting such obligations, You may act only
|
|
171
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
172
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
173
|
+
defend, and hold each Contributor harmless for any liability
|
|
174
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
175
|
+
of your accepting any such warranty or additional liability.
|
|
176
|
+
|
|
177
|
+
END OF TERMS AND CONDITIONS
|
|
178
|
+
|
|
179
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
180
|
+
|
|
181
|
+
To apply the Apache License to your work, attach the following
|
|
182
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
183
|
+
replaced with your own identifying information. (Don't include
|
|
184
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
185
|
+
comment syntax for the file format. We also recommend that a
|
|
186
|
+
file or class name and description of purpose be included on the
|
|
187
|
+
same "printed page" as the copyright notice for easier
|
|
188
|
+
identification within third-party archives.
|
|
189
|
+
|
|
190
|
+
Copyright [yyyy] [name of copyright owner]
|
|
191
|
+
|
|
192
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
193
|
+
you may not use this file except in compliance with the License.
|
|
194
|
+
You may obtain a copy of the License at
|
|
195
|
+
|
|
196
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
197
|
+
|
|
198
|
+
Unless required by applicable law or agreed to in writing, software
|
|
199
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
200
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
201
|
+
See the License for the specific language governing permissions and
|
|
202
|
+
limitations under the License.
|
mimir_os-0.0.1/PKG-INFO
ADDED
|
@@ -0,0 +1,223 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: mimir-os
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Mimir — the personal agent operating system. Self-hosted. Multi-agent. Auditable for every decision.
|
|
5
|
+
Author-email: Nawfal Saadi <nawfal.saadi@aiconsults.io>
|
|
6
|
+
License-Expression: Apache-2.0
|
|
7
|
+
Project-URL: Homepage, https://mimir-os.com
|
|
8
|
+
Project-URL: Repository, https://github.com/mimir-os/mimir-os
|
|
9
|
+
Project-URL: Issues, https://github.com/mimir-os/mimir-os/issues
|
|
10
|
+
Project-URL: Substrate, https://github.com/nawsaafa/persistence-os
|
|
11
|
+
Keywords: agent,multi-agent,ai-agent,agent-os,operating-system,audit,memory-graph,claude-code,mcp,persistence-os,ed25519,datomic,bitemporal
|
|
12
|
+
Classifier: Development Status :: 1 - Planning
|
|
13
|
+
Classifier: Intended Audience :: Developers
|
|
14
|
+
Classifier: Intended Audience :: System Administrators
|
|
15
|
+
Classifier: Operating System :: POSIX :: Linux
|
|
16
|
+
Classifier: Operating System :: MacOS
|
|
17
|
+
Classifier: Programming Language :: Python :: 3
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
20
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
21
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
22
|
+
Classifier: Topic :: System :: Distributed Computing
|
|
23
|
+
Classifier: Topic :: System :: Monitoring
|
|
24
|
+
Classifier: Typing :: Typed
|
|
25
|
+
Requires-Python: >=3.11
|
|
26
|
+
Description-Content-Type: text/markdown
|
|
27
|
+
License-File: LICENSE
|
|
28
|
+
Provides-Extra: dev
|
|
29
|
+
Requires-Dist: pytest>=8; extra == "dev"
|
|
30
|
+
Requires-Dist: build; extra == "dev"
|
|
31
|
+
Requires-Dist: twine; extra == "dev"
|
|
32
|
+
Dynamic: license-file
|
|
33
|
+
|
|
34
|
+
# Mimir
|
|
35
|
+
|
|
36
|
+
**The personal agent operating system. Self-hosted. Multi-agent.
|
|
37
|
+
Auditable for every decision your team makes.**
|
|
38
|
+
|
|
39
|
+
Mimir is the supervisor that lives on your VPS. He spawns specialist agents on
|
|
40
|
+
demand — each with bounded vault access, scoped skills, and a verifiable audit
|
|
41
|
+
trail. He learns from your workflow, trains his team from theirs, and lets you
|
|
42
|
+
replay or branch any agent's decision.
|
|
43
|
+
|
|
44
|
+
You supervise Mimir. Mimir supervises the team.
|
|
45
|
+
|
|
46
|
+
> **Status:** v0.0.1 — namespace placeholder. Public alpha targets July 2026.
|
|
47
|
+
> Substrate ([persistence-os](https://github.com/nawsaafa/persistence-os))
|
|
48
|
+
> v0.8.5a1 shipped, 2093 tests passing. Mimir's user-facing surfaces (spawn /
|
|
49
|
+
> train / supervise / audit-export) land Phase D of the 14-week ship plan.
|
|
50
|
+
|
|
51
|
+
---
|
|
52
|
+
|
|
53
|
+
## Install
|
|
54
|
+
|
|
55
|
+
Paste this into Claude Code (once `v0.1.0` ships):
|
|
56
|
+
|
|
57
|
+
```
|
|
58
|
+
/mimir install
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
Claude Code will provision Mimir on your VPS or local machine, mint your
|
|
62
|
+
Ed25519 keys, wire up your MCP, and start the agent loop. 90 seconds, end to
|
|
63
|
+
end.
|
|
64
|
+
|
|
65
|
+
→ [Watch the install demo](https://mimir-os.com/demo) (1:32) — *coming Week 12*
|
|
66
|
+
|
|
67
|
+
## Six things Mimir does
|
|
68
|
+
|
|
69
|
+
**1. Spawns specialists under your authority.**
|
|
70
|
+
```bash
|
|
71
|
+
mimir spawn --scope "watch my GitHub PRs and summarize once per hour" --tier SAFE
|
|
72
|
+
✓ child[watcher-7af1] running. token=t-... skills=[gh-fetch, summarize]
|
|
73
|
+
```
|
|
74
|
+
|
|
75
|
+
**2. Trains them from their audit logs.** When a child accomplishes something
|
|
76
|
+
well, Mimir distills the pattern into a skill, runs it through four promotion
|
|
77
|
+
gates (replay byte-identity, audit-chain integrity, score delta on held-out
|
|
78
|
+
tasks, stub coverage), and registers it in that child's library.
|
|
79
|
+
|
|
80
|
+
```bash
|
|
81
|
+
mimir train watcher-7af1
|
|
82
|
+
analyzing 247 audit entries from last 24h...
|
|
83
|
+
candidate skill: "filter promotional PR comments before summarizing"
|
|
84
|
+
running gates: G1 ✓ G2 ✓ G3 ✓ (Δ score +0.18) G4 ✓
|
|
85
|
+
✓ promoted. watcher-7af1 now has 3 skills.
|
|
86
|
+
```
|
|
87
|
+
|
|
88
|
+
**3. Coordinates them via software-transactional memory.** Two children that
|
|
89
|
+
need shared state (scribe writing email-summaries, courier updating calendar
|
|
90
|
+
from them) commit atomically — either both ship or neither does.
|
|
91
|
+
|
|
92
|
+
**4. Forks-and-votes when uncertain.** Mimir spawns N children to try N
|
|
93
|
+
approaches, scores them, commits only the winner's facts. The N-1 losing
|
|
94
|
+
branches leave zero trace in your vault history.
|
|
95
|
+
|
|
96
|
+
**5. Filters every read by tier.** Each child has a Mom-tier capability token
|
|
97
|
+
(PUBLIC / SAFE / SENSITIVE / PII). Vault queries are filtered server-side; a
|
|
98
|
+
SAFE-tier child literally cannot read PII datoms even if it tries.
|
|
99
|
+
|
|
100
|
+
**6. Audits everything end-to-end.** Every spawn, every read, every write,
|
|
101
|
+
every halt — one Ed25519-signed datom in a Merkle-chained log spanning the
|
|
102
|
+
whole fleet.
|
|
103
|
+
|
|
104
|
+
```bash
|
|
105
|
+
mimir verify chain.edn
|
|
106
|
+
✓ Chain valid. 1,247 events. Root hash 0xa8f2c1d4...
|
|
107
|
+
|
|
108
|
+
mimir replay --agent watcher-7af1 --from chain://event-1247
|
|
109
|
+
mimir branch --agent watcher-7af1 --from chain://event-1247
|
|
110
|
+
mimir export --format=eu-ai-act --from 2026-05-01 --to 2026-08-01
|
|
111
|
+
```
|
|
112
|
+
|
|
113
|
+
## A first-in-class memory graph
|
|
114
|
+
|
|
115
|
+
Bitemporal datoms (Datomic-style) underneath; an Obsidian-grade graph view on
|
|
116
|
+
top. Search by tag, full-text, vector proximity, or graph distance. Tier ×
|
|
117
|
+
bucket taxonomy with biomimetic decay so old context doesn't drown new
|
|
118
|
+
context. Mom-tier security classification (PUBLIC / SAFE / SENSITIVE / PII)
|
|
119
|
+
on every memory.
|
|
120
|
+
|
|
121
|
+
## Multi-platform reach
|
|
122
|
+
|
|
123
|
+
Talk to Mimir from WhatsApp, Slack, Telegram, iMessage, or email. Same memory,
|
|
124
|
+
same audit chain, every platform.
|
|
125
|
+
|
|
126
|
+
```bash
|
|
127
|
+
mimir adapter add whatsapp --twilio-sid AC...
|
|
128
|
+
mimir adapter add slack --workspace acme.slack.com
|
|
129
|
+
```
|
|
130
|
+
|
|
131
|
+
## Pricing
|
|
132
|
+
|
|
133
|
+
| Tier | Price | What you get |
|
|
134
|
+
|---|---|---|
|
|
135
|
+
| **Self-hosted** | Free / Apache 2 | Everything above. Run the Docker image on your VPS. |
|
|
136
|
+
| **Mimir Pro** | $29/mo | Hosted Ed25519 retention (90d), email support, multi-device sync, web UI access. |
|
|
137
|
+
| **Mimir Team** | $199/mo (5 seats) | Shared memory graph, RBAC, team audit dashboard, 1y retention. |
|
|
138
|
+
| **Mimir Compliance** | $2,500/mo | EU residency, ISO/IEC 24970 mapping, expert-witness export, dedicated tenant, SLAs, SSO. |
|
|
139
|
+
|
|
140
|
+
The OSS tier is the funnel. The Compliance tier funds development.
|
|
141
|
+
|
|
142
|
+
## Three things only Mimir can do
|
|
143
|
+
|
|
144
|
+
```python
|
|
145
|
+
# 1. Branch any audit point at datom granularity
|
|
146
|
+
mimir branch --agent watcher-7af1 --from chain://event-1247
|
|
147
|
+
|
|
148
|
+
# 2. Replay any decision deterministically
|
|
149
|
+
mimir replay --agent watcher-7af1 --from chain://event-1247 \
|
|
150
|
+
--intervene tool=write_file:/etc/foo
|
|
151
|
+
|
|
152
|
+
# 3. Export an EU AI Act Article 12 evidence package
|
|
153
|
+
mimir export --format=eu-ai-act --from 2026-05-01 --to 2026-08-01 > evidence.tar.gz
|
|
154
|
+
```
|
|
155
|
+
|
|
156
|
+
[Hermes-agent](https://github.com/NousResearch/hermes-agent) (Nous Research,
|
|
157
|
+
129K stars) only supports `/undo` and cannot do any of these without a
|
|
158
|
+
substrate rewrite. Letta, Mem0, and AnythingLLM have memory but no audit
|
|
159
|
+
chain. Cursor, Cline, and Aider have neither memory nor audit at the substrate
|
|
160
|
+
layer.
|
|
161
|
+
|
|
162
|
+
## Why Mimir exists
|
|
163
|
+
|
|
164
|
+
Built by Nawfal Saadi — Director of Business Development MENA & Green Hydrogen
|
|
165
|
+
at Scatec ASA, running a multi-billion-dollar megaproject. After 9 months of
|
|
166
|
+
9pm-to-4am evenings in Casablanca building the substrate that would let his
|
|
167
|
+
own team's agents survive cross-shift handoffs without losing context, Mimir
|
|
168
|
+
is what came out.
|
|
169
|
+
|
|
170
|
+
The duality of operator + builder is the thesis: agents that pass an auditor's
|
|
171
|
+
test deserve to be in production. Agents that don't, don't.
|
|
172
|
+
|
|
173
|
+
In Norse myth, after Mimir's death, Odin preserves his head and consults it
|
|
174
|
+
as an oracle for every major decision. *That's the relationship you have
|
|
175
|
+
with your agents now.*
|
|
176
|
+
|
|
177
|
+
## Architecture
|
|
178
|
+
|
|
179
|
+
Mimir bundles four open-source projects under one Docker image:
|
|
180
|
+
|
|
181
|
+
- **[persistence-os](https://github.com/nawsaafa/persistence-os)** — the
|
|
182
|
+
bitemporal substrate (datom log, plan AST, audit chain, DB.fork, replay
|
|
183
|
+
engine). AGPL-3.
|
|
184
|
+
- **ai-box memory graph** — tier × bucket vault with biomimetic decay and
|
|
185
|
+
Mom security tiers. (Source published Phase E.)
|
|
186
|
+
- **juba-bridge multi-platform** — WhatsApp / Slack / Telegram / iMessage /
|
|
187
|
+
email adapters. (Source published Phase E.)
|
|
188
|
+
- **persistence-coder** — the agent loop that powers Mimir and his children.
|
|
189
|
+
|
|
190
|
+
Mimir itself is the supervisor + capability-tier filter + skill curator +
|
|
191
|
+
CLI surface that ties them together.
|
|
192
|
+
|
|
193
|
+
→ [Architecture deep-dive](https://mimir-os.com/arch) — *coming Week 12*
|
|
194
|
+
|
|
195
|
+
## Roadmap
|
|
196
|
+
|
|
197
|
+
| Phase | Target | Deliverable |
|
|
198
|
+
|---|---|---|
|
|
199
|
+
| A | Week 1 | persistence-os pushed to public origin; mimir-os repos seeded; namespaces locked. |
|
|
200
|
+
| B | Weeks 2-3 | Ed25519 audit signing on substrate; tamper-evident demo video. |
|
|
201
|
+
| C | Weeks 4-6 | persistence-coder MVP `v0.9.0a1`; wrong-path-steering demo video. |
|
|
202
|
+
| D | Weeks 7-11 | Mimir bundle: supervisor, tiered vault, install skill, agent fleet UI, six CLI verbs. |
|
|
203
|
+
| E | Weeks 12-13 | Public launch: HN, ProductHunt, PyPI release, Docker image, install command. |
|
|
204
|
+
| F | Week 14 | Mimir Compliance tier: EU AI Act Article 12 export; first paid pilots. |
|
|
205
|
+
|
|
206
|
+
## License
|
|
207
|
+
|
|
208
|
+
Mimir (this repo) is **Apache 2.0**. The substrate underneath
|
|
209
|
+
([persistence-os](https://github.com/nawsaafa/persistence-os)) is **AGPL-3** —
|
|
210
|
+
copyleft, runtime use unencumbered, only forks-into-closed-products
|
|
211
|
+
restricted. Commercial license available for vertical integrators.
|
|
212
|
+
|
|
213
|
+
```
|
|
214
|
+
pip install mimir-os # PyPI
|
|
215
|
+
docker pull mimiros/mimir-os:latest # Docker Hub (registry namespace differs)
|
|
216
|
+
/mimir install # Anthropic Skill, in any Claude Code session
|
|
217
|
+
```
|
|
218
|
+
|
|
219
|
+
---
|
|
220
|
+
|
|
221
|
+
**Substrate:** [`nawsaafa/persistence-os`](https://github.com/nawsaafa/persistence-os) ·
|
|
222
|
+
**Docs:** [mimir-os.com](https://mimir-os.com) ·
|
|
223
|
+
**Contact:** nawfal.saadi@aiconsults.io
|
mimir_os-0.0.1/README.md
ADDED
|
@@ -0,0 +1,190 @@
|
|
|
1
|
+
# Mimir
|
|
2
|
+
|
|
3
|
+
**The personal agent operating system. Self-hosted. Multi-agent.
|
|
4
|
+
Auditable for every decision your team makes.**
|
|
5
|
+
|
|
6
|
+
Mimir is the supervisor that lives on your VPS. He spawns specialist agents on
|
|
7
|
+
demand — each with bounded vault access, scoped skills, and a verifiable audit
|
|
8
|
+
trail. He learns from your workflow, trains his team from theirs, and lets you
|
|
9
|
+
replay or branch any agent's decision.
|
|
10
|
+
|
|
11
|
+
You supervise Mimir. Mimir supervises the team.
|
|
12
|
+
|
|
13
|
+
> **Status:** v0.0.1 — namespace placeholder. Public alpha targets July 2026.
|
|
14
|
+
> Substrate ([persistence-os](https://github.com/nawsaafa/persistence-os))
|
|
15
|
+
> v0.8.5a1 shipped, 2093 tests passing. Mimir's user-facing surfaces (spawn /
|
|
16
|
+
> train / supervise / audit-export) land Phase D of the 14-week ship plan.
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
## Install
|
|
21
|
+
|
|
22
|
+
Paste this into Claude Code (once `v0.1.0` ships):
|
|
23
|
+
|
|
24
|
+
```
|
|
25
|
+
/mimir install
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
Claude Code will provision Mimir on your VPS or local machine, mint your
|
|
29
|
+
Ed25519 keys, wire up your MCP, and start the agent loop. 90 seconds, end to
|
|
30
|
+
end.
|
|
31
|
+
|
|
32
|
+
→ [Watch the install demo](https://mimir-os.com/demo) (1:32) — *coming Week 12*
|
|
33
|
+
|
|
34
|
+
## Six things Mimir does
|
|
35
|
+
|
|
36
|
+
**1. Spawns specialists under your authority.**
|
|
37
|
+
```bash
|
|
38
|
+
mimir spawn --scope "watch my GitHub PRs and summarize once per hour" --tier SAFE
|
|
39
|
+
✓ child[watcher-7af1] running. token=t-... skills=[gh-fetch, summarize]
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
**2. Trains them from their audit logs.** When a child accomplishes something
|
|
43
|
+
well, Mimir distills the pattern into a skill, runs it through four promotion
|
|
44
|
+
gates (replay byte-identity, audit-chain integrity, score delta on held-out
|
|
45
|
+
tasks, stub coverage), and registers it in that child's library.
|
|
46
|
+
|
|
47
|
+
```bash
|
|
48
|
+
mimir train watcher-7af1
|
|
49
|
+
analyzing 247 audit entries from last 24h...
|
|
50
|
+
candidate skill: "filter promotional PR comments before summarizing"
|
|
51
|
+
running gates: G1 ✓ G2 ✓ G3 ✓ (Δ score +0.18) G4 ✓
|
|
52
|
+
✓ promoted. watcher-7af1 now has 3 skills.
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
**3. Coordinates them via software-transactional memory.** Two children that
|
|
56
|
+
need shared state (scribe writing email-summaries, courier updating calendar
|
|
57
|
+
from them) commit atomically — either both ship or neither does.
|
|
58
|
+
|
|
59
|
+
**4. Forks-and-votes when uncertain.** Mimir spawns N children to try N
|
|
60
|
+
approaches, scores them, commits only the winner's facts. The N-1 losing
|
|
61
|
+
branches leave zero trace in your vault history.
|
|
62
|
+
|
|
63
|
+
**5. Filters every read by tier.** Each child has a Mom-tier capability token
|
|
64
|
+
(PUBLIC / SAFE / SENSITIVE / PII). Vault queries are filtered server-side; a
|
|
65
|
+
SAFE-tier child literally cannot read PII datoms even if it tries.
|
|
66
|
+
|
|
67
|
+
**6. Audits everything end-to-end.** Every spawn, every read, every write,
|
|
68
|
+
every halt — one Ed25519-signed datom in a Merkle-chained log spanning the
|
|
69
|
+
whole fleet.
|
|
70
|
+
|
|
71
|
+
```bash
|
|
72
|
+
mimir verify chain.edn
|
|
73
|
+
✓ Chain valid. 1,247 events. Root hash 0xa8f2c1d4...
|
|
74
|
+
|
|
75
|
+
mimir replay --agent watcher-7af1 --from chain://event-1247
|
|
76
|
+
mimir branch --agent watcher-7af1 --from chain://event-1247
|
|
77
|
+
mimir export --format=eu-ai-act --from 2026-05-01 --to 2026-08-01
|
|
78
|
+
```
|
|
79
|
+
|
|
80
|
+
## A first-in-class memory graph
|
|
81
|
+
|
|
82
|
+
Bitemporal datoms (Datomic-style) underneath; an Obsidian-grade graph view on
|
|
83
|
+
top. Search by tag, full-text, vector proximity, or graph distance. Tier ×
|
|
84
|
+
bucket taxonomy with biomimetic decay so old context doesn't drown new
|
|
85
|
+
context. Mom-tier security classification (PUBLIC / SAFE / SENSITIVE / PII)
|
|
86
|
+
on every memory.
|
|
87
|
+
|
|
88
|
+
## Multi-platform reach
|
|
89
|
+
|
|
90
|
+
Talk to Mimir from WhatsApp, Slack, Telegram, iMessage, or email. Same memory,
|
|
91
|
+
same audit chain, every platform.
|
|
92
|
+
|
|
93
|
+
```bash
|
|
94
|
+
mimir adapter add whatsapp --twilio-sid AC...
|
|
95
|
+
mimir adapter add slack --workspace acme.slack.com
|
|
96
|
+
```
|
|
97
|
+
|
|
98
|
+
## Pricing
|
|
99
|
+
|
|
100
|
+
| Tier | Price | What you get |
|
|
101
|
+
|---|---|---|
|
|
102
|
+
| **Self-hosted** | Free / Apache 2 | Everything above. Run the Docker image on your VPS. |
|
|
103
|
+
| **Mimir Pro** | $29/mo | Hosted Ed25519 retention (90d), email support, multi-device sync, web UI access. |
|
|
104
|
+
| **Mimir Team** | $199/mo (5 seats) | Shared memory graph, RBAC, team audit dashboard, 1y retention. |
|
|
105
|
+
| **Mimir Compliance** | $2,500/mo | EU residency, ISO/IEC 24970 mapping, expert-witness export, dedicated tenant, SLAs, SSO. |
|
|
106
|
+
|
|
107
|
+
The OSS tier is the funnel. The Compliance tier funds development.
|
|
108
|
+
|
|
109
|
+
## Three things only Mimir can do
|
|
110
|
+
|
|
111
|
+
```python
|
|
112
|
+
# 1. Branch any audit point at datom granularity
|
|
113
|
+
mimir branch --agent watcher-7af1 --from chain://event-1247
|
|
114
|
+
|
|
115
|
+
# 2. Replay any decision deterministically
|
|
116
|
+
mimir replay --agent watcher-7af1 --from chain://event-1247 \
|
|
117
|
+
--intervene tool=write_file:/etc/foo
|
|
118
|
+
|
|
119
|
+
# 3. Export an EU AI Act Article 12 evidence package
|
|
120
|
+
mimir export --format=eu-ai-act --from 2026-05-01 --to 2026-08-01 > evidence.tar.gz
|
|
121
|
+
```
|
|
122
|
+
|
|
123
|
+
[Hermes-agent](https://github.com/NousResearch/hermes-agent) (Nous Research,
|
|
124
|
+
129K stars) only supports `/undo` and cannot do any of these without a
|
|
125
|
+
substrate rewrite. Letta, Mem0, and AnythingLLM have memory but no audit
|
|
126
|
+
chain. Cursor, Cline, and Aider have neither memory nor audit at the substrate
|
|
127
|
+
layer.
|
|
128
|
+
|
|
129
|
+
## Why Mimir exists
|
|
130
|
+
|
|
131
|
+
Built by Nawfal Saadi — Director of Business Development MENA & Green Hydrogen
|
|
132
|
+
at Scatec ASA, running a multi-billion-dollar megaproject. After 9 months of
|
|
133
|
+
9pm-to-4am evenings in Casablanca building the substrate that would let his
|
|
134
|
+
own team's agents survive cross-shift handoffs without losing context, Mimir
|
|
135
|
+
is what came out.
|
|
136
|
+
|
|
137
|
+
The duality of operator + builder is the thesis: agents that pass an auditor's
|
|
138
|
+
test deserve to be in production. Agents that don't, don't.
|
|
139
|
+
|
|
140
|
+
In Norse myth, after Mimir's death, Odin preserves his head and consults it
|
|
141
|
+
as an oracle for every major decision. *That's the relationship you have
|
|
142
|
+
with your agents now.*
|
|
143
|
+
|
|
144
|
+
## Architecture
|
|
145
|
+
|
|
146
|
+
Mimir bundles four open-source projects under one Docker image:
|
|
147
|
+
|
|
148
|
+
- **[persistence-os](https://github.com/nawsaafa/persistence-os)** — the
|
|
149
|
+
bitemporal substrate (datom log, plan AST, audit chain, DB.fork, replay
|
|
150
|
+
engine). AGPL-3.
|
|
151
|
+
- **ai-box memory graph** — tier × bucket vault with biomimetic decay and
|
|
152
|
+
Mom security tiers. (Source published Phase E.)
|
|
153
|
+
- **juba-bridge multi-platform** — WhatsApp / Slack / Telegram / iMessage /
|
|
154
|
+
email adapters. (Source published Phase E.)
|
|
155
|
+
- **persistence-coder** — the agent loop that powers Mimir and his children.
|
|
156
|
+
|
|
157
|
+
Mimir itself is the supervisor + capability-tier filter + skill curator +
|
|
158
|
+
CLI surface that ties them together.
|
|
159
|
+
|
|
160
|
+
→ [Architecture deep-dive](https://mimir-os.com/arch) — *coming Week 12*
|
|
161
|
+
|
|
162
|
+
## Roadmap
|
|
163
|
+
|
|
164
|
+
| Phase | Target | Deliverable |
|
|
165
|
+
|---|---|---|
|
|
166
|
+
| A | Week 1 | persistence-os pushed to public origin; mimir-os repos seeded; namespaces locked. |
|
|
167
|
+
| B | Weeks 2-3 | Ed25519 audit signing on substrate; tamper-evident demo video. |
|
|
168
|
+
| C | Weeks 4-6 | persistence-coder MVP `v0.9.0a1`; wrong-path-steering demo video. |
|
|
169
|
+
| D | Weeks 7-11 | Mimir bundle: supervisor, tiered vault, install skill, agent fleet UI, six CLI verbs. |
|
|
170
|
+
| E | Weeks 12-13 | Public launch: HN, ProductHunt, PyPI release, Docker image, install command. |
|
|
171
|
+
| F | Week 14 | Mimir Compliance tier: EU AI Act Article 12 export; first paid pilots. |
|
|
172
|
+
|
|
173
|
+
## License
|
|
174
|
+
|
|
175
|
+
Mimir (this repo) is **Apache 2.0**. The substrate underneath
|
|
176
|
+
([persistence-os](https://github.com/nawsaafa/persistence-os)) is **AGPL-3** —
|
|
177
|
+
copyleft, runtime use unencumbered, only forks-into-closed-products
|
|
178
|
+
restricted. Commercial license available for vertical integrators.
|
|
179
|
+
|
|
180
|
+
```
|
|
181
|
+
pip install mimir-os # PyPI
|
|
182
|
+
docker pull mimiros/mimir-os:latest # Docker Hub (registry namespace differs)
|
|
183
|
+
/mimir install # Anthropic Skill, in any Claude Code session
|
|
184
|
+
```
|
|
185
|
+
|
|
186
|
+
---
|
|
187
|
+
|
|
188
|
+
**Substrate:** [`nawsaafa/persistence-os`](https://github.com/nawsaafa/persistence-os) ·
|
|
189
|
+
**Docs:** [mimir-os.com](https://mimir-os.com) ·
|
|
190
|
+
**Contact:** nawfal.saadi@aiconsults.io
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=68", "wheel"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "mimir-os"
|
|
7
|
+
version = "0.0.1"
|
|
8
|
+
description = "Mimir — the personal agent operating system. Self-hosted. Multi-agent. Auditable for every decision."
|
|
9
|
+
readme = "README.md"
|
|
10
|
+
requires-python = ">=3.11"
|
|
11
|
+
license = "Apache-2.0"
|
|
12
|
+
license-files = ["LICENSE"]
|
|
13
|
+
authors = [
|
|
14
|
+
{ name = "Nawfal Saadi", email = "nawfal.saadi@aiconsults.io" },
|
|
15
|
+
]
|
|
16
|
+
keywords = [
|
|
17
|
+
"agent",
|
|
18
|
+
"multi-agent",
|
|
19
|
+
"ai-agent",
|
|
20
|
+
"agent-os",
|
|
21
|
+
"operating-system",
|
|
22
|
+
"audit",
|
|
23
|
+
"memory-graph",
|
|
24
|
+
"claude-code",
|
|
25
|
+
"mcp",
|
|
26
|
+
"persistence-os",
|
|
27
|
+
"ed25519",
|
|
28
|
+
"datomic",
|
|
29
|
+
"bitemporal",
|
|
30
|
+
]
|
|
31
|
+
classifiers = [
|
|
32
|
+
"Development Status :: 1 - Planning",
|
|
33
|
+
"Intended Audience :: Developers",
|
|
34
|
+
"Intended Audience :: System Administrators",
|
|
35
|
+
"Operating System :: POSIX :: Linux",
|
|
36
|
+
"Operating System :: MacOS",
|
|
37
|
+
"Programming Language :: Python :: 3",
|
|
38
|
+
"Programming Language :: Python :: 3.11",
|
|
39
|
+
"Programming Language :: Python :: 3.12",
|
|
40
|
+
"Programming Language :: Python :: 3.13",
|
|
41
|
+
"Topic :: Software Development :: Libraries :: Python Modules",
|
|
42
|
+
"Topic :: System :: Distributed Computing",
|
|
43
|
+
"Topic :: System :: Monitoring",
|
|
44
|
+
"Typing :: Typed",
|
|
45
|
+
]
|
|
46
|
+
dependencies = []
|
|
47
|
+
|
|
48
|
+
[project.optional-dependencies]
|
|
49
|
+
dev = [
|
|
50
|
+
"pytest>=8",
|
|
51
|
+
"build",
|
|
52
|
+
"twine",
|
|
53
|
+
]
|
|
54
|
+
|
|
55
|
+
[project.urls]
|
|
56
|
+
Homepage = "https://mimir-os.com"
|
|
57
|
+
Repository = "https://github.com/mimir-os/mimir-os"
|
|
58
|
+
Issues = "https://github.com/mimir-os/mimir-os/issues"
|
|
59
|
+
Substrate = "https://github.com/nawsaafa/persistence-os"
|
|
60
|
+
|
|
61
|
+
[tool.setuptools]
|
|
62
|
+
package-dir = { "" = "src" }
|
|
63
|
+
|
|
64
|
+
[tool.setuptools.packages.find]
|
|
65
|
+
where = ["src"]
|
mimir_os-0.0.1/setup.cfg
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"""Mimir — the personal agent operating system.
|
|
2
|
+
|
|
3
|
+
Self-hosted. Multi-agent. Auditable for every decision your team makes.
|
|
4
|
+
|
|
5
|
+
This is the v0.0.1 namespace placeholder. The full surface lands in v0.1.0.
|
|
6
|
+
|
|
7
|
+
See: https://github.com/mimir-os/mimir-os
|
|
8
|
+
https://mimir-os.com
|
|
9
|
+
"""
|
|
10
|
+
|
|
11
|
+
__version__ = "0.0.1"
|
|
12
|
+
__all__ = ["__version__"]
|
|
@@ -0,0 +1,223 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: mimir-os
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Mimir — the personal agent operating system. Self-hosted. Multi-agent. Auditable for every decision.
|
|
5
|
+
Author-email: Nawfal Saadi <nawfal.saadi@aiconsults.io>
|
|
6
|
+
License-Expression: Apache-2.0
|
|
7
|
+
Project-URL: Homepage, https://mimir-os.com
|
|
8
|
+
Project-URL: Repository, https://github.com/mimir-os/mimir-os
|
|
9
|
+
Project-URL: Issues, https://github.com/mimir-os/mimir-os/issues
|
|
10
|
+
Project-URL: Substrate, https://github.com/nawsaafa/persistence-os
|
|
11
|
+
Keywords: agent,multi-agent,ai-agent,agent-os,operating-system,audit,memory-graph,claude-code,mcp,persistence-os,ed25519,datomic,bitemporal
|
|
12
|
+
Classifier: Development Status :: 1 - Planning
|
|
13
|
+
Classifier: Intended Audience :: Developers
|
|
14
|
+
Classifier: Intended Audience :: System Administrators
|
|
15
|
+
Classifier: Operating System :: POSIX :: Linux
|
|
16
|
+
Classifier: Operating System :: MacOS
|
|
17
|
+
Classifier: Programming Language :: Python :: 3
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
20
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
21
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
22
|
+
Classifier: Topic :: System :: Distributed Computing
|
|
23
|
+
Classifier: Topic :: System :: Monitoring
|
|
24
|
+
Classifier: Typing :: Typed
|
|
25
|
+
Requires-Python: >=3.11
|
|
26
|
+
Description-Content-Type: text/markdown
|
|
27
|
+
License-File: LICENSE
|
|
28
|
+
Provides-Extra: dev
|
|
29
|
+
Requires-Dist: pytest>=8; extra == "dev"
|
|
30
|
+
Requires-Dist: build; extra == "dev"
|
|
31
|
+
Requires-Dist: twine; extra == "dev"
|
|
32
|
+
Dynamic: license-file
|
|
33
|
+
|
|
34
|
+
# Mimir
|
|
35
|
+
|
|
36
|
+
**The personal agent operating system. Self-hosted. Multi-agent.
|
|
37
|
+
Auditable for every decision your team makes.**
|
|
38
|
+
|
|
39
|
+
Mimir is the supervisor that lives on your VPS. He spawns specialist agents on
|
|
40
|
+
demand — each with bounded vault access, scoped skills, and a verifiable audit
|
|
41
|
+
trail. He learns from your workflow, trains his team from theirs, and lets you
|
|
42
|
+
replay or branch any agent's decision.
|
|
43
|
+
|
|
44
|
+
You supervise Mimir. Mimir supervises the team.
|
|
45
|
+
|
|
46
|
+
> **Status:** v0.0.1 — namespace placeholder. Public alpha targets July 2026.
|
|
47
|
+
> Substrate ([persistence-os](https://github.com/nawsaafa/persistence-os))
|
|
48
|
+
> v0.8.5a1 shipped, 2093 tests passing. Mimir's user-facing surfaces (spawn /
|
|
49
|
+
> train / supervise / audit-export) land Phase D of the 14-week ship plan.
|
|
50
|
+
|
|
51
|
+
---
|
|
52
|
+
|
|
53
|
+
## Install
|
|
54
|
+
|
|
55
|
+
Paste this into Claude Code (once `v0.1.0` ships):
|
|
56
|
+
|
|
57
|
+
```
|
|
58
|
+
/mimir install
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
Claude Code will provision Mimir on your VPS or local machine, mint your
|
|
62
|
+
Ed25519 keys, wire up your MCP, and start the agent loop. 90 seconds, end to
|
|
63
|
+
end.
|
|
64
|
+
|
|
65
|
+
→ [Watch the install demo](https://mimir-os.com/demo) (1:32) — *coming Week 12*
|
|
66
|
+
|
|
67
|
+
## Six things Mimir does
|
|
68
|
+
|
|
69
|
+
**1. Spawns specialists under your authority.**
|
|
70
|
+
```bash
|
|
71
|
+
mimir spawn --scope "watch my GitHub PRs and summarize once per hour" --tier SAFE
|
|
72
|
+
✓ child[watcher-7af1] running. token=t-... skills=[gh-fetch, summarize]
|
|
73
|
+
```
|
|
74
|
+
|
|
75
|
+
**2. Trains them from their audit logs.** When a child accomplishes something
|
|
76
|
+
well, Mimir distills the pattern into a skill, runs it through four promotion
|
|
77
|
+
gates (replay byte-identity, audit-chain integrity, score delta on held-out
|
|
78
|
+
tasks, stub coverage), and registers it in that child's library.
|
|
79
|
+
|
|
80
|
+
```bash
|
|
81
|
+
mimir train watcher-7af1
|
|
82
|
+
analyzing 247 audit entries from last 24h...
|
|
83
|
+
candidate skill: "filter promotional PR comments before summarizing"
|
|
84
|
+
running gates: G1 ✓ G2 ✓ G3 ✓ (Δ score +0.18) G4 ✓
|
|
85
|
+
✓ promoted. watcher-7af1 now has 3 skills.
|
|
86
|
+
```
|
|
87
|
+
|
|
88
|
+
**3. Coordinates them via software-transactional memory.** Two children that
|
|
89
|
+
need shared state (scribe writing email-summaries, courier updating calendar
|
|
90
|
+
from them) commit atomically — either both ship or neither does.
|
|
91
|
+
|
|
92
|
+
**4. Forks-and-votes when uncertain.** Mimir spawns N children to try N
|
|
93
|
+
approaches, scores them, commits only the winner's facts. The N-1 losing
|
|
94
|
+
branches leave zero trace in your vault history.
|
|
95
|
+
|
|
96
|
+
**5. Filters every read by tier.** Each child has a Mom-tier capability token
|
|
97
|
+
(PUBLIC / SAFE / SENSITIVE / PII). Vault queries are filtered server-side; a
|
|
98
|
+
SAFE-tier child literally cannot read PII datoms even if it tries.
|
|
99
|
+
|
|
100
|
+
**6. Audits everything end-to-end.** Every spawn, every read, every write,
|
|
101
|
+
every halt — one Ed25519-signed datom in a Merkle-chained log spanning the
|
|
102
|
+
whole fleet.
|
|
103
|
+
|
|
104
|
+
```bash
|
|
105
|
+
mimir verify chain.edn
|
|
106
|
+
✓ Chain valid. 1,247 events. Root hash 0xa8f2c1d4...
|
|
107
|
+
|
|
108
|
+
mimir replay --agent watcher-7af1 --from chain://event-1247
|
|
109
|
+
mimir branch --agent watcher-7af1 --from chain://event-1247
|
|
110
|
+
mimir export --format=eu-ai-act --from 2026-05-01 --to 2026-08-01
|
|
111
|
+
```
|
|
112
|
+
|
|
113
|
+
## A first-in-class memory graph
|
|
114
|
+
|
|
115
|
+
Bitemporal datoms (Datomic-style) underneath; an Obsidian-grade graph view on
|
|
116
|
+
top. Search by tag, full-text, vector proximity, or graph distance. Tier ×
|
|
117
|
+
bucket taxonomy with biomimetic decay so old context doesn't drown new
|
|
118
|
+
context. Mom-tier security classification (PUBLIC / SAFE / SENSITIVE / PII)
|
|
119
|
+
on every memory.
|
|
120
|
+
|
|
121
|
+
## Multi-platform reach
|
|
122
|
+
|
|
123
|
+
Talk to Mimir from WhatsApp, Slack, Telegram, iMessage, or email. Same memory,
|
|
124
|
+
same audit chain, every platform.
|
|
125
|
+
|
|
126
|
+
```bash
|
|
127
|
+
mimir adapter add whatsapp --twilio-sid AC...
|
|
128
|
+
mimir adapter add slack --workspace acme.slack.com
|
|
129
|
+
```
|
|
130
|
+
|
|
131
|
+
## Pricing
|
|
132
|
+
|
|
133
|
+
| Tier | Price | What you get |
|
|
134
|
+
|---|---|---|
|
|
135
|
+
| **Self-hosted** | Free / Apache 2 | Everything above. Run the Docker image on your VPS. |
|
|
136
|
+
| **Mimir Pro** | $29/mo | Hosted Ed25519 retention (90d), email support, multi-device sync, web UI access. |
|
|
137
|
+
| **Mimir Team** | $199/mo (5 seats) | Shared memory graph, RBAC, team audit dashboard, 1y retention. |
|
|
138
|
+
| **Mimir Compliance** | $2,500/mo | EU residency, ISO/IEC 24970 mapping, expert-witness export, dedicated tenant, SLAs, SSO. |
|
|
139
|
+
|
|
140
|
+
The OSS tier is the funnel. The Compliance tier funds development.
|
|
141
|
+
|
|
142
|
+
## Three things only Mimir can do
|
|
143
|
+
|
|
144
|
+
```python
|
|
145
|
+
# 1. Branch any audit point at datom granularity
|
|
146
|
+
mimir branch --agent watcher-7af1 --from chain://event-1247
|
|
147
|
+
|
|
148
|
+
# 2. Replay any decision deterministically
|
|
149
|
+
mimir replay --agent watcher-7af1 --from chain://event-1247 \
|
|
150
|
+
--intervene tool=write_file:/etc/foo
|
|
151
|
+
|
|
152
|
+
# 3. Export an EU AI Act Article 12 evidence package
|
|
153
|
+
mimir export --format=eu-ai-act --from 2026-05-01 --to 2026-08-01 > evidence.tar.gz
|
|
154
|
+
```
|
|
155
|
+
|
|
156
|
+
[Hermes-agent](https://github.com/NousResearch/hermes-agent) (Nous Research,
|
|
157
|
+
129K stars) only supports `/undo` and cannot do any of these without a
|
|
158
|
+
substrate rewrite. Letta, Mem0, and AnythingLLM have memory but no audit
|
|
159
|
+
chain. Cursor, Cline, and Aider have neither memory nor audit at the substrate
|
|
160
|
+
layer.
|
|
161
|
+
|
|
162
|
+
## Why Mimir exists
|
|
163
|
+
|
|
164
|
+
Built by Nawfal Saadi — Director of Business Development MENA & Green Hydrogen
|
|
165
|
+
at Scatec ASA, running a multi-billion-dollar megaproject. After 9 months of
|
|
166
|
+
9pm-to-4am evenings in Casablanca building the substrate that would let his
|
|
167
|
+
own team's agents survive cross-shift handoffs without losing context, Mimir
|
|
168
|
+
is what came out.
|
|
169
|
+
|
|
170
|
+
The duality of operator + builder is the thesis: agents that pass an auditor's
|
|
171
|
+
test deserve to be in production. Agents that don't, don't.
|
|
172
|
+
|
|
173
|
+
In Norse myth, after Mimir's death, Odin preserves his head and consults it
|
|
174
|
+
as an oracle for every major decision. *That's the relationship you have
|
|
175
|
+
with your agents now.*
|
|
176
|
+
|
|
177
|
+
## Architecture
|
|
178
|
+
|
|
179
|
+
Mimir bundles four open-source projects under one Docker image:
|
|
180
|
+
|
|
181
|
+
- **[persistence-os](https://github.com/nawsaafa/persistence-os)** — the
|
|
182
|
+
bitemporal substrate (datom log, plan AST, audit chain, DB.fork, replay
|
|
183
|
+
engine). AGPL-3.
|
|
184
|
+
- **ai-box memory graph** — tier × bucket vault with biomimetic decay and
|
|
185
|
+
Mom security tiers. (Source published Phase E.)
|
|
186
|
+
- **juba-bridge multi-platform** — WhatsApp / Slack / Telegram / iMessage /
|
|
187
|
+
email adapters. (Source published Phase E.)
|
|
188
|
+
- **persistence-coder** — the agent loop that powers Mimir and his children.
|
|
189
|
+
|
|
190
|
+
Mimir itself is the supervisor + capability-tier filter + skill curator +
|
|
191
|
+
CLI surface that ties them together.
|
|
192
|
+
|
|
193
|
+
→ [Architecture deep-dive](https://mimir-os.com/arch) — *coming Week 12*
|
|
194
|
+
|
|
195
|
+
## Roadmap
|
|
196
|
+
|
|
197
|
+
| Phase | Target | Deliverable |
|
|
198
|
+
|---|---|---|
|
|
199
|
+
| A | Week 1 | persistence-os pushed to public origin; mimir-os repos seeded; namespaces locked. |
|
|
200
|
+
| B | Weeks 2-3 | Ed25519 audit signing on substrate; tamper-evident demo video. |
|
|
201
|
+
| C | Weeks 4-6 | persistence-coder MVP `v0.9.0a1`; wrong-path-steering demo video. |
|
|
202
|
+
| D | Weeks 7-11 | Mimir bundle: supervisor, tiered vault, install skill, agent fleet UI, six CLI verbs. |
|
|
203
|
+
| E | Weeks 12-13 | Public launch: HN, ProductHunt, PyPI release, Docker image, install command. |
|
|
204
|
+
| F | Week 14 | Mimir Compliance tier: EU AI Act Article 12 export; first paid pilots. |
|
|
205
|
+
|
|
206
|
+
## License
|
|
207
|
+
|
|
208
|
+
Mimir (this repo) is **Apache 2.0**. The substrate underneath
|
|
209
|
+
([persistence-os](https://github.com/nawsaafa/persistence-os)) is **AGPL-3** —
|
|
210
|
+
copyleft, runtime use unencumbered, only forks-into-closed-products
|
|
211
|
+
restricted. Commercial license available for vertical integrators.
|
|
212
|
+
|
|
213
|
+
```
|
|
214
|
+
pip install mimir-os # PyPI
|
|
215
|
+
docker pull mimiros/mimir-os:latest # Docker Hub (registry namespace differs)
|
|
216
|
+
/mimir install # Anthropic Skill, in any Claude Code session
|
|
217
|
+
```
|
|
218
|
+
|
|
219
|
+
---
|
|
220
|
+
|
|
221
|
+
**Substrate:** [`nawsaafa/persistence-os`](https://github.com/nawsaafa/persistence-os) ·
|
|
222
|
+
**Docs:** [mimir-os.com](https://mimir-os.com) ·
|
|
223
|
+
**Contact:** nawfal.saadi@aiconsults.io
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
mimir_os
|