wolfOS is a custom Linux distribution based on the OpenFyde project, using the WolfKernel Linux fork. It is designed to be lightweight, fast, and secure, providing a high-performance environment while remaining user-friendly and open-source.
- Custom WolfKernel: wolfOS is powered by the WolfKernel Linux fork, which focuses on performance, stability, and enhanced security compared to the standard Linux kernel.
- Lightweight and Fast: Optimized for speed and efficiency, making it a great choice for a variety of hardware, even lower-end systems.
- Open Source: wolfOS is fully open-source, with transparency and collaboration at its core.
- Secure: Enhanced security features to ensure the safety of your data and system.
- OpenFyde Compatibility: Inherits compatibility with OpenFyde, allowing you to leverage its apps and features.
To install wolfOS, follow these steps:
-
Clone the repository:
git clone https://github.com/WolfTech-Innovations/wolfOS_amd64.git cd wolfOS -
Prepare your system for the build: Install the required dependencies:
sudo apt-get update sudo apt-get install build-essential git curl python3 python3-pip python3-dev lib32stdc++6 lib32z1 libglib2.0-0 libgstreamer1.0 libncurses5-dev libnss3-dev clang binutils gcc-multilib pkg-config
-
Initialize the repo tool:
mkdir -p ./scripts curl -sSL https://storage.googleapis.com/git-repo-downloads/repo > ./scripts/repo chmod a+x ./scripts/repo -
Set up the repo and sync:
./scripts/repo init -u https://chromium.googlesource.com/chromiumos/manifest -b stable ./scripts/repo sync --jobs=4 --verbose
-
Build wolfOS: After syncing, build the system by running:
bash build.sh
-
Install wolfOS: Once the build is complete, follow the instructions in the
build.shscript or consult the provided installation guide to install wolfOS.
wolfOS uses the WolfKernel fork of the Linux kernel, offering a range of enhancements:
- Performance Optimizations: Tweaked to provide better overall performance, especially for resource-constrained environments.
- Security Improvements: A variety of security patches for a more secure operating system.
- Custom Patches: Unique patches that enhance system responsiveness and stability.
To build wolfOS with the WolfKernel, make sure your build configuration is set to target WolfKernel.