The security of the server requires on the security of the network it is hosted on. By running the server on an untrusted network you may be putting your device at risk! The security of the server relies on the security of the network and device it is hosted on. By running the server on an untrusted network you may be putting your device at risk!

Turn any device into a tiny home server in minutes.

WolfLoom is designed for people who don’t want to fight with complicated setups. Follow a few simple steps, open your browser at http://0.0.0.0:5000/, and your personal home server is ready.

WolfLoom is free and open source. View the code on GitHub.

What you get

  • A tiny home server you control.
  • Runs on your own hardware.
  • Simple web interface in your browser.
  • No subscription, no tracking.

Installation guide

WolfLoom is intentionally simple. Even if you are not very technical, you can follow these steps. Choose your operating system below and follow the instructions carefully.

Install WolfLoom nearly anywhere

  1. Install WolfLoom
    Download the latest version from here to your device.
  2. Install Python
    Download the latest Python version from here to your device.
  3. Extract WolfLoom
    Find the ZIP in File Explorer and double click it to extract.
  4. Run WolfLoom
    Find the host.pyin File Explorer and double click it to run.
  5. Visit WolfLoom in your browser
    Open your web browser (Chrome, Firefox etc.) and go to: http://0.0.0.0:5000/
    You should now see the WolfLoom home server interface.

Why WolfLoom is different

WolfLoom is built for people who want the benefits of a home server without the usual complexity. You do not need to understand networking, servers, or command-line tools in depth. I hope this makes it as easy as possible for people to run WolfLoom.

Made for non‑technical users

Every step is written in plain language. Instead of assuming you know how servers work, this website walks you through exactly what to click, what to type, and what to expect.

Runs in your browser

Once WolfLoom is running, you simply open your browser and visit http://0.0.0.0:5000/. There is no confusing app to learn — just a clean web interface.

Free and open source

WolfLoom is completely free. The source code is available on GitHub, so anyone can inspect it, improve it, or adapt it.

Lightweight and private

WolfLoom runs on your own hardware. Your data stays with you. There are no subscriptions, no tracking, and no hidden cloud services.

Frequently asked questions

Do I need to be technical to use WolfLoom?

No. WolfLoom is specifically designed for people who are not very tech savvy, as well as those who are tech savvy but just want a quick server to set up. If you wanted, you could add more features to your own private version by downloading and editing the python code to make custom features just for you! The instructions are step-by-step and written in everyday language to be as accessible as possible.

Do I need a fast computer to run Wolfloom

No. WolfLoom is meant to be as easy to run as possible. This means you can run it on old devices you have lying around your house.

Is WolfLoom really free?

Yes. WolfLoom is free and open source. You can use it, share it, and even modify it as long as you follow the license terms in the LICENSE.

What happens if I close the WolfLoom window or terminal?

WolfLoom runs as long as the terminal window is open. If you close it, the server stops. To use it again, just run the program or command again. Please don't close the window or terminal window to stop it however, as this may break it, press CTRL + C in the terminal to safely end to program before closing it.

Can I access WolfLoom from other devices on my network?

Yes, you can. Instead of 0.0.0.0, you would use the local IP address of the device running WolfLoom. For example, http://192.168.0.1:5000/. This depends on how you configured it in the app.