You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-20Lines changed: 20 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
-
# BinaryOS
1
+
# Hypercube
2
2
3
-
BinaryOS is a custom [bootc](https://github.com/bootc-dev/bootc) image built on top of [Bluefin-DX](https://projectbluefin.io/) with Hyprland and an opinionated set of development tools. This image is designed primarily for my personal software development workflow, but you're welcome to use it, fork it, or submit issues and pull requests.
3
+
Hypercube is a custom [bootc](https://github.com/bootc-dev/bootc) image built on top of [Bluefin-DX](https://projectbluefin.io/) with Hyprland and an opinionated set of development tools. This image is designed primarily for my personal software development workflow, but you're welcome to use it, fork it, or submit issues and pull requests.
4
4
5
5
## What's Inside
6
6
7
-
BinaryOS builds on Bluefin-DX's excellent developer experience foundation and adds:
7
+
Hypercube builds on Bluefin-DX's excellent developer experience foundation and adds:
8
8
9
9
-**Hyprland**: A dynamic tiling Wayland compositor for an efficient, keyboard-driven workflow
10
10
-**Opinionated Development Tools**: A curated set of tools and configurations optimized for my development workflow
11
11
-**Personal Preferences**: Custom configurations and tweaks that I've found useful over time
12
12
13
13
### Available Variants
14
14
15
-
BinaryOS is available in two variants:
15
+
Hypercube is available in two variants:
16
16
17
17
-**Regular**: Built on `bluefin-dx:stable-daily` for systems with Intel/AMD graphics
18
18
-**NVIDIA**: Built on `bluefin-dx-nvidia:stable-daily` with NVIDIA driver support
@@ -37,18 +37,18 @@ While this is a personal image, community contributions are welcome! If you enco
37
37
- A machine running a bootc-compatible image (e.g., Bazzite, Bluefin, Aurora, or Fedora Atomic)
38
38
- Basic familiarity with bootc and container-based operating systems
If BinaryOS isn't for you, you can switch back to your previous image:
64
+
If Hypercube isn't for you, you can switch back to your previous image:
65
65
66
66
```bash
67
67
sudo bootc status # Find your previous image
@@ -71,7 +71,7 @@ systemctl reboot
71
71
72
72
## Customization & Forking
73
73
74
-
Want to create your own variant of BinaryOS? You're welcome to fork this repository! Here's how the build system works:
74
+
Want to create your own variant of Hypercube? You're welcome to fork this repository! Here's how the build system works:
75
75
76
76
### Repository Structure
77
77
@@ -94,7 +94,7 @@ For detailed information about customizing the image, see the files mentioned ab
94
94
95
95
The repository includes workflows for creating bootable disk images (ISO, QCOW2, raw) using [bootc-image-builder](https://osbuild.org/docs/bootc/). These can be used for:
96
96
97
-
- Installing BinaryOS on bare metal (ISO)
97
+
- Installing Hypercube on bare metal (ISO)
98
98
- Testing in virtual machines (QCOW2)
99
99
- Deploying to cloud environments (raw)
100
100
@@ -108,23 +108,23 @@ You can also build disk images locally using the included `just` commands (see [
108
108
109
109
## Artifacthub
110
110
111
-
BinaryOS is indexed on [artifacthub.io](https://artifacthub.io) to make it easier to discover and track. If you fork this image, you can list your own variant there as well using the `artifacthub-repo.yml` file.
111
+
Hypercube is indexed on [artifacthub.io](https://artifacthub.io) to make it easier to discover and track. If you fork this image, you can list your own variant there as well using the `artifacthub-repo.yml` file.
112
112
113
113
Learn more in the [Universal Blue Artifacthub discussion](https://universal-blue.discourse.group/t/listing-your-custom-image-on-artifacthub/6446).
114
114
115
115
## Development with Just
116
116
117
-
The repository includes a [`Justfile`](./Justfile) with commands for building and testing BinaryOS locally. [just](https://just.systems/) is a command runner that simplifies common development tasks.
117
+
The repository includes a [`Justfile`](./Justfile) with commands for building and testing Hypercube locally. [just](https://just.systems/) is a command runner that simplifies common development tasks.
118
118
119
-
Just is pre-installed on all Universal Blue images (including BinaryOS and Bluefin-DX). If you're using another system, install it from your package manager or see the [just installation guide](https://just.systems/man/en/introduction.html).
119
+
Just is pre-installed on all Universal Blue images (including Hypercube and Bluefin-DX). If you're using another system, install it from your package manager or see the [just installation guide](https://just.systems/man/en/introduction.html).
120
120
121
121
### Available Commands
122
122
123
123
Run `just` without arguments to see all available commands. Here are the most useful ones:
0 commit comments