Back to browse
GitHub Repository

Full typing for Nix based on TypeScript

323 starsGo

TypeNix – full typing for Nix language by mapping to the TS AST

by ryanrasti·Mar 10, 2026·5 points·2 comments

AI Analysis

●●●BangerBig BrainWizardryNiche Gem

Forks TypeScript compiler to type-check Nix—that's genuinely clever.

Strengths
  • Repurposes entire TypeScript type checker via AST mapping, not a wrapper
  • Processes all 42k nixpkgs files in 13 seconds without errors
  • VSCode extension delivers autocomplete and type errors in .nix files
Weaknesses
  • Very new with only 5 stars, unproven in production workflows
  • Nix audience is inherently narrow despite solving real pain
Target Audience

Nix users, DevOps engineers

Similar To

nil · nixd

Similar Projects