Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.01 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.01 KB

NZCP-Qt

A desktop version of NZ Verifier App implementing the NZ COVID Pass spec. Uses Qt and NZCP.c library.

Features

  • URI verification via text
  • QR Code verification via file

Contributions welcome! 🥳

Screenshot

Screen Shot 2022-01-14 at 1 45 36 AM

Screen Shot 2022-01-14 at 1 44 02 AM

Requirements

  • macOS operating system

Required packages

  • brew install cmake
  • brew install qt
  • brew install zbar
  • brew install imagemagick

Build

  • qmake
  • make

Run

  • open nzcp-qt.app

Roadmap

  • Publish a binary for Mac OS
  • Build on Linux
  • Better error handling
  • Address/Memory Leak sanitization