Skip to content

Releases: Dvurechensky-Templates/ElectronViteTemplateRuEn

Windows 7, 10, 11 (x64)

05 Dec 12:42

Choose a tag to compare

Windows_x64_7_10_11.zip

Ready-to-use portable build for Windows 7 / 10 / 11 🖥️
No installation required – just unzip and run 🚀
Suitable for all modern 64-bit systems 🔧


Windows_x64_7_10_11.zip

Готовая портативная сборка для Windows 7 / 10 / 11 🖥️
Не требует установки — просто распакуйте и запустите 🚀
Подходит для всех современных 64-битных систем 🔧

Windows 7, 10, 11 (x32)

05 Dec 12:45

Choose a tag to compare

Windows_x32_7_10_11.zip

Ready-to-use portable build for Windows 7 / 10 / 11 🖥️
No installation required – just unzip and run 🚀
Suitable for all modern 32-bit systems 🔧


Windows_x32_7_10_11.zip

Готовая портативная сборка для Windows 7 / 10 / 11 🖥️
Не требует установки — просто распакуйте и запустите 🚀
Подходит для всех современных 32-битных систем 🔧

All_Linux

05 Dec 12:52

Choose a tag to compare

AppImage is the simplest format; no installation is required.
It doesn't install at all; it runs like a regular .exe in Windows.

Here's how to use it correctly:


✅ How to run AppImage

  1. Grant execution permissions
    Once:
chmod +x electron-vite-template-ru-1.0.0.AppImage
  1. Run:
./electron-vite-template-ru-1.0.0.AppImage

That's it. No installation, dependencies, or packages—AppImage is self-contained.

📁 Where to store AppImage?

For example:

  • ~/Applications
  • ~/Programs
  • ~/Desktop
  • ~/Downloads

AppImage runs from anywhere; it's portable.


🔧 Can I add it to the application menu?

Command:

./electron-vite-template-ru-1.0.0.AppImage --appimage-register

This will create a .desktop file and an icon in the menu.

Remove:

./electron-vite-template-ru-1.0.0.AppImage --appimage-unregister

AppImage — самый простой формат, никаких установок НЕ нужно.
Он вообще не устанавливается, он работает как обычный .exe в Windows.

Вот как правильно пользоваться:


✅ Как запускать AppImage

  1. Дать права на запуск
    Один раз:
chmod +x electron-vite-template-ru-1.0.0.AppImage
  1. Запустить:
./electron-vite-template-ru-1.0.0.AppImage

И всё. Никакой установки, зависимостей, пакетов — AppImage самодостаточен.

📁 Где хранить AppImage?

Например:

  • ~/Applications
  • ~/Programs
  • ~/Desktop
  • ~/Downloads

AppImage работает из любого места, он переносной.


🔧 Можно ли добавить в меню приложений?

Команда:

./electron-vite-template-ru-1.0.0.AppImage --appimage-register

Это создаст .desktop файл и иконку в меню.

Удалить:

./electron-vite-template-ru-1.0.0.AppImage --appimage-unregister

Debian_amd64_Linux

05 Dec 12:48

Choose a tag to compare

Linux Debian

.deb can only be installed on distributions that use the APT package manager (dpkg).
That is, all Debian-based distributions.


Where .deb works without problems

Debian

  • Debian 9 / 10 / 11 / 12

Ubuntu and all derivatives

  • Ubuntu (all LTS and regular)
  • Kubuntu
  • Xubuntu
  • Lubuntu
  • Ubuntu MATE
  • Ubuntu Budgie
  • Ubuntu Studio
  • Linux Mint
  • Pop!_OS
  • Elementary OS
  • Zorin OS
  • KDE Neon

Other Debian-based

  • MX Linux
  • Kali Linux
  • Parrot OS
  • Deepin (used to be deb-based, now a hybrid, but .deb still installs)
  • Devuan
  • Peppermint OS

⚠️ Where .deb can be installed, but not always It will start

(depending on libraries)

  • SteamOS
  • ChromeOS (via Linux beta)
  • Deepin (some versions)

  • ​​Install Debian (.deb) image
sudo dpkg -i electron-vite-template-ru_1.0.0_amd64.deb
  • Remove Debian (.deb) image
sudo dpkg -r electron-vite-template-ru

Linux Debian

.deb можно поставить только на дистрибутивы, использующие пакетный менеджер APT (dpkg).
То есть — все Debian-based.


Где .deb работает без проблем

Debian

  • Debian 9 / 10 / 11 / 12

Ubuntu и все производные

  • Ubuntu (все LTS и обычные)
  • Kubuntu
  • Xubuntu
  • Lubuntu
  • Ubuntu MATE
  • Ubuntu Budgie
  • Ubuntu Studio
  • Linux Mint
  • Pop!_OS
  • Elementary OS
  • Zorin OS
  • KDE Neon

Другие Debian-based

  • MX Linux
  • Kali Linux
  • Parrot OS
  • Deepin (раньше был deb-based, сейчас гибрид, но .deb всё равно устанавливается)
  • Devuan
  • Peppermint OS

⚠️ Где .deb можно поставить, но не всегда заведётся

(зависит от библиотек)

  • SteamOS
  • ChromeOS (через Linux beta)
  • Deepin (некоторые версии)

  • установка Debian (.deb) образа
sudo dpkg -i electron-vite-template-ru_1.0.0_amd64.deb
  • удаление Debian (.deb) образа
sudo dpkg -r electron-vite-template-ru