27 lines
1.3 KiB
Markdown
27 lines
1.3 KiB
Markdown
# BUGPy-mOS-1 Release A-4-i "Graphical Upgrades" w/FDEA
|
|
|
|
BUGS Python Mock Operation System Overhaul 1 Release Version A Subversion 4 Patch i "Graphical Upgrades" with Full Disk Encryption Ant
|
|
|
|
## 🪲 Overview
|
|
|
|
BUGPy-mOS is a FOSS **Mock Operating System**. It is written fully in Python and, when packaged with `mkosi`, can boot on a computer independently.
|
|
|
|
It contains its own **package manager** (BPM), **shell** (BUSH), **full-disk encryption** (FDEA) and **system utilities**.
|
|
|
|
> **This is a FOSS project**. You can download it for free, modify it, do whatever you want. *Just make sure to include a reference to us*.
|
|
>
|
|
> If you are interested in contributing to the project, contact p7mj@wholeworldcoding.com.
|
|
|
|
## 🖥️ Usage
|
|
|
|
Download the distribution you are interested in using from the release page. There are three distributions:
|
|
|
|
- **min** (Minimal): The base package.
|
|
|
|
- **std** (Standard): The standard package. **All packages are tested**. Recommended for the majority of users.
|
|
|
|
- **ext** (Extended): The extended package. Contains experimental/extended scripts from **SpyDrone**.
|
|
|
|
Once you have extracted the files, run `python3 fdea-1.py`. You will be prompted with a password. The default is `hello`.
|
|
|
|
BUGPy's commands are based on *NIX commands. If you are comfortable in a Linux terminal, you will be able to use BUGPy. |