Skip to content
Jim Daley edited this page Feb 26, 2026 · 15 revisions

Forsetti Framework Wiki

Forsetti is a native Apple modular runtime framework for iOS and macOS applications. It gives host apps a consistent way to discover, validate, unlock, activate, and render feature modules while keeping architecture boundaries strict and enforceable.

Current architecture emphasizes:

  • Shell-owned UI guardrails (module UI is additive through approved contribution surfaces).
  • Contract-first module boundaries and runtime policy gates.
  • Multi-module runtime state with explicit UI module selection.

Start Here

Wiki Map

Foundations

Implementation

Operations

Repository References

Source of Truth

Wiki content is derived from repository docs and source:

  • README.md
  • guide.md
  • developer-guide.md
  • wiki.md
  • Package.swift
  • Sources/
  • Tests/
  • Scripts/
  • .github/workflows/

Clone this wiki locally