Skip to content

Releases: NerdSnipe-Inc/AiBrowserKit

1.0.1

27 Jun 06:07

Choose a tag to compare

Add comprehensive DocC comments across all public APIs and tighten Swift Package Index metadata for macOS-first docs generation.

1.0.0

27 Jun 04:34

Choose a tag to compare

First stable release of AiBrowserKit.

Highlights

  • Multi-tab browser UIBrowserView, BrowserViewModel, BrowserTab with smart URL bar
  • Bookmarks — folder tree, JSONL persistence, slide-out panel, bookmark bar
  • Pinned sites — sidebar tiles, groups, favicons, auto-refresh, localhost reachability
  • Console capture — intercepts console.* into a ring buffer; detached or inline panel
  • Screenshots — visible area or drag-select region → clipboard, file, or host callback
  • WebKit primitivesWebViewFactory, WebViewState, stealth injection, theme override
  • Persistence — unified storage under ~/Library/Application Support/AiBrowserKit/

Platforms

  • macOS 26+ — full UI (AppKit-gated)
  • iOS 17+ / visionOS 1+ — WebKit building blocks only

Install

.package(url: "https://github.com/NerdSnipe-Inc/AiBrowserKit.git", from: "1.0.0")

Testing

swift test
RUN_INTEGRATION_TESTS=1 swift test