The 5 Best QR Code Generator Apps for Linux

The 5 Best QR Code Generator Apps for Linux

Originally developed for the automotive industry, QR codes are gradually gaining popularity in other sectors, thanks to their high readability and the capacity to store more data.

As a result, you’ll find QR codes in action across various applications today. Be it sharing vCards and Wi-Fi passwords or facilitating wireless payments, sharing app download links, or redirecting people to websites, QR codes can do just about anything.

MAKEUSEOF VIDEO OF THE DAY

To get a QR code to do any of these, however, you need a QR code generator: a tool that can add information to QR codes. Here are some of the best QR code generators for Linux.

1. qrencode

qrencode is a CLI-based QR code generator for Linux. It uses the libqrencode library to encode data into QR code symbols as a bitmap array. Once a code is generated, it’s saved as a PNG image file, which you can then share or use as required.

​​​​​Using qrencode is pretty easy. All you got to do to generate QR codes using it is run a few simple commands in the terminal. But since qrencode offers so many options: error correction level, size, file type, etc., and there’s a lot you can do using it, getting your head around all these options can be daunting. For such times, you can use the qrencode –help command to look up all the available options and their usage.


What strikes out about qrencode, compared to most other QR code generators, is that it offers several advanced features, which let you use it to generate not only basic text QR codes but also QR codes for SMS prompts, WhatsApp prompts, vCard, and much more.

qrencode Installation

Follow the installation instructions below to get qrencode on your Linux machine.

On Ubuntu/Debian:

sudo apt install qrencode

On Arch Linux:

sudo pacman -S qrencode

On Fedora, CentOS, or RHEL:

sudo dnf install qrencode

2. QR Code Generator

QR Code Generator (by Studio La Cosa Nostra) is a simple QR generator software at its core. It’s entirely GUI-based and pretty easy to use. One of the things that strike out about this software is the live preview feature, which changes the structure of the QR code as you input text into it.


But that said, QR Code Generator is pretty basic and ideal for only text-based QR code generation. Unlike most other tools, it offers just two additional options: the ability to select the width of the QR code and a quick save button to save your QR code as a PNG file, which, in some sense, limits its scope of use.

Install QR Code Generator on Linux

QR Code Generator is available as an AppImage as well as a Snap package on Linux. If you have Snap present on your machine, you can get QR Code Generator on it by running the following command in a terminal:

sudo snap install qr-code-generator-desktop

Alternatively, if you don’t have Snap, you can first install it using our Snap guide or download the AppImage for QR Code Generator.

Download: QR Code Generator AppImage

After this, go to the folder where you’ve downloaded it and right-click on the AppImage. Select Properties, and on the Properties window, click the Permissions tab.

Finally, check off the box next to Allow executing file as a program if you’re using a Nautilus-based file manager. On Dolphin, tick the Is executable option and change the Execute dropdown to Anyone on PCManFM.

Finally, double-tap the AppImage to run it.

3. Decoder

Decoder is an advanced QR code generating software for Linux. Similar to QR Code Generator, it also gives you a live preview of the QR code when you type in your desired text. Once you’ve generated a QR code, you can either save it or export it. All your saved codes are listed under the History tab and can be accessed anytime.

However, what differentiates Decoder from QR Code Generator is its built-in Wi-Fi QR code generator functionality that takes input in the form of a network name, password, and encryption and generates a QR code out of it.

Not just that, Decoder can also scan QR codes, so you don’t need to download another tool on your computer for it. To do this, Decoder relies on your webcam as well as screenshots. So when you go into the Scan tab on the app, Decoder asks you to pick a method, after which you need to perform the appropriate steps to scan the QR code.

Decoder Installation

Decode is available as a flatpak. To install it, you first need to install Flatpak on your Linux machine.

Once Flatpak is installed, open the terminal and run the following command to install Decoder:

flatpak install flathub com.belmoussaoui.Decoder

4. QtQR

QtQR is a Qt-based software for generating and decoding QR codes on Linux. It’s the most advanced GUI-based QR code generator on this list that offers you the ability to generate QR codes for different data types, ranging from text and URL to SMS, Wi-Fi, geolocation, and many more.

Similarly, QtQR also allows you to modify various QR code parameters, like pixel size, margin size, and the error correction level, before generating a QR code. And, it even includes a built-in decoder to help you scan QR codes.

Regarding scanning, QtQR gives you two options: Decode from File and Decode from Webcam, which you can pick accordingly to decode any QR code. Once QtQR decodes the code, it outputs its contents, with a few relevant action options, on the main window, which you can use as required.

How to Install QtQR on Linux

QtQR is pretty old software, and therefore, you can find it on most package managers. So open the package manager on your Linux machine, look up QtQR, and install it.

Alternatively, you can head over to Launchpad to find a QtQR release, download it, and install it via the command line.


5. Zint

Zint is yet another CLI-based QR code scanner for Linux. However, if you’re using a Qt-based distro on your machine, you can also access its GUI, in case you prefer that. Do note that you’ll need to install Qt libraries on your system should you wish to use Zint in the GUI mode.

Of all the QR code generators on this list, Zint is probably the only tool that offers so many features and options while being both CLI and GUI friendly. Be it setting the appearance of the code or inputting different kinds of data, Zint can handle almost all kinds of operations.

What adds to Zint’s advantage further is its support for over 50 different symbologies, which lets you use it for more than just QR code generation.

How to Install Zint on Linux

Zint is available as a TAR package. So first, download the archive on your machine.

Download: Zint

Next, head into the Downloads directory and extract the file. Open the terminal and navigate to the extracted Zint directory using the cd command and the ls command. Now, enter the following commands to install it:

mkdir build
cd build
cmake ..
make
make install

If you get any error codes upon running these commands, make sure you have cmake, libpng, and libpng-devel packages installed on your system before trying again.

Generate QR Codes Effortlessly on Linux

We’ve already established how useful QR codes can be. On Linux, it’s easy to find the right QR code generator for your requirements, and you can use multiple utilities to generate QR codes on your Linux machine effortlessly.

If some of these tools seem very basic to you while others come across as intimidating, you could also try an online QR code generator instead.