perplexityai

Codescythe is a focused TypeScript dead-code analyzer and remover

14
0
100% credibility
Found May 25, 2026 at 14 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
Rust
AI Summary

Codescythe is a focused tool that finds and removes unused TypeScript code in your projects by tracing how files and exports connect to each other, helping you keep your codebase tidy and fast.

How It Works

1
📁 Open your TypeScript project

You point Codescythe at your project folder where your code lives.

2
🔍 Scan for unused code

The tool explores your code like a detective, following every import and export to find what's actually being used.

3
📋 See your dead code report

You get a clear list showing which files and exports nobody is using anymore.

4
Choose your cleanup approach
👀
Review first

Look through the report yourself and decide what to remove piece by piece

Fix automatically

Let Codescythe delete unused files and remove dead exports in one click

5
Enjoy your cleaner project

Your codebase is leaner, faster to build, and easier to maintain.

Sign up to see the full architecture

3 more

Sign Up Free

Star Growth

See how this repo grew from 14 to 14 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is codescythe?

Codescythe is a TypeScript dead-code analyzer and remover that finds unused files and exports in your codebase. You point it at your entry files, and it walks the import/export graph to surface anything nothing reaches. Built in Rust for speed, it ships as a CLI tool with an optional Node.js API through NAPI bindings. Run it once to audit, or with `--fix` to automatically strip dead code.

Why is it gaining traction?

The hook is performance and focus. Benchmarks against VS Code, Grafana, Kibana, and Renovate show Codescythe running 3 to 6 times faster than Knip, the established alternative. It deliberately skips framework plugins and dependency tracking, staying scoped to "which TypeScript files and exports are actually used?" That narrower contract makes the behavior predictable and the output easier to trust. The `--doctor` command is a nice touch: it flags risky config before you run `--fix`, catching broad ignore patterns or entry patterns with zero matches.

Who should use this?

Monorepo maintainers and library authors cleaning up TypeScript projects will get the most value. If you have a clear entry point boundary and want deterministic cleanup without framework-specific magic, this fits. Teams tired of Knip's overhead for simple dead-code jobs might prefer Codescythe's stripped-down approach. Not a good fit if you need dependency auditing, binary tracking, or framework-aware analysis.

Verdict

Codescythe delivers on its promise of fast, focused TypeScript dead-code removal, and Perplexity AI's backing adds credibility. At 14 stars and version 0.4.12, it is early-stage software with a 1.0% credibility score, so production use warrants careful testing against your specific codebase. The benchmark suite and conformance tests inspire confidence in correctness, but the low community adoption means you are an early adopter. Worth evaluating for cleanup pipelines, less so as a critical dependency today.

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.