Skip to main content

Download the Sentinowl Desktop App

Easily monitor your system's health and stay ahead of drive failures.
Choose the installer for your operating system below.

Windows

Download for Windows

macOS

Which Version Should You Download?

  1. Click the Apple menu in the top-left corner of your screen.

  2. Select About This Mac.

  3. In the window that appears, look for Processor or Chip:

    • If it says Intel, download the Intel version.
    • If it says Apple M1, M2, etc., download the ARM (Apple Silicon) version.

Linux

Beta

The Linux version is currently in beta. If you run into any issues or have questions, please don't hesitate to contact us.

Easy Setup Command

Paste the following command into your terminal to download and install Sentinowl. The script requires root access to install to the /opt directory and register the systemd service. It will create the install directory, fetch the latest updater script, and run it automatically.

sudo mkdir -p /opt/sentinowl \
  && sudo curl --output-dir /opt/sentinowl -fO \
     "https://sentinowl.com/releases/linux-beta/<!doctype html>
<html lang="en">

<head>
	<meta charset="UTF-8" />
	<link rel="icon" type="image/svg+xml" href="/sentinowl-logo.svg" />
	<meta name="viewport" content="width=device-width, initial-scale=1.0" />

	<title>Sentinowl</title>

	<meta name="description"
		content="Sentinowl is a lightweight system monitoring tool for home servers and power users. Get real-time hardware insights, detect issues early, and prevent data loss." />
	<meta name="author" content="Sentinowl" />
	<meta name="theme-color" content="#ffffff" />

	<!-- Open Graph (fallback for non-prerendered pages; Helmet overrides per-page) -->
	<meta property="og:type" content="website" />
	<meta property="og:site_name" content="Sentinowl" />
	<meta property="og:title" content="Sentinowl - Hardware Monitoring Made Easy" />
	<meta property="og:description"
		content="Lightweight system monitoring for home servers and power users. Real-time hardware insights, early issue detection, and data loss prevention." />
	<meta property="og:url" content="https://sentinowl.com/" />
	<meta property="og:image" content="https://sentinowl.com/og-image.png" />
	<meta property="og:image:width" content="1200" />
	<meta property="og:image:height" content="630" />
	<meta property="og:image:alt" content="Sentinowl dashboard showing real-time hardware monitoring" />

	<!-- Twitter Card -->
	<meta name="twitter:card" content="summary_large_image" />
	<meta name="twitter:title" content="Sentinowl - Hardware Monitoring Made Easy" />
	<meta name="twitter:description"
		content="Lightweight system monitoring for home servers and power users. Real-time hardware insights, early issue detection, and data loss prevention." />
	<meta name="twitter:image" content="https://sentinowl.com/og-image.png" />
	<meta name="twitter:image:alt" content="Sentinowl dashboard showing real-time hardware monitoring" />

	<!-- Standard favicon -->
	<link rel="icon" href="/favicon.ico" sizes="any">
	<link rel="icon" type="image/svg+xml" href="/favicon.svg">
	<link rel="icon" type="image/png" href="/favicons/favicon-16x16.png" sizes="16x16">
	<link rel="icon" type="image/png" href="/favicons/favicon-32x32.png" sizes="32x32">

	<!-- Apple touch icon -->
	<link rel="apple-touch-icon" href="/favicons/apple-touch-icon.png">

	<!-- Android -->
	<link rel="icon" type="image/png" href="/favicons/favicon-192x192.png" sizes="192x192">

	<!-- Web App Manifest -->
	<link rel="manifest" href="/manifest.webmanifest" crossorigin="use-credentials">

	<!-- LLM discovery -->
	<link rel="alternate" type="text/markdown" href="/llms.txt" title="LLM-friendly site summary">
	<link rel="alternate" type="text/markdown" href="/llms-full.txt" title="LLM-friendly full site content">
  <script type="module" crossorigin src="/assets/index-CynH8j4d.js"></script>
  <link rel="modulepreload" crossorigin href="/assets/vendor-mantine-core-BCE0-Oxm.js">
  <link rel="modulepreload" crossorigin href="/assets/vendor-mantine-extras-CghwgDqu.js">
  <link rel="stylesheet" crossorigin href="/assets/vendor-mantine-core-CKoNYPy6.css">
  <link rel="stylesheet" crossorigin href="/assets/vendor-mantine-extras-T9YLs26A.css">
  <link rel="stylesheet" crossorigin href="/assets/index-BDCzbxIi.css">
</head>

<body>
	<div id="root"></div>
</body>

</html>
/sentinowl-updater.sh" \
  && sudo bash /opt/sentinowl/sentinowl-updater.sh

After installation, you can confirm that Sentinowl is running with systemctl status sentinowl

Connect to Your Account

After installation, register your machine to link it to your Sentinowl account. This will output a URL. Open it in your browser to connect your machine and view its metrics at sentinowl.com.

/opt/sentinowl/sentinowl register