# nvzqz/FileKit

Simple and expressive file management in Swift

Repository: https://github.com/nvzqz/FileKit
Canonical: https://ross.abutalabs.com/products/filekit
Homepage: https://nvzqz.github.io/FileKit/docs/
Language: Swift
License: MIT
License Family: permissive
Topics: swift, files, paths
Last push: 2024-04-09T03:20:24+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4019, "days_push": 876, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2359, forks 212 (observed 2026-08-28T04:06:40.779124+00:00)

## What it is
FileKit is a Swift framework providing simple and expressive file management, wrapping file and path operations in a clean Swift API. It supports macOS, iOS, watchOS, and tvOS and is distributed via CocoaPods, Carthage, and Swift Package Manager.

## Use cases
- read and write files in swift
- manage file paths in an ios app
- delete or move files with a swift api
- wrap nsfilemanager with a nicer interface
- handle text file i/o in swift

## When to choose
- you are building an apple-platform app in swift and want ergonomic file operations
- you prefer a typed, expressive API over raw Foundation FileManager calls

## When to avoid
- you need cross-platform (Linux/Windows) file handling in Swift
- you need a library under very active development, as releases are infrequent

## Facets
- artifact type: library
- maturity: maintenance
- function: file-system
- domain: files, developer-tools, cross-platform
- platform: -
- tags: swift-framework, file-management, paths, cocoapods, carthage, macos, ios, swift

## Member repositories
- nvzqz/FileKit (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:40.779124+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:36:13.865694+00:00, confidence not recorded.
  - readme: https://github.com/nvzqz/FileKit (fetched 2026-08-28T04:06:40.779124+00:00, sha bcd7ab4df9cf)
- Data as of 2026-08-30T08:39:29.467469+00:00.
