Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nzip

A cross-platform GUI application for creating zip archives with optional password protection.

Features

  • Select individual files or entire folders
  • Optional AES-256 password encryption
  • Recursive folder archiving
  • Cross-platform (Windows, macOS, Linux)

Requirements

  • Go 1.16 or later
  • C compiler (required by Fyne GUI framework)

Installation

cd /Users/nodes/Nzip
go mod tidy
go build -o nzip

Usage

Run the application:

./nzip

# Windows:
nzip.exe

... or double-click the application icon.

  1. Click "Add Files/Folders" and select files or folders to archive
  2. Optionally enter a password for encryption
  3. Click "Create Zip Archive" and choose where to save

Dependencies

  • Fyne - GUI framework
  • yeka/zip - Password-protected zip support

License

Open source

About

Nzip is a program to build .zip archives with optional password protection. Created with Google Antigravity to review the IDE, using Golang & Fyne for GUI.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages