Nsz

Latest version: v4.6.1

Safety actively analyzes 723717 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 3

3.0.0

- GUI:
- Contains all functions available using command line arguments
- XCZ support
- Block compressed (default)
- Solid compressed
- XCZ to XCI decompression
- Implemented task parallel solid compression. See --multi
- Implemented titlekey extraction with titlekeys.txt and titledb support. See --titlekeys
- Added regex support to the extract option to allow the user to specify exactly which files should be extracted from the container. See --extractregex
- NCZ decompression directly in nsz 38
- Updated IndependentNczDecompressor to the latest version inside nsz
- Fully replace tqdm with enlighten
- Implemented multithreaded multiple process bars communication system for solid compression and verification while avoiding stdout race conditions
- Endless decompression/verification on a few block compressed games 25
- Fixed a major bug causing the space between block compressed NCZ files to be filled up with 0x00 to fit their uncompressed size
- Major Scripts Cleanup
- Fixed NSZ Decompressor TQDM Progress Bar
- Fixed --rm-old-version
- fixed path bug with decompression
- Removed pycryptodome v3.9.0 restriction as its latest v3.9.3 works fine
- Improved installation guide
- Fixed an exception that could occur when trying to receive keys under special circumstances during debugging
- Fixed a major bug inside the enhanced file existing check leading to files with the same name as a file already existing inside the output directory being overwritten without specifying this behavior using the –overwrite command line argument. This bug was cause by comparing the output file path instead of the output filename with existing filenames.
- Made nsz pip package building Kivy compatible
- Switched from Nuitka to PyInstaller due to Kivy compatibility
- Changed how --extract and --verify arguments are handled internally
- Set up CI with Azure Pipelines using self-hosted server
- Fully switched to pathlib. This fixes 41 and a lot of other file path related issues
- Fixed Enhanced File Existing Check. Adapting to pathlib and finally fixing --overwrite and --rm-old-version
- Improved exception handling related to outdated keys.txt which fixes issue 29 and 40
- General system stability improvements to enhance the user's experience.

nsz_v3.0.0_hotfix1_win64_portable.zip adds a missing empty folder that prevented GUI configurations from being saved in inside nsz_v3.0.0_win64_portable.zip

2.1.1

- Fixed block compression for pip and Nuitka (nsz_win64_portable) by using `sys.argv[0]` instead of `__main__.__file__` so threads no longer need to be prevented from initializing their own nut environment
- Made installation instructions easier to see and understand
- Scripts to automate testing and publishing

2.1

- 98 commits worth of changes since v2.0
- Added pip support
- Added Nuitka standalone windows build support
- Enhanced File Existing Check 20
- Skip already compressed/decompressed files by default
- --overwrite
- --rm-old-version
- Extracting TitleIDs and Versions from filename if possible (17 and 19)
- The titleID checking is now immensely faster than when extracting from Cnmt
- --parseCnmt to get TitleID/version from Cnmt if not extractable from filename
- Otherwise it falls back to simple filename checking which is much faster
- Batch error handling with tracebacks (16)
- Some debugging codes to find out erroneous files
- Prevent batch process raising errors
- Batch error handling with tracebacks
- The --thread option now works even for solid compression however the progress bar still has some visual glitches
- NSP/NSZ file hash verification now uses the hashes inside Cnmt instead of the nca filename (22)
- Fixed decompression memory leak (21)
- The memory leak only occurs for dctx.stream_reader and was fixed by switching to the simple decompressing API which makes more sense for block decompression anyways
- Improved pageReadSize calculation speed by using math instead of a while loop
- Added option --remove-source that deletes the source file after compression or decompression (24)
- For this we finally properly closed file containers too
- Fix huge compression memory leak (13)
- Fixed wrong working directory when starting nut.py from a different directory (18)
- Improved exception handling during TitleID/Version extraction
- Added support for prod.keys
- Reorganized file structure
- Fixed keys.txt path to always be the folder containing nsz.py
- Fixed default thread amount to be cpu_count()
- Implemented python version checking to prevent python from showing the users confusing compatibility related exceptions
- Compatible and tested with Python 3.6 and later
- General system stability improvements to enhance the user's experience.

2.0

- Fully implemented block compression which can be enabled using the --block option
- Supports for random read access on compressed files
- Highly multithreaded compression when block compressing
- Technically supports playing compressed games in the future
- Current title installers do not support this yet
- Comes with a low compression ratio cost
- Implemented NSP/NSZ file hash verification
- Overwrite/Duplicate protection
- Reorganized the project's folder structure and enhanced code readability
- Improved user feedback in form of better understandable messages and errors
- Fixed a lot of bugs and non-working features
- Added MIT License so all code inside this project can be used for whatever you like
- General system stability improvements to enhance the user's experience.

1.0

Scripts to compress and decompress NSZ files.

Page 3 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.