The world does revolve around you.

Acknowledgements.

Open source is the reason a small team can ship a product like this. Attribution is the trade.

Last reviewed: 26 July 2026

Ostler ships with a number of third-party open-source components. Each entry below links to its upstream repository and to the canonical licence text we redistribute. The legally-binding NOTICE files are bundled inside the installed product (per Apache 2.0 §4(d) compliance) and surfaced via Settings → About → Acknowledgements in the iOS app and ostler --licenses on the Mac Hub.

This page is a quick public index. If you spot a missing entry, an out-of-date version, or a licence we’ve classified incorrectly, please tell us at [email protected].

The projects Ostler is built on

Ostler is built on open-source software. We are grateful to the maintainers and contributors of the projects below. Every component ships under a permissive licence; the full verbatim licence texts are installed on your Mac at ~/.ostler/LICENSES/ and printable with ostler --licenses.

Core engine

The engine statically links its Rust dependency tree (over 1,200 crates), each under a permissive licence (MIT, Apache-2.0, BSD-2/3-Clause, ISC, Zlib, MPL-2.0, Unicode, and similar). Notable libraries include: tokio (MIT), rustls (Apache-2.0 OR ISC OR MIT), ring (Apache-2.0 AND ISC), hyper / axum (MIT), serde / reqwest / clap / chrono / image (MIT OR Apache-2.0), rusqlite (MIT), lettre (MIT), and mail-parser (Apache-2.0 OR MIT).

Memory stores and runtime

Ingest and processing

Site and interface

  • FastAPI (MIT), Uvicorn (BSD-3-Clause), Pydantic (MIT) – API services.
  • MkDocs (BSD-2-Clause) and Material for MkDocs (MIT) – the personal wiki site.
  • Outfit, IBM Plex Sans, and IBM Plex Mono – interface fonts. SIL Open Font License 1.1. Outfit · IBM Plex

On-device models

  • Qwen3 (Apache-2.0), nomic-embed-text (Apache-2.0) – language and embedding models.
  • OpenAI Whisper via WhisperKit (MIT) – speech transcription.

iOS Companion app

  • WhisperKit (MIT), FluidAudio (Apache-2.0), Realm (Apache-2.0), swift-transformers / swift-collections / swift-crypto (Apache-2.0), llama.cpp via llama.swift (MIT).

Full licence texts and copyright notices for every component are available in the product at ~/.ostler/LICENSES/. If we have missed an attribution, please contact us and we will correct it.

Complete package index

The exhaustive per-package index, grouped by licence family.

Permissive (MIT / BSD / Apache-2.0)

The majority of Ostler’s stack. Attribution required, no copyleft obligations.

Python – Mac Hub services

Swift – iOS app & macOS RemoteCapture

Bundled runtime services

Fetched at install time via Homebrew (or the equivalent upstream release page) and pinned by the installer. Not statically linked into any Creative Machines binary; each retains its own upstream identity.

Local model weights

Models are lazy-downloaded on first use; you’ll be informed before any download.

If you swap in an alternative local model (Llama, Gemma, or others) via Ollama, that model carries its own upstream licence which we cannot reproduce here on your behalf. You’re responsible for accepting the chosen model’s terms before use.

Mozilla Public License 2.0

File-level copyleft. Modifications to the licensed files must be published under MPL-2.0; combining with a larger work under another licence is permitted.

Other open licences (Zlib)

Permissive in effect, but distinct from the MIT/BSD/Apache family.

Copyleft (LGPL / GPL)

Ostler does not bundle any GPL or LGPL code into its distributed binaries. Where any optional tooling falls under copyleft (for example, developer-only utilities), it is invoked as a separate process or fetched at install time from the user’s own package manager (Homebrew, pip), not redistributed by us.

Custom / proprietary

Linked at runtime from the user’s operating system. Not bundled or redistributed by us. No attribution required; listed for transparency.

Apple SDK frameworks

Linked dynamically against the host operating system on iOS, macOS, watchOS, and visionOS.

  • ActivityKit
  • AppIntents
  • AppKit
  • AudioToolbox
  • AuthenticationServices
  • AVFoundation
  • BackgroundTasks
  • Contacts
  • CoreBluetooth
  • CoreLocation
  • CoreML
  • CoreSpotlight
  • CryptoKit
  • EventKit
  • HealthKit
  • MapKit
  • MusicKit
  • Network
  • Photos
  • SafariServices
  • ScreenCaptureKit
  • Security
  • Speech
  • StoreKit
  • SwiftData
  • SwiftUI
  • Translation
  • UIKit
  • UserNotifications
  • WatchConnectivity
  • WatchKit
  • WebKit
  • WidgetKit

Governed by the Apple Developer Program License Agreement.

Why this matters

Open source is the reason a small team can ship a product like this. Attribution is the trade. The version-controlled source-of-truth for the legally-binding NOTICE files lives inside the installed product. Mistakes in this list are ours, not the upstream projects’.

Contact

Missed something? Questions about a specific licence, missing attribution, or compliance: [email protected] or [email protected].

The shoulders we stand on.

Open source  ·  Verifiable  ·  Yours