Decompiler for compiled iOS/macOS interface files (.nib, .storyboardc): object tree, wiring, custom classes, navigation graphs
image:https://github.com/tokenbleed/nibkit/actions/workflows/ci.yml/badge.svg[build status,link=https://github.com/tokenbleed/nibkit/actions/workflows/ci.yml]
Decompiler for compiled iOS/macOS interface files. Parses .nib and .storyboardc files (the format real apps ship), extracts object structure, wiring, custom classes, and the navigation graph. Single static Go binary, stdlib only, cross-compiles anywhere. Also runs as an MCP server, so AI coding tools can decode nibs directly.
strings gives you tokens. nibkit gives you relationships: which control fires which selector, which custom class backs which scene, how navigation flows, and what runtime attributes were set.
[source,sh] ---- brew install tokenbleed/tap/nibkit ----
[source,sh] ---- go install github.com/tokenbleed/nibkit@latest ----
Prebuilt binaries for darwin and linux (arm64 and amd64) are on the https://github.com/tokenbleed/nibkit/releases[releases] page. No runtime dependencies.
nibkit mcp speaks the Model Context Protocol over stdio (newline-delimited JSON-RPC, no dependencies), exposing the read-only commands as tools: nibkitwiring, nibkitclasses, nibkitsegues, nibkittree, nibkitall, nibkitinfo. Each takes one path argument (any input the CLI accepts, including .ipa and .app).
[source,sh] ---- claude mcp add nibkit -- nibkit mcp ----
[source,json] ---- { "mcp": { "nibkit": { "type": "local", "command": ["nibkit", "mcp"] } } } ----
From the project README.
Add the radar badge to your README — it shows your project was picked up by MCP Radar and links to this page:
[](https://mcp.liqiwa.com/s/tokenbleed--nibkit.html)
Local, capability-aware MCP server for authorized AI-assisted macOS and iOS debugging, Simulator/device workflows, Apple binary analysis, profiling, and reproducible evidence.
arxdsilva/vaultA minimal, keyboard-first file manager that replaces Finder and Explorer. Search-first navigation, instant preview, OS-trash-only deletes. Go + Wails.
aka-kika/hig-mcpMCP server serving Apple Human Interface Guidelines as structured design tokens for AI coding agents — post-WWDC25 system colors, Liquid Glass constraints, SwiftUI mappings.
vshulcz/deja-vuYour agents already solved this. deja finds it — retroactive search and MCP recall over the session logs your coding agents already wrote. Cross-agent, SSH-portable, one zero-dep binary, fully local.
enowdev/succubusCross-agent coordination for AI coding agents. One daemon, one database — so multiple agents in one repo can see each other's plan, tasks, and file claims.
Resetnak/cooldeckKeyboard-first terminal dashboard for Coolify: deployments, live logs across your whole fleet, and an MCP server for your agent
The top new MCP servers of the week, every Monday. No spam, unsubscribe anytime.