macOS
brew install swclocal Homebrew formula metadata
brew
Super-fast Rust-based JavaScript/TypeScript compiler. Version 1.15.43 via Homebrew; verified 2026-06-22.
install
brew install swclocal Homebrew formula metadata
sudo apk add swcAlpine Linux edge package indexes · swc · source: dl-cdn.alpinelinux.org
nix profile install nixpkgs#swcnixpkgs package indexes · pkgs/by-name/sw/swc/package.nix · source: api.github.com
scoop install main/swcScoop official bucket manifest trees · bucket/swc.json · source: api.github.com
overview
Super-fast Rust-based JavaScript/TypeScript compiler
history
SWC, short for Speedy Web Compiler, is a Rust-based JavaScript and TypeScript compiler distributed to JavaScript users through packages such as @swc/core and @swc/cli and to system package users through formulae such as Homebrew's swc. In package-manager culture it is part of the broader move from JavaScript build tools implemented in JavaScript to fast native compilers shipped as prebuilt binaries.
The project announced SWC 1.0 on February 8, 2019, describing it as a fast JavaScript compiler able to transpile TypeScript, JSX, and modern ECMAScript to browser-compatible JavaScript. The official repository describes SWC as both a Rust and JavaScript library, which explains why it matters to two package ecosystems at once: Rust crates for compiler internals and npm packages for day-to-day web builds.
The SWC website presents it as used by tools such as Next.js, Parcel, and Deno and by companies including Vercel, ByteDance, Tencent, Shopify, and Trip.com. Its adoption story is closely tied to performance: official documentation compares it with Babel and advertises large single-thread and multi-core speedups, making it attractive in CI, editor, and monorepo workflows where transpilation time is visible.
CLI users commonly install @swc/cli with @swc/core and run swc over source files, while project-level behavior is configured with .swcrc. The Homebrew package gives non-npm users a direct swc executable, but most web projects still consume SWC through their JavaScript package manager or through higher-level tools that embed it.
SWC is interesting to package maintainers because it combines native-code speed with the packaging complexity of multi-platform binary distribution. It also turns compiler versioning into dependency graph plumbing: JavaScript packages, Rust crates, WebAssembly plugins, and framework integrations all need to line up well enough that a build tool can be upgraded without surprising users.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
.swcrcexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
swc | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/swc-project/swc
install metadata
| Package key | brew:swc |
|---|---|
| Version | 1.15.43 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/swc |
| Homepage | https://swc.rs |
| Repository | https://github.com/swc-project/swc |
| Upstream docs | https://github.com/swc-project/swc#readme |
| License | Apache-2.0 |
| Source archive | https://github.com/swc-project/swc/archive/refs/tags/v1.15.43.tar.gz |
| Last updated | 2026-06-22T17:49:12Z |
| Pulse | updated |
| Build dependencies | rust |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | swc |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
swc
nix profile install nixpkgs#swcswc 1.15.7-r0
A super-fast TypeScript / JavaScript compiler written in Rust
sudo apk add swcmain/swc
scoop install main/swcsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.