docs: one answer on Windows support — macOS and Linux only (BEA-77) (#126)

"Can my Windows teammate join?" got three answers from three official
surfaces: README's feature list said macOS & Linux, its CLI table
documented an HKCU Run entry on Windows, and the hub's Installation page
named no OS at all.

Windows autostart is real code that cannot run — internal/store's flock
and internal/daemon's Kill/Setsid are unix-only, so GOOS=windows does
not build. The fix is the docs, not the port: every Windows claim comes
out of README, web/docs and `bdrive autostart`'s own help, and the
Installation page gains one line naming the supported systems.

No Go source is deleted; internal/autostart/autostart_windows.go stays
compiled-but-dormant for whenever the port happens.
This commit is contained in:
Snow Lee (Sungwon)
2026-08-11 00:52:46 +09:00
committed by GitHub
parent 826d13795f
commit 7dd5d097fe
8 changed files with 35 additions and 12 deletions
@@ -71,6 +71,7 @@ export function ConnectGuide({ project, existing }: { project: Project; existing
The agent installs the CLI, signs this machine in, and registers the sync hooks asking
before anything it changes.
</p>
<p className="gd-desc">Runs on macOS and Linux. Windows is not supported yet.</p>
<details className="gd-manual">
<summary>What exactly happens</summary>
<ul className="gd-desc gd-list">
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>BearDrive</title>
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23f5a623'><rect x='4' y='4' width='5.6' height='24'/><rect x='11.2' y='4' width='14.4' height='11.2'/><rect x='11.2' y='16.8' width='16.8' height='11.2'/></svg>">
<script type="module" crossorigin src="/assets/index-CM4CrIy-.js"></script>
<script type="module" crossorigin src="/assets/index-xRtrzl4p.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-C62PcDae.css">
</head>
<body>