# Install cadence with Homebrew, zypper

Resource-oriented smart contract programming language. Version 1.10.5 via Homebrew; verified 2026-07-25. Also installable with zypper: sudo zypper install Cadence.

## Install

```sh
sudo av install brew:cadence
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install cadence
```

  Evidence: local Homebrew formula metadata

### Linux

- zypper (92%):

```sh
sudo zypper install Cadence
```

  Evidence: openSUSE Tumbleweed package metadata: Cadence from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## Package facts

- **Package key:** brew:cadence
- **Package manager:** Homebrew
- **Version:** 1.10.5
- **Source summary:** Resource-oriented smart contract programming language
- **Homepage:** <https://cadence-lang.org/>
- **Repository:** <https://github.com/onflow/cadence>
- **Last updated:** 2026-07-25T14:20:48-04:00
- **Generated:** 2026-08-03T19:37:03+00:00

## Executables

- cadence (alias)

## Install behavior

- Bottle: not available

## Freshness

- Page generated: 2026-08-03
- Package-manager version: 1.10.5
## Project history and usage

Cadence is the resource-oriented smart contract language for the Flow network. It is designed around static typing, linear-resource ownership, capability-based access control, preconditions and postconditions, and readability for audit-heavy blockchain programs.

### Project history

The Cadence repository says the language has been open source since 2019 and is the native smart contract language of Flow. Official docs present it as a high-level language created to make digital assets first-class resources: values can be moved but not accidentally copied, lost, or implicitly destroyed.

Cadence draws syntax and safety ideas from Swift, Kotlin, Rust, TypeScript, Solidity, Move, and design-by-contract traditions while targeting Flow's account-storage model. The v1.0.0 release states that Cadence 1.0 culminated five years of work since inception, with no more planned breaking changes, full forward compatibility, entitlements, attachments, and storage/performance improvements.

### Adoption history

Cadence adoption follows Flow adoption: developers use it to write and deploy Flow smart contracts, transactions, and scripts. The README points users to the browser playground, Flow CLI, Flow emulator, VS Code extension, Cadence language reference, and Flow developer portal.

Flow ecosystem examples in the README include consumer applications such as NBA Top Shot, NFL All Day, Disney Pinnacle, and Ticketmaster NFT ticketing, making Cadence notable as a domain-specific package for production blockchain applications rather than a general-purpose language runtime.

### How it is used

Package users typically install the cadence command to run, parse, test, or work with Cadence code locally, while end-to-end Flow development usually also involves Flow CLI, the emulator, contracts, transactions, and the Cadence Playground. The language itself is used for smart contracts and transaction code stored and executed on Flow.

### Why package nerds care

Cadence is interesting to package nerds because it packages a language implementation for a blockchain runtime, not just a compiler. It brings together parser, interpreter/runtime, language server and tooling expectations, versioned language migrations, and network compatibility concerns around Flow's on-chain execution model.

### Timeline

- 2019: Cadence is open sourced and begins as Flow's resource-oriented smart contract language.
- 2022: v0.24 Secure Cadence becomes a major pre-1.0 milestone referenced by the v1.0 release.
- 2024-09-26: Cadence v1.0.0 is released, marking no more planned breaking changes.
- 2026: README reports Cadence 1.0 live on Flow mainnet with v1.10.x releases.

### Related projects

- Related projects include the Flow network, Flow CLI, Flow emulator, Cadence Playground, the VS Code Cadence extension, Atree storage library, and Flow Improvement Proposals. Conceptually, Cadence is often compared with Solidity and Move.

### Sources

- <https://cadence-lang.org/docs>
- <https://cadence-lang.org/docs/language>
- <https://github.com/onflow/cadence#readme>
- <https://github.com/onflow/cadence/releases/tag/v1.0.0>
- source_facts.package-manager


## Security Notes

generalized runtime or code generation signal.

- **Geiger risk:** yellow / medium
- generalized runtime or code generation signal

## Other Package-Manager Records

- zypper - Cadence - 0.9.2-2.11: normalized package name match | openSUSE Tumbleweed package metadata: Cadence from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A JACK Audio Toolbox | https://kx.studio/Applications:Cadence


## Combined YAML source

View the package source record on GitHub. [combined/cadence.yml](https://github.com/mxcl/pkgdb/blob/main/combined/cadence.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
