Ross ROSS = Recommend OSS · open-source software intelligence for agents

kareman/SwiftShell

A Swift framework for shell scripting. observed · 2026-08-28

github.com/kareman/SwiftShell · homepage · Swift · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

69/100

  • Activity 74
  • Release rhythm 44
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4390
  • days_rel: 160
  • days_push: 160
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

1060 stars · 86 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

SwiftShell is a Swift library for creating command-line applications and running shell commands from Swift code. It provides process execution with output handling, asynchronous command running, and access to execution contexts like environment variables, standard streams, and the working directory.

Use cases

  • run shell commands from swift
  • write command-line scripts in swift
  • capture command output in a swift app
  • run shell commands asynchronously
  • build cli tools with swift package manager
  • read and write files from a swift script

When to choose

  • you want to script shell tasks in Swift instead of Bash
  • you need fine-grained control over process contexts, streams, and errors
  • you are building a command-line tool in Swift on macOS or Linux

When to avoid

  • you need a full argument parser (pair it with Moderator)
  • you only target Apple platforms with Process/Foundation already sufficient
  • you need cross-platform support beyond macOS and Linux

Facets

library · maturity active

cli developer-tools file-system error-handling developer-tools shell-scripting swift-package-manager process-execution streams command-line automation macos linux swift

2 sources

Member repositories

RepositoryRoleHealth v2
kareman/SwiftShellmain69

For agents

markdown · JSON · MCP: product_card(name="kareman/SwiftShell")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem