{% extends "base.html" %} {% load static %} {% block title %}Downloads{% endblock %} {% block meta_description %}Download ViSERA by Tecvico — available for Windows, macOS, and Linux.{% endblock %} {% block content %}
Software

Downloads

Download the latest version of ViSERA for your platform.

Available Platforms

Windows

Windows 10 and up (64-bit)

{% if windows_items %} {% for item in windows_items %}
v{{ item.version }} {% if item.description %}

{{ item.description }}

{% endif %} {% if item.download_url and item.download_url != '#' %} Download {% endif %}
{% endfor %} {% else %} Coming Soon {% endif %}

macOS

macOS 11 Big Sur and up

{% if macos_items %} {% for item in macos_items %}
v{{ item.version }} {% if item.description %}

{{ item.description }}

{% endif %} {% if item.download_url and item.download_url != '#' %} Download {% endif %}
{% endfor %} {% else %} Coming Soon {% endif %}

Linux

Ubuntu 20.04+ and compatible distributions

{% if linux_items %} {% for item in linux_items %}
v{{ item.version }} {% if item.description %}

{{ item.description }}

{% endif %} {% if item.download_url and item.download_url != '#' %} Download {% endif %}
{% endfor %} {% else %} Coming Soon {% endif %}

Installation Notes

If you have installed an older version of ViSERA, you can install the new version over it without removing the previous installation. However, if you encounter any problems, please remove the old version first before reinstalling.

View Full FAQ
{% endblock %}