Alamofire
Elegant HTTP Networking in Swift observed · 2026-08-28
Health v2 · maintenance only
87/100
- Activity 95
- Release rhythm 70
- 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: 39.5
- age_days: 4416
- days_rel: 121
- days_push: 31
- n_releases_24m: 7
Adoption not part of the score
42422 stars · 7664 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Alamofire is an elegant HTTP networking library for Swift built on top of URLSession, providing chainable request/response handling, parameter encoding, and authentication. It includes component libraries like AlamofireImage and supports certificate and public key pinning.
Use cases
- make http requests in swift
- upload and download files in ios app
- handle rest api responses in swift
- implement certificate pinning in ios
- encode request parameters for api calls
- add authentication headers to network requests
When to choose
- you are building an iOS, macOS, or Swift server app that talks to HTTP APIs
- you want a higher-level API over URLSession with response validation and chaining
- you need file uploads/downloads and parameter encoding out of the box
When to avoid
- you only need a handful of simple requests and prefer zero dependencies
- you are not working in Swift or an Apple/Linux/Windows Swift environment
- you need low-level control over every URLSession detail
Facets
library · maturity stable
http-client networking auth security web-development developer-tools mobile-development apis windows cross-platform urlsession http certificate-pinning swift-package-manager cocoapods request-response swift ios macos linux
1 source
- readme: https://github.com/Alamofire/Alamofire · fetched 2026-08-28 · f6554cd98a95
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Alamofire/Alamofire | main | 87 |
| Alamofire/AlamofireImage | plugin | 78 |
For agents
markdown · JSON · MCP: product_card(name="Alamofire/Alamofire")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem