# murarth/rusti

REPL for the Rust programming language

Repository: https://github.com/murarth/rusti
Canonical: https://ross.abutalabs.com/products/rusti
Language: Rust
License: NOASSERTION
License Family: other
Topics: rust, repl
Archived: true
Last push: 2019-07-12T17:55:59+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4278, "days_push": 2609, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, archived, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1322, forks 57 (observed 2026-08-28T04:04:22.097740+00:00)

## What it is
Rusti is an interactive REPL (read-eval-print loop) for the Rust programming language, allowing users to type and evaluate Rust code line by line. The project is officially deprecated and requires an outdated Rust nightly compiler (no later than 2016-08-01) to build.

## Use cases
- experiment with Rust code interactively
- try out Rust expressions and see results immediately
- test small Rust snippets without creating a project
- define and call functions in an interactive Rust session
- load and test crates in a REPL

## When to choose
- you need a REPL pinned to a pre-2016 Rust nightly toolchain
- you are studying or maintaining legacy Rust tooling

## When to avoid
- you want a REPL for modern Rust - use evcxr instead
- you need a maintained or supported tool
- you use a stable Rust toolchain
- you need reliable production tooling

## Facets
- artifact type: cli-tool
- maturity: abandoned
- function: interpreter, developer-tools, cli
- domain: programming-languages, developer-tools
- platform: windows, cli, rust
- tags: rust, repl, deprecated, interactive-shell, command-line, linux, macos

## Member repositories
- murarth/rusti (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:22.097740+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-30T04:47:14.579010+00:00, confidence not recorded.
  - readme: https://github.com/murarth/rusti (fetched 2026-08-28T04:04:22.097740+00:00, sha b1715e873165)
- Data as of 2026-08-30T08:39:29.467469+00:00.
