Solstice

Changelog

What's new in Solstice.

Every release of the desktop app, newest first. Pulled live from the public release repo.

v0.1.0-preview

PreviewJune 19, 2026
# Solstice v0.1.0-preview · Rev 2 Preview build of Solstice — a calm, local-first daily planner. macOS, Windows, Linux. > **Rev 2 (2026-06-26)** — Adds **Cowork mode**: a multi-company / multi-client / multi-project organizer toggle alongside the daily planner. Switch with the Cowork button in the top chrome (or press `4`). Tree view with drag-and-drop priority ordering, per-node detail pane with inline edit, "Today" tab for cross-everything top-N, and one-shot import from the v0 `~/cowork/` file-based prototype. ## What's here - **macOS (Apple Silicon)** — `Solstice-0.1.0-arm64.dmg` · 118 MB - **macOS (Intel)** — `Solstice-0.1.0.dmg` · 122 MB - **Windows (x64)** — `Solstice-0.1.0-x64.exe` (NSIS installer) · 96 MB - **Linux (x64)** — `Solstice-0.1.0-x86_64.AppImage` · 125 MB All four built from the same source tree with Cowork mode included. Mac + Linux built locally; Windows built on GitHub Actions windows-latest runner. ## First-time install — preview builds are not yet code-signed These v0.1 installers are **not yet signed**. The OS will warn you about the unsigned app on first launch; this is normal for a preview release. ### macOS — Gatekeeper **On macOS 15 (Sequoia) and later**, after installing you may see: > "Solstice.app" is damaged and can't be opened. You should move it to the Trash. The app is **not damaged**. Sequoia's Gatekeeper shows this misleading message for unsigned apps that carry the browser's quarantine attribute. Fix (paste in Terminal): ```bash sudo xattr -dr com.apple.quarantine /Applications/Solstice.app open /Applications/Solstice.app ``` **On macOS 14 (Sonoma) and earlier**, you'll get the friendlier "macOS cannot verify the developer" prompt. Approve it via: 1. Open **System Settings → Privacy & Security**. 2. Scroll to the **Security** section. You'll see *"Solstice was blocked from use because it is not from an identified developer."* 3. Click **Open Anyway**, then click **Open** in the next dialog. You only need to do either workaround once per install. ### Windows — SmartScreen The first time you run `Solstice-0.1.0-x64.exe`, Windows Defender SmartScreen will show *"Windows protected your PC."* 1. Click **More info**. 2. Click **Run anyway**. ### Linux — AppImage 1. After download, make the file executable: `chmod +x Solstice-0.1.0-x86_64.AppImage` 2. Double-click or run it directly: `./Solstice-0.1.0-x86_64.AppImage` No additional install steps. The AppImage is self-contained. ## Going forward Code signing + notarization land in v0.2. Once signed, the warning dialogs disappear and installation is one click. ## Product page https://solstice.abrlab.xyz