Skip to content
/ nzcp-qt Public

An implementation of NZ Verifier App using Qt

License

Notifications You must be signed in to change notification settings

noway/nzcp-qt

Repository files navigation

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