# Install sourcekitten with Homebrew, MacPorts

Framework and command-line tool for interacting with SourceKit. Version 0.38.0 via Homebrew; verified 2026-07-26. Also installable with macports: sudo port install SourceKitten.

## Install

```sh
sudo av install brew:sourcekitten
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install sourcekitten
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install SourceKitten
```

  Evidence: MacPorts ports tree: devel/SourceKitten/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

## Package facts

- **Package key:** brew:sourcekitten
- **Package manager:** Homebrew
- **Version:** 0.38.0
- **Source summary:** Framework and command-line tool for interacting with SourceKit
- **Homepage:** <https://github.com/jpsim/SourceKitten>
- **Repository:** <https://github.com/jpsim/SourceKitten>
- **Last updated:** 2026-07-26T22:32:47Z
- **Generated:** 2026-08-03T19:37:03+00:00

## Executables

- sourcekitten (alias)

## Install behavior

- Bottle: not available

## Freshness

- Page generated: 2026-08-03
- Package-manager version: 0.38.0
## Project history and usage

SourceKitten is a Swift framework and command-line tool for interacting with Apple's SourceKit service, exposing source structure, syntax, completion, indexing, module information, and documentation extraction as JSON-friendly CLI subcommands.

### Project history

The GitHub repository was created in August 2014. The README describes SourceKitten as a framework and CLI that links to `sourcekitd.framework` to parse Swift ASTs, extract comment docs for Swift or Objective-C projects, get Swift syntax data, and issue raw SourceKit requests.

The changelog shows continuous tracking of Swift and Xcode evolution: Swift 3-era API changes, Swift 4 and Swift 5 requirements, SwiftPM and Xcode documentation support, Bazel support, and syntax/declaration kind updates through Swift 6.

### Adoption history

The README lists many projects built with SourceKitten, including SwiftLint, Jazzy, Sourcery, SourceKittenDaemon, SourceDocs, Cuckoo, IBAnalyzer, and Taylor. That list makes SourceKitten infrastructure for a broad slice of Swift developer tooling.

### How it is used

The `sourcekitten` CLI provides subcommands including `complete`, `doc`, `format`, `index`, `module-info`, `request`, `structure`, `syntax`, and `version`. It can be installed with Homebrew, Swift Package Manager, Bazel, Make, or a release package.

### Why package nerds care

Package nerds care because SourceKitten turns a platform-private compiler service into a packageable Unix-style CLI and library. It is the substrate behind linters, documentation generators, mock generators, editor completion bridges, and other Swift ecosystem tools.

### Timeline

- 2014: SourceKitten repository created.
- 2015: 0.3.0-era public releases were being published.
- 2016: 0.15.0 adapted APIs for Swift 3 and Xcode 8.
- 2019: 0.30.0 required Swift 5.1 or higher.
- 2022: 0.33.0 added Bazel build support and Xcode 14 documentation support.
- 2025: 0.37.0 added Swift 6 compiler and syntax/declaration support.
- 2026: 0.37.3 continued dependency maintenance.

### Related projects

- SwiftLint, Jazzy, Sourcery, SourceDocs, Cuckoo, IBAnalyzer, Taylor, and SourceKittenDaemon are listed by the README as projects built with SourceKitten.
- SourceKit and `sourcekitd.framework` are the Apple tooling components SourceKitten communicates with.

### Sources

- <https://github.com/jpsim/SourceKitten#readme>
- <https://github.com/jpsim/SourceKitten/blob/main/CHANGELOG.md>
- <https://github.com/jpsim/SourceKitten/releases>


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- narrow executable package without higher-risk signals

## Other Package-Manager Records

- MacPorts - SourceKitten: normalized package name match | MacPorts ports tree: devel/SourceKitten/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/sourcekitten.yml](https://github.com/mxcl/pkgdb/blob/main/combined/sourcekitten.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
