SiteBrush — a secure WordPress replacement without losing your design

SiteBrush — a secure WordPress replacement without losing your design

SiteBrush — a secure WordPress replacement without losing your design

SiteBrush — a secure WordPress replacement without losing your design

SiteBrush — a secure WordPress replacement without losing your design

SiteBrush — a secure WordPress replacement without losing your design

sitebrushA secure WordPress replacement
WordPress rescue CMS · Static HTML · One binary

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.

Your design stays intactNo need to rebuild your website
Static is saferFewer attack surfaces
Easy to editDirectly on the page

Enter your website address to preview it in SiteBrush:

Separate copyYour live website will not change.
No installationThe result opens in your browser.
Editor includedRight-click or long-press.

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.

Nothing is completely invulnerable, but a static website has far fewer attack surfaces.

How to use it

Three easy steps to edit your static website:

1

Open your website

Go to the page you need just like a regular visitor.

2

Select what you want to edit

Right-click on a computer or long-press on a phone.

3

Edit and save

Change text, an image, a button, or an entire block and ckick SAVE.

Download

Install SiteBrush on your own server:

https://sitebrush.com/04b158d78c93b65c714bb6256da221a4.pngDownload sitebrush for LINUX
Linux server:

https://sitebrush.com/04b158d78c93b65c714bb6256da221a4.png 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

https://sitebrush.com/04b158d78c93b65c714bb6256da221a4.png 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
https://sitebrush.com/fbad588e1b8c94b6b80708bc9917706e.pngDownload sitebrush for Mac OS X
macOS server

https://sitebrush.com/fbad588e1b8c94b6b80708bc9917706e.png 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

https://sitebrush.com/fbad588e1b8c94b6b80708bc9917706e.png 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
https://sitebrush.com/c1ce8baa90a2ffd348069e69fa4fda93.pngDownload sitebrush for FreeBSD / OpenBSD / NetBSDFreeBSD, OpenBSD, and NetBSD for amd64 and arm64.
Install the server on BSD

https://sitebrush.com/c1ce8baa90a2ffd348069e69fa4fda93.pngFreeBSD 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

https://sitebrush.com/c1ce8baa90a2ffd348069e69fa4fda93.pngFreeBSD 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

https://sitebrush.com/e3124d65b5feeb6af8ec8f882b167a35.pngOpenBSD 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

https://sitebrush.com/e3124d65b5feeb6af8ec8f882b167a35.pngOpenBSD 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

NetBSDNetBSD 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

NetBSDNetBSD 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
https://sitebrush.com/66aab89d1af641ee0ae190f6b3ea4e09.pngDownload sitebrush for WindowsPowerShell commands for installing SiteBrush as a Windows service.
Install the server on Windows

https://sitebrush.com/66aab89d1af641ee0ae190f6b3ea4e09.pngWindows 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

https://sitebrush.com/66aab89d1af641ee0ae190f6b3ea4e09.pngWindows 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.
Desktop application

Desktop application icon 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.

https://sitebrush.com/fbad588e1b8c94b6b80708bc9917706e.png macOS desktop version

Universal DMG for Intel Macs and Apple Silicon.

Download macOS DMG

https://sitebrush.com/66aab89d1af641ee0ae190f6b3ea4e09.png Windows desktop version

ZIP archives only. Choose amd64 for most PCs or arm64 for Windows on ARM devices.

https://sitebrush.com/04b158d78c93b65c714bb6256da221a4.png 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.