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
README: reflect v0.16.0 desktop-app reality; remove shipped blog draft
README:
- Platform Support table: replace the Radicle-P2P row (Windows 🔜) with
"Peer-to-peer collaboration ✅" across all three platforms — the GitHub
transport works identically everywhere. Dropped the Windows-P2P Radicle
note and the stale platform-support.md link; point at docs/ROADMAP.md
for Linux validation status instead.
- Quick Install: replace the deleted install.sh / install.ps1 one-liners
with the desktop-app installer download from the latest release, and a
description of the in-app first-run setup flow.
- GitHub Publishing blurb: "complements peer-to-peer collaboration"
instead of "the peer-to-peer Radicle sharing".
Removed docs/update-post-rc21.md — the v0.16.0 announcement is published
on Open Collective; the draft was a one-time artifact. Still recoverable
from history (a5250ee) if ever needed.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+17-28Lines changed: 17 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,14 @@ The InterBrain is an innovative knowledge gardening system that aims to revoluti
8
8
9
9
## 🚀 Ready to Install & Try
10
10
11
-
The InterBrain is work-in-progress software with basic functionality now installable as an Obsidian plugin. You can download and install the plugin to start building your liminal web using the existing features, while other capabilities are still in development and the full vision has yet to be comprehensively implemented.
11
+
The InterBrain is work-in-progress software, now installable as a proper desktop app that sets up an Obsidian plugin for you. You can download it for macOS, Windows, or Linux and start building your liminal web using the existing features, while other capabilities are still in development and the full vision has yet to be comprehensively implemented.
12
12
13
13
**[→ Installation Guide](#installation--setup)**
14
14
15
15
## Project Status & Roadmap
16
16
17
-
> ⚡️ **Current Status: 7 Foundation Epics Complete, Epic 8 In Progress**
18
-
Epics 1-7 are complete (plugin infrastructure, 3D visualization, DreamNode management, liminal web, semantic search, dreamweaving, conversational copilot). Epic 8 (Coherence Beacon System) is currently in development with automatic relationship discovery, bidirectional tracking, and Radicle network integration.
Epics 1-8 are complete: plugin infrastructure, 3D visualization, DreamNode management, liminal web, semantic search, dreamweaving, conversational copilot, and the Coherence Beacon System (automatic relationship discovery and bidirectional tracking). The latest milestone ships InterBrain as a cross-platform desktop app with GitHub as the collaboration transport — bringing full macOS, Windows, and Linux parity.
19
19
20
20
> 🔬 **Previous Exploration:**
21
21
Earlier exploration work including screenshots and recordings can be found at [**InterBrain-Prototype**](https://github.com/ProjectLiminality/InterBrain-Prototype). This repository contains the conceptual foundation and visual demonstrations that inform the current development approach.
@@ -24,11 +24,11 @@ Earlier exploration work including screenshots and recordings can be found at [*
24
24
The InterBrain is designed as the foundation for **DreamOS** — a decentralized, AI-agent-powered operating system for collective sensemaking and human-computer symbiosis.
25
25
26
26
> 💡 **Development Roadmap:**
27
-
- ✅ Epics 1-7: Complete foundation (plugin infrastructure, 3D visualization, DreamNode management, liminal web, semantic search, dreamweaving, conversational copilot)
-✅ Desktop app + GitHub-based collaboration transport (full cross-platform support)
29
29
- 🪐 DreamOS system (future evolution)
30
30
31
-
Current development progress is tracked through [**GitHub Issues**](https://github.com/ProjectLiminality/InterBrain/issues) and [**Project Board**](https://github.com/users/ProjectLiminality/projects/2). For detailed achievement history, see [CHANGELOG.md](CHANGELOG.md).
31
+
Current development progress is tracked through [**GitHub Issues**](https://github.com/ProjectLiminality/InterBrain/issues) and [**Project Board**](https://github.com/users/ProjectLiminality/projects/2). For detailed achievement history, see [CHANGELOG.md](CHANGELOG.md). For known issues and the near-term backlog, see [docs/ROADMAP.md](docs/ROADMAP.md).
32
32
33
33
## Installation & Setup
34
34
@@ -43,39 +43,28 @@ InterBrain is currently in **private beta**. We're gathering feedback from early
43
43
44
44
### Platform Support
45
45
46
-
InterBrain runs on **macOS, Linux, and Windows**. See [Platform Support Documentation](src/features/social-resonance-filter/docs/platform-support.md) for full details.
46
+
InterBrain runs on **macOS, Windows, and Linux**. The collaboration transport is built on GitHub, so peer-to-peer sharing works the same on every platform. Linux is fully built but is still completing its end-to-end shakedown — see [docs/ROADMAP.md](docs/ROADMAP.md) for current validation status.
47
47
48
-
| Feature | macOS |Linux|Windows|
49
-
|---------|-------|-------|---------|
48
+
| Feature | macOS |Windows|Linux|
49
+
|---------|-------|---------|-------|
50
50
| Create & edit DreamNodes | ✅ | ✅ | ✅ |
51
51
| DreamSong canvas playback | ✅ | ✅ | ✅ |
52
52
| Submodule import (dreamweaving) | ✅ | ✅ | ✅ |
53
53
| Semantic search (Ollama) | ✅ | ✅ | ✅ |
54
54
| GitHub publishing | ✅ | ✅ | ✅ |
55
-
|**P2P collaboration (Radicle)**| ✅ | ✅ | 🔜 |
56
-
57
-
**Windows P2P Note**: Radicle's `git-remote-rad` and `radicle-node` are not yet available on Windows. Once Radicle ships these components, InterBrain will automatically enable full P2P collaboration. See [Platform Support](src/features/social-resonance-filter/docs/platform-support.md) for details on expressing interest to the Radicle team.
Run the installer and the InterBrain desktop app guides you through setup: it checks for prerequisites (Git, the GitHub CLI), installs anything missing, connects your GitHub account, and drops the plugin into an Obsidian vault for you. The app then lives in your system tray as a small background companion to the Obsidian plugin.
77
66
78
-
> 💡 **Tip**: If the install script encounters issues, you can safely re-run it. It's designed to be idempotent and may resolve transient problems on subsequent runs.
67
+
> 💡 **Tip**: If first-run setup hits a snag, you can safely re-run it — the setup steps are idempotent.
79
68
80
69
---
81
70
@@ -213,7 +202,7 @@ Easily open any given DreamNode in your favorite git client of your choice.
213
202
214
203
Share your DreamNodes with the world via GitHub Pages. With one action, publish a DreamNode to GitHub - the system creates a repository, generates an interactive viewer bundle, and deploys it to GitHub Pages. Recipients can view the DreamTalk and DreamSong in their browser, and easily clone it into their own InterBrain.
215
204
216
-
*Complements the peer-to-peer Radicle sharing for cases where you want public, web-accessible sharing.*
205
+
*Complements peer-to-peer collaboration for cases where you want public, web-accessible sharing.*
0 commit comments