Script Installation

Vicinae can be installed using an automated installation script that provides a hassle-free setup experience with minimal configuration required.

Installation script demo

Installation script by @dagimg-dot

Quick Install

Run the following command to install Vicinae:

curl -fsSL https://vicinae.com/install.sh | bash

The installation script will automatically:

  • Download the latest AppImage from GitHub releases
  • Extract and install to ~/.local/vicinae
  • Create symbolic links for binaries in your PATH
  • Install desktop files, icons, and default themes
  • Set up vicinae-node for TypeScript extension support

After installation completes, verify it was successful:

vicinae version

What Gets Installed

Extension Runtime

The script includes a standalone Node.js binary (vicinae-node) specifically for running third-party TypeScript extensions. This ensures extensions work even if Node.js is not installed system-wide.

Installation Locations

All files are installed under ~/.local/:

~/.local/vicinae/          # Main installation directory
~/.local/bin/              # Symbolic links to binaries
~/.local/share/            # Desktop files, icons, and themes

Update

To update Vicinae, run the installation script again. It will detect your existing installation and update it.

curl -fsSL https://vicinae.com/install.sh | bash

Uninstall

To uninstall Vicinae, run the installation script with the --uninstall argument:

curl -fsSL https://vicinae.com/install.sh | bash -s -- --uninstall

Was this page helpful?