Anyfile
Open file

UNDERSTAND BUILD OUTPUTS

Binary and package inspection tools

Developer artifacts are often opaque in a text editor. These viewers expose safe structural summaries, indexes and paged values while keeping execution outside the viewing path.

Typical uses

  • Check NumPy shapes and values
  • Review WebAssembly imports and exports
  • Browse package contents or source-map coverage

Common reasons files do not open

  • Corrupt headers make structural parsing impossible
  • Inspection does not reproduce runtime behavior
  • Compressed or huge entries may hit explicit safety limits

30 FORMATS

Choose a file format

Open a file now
.aab
Android App Bundle
L2
Browse Android App Bundle modules and archive entries locally.
.apk
Android application package
L2
Browse Android APK archive entries locally without installing the app.
.br
Brotli stream
L2
Inspect Brotli stream metadata locally without uploading or executing its payload.
.bz2
bzip2 stream
L2
Inspect bzip2 stream metadata locally without uploading or executing its payload.
.deflate
raw DEFLATE stream
L2
Inspect raw DEFLATE stream metadata locally without uploading or executing its payload.
.ear
Java enterprise archive
L2
Browse enterprise Java package modules locally without deploying them.
.egg
Python Egg package
L2
Browse legacy Python Egg package modules and metadata locally.
.gz
gzip stream
L2
Inspect gzip stream metadata locally without uploading or executing its payload.
.ipa
iOS application archive
L2
Browse iOS application archive entries locally without installing the app.
.jar
JAR package
L2
Browse Java archive entries and container metadata locally without running classes.
.jmod
Java JMOD package
L2
Inspect Java JMOD package metadata locally without uploading or executing its payload.
.lz4
LZ4 frame
L2
Inspect LZ4 frame metadata locally without uploading or executing its payload.
.map
Source Map
L5
Explore ECMA-426 sources, names and generated-to-original mappings locally.
.npy
NumPy array
L5
Inspect NPY dtype, shape and paged values without Python or object deserialization.
.npz
NumPy NPZ archive
L5
Inspect arrays stored in an NPZ package without Python.
.nupkg
NuGet package
L2
Browse NuGet package files and framework folders locally.
.pyz
Python ZIP application
L2
Browse Python ZIP application modules locally without running them.
.rar
RAR archive
L2
Inspect RAR archive metadata locally without uploading or executing its payload.
.snupkg
NuGet symbol package
L2
Browse SNUPKG symbol and source-mapping entries locally.
.tar
TAR archive
L2
Inspect TAR archive metadata locally without uploading or executing its payload.
.usdz
USDZ 3D package
L2
Browse USDZ scene and asset entries locally without rendering the model.
.vsix
Visual Studio extension
L2
Browse Visual Studio extension package entries locally without installing them.
.wasm
WebAssembly module
L5
Read WASM sections, imports, exports and function sizes without instantiating the module.
.war
Java web archive
L2
Browse Java web application package entries locally without deploying them.
.whl
Python wheel
L2
Browse Python wheel package modules and metadata locally.
.xz
XZ stream
L2
Inspect XZ stream metadata locally without uploading or executing its payload.
.xpi
Mozilla extension package
L2
Browse Firefox and Mozilla extension package entries locally.
.zip
ZIP archive
L2
Inspect ZIP archive metadata locally without uploading or executing its payload.
.zlib
zlib stream
L2
Inspect zlib stream metadata locally without uploading or executing its payload.
.zst
Zstandard frame
L2
Inspect Zstandard frame metadata locally without uploading or executing its payload.

Category FAQ

Are package scripts or WebAssembly modules executed?

No. Anyfile reads their structure only and does not install packages or instantiate WebAssembly modules.