Acknowledgements
Skein is deliberately light on dependencies, but it isn’t built from nothing. These are the projects it leans on.
GRDB.swift
Gwendal Roué / MIT License
A Swift toolkit for SQLite. Skein uses it for the local search index, including the full-text search and the relevance ranking that puts the note you meant at the top.
SQLite
D. Richard Hipp and contributors / Public domain
The database engine underneath that index, and its FTS5 extension, which does the actual full-text searching.
Swift, SwiftUI and AppKit
Apple Inc.
Skein is built with Apple's native frameworks for macOS. No browser runtime, no cross-platform layer.
If you believe your project should be listed here, or an attribution is wrong, please tell me at hello@teze.appand I’ll put it right.