Preview buildv0.3.0-rc.1

Download SourceWeft.

Native apps for macOS and Windows today, with iOS and Android on the way. Every app signs in to the same account and workspaces as the web; local device capabilities arrive on macOS first.

  • The same account, workspaces, and chats as the web app
  • A native window instead of a browser tab
  • Local working directories and file panels on macOS
  • Desktop MCP servers that need a local process
SourceWeft desktop app on macOS: a workspace with a selected reading-notes source, a drafted question in the composer, and the Hub panel listing sources

All downloads

Every build, with its checksum.

Version 0.3.0-rc.1 from the preview channel. Compare the SHA-256 before installing an unsigned build.

macOS

macOS 11 or later

Apple Silicon

SourceWeft_0.3.0-rc.1_aarch64.dmg

DMG · 7.5 MB

Download
SHA-256a2f047b66217236c
GitHub mirror
IntelNot available yet

Windows

Windows 10 or later, 64-bit

x64

SourceWeft_0.3.0-rc.1_x64-setup.exe

EXE installer · 4.4 MB

Download
SHA-256323a04a03cce9f5d
GitHub mirror
ARM64Not available yet

Linux

Ubuntu 22.04 / Debian 12 or later, x64 (AppImage)

x64

SourceWeft_0.3.0-rc.1_amd64.AppImage

AppImage · 92.9 MB

Download
SHA-2565cba045021d26efa
GitHub mirror
ARM64Not available yet

Mobile apps

SourceWeft in your pocket.

Read, ask, and review your sources on the go. The iOS and Android apps are in preparation; until the store listings go live, the web app works in Safari and Chrome on any phone.

A closer look

What you get on the desktop.

Captured from the macOS app. The same workspaces as the web, plus the parts that only make sense next to your files and your machine.

Run in the cloud or on this computer

Run in the cloud or on this computer

Pick where each chat executes. Your Mac shows up as an online device the moment the app is running.

Work inside a local folder

Work inside a local folder

Give a chat a working directory so files it reads and writes stay on your machine.

Install skills into a workspace

Install skills into a workspace

Browse official and community skills, then enable them per workspace from the same window.

Connect MCP servers, including desktop-only ones

Connect MCP servers, including desktop-only ones

STDIO servers that need a local process are available here because the desktop app hosts them.

Everywhere you work

Same notebook, every surface.

Desktop and mobile are two entry points. Your workspaces stay in sync with the web app, the browser extension, and your own self-hosted instance.

Web app

No install required. Open SourceWeft in any modern browser and pick up where you left off.

Browser extension

Capture pages and clips into your notebook straight from Chrome or Edge.

Chrome · Coming soonEdge · Coming soon

Self-host

Run SourceWeft on your own infrastructure with the Docker Compose bundle shipped with every release.

Before you install

System requirements

  • macOS · macOS 11 or later
  • Windows · Windows 10 or later, 64-bit
  • Linux · Ubuntu 22.04 / Debian 12 or later, x64 (AppImage)
  • Account · the desktop app signs in with your existing SourceWeft account
  • Local device execution · macOS only for now
Unsigned builds

Current installers are not code-signed yet.

Your operating system will warn about an unidentified developer. Verify the SHA-256 on this page, then allow the app once.

  • macOS: Control-click SourceWeft in Applications, choose Open, then confirm in the dialog.
  • Windows: when SmartScreen appears, choose More info, then Run anyway.

Verify the checksum

# macOS
shasum -a 256 ~/Downloads/SourceWeft_*.dmg

# Windows (PowerShell)
Get-FileHash .\SourceWeft_*-setup.exe -Algorithm SHA256

FAQ

Download and install basics

Is the desktop app different from the web app?

It signs in to the same SourceWeft account and opens the same workspaces, chats, and sources. On top of that it adds a native window and, on macOS, local device capabilities such as working directories and file panels.

Why does macOS say the app cannot be verified?

Earlier verification builds were not signed or notarized. Check the release’s signing information and compare its SHA-256 checksum before installing. Signed releases are built with an Apple Developer certificate and notarization.

Why does Windows SmartScreen warn about the installer?

Earlier verification installers were unsigned. Check the release’s signing information and SHA-256 checksum before proceeding. The signed release pipeline uses a Windows code-signing certificate.

How do updates work?

Updater-enabled clients check and download in the background, then ask before installation. Choose Stable or Preview in Settings → About → Software update. Older clients require one manual installation of an updater-enabled release. Linux in-app updates use the AppImage package.

What is a preview build?

Preview builds are release candidates published from pre-release tags before a stable release. They may change before the stable version ships.

Is there a Linux build?

Linux x64 is packaged as an AppImage. When a release is published, its download appears above. Make the downloaded file executable and run it; some distributions require FUSE 2. AppImage updates use the same stable and preview channels. Local device execution still requires macOS.