sitebrushA secure WordPress replacement
Replace your hacked WordPress website with editable static HTML.
The same design and content, with less risk.
SiteBrush converts your website into static pages. WordPress, plugins, and the public admin login are no longer exposed. Most automated attacks simply have nothing to target.
Why it is safer
WordPress is constantly attacked.
A static website is simple, fast and secure.
WordPress
Plugins, themes, login forms, and databases require constant updates and protection.
SiteBrush
Visitors receive fast and secure static HTML pages. Site owner can edit them with sitebrush. Easy-pizi.
How to use it
Three easy steps to edit your static website:
Open your website
Go to the page you need just like a regular visitor.
Select what you want to edit
Right-click on a computer or long-press on a phone.
Edit and save
Change text, an image, a button, or an entire block and ckick SAVE.
Download
Install SiteBrush on your own server:
Download sitebrush for LINUX
Linux amd64
For most Intel/AMD Linux servers. The -install command automatically detects the init system and configures startup.
sudo curl -L -o /usr/local/bin/sitebrush https://sitebrush.ru/download/latest/server-app/sitebrush_linux_amd64 sudo chmod +x /usr/local/bin/sitebrush sudo /usr/local/bin/sitebrush -install
Linux arm64
For ARM64 Linux servers, including many VPSs, ARM boards, and Linux systems running on Apple Silicon.
sudo curl -L -o /usr/local/bin/sitebrush https://sitebrush.ru/download/latest/server-app/sitebrush_linux_arm64 sudo chmod +x /usr/local/bin/sitebrush sudo /usr/local/bin/sitebrush -install
Download sitebrush for Mac OS X
macOS amd64
For Intel-based Macs. Installation with -install automatically configures a launchd service.
sudo curl -L -o /usr/local/bin/sitebrush https://sitebrush.ru/download/latest/server-app/sitebrush_darwin_amd64 sudo chmod +x /usr/local/bin/sitebrush sudo /usr/local/bin/sitebrush -install
macOS arm64
For Apple Silicon. Installation with -install automatically configures a launchd service.
sudo curl -L -o /usr/local/bin/sitebrush https://sitebrush.ru/download/latest/server-app/sitebrush_darwin_arm64 sudo chmod +x /usr/local/bin/sitebrush sudo /usr/local/bin/sitebrush -install
Download sitebrush for FreeBSD / OpenBSD / NetBSDFreeBSD, OpenBSD, and NetBSD for amd64 and arm64.
FreeBSD amd64
Downloads the binary. The -install command automatically configures startup for FreeBSD.
sudo fetch -o /usr/local/bin/sitebrush https://sitebrush.ru/download/latest/server-app/sitebrush_freebsd_amd64 sudo chmod +x /usr/local/bin/sitebrush sudo /usr/local/bin/sitebrush -install
FreeBSD arm64
The same installation process applies to FreeBSD ARM64 systems.
sudo fetch -o /usr/local/bin/sitebrush https://sitebrush.ru/download/latest/server-app/sitebrush_freebsd_arm64 sudo chmod +x /usr/local/bin/sitebrush sudo /usr/local/bin/sitebrush -install
OpenBSD amd64
Downloads the binary. The -install command automatically selects and verifies a working startup method.
sudo ftp -o /usr/local/bin/sitebrush https://sitebrush.ru/download/latest/server-app/sitebrush_openbsd_amd64 sudo chmod +x /usr/local/bin/sitebrush sudo /usr/local/bin/sitebrush -install
OpenBSD arm64
The same installation process applies to OpenBSD ARM64 systems.
sudo ftp -o /usr/local/bin/sitebrush https://sitebrush.ru/download/latest/server-app/sitebrush_openbsd_arm64 sudo chmod +x /usr/local/bin/sitebrush sudo /usr/local/bin/sitebrush -install
NetBSD amd64
For NetBSD on Intel/AMD. The -install command automatically configures the available startup method.
sudo ftp -o /usr/local/bin/sitebrush https://sitebrush.ru/download/latest/server-app/sitebrush_netbsd_amd64 sudo chmod +x /usr/local/bin/sitebrush sudo /usr/local/bin/sitebrush -install
NetBSD arm64
For NetBSD ARM64. The -install command automatically configures the available startup method.
sudo ftp -o /usr/local/bin/sitebrush https://sitebrush.ru/download/latest/server-app/sitebrush_netbsd_arm64 sudo chmod +x /usr/local/bin/sitebrush sudo /usr/local/bin/sitebrush -install
Download sitebrush for WindowsPowerShell commands for installing SiteBrush as a Windows service.
Windows amd64 PowerShell
Run PowerShell as Administrator. The -install command automatically creates a Windows service and enables startup.
$ErrorActionPreference = "Stop" $Dir = Join-Path $env:ProgramFiles "sitebrush" $Exe = Join-Path $Dir "sitebrush.exe" New-Item -ItemType Directory -Force -Path $Dir | Out-Null Invoke-WebRequest -Uri "https://sitebrush.ru/download/latest/server-app/sitebrush_windows_amd64.exe" -OutFile $Exe & $Exe -install
Windows arm64 PowerShell
For Windows ARM64 servers or devices. Run PowerShell as Administrator.
$ErrorActionPreference = "Stop" $Dir = Join-Path $env:ProgramFiles "sitebrush" $Exe = Join-Path $Dir "sitebrush.exe" New-Item -ItemType Directory -Force -Path $Dir | Out-Null Invoke-WebRequest -Uri "https://sitebrush.ru/download/latest/server-app/sitebrush_windows_arm64.exe" -OutFile $Exe & $Exe -install
Desktop applicationLocal builds for macOS, Windows, and Linux with automatic platform detection.
Additional local desktop builds:
Desktop versions are an alternative option. Use them to run SiteBrush locally with a graphical interface. This page can recommend the right archive for your platform.
🧩 DetectingRecommended desktop build
Detecting your platform and architecture…
Windows desktop version
ZIP archives only. Choose amd64 for most PCs or arm64 for Windows on ARM devices.
Linux desktop version
Choose your architecture and GTK version. GTK 4.1 is for newer systems; GTK 4.0 is for older LTS systems.
Try it risk-free
See SiteBrush working with your own website.
We will create a separate test copy. Your live website will remain unchanged.
SiteBrush preserves your website, removes WordPress from the public-facing side, and keeps editing simple and directly on the page.