Releases: NerdSnipe-Inc/AiBrowserKit
Releases · NerdSnipe-Inc/AiBrowserKit
1.0.1
1.0.0
First stable release of AiBrowserKit.
Highlights
- Multi-tab browser UI —
BrowserView,BrowserViewModel,BrowserTabwith 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 primitives —
WebViewFactory,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