#cli #inkwidget #wolvenkit

app inkanim

CLI tool to quickly extract infos from JSON exports of .inkwidget and .inkanim

13 releases (6 breaking)

Uses new Rust 2024

0.8.0 Oct 2, 2025
0.6.1 Aug 6, 2025
0.4.0 Mar 23, 2024
0.2.7 Jun 9, 2023
0.2.5 Mar 29, 2023

#446 in Command line utilities

Download history

796 downloads per month

MIT/Apache

100KB
2.5K SLoC

inkanim

Cyberpunk 2077 version compatibility WolvenKit WKitJsonVersion

CLI commands to quickly introspect .inkwidget and corresponding .inkanim exported as JSON from Wolvenkit when modding the game Cyberpunk 2077.

install

install with

cargo install inkanim

use

available commands:

  • list: quickly introspect and filters by interpolator type or widget indexes path

    inkanim list --help
    
  • tree: quickly display .inkwidget UI tree

    inkanim tree --help
    
  • whois: quickly get widget names path from indexes path

    inkanim whois --help
    
  • whereis: quickly get widget indexes path from names path

    inkanim whereis --help
    
  • show: get trimmed json for widget by names path

    inkanim show --help
    

samples output

screenshot: list screenshot: whois screenshot: whereis

Dependencies

~5.5–8.5MB
~146K SLoC