# argotorg/fe

Emerging smart contract language for the Ethereum blockchain.

Repository: https://github.com/argotorg/fe
Canonical: https://ross.abutalabs.com/products/argotorg-fe
Homepage: https://fe-lang.org
Language: Rust
License: Apache-2.0
License Family: permissive
Last push: 2026-08-01T16:21:07+00:00

## Health v2 (maintenance only)
Score: 94/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 95, release rhythm 90, longevity 100
- inputs: {"age_days": 2580, "days_push": 32, "days_rel": 71, "gap_med": 16, "n_releases_24m": 4}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1728, forks 217 (observed 2026-08-28T04:05:28.428731+00:00)

## What it is
Fe is a statically typed, Rust-like programming language for the Ethereum Virtual Machine (EVM) featuring explicit effects, message-passing contracts, traits, generics, and higher-kinded types. It ships with an integrated toolchain including a compiler CLI (fe), package manager, formatter, and language server.

## Use cases
- write smart contracts for ethereum
- alternative to solidity for evm development
- compile contracts to evm bytecode
- develop secure decentralized applications
- learn a rust-like smart contract language
- build erc20 tokens with typed message handlers

## When to choose
- you want compile-time safety guarantees like explicit effects and overflow protection when writing EVM contracts
- you prefer Rust-like syntax and modern language features (traits, generics, pattern matching) over Solidity
- you want an integrated toolchain with package manager, formatter, and language server

## When to avoid
- you need production-ready, battle-tested contracts - Fe 26.x is explicitly not production-ready with known bugs and sub-optimal bytecode
- your project depends on the mature Solidity ecosystem, audits, and tooling
- you need a large standard library or extensive third-party contract libraries

## Facets
- artifact type: cli-tool
- maturity: experimental
- function: programming-language, compiler, cli, developer-tools, formatter, package-manager
- domain: blockchain, programming-languages, compilers, developer-tools
- platform: windows, cli, rust
- tags: ethereum, evm, smart-contract-language, solidity-alternative, language-server, effect-system, web3, smart-contracts, linux, macos

## Member repositories
- argotorg/fe (main) score 94

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:28.428731+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:32:07.923043+00:00, confidence not recorded.
  - readme: https://github.com/argotorg/fe (fetched 2026-08-28T04:05:28.428731+00:00, sha 60ad1fb2a553)
  - homepage: https://fe-lang.org (fetched 2026-08-29T11:08:47.785369+00:00, sha 5c79c8a69860)
  - site_page: https://fe-lang.org/getting-started/what-is-fe (fetched 2026-08-29T11:08:47.794528+00:00, sha c62996ee1877)
  - site_page: https://fe-lang.org/getting-started/key-concepts (fetched 2026-08-29T11:08:47.796670+00:00, sha 0f44e47b0d0f)
  - site_page: https://fe-lang.org/getting-started/installation (fetched 2026-08-29T11:08:47.798720+00:00, sha df4a951e6a56)
- Data as of 2026-08-30T08:39:29.467469+00:00.
