Mac software studio

Focused, native
software for the Mac.

A small studio building Mac apps the way Macs were meant to be used — native, fast, sandboxed, and respectful of your time and data.

No Bloated FrameworksNative SwiftUI & AppKit
No accountsBuy once, own it
No telemetryYour data stays put
Aurora.md — MaiD
# Aurora notes

## Build log
- [x] native renderer
- [ ] export to PDF

```mermaid
graph LR
  Write --> Preview
```

Aurora notes

Build log
  • native renderer
  • ○ export to PDF
Write Preview
What we build

A few apps, made carefully.

We'd rather ship a small number of focused tools we use every day than a catalogue of things we don't. Here's what's out now.

MaiD editor with side-by-side live Markdown preview, outline sidebar, and document tabs
macOS 14+ · App Store · Download

MaiD

A focused, native Markdown editor — side-by-side live preview, an outline built from your headings, native Mermaid diagrams drawn in pure Swift, and one-click HTML & PDF export. Sandboxed and offline by design.

  • Side-by-side editor and live preview, light or dark
  • Mermaid diagrams rendered natively — no web view, no JS engine, no network
  • Outline sidebar from your headings; real macOS documents with auto-save & version history
  • Export to clean, self-contained HTML and PDF
ChessLLM showing a chess board mid-game with the move list and live LLM commentary panel
macOS 14+ · Free

ChessLLM

Play chess against the large language model of your choice — frontier cloud models via OpenRouter, or entirely offline with LMStudio, llama.cpp, or Ollama. A pure-Swift engine enforces every rule; the model plays the moves, with streaming commentary in the tone you pick.

Funny commentary
Knight to f6 — fashionably late, and slightly underdressed for this position.
macOS 14+ · Free

Columnar

Trello, in your menu bar. View, create, update, and archive boards, lists, and cards without leaving whatever you're working on — real kanban columns with drag-and-drop, checklists, comments, and reactions, behind one global hotkey.

  • Boards as kanban columns — drag cards between lists, reorder lists by dragging
  • Checklists, comments with emoji reactions, members & real avatars
  • ⌃⌥T from anywhere; your API key and token live in the macOS Keychain
  • Native SwiftUI & AppKit, sandboxed — talks only to the Trello API
Open source · Swift package

swift-mermaid

A pure-Swift Mermaid renderer for Apple platforms. No JavaScript engine, no WKWebView, no network entitlement — for sandboxed apps that need Markdown previews with diagrams. It's what powers MaiD's diagrams.

# add to your Package.swift
.package(url: "github.com/australware/swift-mermaid"),

// then render — no web view
let view = MermaidView(
  source: "graph LR; A-->B"
)
How we work

Principles, not features.

The reasons our apps feel the way they do. These aren't marketing lines — they're the constraints we build under.

01

Native, not wrapped

SwiftUI and AppKit, drawn with Core Graphics and Core Text. The Mac is a platform, not a delivery target for a browser engine.

02

Your data stays on your Mac

Sandboxed by default. Where an app needs the network, it's because you turned it on — and the destination is one you can see.

03

No accounts, no subscriptions

Buy it once, own it. We don't have a server to log into, and we don't have one to take down later.

04

Determinism over magic

Predictable output, reproducible builds, and clean error paths beat clever heuristics you can't debug.

Keep the light on

No ads. No subscriptions.
Just software worth paying for.

We build without trackers, accounts, or recurring fees — which also means no recurring revenue. If our apps have saved you time, a one-time donation helps us keep building and keep them free of the usual strings.

Built under southern skies
Get in touch

Questions, bugs, or feature requests?

We read everything. Tell us your macOS version and the app build (App ▸ About) when reporting a bug, and we'll get back to you.

support@australware.io