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

hollance/Forge

A neural network toolkit for Metal observed · 2026-08-28

github.com/hollance/Forge · Swift · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

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: 3419
  • days_rel: n/a
  • days_push: 3029
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1264 stars · 171 forks observed · 2026-08-28

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

Forge is a Swift library that wraps Apple's MPSCNN (Metal Performance Shaders CNN) framework to make it easier to build and run deep neural networks on iOS and macOS GPUs. It provides a DSL for layer creation, data conversion helpers, custom layers like depth-wise convolution, and pretrained example models such as LeNet-5, Inception, and MobileNets.

Use cases

  • build a neural network on iOS using Metal performance shaders
  • run MobileNet or SSD inference fast on iPhone GPU
  • convert MPSImage and MTLTexture data to Swift Float arrays
  • define CNN layers with a simple Swift DSL instead of MPSCNN boilerplate
  • implement custom Metal compute kernels for deep learning layers
  • debug and inspect intermediate outputs of a Metal neural network

When to choose

  • you need GPU-accelerated neural network inference on iOS 10/11 faster than Core ML
  • you want to learn how CNNs are implemented with Metal performance shaders
  • you need custom layers like depth-wise convolution on top of MPSCNN

When to avoid

  • you target modern iOS versions, since the MPSCNN API it uses is no longer supported
  • you want a maintained library, as the author explicitly no longer maintains it
  • Core ML meets your performance needs on current Apple platforms

Facets

library · maturity abandoned

deep-learning machine-learning image-processing developer-tools deep-learning machine-learning mobile-development apple-ecosystem metal mps-cnn neural-networks core-ml mobilenet gpu-acceleration unmaintained ios macos swift gpu

1 source

Member repositories

RepositoryRoleHealth v2
hollance/Forgemain32

For agents

markdown · JSON · MCP: product_card(name="hollance/Forge")

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