Skip to content

This is an expirmental version of chromeOS and WolfOS merged

License

Notifications You must be signed in to change notification settings

WolfTech-Innovations/wolfOS_amd64

 
 

Repository files navigation

Build wolfOS Image for ARM64

wolfOS

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.

Features

  • 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.

Installation

To install wolfOS, follow these steps:

  1. Clone the repository:

    git clone https://github.com/WolfTech-Innovations/wolfOS_amd64.git
    cd wolfOS
  2. 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
  3. Initialize the repo tool:

    mkdir -p ./scripts
    curl -sSL https://storage.googleapis.com/git-repo-downloads/repo > ./scripts/repo
    chmod a+x ./scripts/repo
  4. Set up the repo and sync:

    ./scripts/repo init -u https://chromium.googlesource.com/chromiumos/manifest -b stable
    ./scripts/repo sync --jobs=4 --verbose
  5. Build wolfOS: After syncing, build the system by running:

    bash build.sh
  6. Install wolfOS: Once the build is complete, follow the instructions in the build.sh script or consult the provided installation guide to install wolfOS.

WolfKernel

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.


About

This is an expirmental version of chromeOS and WolfOS merged

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 51.9%
  • Makefile 48.1%