Skip to content

Releases: vocso-com/workbase

v0.1.0 — first public build (macOS)

Choose a tag to compare

@vocso vocso released this 24 Aug 19:17

The first public build of WorkBase — a local-first project manager with a nested flow view.

Download

macOSWorkBase-0.1.0-macOS-universal.dmg below. Universal (Apple Silicon and
Intel), signed with VOCSO's Developer ID and notarised by Apple, so it opens without a
Gatekeeper warning.

Windows — no installer in this release. Tauri cannot cross-compile to Windows from
macOS, so it needs a separate build; it will follow. Until then, npm run tauri build -- --bundles nsis
on a Windows machine works today.

What's in it

  • Flow view — the project as a tree at any depth, with weighted progress rolling up
    from the leaves
  • Board, Kanban and Outline views over the same data
  • My Work across every project, multiple WorkBases, 15 project templates
  • Dependencies with blocked-state propagation, full-text search, light and dark themes
  • Export to PNG, PDF, Markdown, CSV and JSON

No network access, and you can check

The app has no account, no server and no telemetry. That is enforced rather than promised —
the bundled content-security policy allows no external origins at all:

connect-src 'self' ipc: http://ipc.localhost

You can verify it yourself on the downloaded app:

strings -a /Applications/WorkBase.app/Contents/MacOS/* | grep -m1 connect-src

Your data is a single JSON document in the app's data directory. Export it whenever you
like from About → Export your data.

Verify the download

SHA-256  660c98cf52d73ee7e10139461741d51c79fc9a1c0b81a457e8a4b36fcf1ce896
shasum -a 256 WorkBase-0.1.0-macOS-universal.dmg
spctl -a -vvv -t open --context context:primary-signature WorkBase-0.1.0-macOS-universal.dmg

Built from 3246051. Feedback and bug reports welcome — this is the
first build anyone outside the team has run.