Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ jobs:
steps:
- name: Checkout main
uses: actions/checkout@v4
with:
submodules: true
- name: Build only
uses: shalzz/zola-deploy-action@v0.18.0
uses: shalzz/zola-deploy-action@v0.22.0
env:
BUILD_DIR: .
BUILD_ONLY: true
Expand All @@ -36,7 +34,7 @@ jobs:
- name: Checkout main
uses: actions/checkout@v4
- name: Build and deploy
uses: shalzz/zola-deploy-action@v0.18.0
uses: shalzz/zola-deploy-action@v0.22.0
env:
BUILD_DIR: .
PAGES_BRANCH: gh-pages
Expand Down
9 changes: 4 additions & 5 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,10 @@ include_description = false
# Whether to include the rendered content of the page/section in the index
include_content = true

[markdown]
# Whether to do syntax highlighting.
# Theme can be customised by setting the `highlight_theme`
# variable to a theme supported by Zola
highlight_code = true
[markdown.highlighting]
error_on_missing_language = false
light_theme = "github-light"
dark_theme = "github-dark"

[extra]
# Put all your custom variables here
Expand Down
2 changes: 1 addition & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title = "nomacs - Image Lounge"
lead = 'nomacs is a free, open source image viewer, which supports multiple platforms. You can use it for viewing all common image formats including RAW and psd images.'
url = "/docs/getting-started/introduction/"
url_button = "Get started"
repo_version = "GitHub v3.16"
repo_version = "GitHub v3.22.0"
repo_license = "GNU General Public License v3.0."
repo_url = "https://github.com/nomacs/nomacs"

Expand Down
72 changes: 23 additions & 49 deletions content/docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title = "Installation"
description = "How to install Nomacs."
date = 2024-02-08T18:39:07Z
updated = 2024-02-08T18:39:07Z
updated = 2026-01-17T18:30:49Z
draft = false
weight = 30
sort_by = "weight"
Expand All @@ -17,41 +17,35 @@ top = false
nomacs – Image Lounge is licensed under the GNU General Public License v3
© Markus Diem, Stefan Fiel, and Florian Kleber, 2011 – 2020

## Windows (7/8/10)
## 64-bit Windows

- [installer (64 bit)](https://github.com/nomacs/nomacs/releases/latest/download/nomacs-setup-x64.msi)
- [multi-user installer (64 bit)](https://github.com/nomacs/nomacs/releases/latest/download/nomacs-setup-x64.exe)
- [nomacs portable .zip package (64 bit)](https://github.com/nomacs/nomacs/releases/latest/download/nomacs-portable-win.zip)
- [Installer](https://github.com/nomacs/nomacs/releases/latest/download/nomacs-setup-x64.msi)
- [Portable package](https://github.com/nomacs/nomacs/releases/latest/download/nomacs-portable-win.zip)

## Windows (2000/XP/Vista)
## Linux

- [nomacs portable .zip package](https://github.com/nomacs/nomacs/releases/download/2.4.6/nomacs-2.4.6-x86-WinXP.zip)
### Repositories

[Click here for older versions](https://github.com/nomacs/nomacs/releases)
- [AUR](https://aur.archlinux.org/packages/nomacs)
- [Fedora](https://packages.fedoraproject.org/pkgs/nomacs/nomacs/index.html)
- [openSUSE](https://software.opensuse.org/package/nomacs)
- [Debian](https://packages.debian.org/search?searchon=names&keywords=nomacs)

## Flathub
Translations can be installed from the package `nomacs-l10n`.

We maintain a [flathub](https://flathub.org/apps/details/org.nomacs.ImageLounge) app.
We recommend installing nomacs from there if you want to have the latest version.
- [Ubuntu](https://packages.ubuntu.com/search?keywords=nomacs&searchon=names)

## Ubuntu and Linux Mint
Translations can be installed from the package `nomacs-l10n`.

nomacs is available in the “universe” repository of Ubuntu.
Just install it using your favorite package manager.
Translations can be added with `sudo apt-get install nomacs-l10n`.
Install the heif plugin to load heif images.
### Distro agnostic

## Debian/Fedora
- [Flatpak](https://flathub.org/apps/details/org.nomacs.ImageLounge)
- [AppImage](https://github.com/nomacs/nomacs/releases/download/3.22.0/nomacs-3.22.0-linux-24.04-x86_64-AppImage.zip)

nomacs is included in the official repositories.
## MacOS

## Arch Linux

nomacs is available as [an AUR package](https://aur.archlinux.org/packages/nomacs).

## openSUSE

[repositories](https://software.opensuse.org/download/package?project=X11:QtDesktop&package=nomacs) (Tumbleweed, Factory, 12.1, 11.4)
- [arm64](https://github.com/nomacs/nomacs/releases/download/3.22.0/nomacs-3.22.0-macOS-arm64.zip)
- [x86_64](https://github.com/nomacs/nomacs/releases/download/3.22.0/nomacs-3.22.0-macOS-x86_64.zip)

## FreeBSD

Expand All @@ -63,29 +57,9 @@ nomacs is available as [an AUR package](https://aur.archlinux.org/packages/nomac
make install clean
```

## OS/2

[.7z package](ftp://ftp.netlabs.org/pub/qtapps/nomacs-2.4.6-os2.7z)

## Other Linux distribution

If there is no package available for your favorite distribution,
you can download the [sources](http://github.com/nomacs/nomacs/releases/latest)
and compile nomacs according to the compile instructions.

## Source

- [Git repository](https://github.com/nomacs/nomacs.git) (containing the source code of nomacs and all dependencies)
- [Tarball](https://github.com/nomacs/nomacs/releases/)

## nomacs uses these libraries

- OpenCV
- Qt
- LibRaw
- Exiv2
## Build from source

## Herbie – Diagnostics
Get the source code from [the latest release tarball](https://github.com/nomacs/nomacs/archive/refs/tags/3.22.0.tar.gz)
or clone from the [Git repository](https://github.com/nomacs/nomacs).

Herbie is a small cpu monitoring tool.
[Download](https://github.com/diemmarkus/Herbie/releases/download/0.2/herbie-setup.exe)
Follow the build instruction in the README.md.
4 changes: 2 additions & 2 deletions static/version/version_win_stable
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version 3.17.2297
x64 https://github.com/nomacs/nomacs/releases/download/3.17.2295/nomacs-setup-x64.msi
version 3.22.0
x64 https://github.com/nomacs/nomacs/releases/download/3.22.0/nomacs-setup-x64.msi
x86 https://github.com/nomacs/nomacs/releases
mac https://github.com/nomacs/nomacs/releases
XPx86 https://github.com/nomacs/nomacs/releases