Skip to content

Installation

PlatformMinimum VersionArchitecture
macOS11.0 (Big Sur)Apple Silicon (M1+), Intel x64
Windows10 (1803+)x64, ARM64
LinuxUbuntu 22.04+ / Fedora 38+x64, ARM64

Download the latest release from GitHub Releases.

VariantFile
Apple Silicon (M-series)OxideTerm_x.x.x_aarch64.dmg
IntelOxideTerm_x.x.x_x64.dmg
  1. Download the .dmg file for your architecture
  2. Open the disk image and drag OxideTerm to your Applications folder
  3. On first launch, open Terminal and run xattr -cr /Applications/OxideTerm.app to remove the quarantine flag, then launch normally
VariantFile
x64OxideTerm_x.x.x_x64-setup.exe
ARM64OxideTerm_x.x.x_arm64-setup.exe
  1. Download the .exe installer
  2. Run the installer and follow the prompts
  3. OxideTerm will be available in the Start Menu
VariantFile
x64 (Debian/Ubuntu)OxideTerm_x.x.x_amd64.deb
x64 (AppImage)OxideTerm_x.x.x_amd64.AppImage
ARM64 (Debian/Ubuntu)OxideTerm_x.x.x_arm64.deb
ARM64 (AppImage)OxideTerm_x.x.x_arm64.AppImage

Debian/Ubuntu:

Terminal window
sudo dpkg -i OxideTerm_x.x.x_amd64.deb

AppImage:

Terminal window
chmod +x OxideTerm_x.x.x_amd64.AppImage
./OxideTerm_x.x.x_amd64.AppImage
  • Rust 1.75+ (install via rustup)
  • Node.js 18+
  • pnpm (install via npm install -g pnpm)
  • Platform-specific build tools:
    • macOS: Xcode Command Line Tools
    • Windows: Visual Studio Build Tools 2019+
    • Linux: build-essential, libwebkit2gtk-4.1-dev, libssl-dev
Terminal window
# Clone the repository
git clone https://github.com/AnalyseDeCircuit/oxideterm.git
cd oxideterm
# Install dependencies
pnpm install
# Development mode (hot reload)
pnpm tauri dev
# Production build
pnpm tauri build

The built application will be in src-tauri/target/release/bundle/.

OxideTerm includes a built-in auto-update mechanism. When a new version is available, you’ll see an update notification in the app. You can also manually check for updates in Settings.

  • macOS: Drag OxideTerm from Applications to Trash
  • Windows: Use Add/Remove Programs in Settings
  • Linux: sudo dpkg -r oxideterm or delete the AppImage file

Configuration data is stored in:

  • macOS: ~/Library/Application Support/com.oxideterm.app/
  • Windows: %APPDATA%\com.oxideterm.app\
  • Linux: ~/.config/com.oxideterm.app/