argotorg/fe
Emerging smart contract language for the Ethereum blockchain. observed · 2026-08-28
Health v2 · maintenance only
94/100
- Activity 95
- Release rhythm 90
- 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: 16
- age_days: 2580
- days_rel: 71
- days_push: 32
- n_releases_24m: 4
Adoption not part of the score
1728 stars · 217 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
cli-tool · maturity experimental
programming-language compiler cli developer-tools formatter package-manager blockchain programming-languages compilers developer-tools windows cli rust ethereum evm smart-contract-language solidity-alternative language-server effect-system web3 smart-contracts linux macos
5 sources
- readme: https://github.com/argotorg/fe · fetched 2026-08-28 · 60ad1fb2a553
- homepage: https://fe-lang.org · fetched 2026-08-29 · 5c79c8a69860
- site_page: https://fe-lang.org/getting-started/what-is-fe · fetched 2026-08-29 · c62996ee1877
- site_page: https://fe-lang.org/getting-started/key-concepts · fetched 2026-08-29 · 0f44e47b0d0f
- site_page: https://fe-lang.org/getting-started/installation · fetched 2026-08-29 · df4a951e6a56
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| argotorg/fe | main | 94 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem