Ross ROSS = Recommend OSS · open-source software intelligence for agents

fusesource/jansi

Jansi is a small java library that allows you to use ANSI escape sequences to format your console output which works even on windows. observed · 2026-08-28

github.com/fusesource/jansi · homepage · Java · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

69/100

  • Activity 74
  • Release rhythm 45
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 332
  • age_days: 6206
  • days_rel: 159
  • days_push: 159
  • n_releases_24m: 2

Full methodology

Adoption not part of the score

1200 stars · 152 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Jansi is a small Java library that enables ANSI escape sequences for formatting console output, working even on Windows via bundled JNI libraries. It abstracts terminal capabilities, passing through, filtering, or emulating ANSI codes depending on the platform and output target.

Use cases

  • print colored console output in java on windows
  • strip ansi escape codes when output is redirected to a file
  • format terminal text with colors in a java cli app
  • access low-level console apis from java via jni
  • make system.out support ansi sequences cross-platform

When to choose

  • you need ANSI colors in Java console output on Windows or redirected streams
  • you want a tiny dependency with an easy Ansi builder API

When to avoid

  • starting a new project - the library is unmaintained and merged into org.jline:jansi
  • you need full terminal interaction features rather than just output formatting

Facets

library · maturity abandoned

cli developer-tools developer-tools cross-platform jvm windows cross-platform ansi-escape-codes console-output terminal-colors jni jline-successor command-line linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
fusesource/jansimain69

For agents

markdown · JSON · MCP: product_card(name="fusesource/jansi")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem