Skip to content

Commit f9872fc

Browse files
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>
1 parent 064675c commit f9872fc

2 files changed

Lines changed: 17 additions & 67 deletions

File tree

README.md

Lines changed: 17 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ The InterBrain is an innovative knowledge gardening system that aims to revoluti
88

99
## 🚀 Ready to Install & Try
1010

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.
1212

1313
**[→ Installation Guide](#installation--setup)**
1414

1515
## Project Status & Roadmap
1616

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.
17+
> ⚡️ **Current Status: 8 Foundation Epics Complete + Desktop App**
18+
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.
1919

2020
> 🔬 **Previous Exploration:**
2121
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 [*
2424
The InterBrain is designed as the foundation for **DreamOS** — a decentralized, AI-agent-powered operating system for collective sensemaking and human-computer symbiosis.
2525

2626
> 💡 **Development Roadmap:**
27-
- ✅ Epics 1-7: Complete foundation (plugin infrastructure, 3D visualization, DreamNode management, liminal web, semantic search, dreamweaving, conversational copilot)
28-
- 🚧 Epic 8: Coherence Beacon System (in progress)
27+
- ✅ Epics 1-8: Complete foundation (plugin infrastructure, 3D visualization, DreamNode management, liminal web, semantic search, dreamweaving, conversational copilot, coherence beacon)
28+
- ✅ Desktop app + GitHub-based collaboration transport (full cross-platform support)
2929
- 🪐 DreamOS system (future evolution)
3030

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).
3232

3333
## Installation & Setup
3434

@@ -43,39 +43,28 @@ InterBrain is currently in **private beta**. We're gathering feedback from early
4343

4444
### Platform Support
4545

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.
4747

48-
| Feature | macOS | Linux | Windows |
49-
|---------|-------|-------|---------|
48+
| Feature | macOS | Windows | Linux |
49+
|---------|-------|---------|-------|
5050
| Create & edit DreamNodes ||||
5151
| DreamSong canvas playback ||||
5252
| Submodule import (dreamweaving) ||||
5353
| Semantic search (Ollama) ||||
5454
| 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.
55+
| Peer-to-peer collaboration ||||
5856

5957
### Quick Install
6058

61-
**macOS / Linux:**
62-
```bash
63-
bash <(curl -fsSL https://raw.githubusercontent.com/ProjectLiminality/InterBrain/main/install.sh)
64-
```
59+
Download the installer for your platform from the [**latest release**](https://github.com/ProjectLiminality/InterBrain/releases/latest):
6560

66-
**Windows:**
67-
```powershell
68-
irm https://raw.githubusercontent.com/ProjectLiminality/InterBrain/main/install.ps1 | iex
69-
```
61+
- **macOS**`InterBrain_*_universal.dmg`
62+
- **Windows**`InterBrain_*_x64-setup.exe`
63+
- **Linux**`InterBrain_*_amd64.AppImage` or `.deb`
7064

71-
The install script will automatically install and configure all dependencies:
72-
- Obsidian (if not already installed)
73-
- Git (required for DreamNode versioning)
74-
- Ollama (for semantic search with local AI)
75-
- Radicle (for peer-to-peer sharing - macOS/Linux)
76-
- InterBrain plugin and vault setup
65+
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.
7766

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.
7968
8069
---
8170

@@ -213,7 +202,7 @@ Easily open any given DreamNode in your favorite git client of your choice.
213202

214203
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.
215204

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.*
217206

218207
### 📊 Organic Content Visualization
219208

docs/update-post-rc21.md

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)