Skip to content

Releases: openFyde/overlay-amd64-openfyde

r126

31 Oct 08:39
Compare
Choose a tag to compare

openFyde prebuilt image - x86_64

📄 TL;DR:

This is the prebuilt image for the amd64-openfyde board under the openFyde project. Download the image and flash it onto a USB device you shall be able to boot it up on a supported device - in this case an x86 64bit PC with either Intel or AMD Processors & Intel Graphics (integrated or discrete).

Full Changelog

🌟 OS Highlights:

🔄 Manual Update

Download the file payload.bin to your device and execute openfyde-updater.sh <path_to_payload.bin> as the root user to perform the upgrade.

📚 Additional Resources

🔑 Checksum (sha256sum)

9146a1bf45389f604320b6afbf1706aa8b061094b4aa6f7d7b2d9fe5ae7ac347  amd64-openfyde-r126.img.xz
6cbea6aa7c60658fa625f0e06e0085dacded12299d07936adab0cfb68bd9ac35  payload.bin
0c0d3da1def8814fd296d609490394adc311ab6308819c430447514e7600134b  stateful.tgz

r120

16 Apr 09:20
Compare
Choose a tag to compare

openFyde prebuilt image - x86_64

TL;DR:

This is the prebuilt image for the amd64-openfyde board under the openFyde project. Download the image and flash it onto a USB device you shall be able to boot it up on a supported device - in this case an x86 64bit PC with either Intel or AMD Processors & Intel Graphics (integrated or discrete).

In this release, we added features previously only available from FydeOS, such as installation, Widevine support and customised setting options.

Upstream versioning info:

Chromium: 120.0.6099.220
Platform: 15662.71.18.5
ArcheroNG: 0.4.5
Chromium OS manifest: https://chromium.googlesource.com/chromiumos/manifest.git/+/refs/heads/release-R120-15662.B

OS Highlights:

  • Chromium is updated to 120.0.6099.* with Chromium OS platform updated to 15662.71.18.*, with many new features synced from the upstream
  • Added experimental support for FydeOS AI.
  • Updated Android subsystem to the cutting-edge build of ArcHeroNG, based on Android 14.
  • Added support for "local OTA"; this enables updates to future releases without data loss.
    • You can download the file payload.bin to your device and then execute openfyde-updater.sh <path_to_payload.bin> as the root user to perform the upgrade.

How to enable Widevine:

  1. Obtain the necessary Windevine files for the appropriate architecture (x64 in this case) from your preferred place/vendor. If you cannot find this, you may try this one: https://github.com/Twinaxeatk/WidevineCdm/releases/download/R114/WidevineCdm_X64.tar.gz
  2. Uncompress the file (if necessary) and obtain the file libwidevinecdm.so.
  3. Navigate to "Settings" -> "openFyde Settings", and find the option to "Enable Widevine", and choose the file libwidevinecdm.so.
  4. Reboot.

How to install borealis

  1. Make sure your memory is greater than 8G
  2. Press ctrl+alt+t, and input shell,
sudo su
wget https://github.com/secretmem/borealis-dlc/releases/latest/download/borealis-dlc.tar.zst -O /tmp/borealis-dlc.tar.zst
mount -v -o rw,remount /
tar -Izstd -xvf /tmp/borealis-dlc.tar.zst -C /
rm -v /tmp/borealis-dlc.tar.zst
reboot
  1. Press ctrl+alt+t, and input insert_coin foo

Checksum:

sha256sum(amd64-openfyde-r120.img.xz): 7c727e9faa7ae0d94e567e4a7ad7dd3ee4955af8213921097970695957862ad5
sha256sum(payload.bin): 1cfed9f82e2fa25b768c7b690015a1ca56d05b6e02cc7e02341b2ba567051386

r114-r4

26 Jan 09:17
Compare
Choose a tag to compare

openFyde prebuilt image - x86_64

TL;DR:

This is the prebuilt image for the amd64-openfyde board under the openFyde project. Download the image and flash it onto a USB device you shall be able to boot it up on a supported device - in this case an x86 64bit PC with either Intel or AMD Processors & Intel Graphics (integrated or discrete).

In this release, we added features previously only available from FydeOS, such as installation, Widevine support and customised setting options.

Upstream versioning info:

Chromium: 114.0.5735.337
Platform: 15437.74.17.28
ArcheroNG: 0.3.16
Chromium OS manifest: https://chromium.googlesource.com/chromiumos/manifest.git/+/refs/heads/release-R114-15437.B

OS Highlights:

  • Chromium is updated to 114.0.5735.* with Chromium OS platform updated to 15437.74.17.*, with many new features synced from the upstream
  • Added experimental support for FydeOS AI. The content of the FydeOS AI released this time includes
    • Fixed the bug that occasionally cause white screen.Added the voice input function.
    • Added the voice input function.
    • Added support for more large language models (Baidu Qianfan, Ali Tongyi)
    • Added ctrl+c+c to quickly call up the floating window to interact with the copied content
    • Added a new setting - Prompt Management, which allows for adding, editing, fixing, and deleting prompts
  • Updated Android subsystem to the cutting-edge build of ArcHeroNG, based on Android 11.
  • Added support for "local OTA"; this enables updates to future releases without data loss.
    • You can download the file payload.bin to your device and then execute openfyde-updater.sh <path_to_payload.bin> as the root user to perform the upgrade.
  • Bring features borrowed from FydeOS:
    1. New installation page in OOBE that supports configuring multi-boot.
    2. New "openFyde Settings" section in OS Settings.
    3. Add support for sideloading widevinecdm. (See How to enable Widevine )
    4. Add support for auto-login.

How to enable Widevine:

  1. Obtain the necessary Windevine files for the appropriate architecture (x64 in this case) from your preferred place/vendor. If you cannot find this, you may try this one: https://github.com/Twinaxeatk/WidevineCdm/releases/download/R114/WidevineCdm_X64.tar.gz
  2. Uncompress the file (if necessary) and obtain the file libwidevinecdm.so.
  3. Navigate to "Settings" -> "openFyde Settings", and find the option to "Enable Widevine", and choose the file libwidevinecdm.so.
  4. Reboot.

How to install borealis

  1. Make sure your memory is greater than 8G
  2. Open chrome://flags and Set #borealis-enabled to Enabled.
  3. Press ctrl+alt+t, and input shell,
sudo su
wget https://github.com/secretmem/borealis-dlc/releases/latest/download/borealis-dlc.tar.zst -O /tmp/borealis-dlc.tar.zst
mount -v -o rw,remount /
tar -Izstd -xvf /tmp/borealis-dlc.tar.zst -C /
rm -v /tmp/borealis-dlc.tar.zst
reboot
  1. Press ctrl+alt+t, and input insert_coin foo

Checksum:

sha256sum(amd64-openfyde-r114-r4.img.xz): bc6b265a475fc0973975d9c52cc265ebdbb12f709990ab72359a0d4af8ccaca8
sha256sum(payload.bin): bd566d0936a3ba610fafb6dfdfb8676e2a9430e417d3368a370610f6c49315dd

r114-r3

29 Dec 12:02
Compare
Choose a tag to compare

openFyde prebuilt image - x86_64

TL;DR:

This is the prebuilt image for the amd64-openfyde board under the openFyde project. Download the image and flash it onto a USB device you shall be able to boot it up on a supported device - in this case an x86 64bit PC with either Intel or AMD Processors & Intel Graphics (integrated or discrete).

In this release, we added features previously only available from FydeOS, such as installation, Widevine support and customised setting options.

Upstream versioning info:

Chromium: 114.0.5735.337
Platform: 15437.74.17.27
ArcheroNG: 0.3.16
Chromium OS manifest: https://chromium.googlesource.com/chromiumos/manifest.git/+/refs/heads/release-R114-15437.B

OS Highlights:

  • Chromium is updated to 114.0.5735.* with Chromium OS platform updated to 15437.74.17.*, with many new features synced from the upstream
  • Added experimental support for FydeOS AI. The content of the FydeOS AI released this time includes
    • Added support for more large language models (Baidu Qianfan, Ali Tongyi)
    • Added ctrl+c+c to quickly call up the floating window to interact with the copied content
    • Added a new setting - Prompt Management, which allows for adding, editing, fixing, and deleting prompts
  • Updated Android subsystem to the cutting-edge build of ArcHeroNG, based on Android 11.
  • Added support for "local OTA"; this enables updates to future releases without data loss.
    • You can download the file payload.bin to your device and then execute openfyde-updater.sh <path_to_payload.bin> as the root user to perform the upgrade.
  • Bring features borrowed from FydeOS:
    1. New installation page in OOBE that supports configuring multi-boot.
    2. New "openFyde Settings" section in OS Settings.
    3. Add support for sideloading widevinecdm. (See How to enable Widevine )
    4. Add support for auto-login.

How to enable Widevine:

  1. Obtain the necessary Windevine files for the appropriate architecture (x64 in this case) from your preferred place/vendor. If you cannot find this, you may try this one: https://github.com/Twinaxeatk/WidevineCdm/releases/download/R114/WidevineCdm_X64.tar.gz
  2. Uncompress the file (if necessary) and obtain the file libwidevinecdm.so.
  3. Navigate to "Settings" -> "openFyde Settings", and find the option to "Enable Widevine", and choose the file libwidevinecdm.so.
  4. Reboot.

How to install borealis

  1. Make sure your memory is greater than 8G
  2. Open chrome://flags and Set #borealis-enabled to Enabled.
  3. Press ctrl+alt+t, and input shell,
sudo su
wget https://github.com/secretmem/borealis-dlc/releases/latest/download/borealis-dlc.tar.zst -O /tmp/borealis-dlc.tar.zst
mount -v -o rw,remount /
tar -Izstd -xvf /tmp/borealis-dlc.tar.zst -C /
rm -v /tmp/borealis-dlc.tar.zst
reboot
  1. Press ctrl+alt+t, and input insert_coin foo

Checksum:

sha256sum(amd64-openfyde-r114-r3.img.xz): 73f99c1c4de98ba03ae1b82b7b489fda7104a28e705a10e5c712f91cc334f1e0
sha256sum(payload.bin): 3f43657989658c2e90e85af864890141c8a3d2cd0a830e9049f5937d4676e149

openFyde prebuilt image - x86_64

27 Oct 05:56
Compare
Choose a tag to compare

openFyde prebuilt image - x86_64

TL;DR:

This is the prebuilt image for the amd64-openfyde board under the openFyde project. Download the image and flash it onto a USB device you shall be able to boot it up on a supported device - in this case an x86 64bit PC with either Intel or AMD Processors & Intel Graphics (integrated or discrete).

In this release, we added features previously only available from FydeOS, such as installation, Widevine support and customised setting options.

Upstream versioning info:

Chromium: 114.0.5735.337
Platform: 15437.74.17.21
ArcheroNG: 0.3.13
Chromium OS manifest: https://chromium.googlesource.com/chromiumos/manifest.git/+/refs/heads/release-R114-15437.B

OS Highlights:

  • Chromium is updated to 114.0.5735.* with Chromium OS platform updated to 15437.74.17.*, with many new features synced from the upstream
  • Added experimental support for FydeOS AI
  • Updated Android subsystem to the cutting-edge build of ArcHeroNG, based on Android 11.
  • Added support for "local OTA"; this enables updates to future releases without data loss.
  • Bring features borrowed from FydeOS:
    1. New installation page in OOBE that supports configuring multi-boot.
    2. New "openFyde Settings" section in OS Settings.
    3. Add support for sideloading widevinecdm. (See How to enable Widevine )
    4. Add support for auto-login.

How to enable Widevine:

  1. Obtain the necessary Windevine files for the appropriate architecture (x64 in this case) from your preferred place/vendor. If you cannot find this, you may try this one: https://github.com/Twinaxeatk/WidevineCdm/releases/download/R114/WidevineCdm_X64.tar.gz
  2. Uncompress the file (if necessary) and obtain the file libwidevinecdm.so.
  3. Navigate to "Settings" -> "openFyde Settings", and find the option to "Enable Widevine", and choose the file libwidevinecdm.so.
  4. Reboot.

How to install borealis

  1. Make sure your memory is greater than 8G
  2. Open chrome://flags and Set #borealis-enabled to Enabled.
  3. Press ctrl+alt+t, and input shell,
sudo su
wget https://github.com/secretmem/borealis-dlc/releases/latest/download/borealis-dlc.tar.zst -O /tmp/borealis-dlc.tar.zst
mount -v -o rw,remount /
tar -Izstd -xvf /tmp/borealis-dlc.tar.zst -C /
rm -v /tmp/borealis-dlc.tar.zst
reboot
  1. Press ctrl+alt+t, and input insert_coin foo

Full Changelog:

r114-r1...r114-r2

Checksum:

sha256sum(amd64-openfyde_r114-r2.img.xz): 3509041e17a71553fe75605145f47ac018a5ab6083a2c0b844bdd5112507be25

r114-r1

25 Sep 09:56
Compare
Choose a tag to compare

openFyde prebuilt image - x86_64

TL;DR:

This is the prebuilt image for the amd64-openfyde board under the openFyde project. Download the image and flash it onto a USB device you shall be able to boot it up on a supported device - in this case an x86 64bit PC with either Intel or AMD Processors & Intel Graphics (integrated or discrete).

In this release, we added features previously only available from FydeOS, such as installation, Widevine support and customised setting options.

Upstream versioning info:

Chromium: 114.0.5735.121
Platform: 15437.44.17.7
Chromium OS manifest: https://chromium.googlesource.com/chromiumos/manifest.git/+/refs/heads/release-R114-15437.B

OS Highlights:

  • Chromium is updated to 114.0.5735.* with Chromium OS platform updated to 15437.44.17.*, with many new features synced from the upstream
  • Added support for "local OTA"; this enables updates to future releases without data loss.
  • Bring features borrowed from FydeOS:
    1. New installation page in OOBE that supports configuring multi-boot.
    2. New "openFyde Settings" section in OS Settings.
    3. Add support for sideloading widevinecdm. (See How to enable Widevine )
    4. Add support for auto-login.

How to enable Widevine:

  1. Obtain the necessary Windevine files for the appropriate architecture (x64 in this case) from your preferred place/vendor. If you cannot find this, you may try this one: https://github.com/Twinaxeatk/WidevineCdm/releases/download/R114/WidevineCdm_X64.tar.gz
  2. Uncompress the file (if necessary) and obtain the file libwidevinecdm.so.
  3. Navigate to "Settings" -> "openFyde Settings", and find the option to "Enable Widevine", and choose the file libwidevinecdm.so.
  4. Reboot.

How to install borealis

  1. Make sure your memory is greater than 8G
  2. Open chrome://flags and Set #borealis-enabled to Enabled.
  3. Press ctrl+alt+t, and input shell,
sudo su
wget https://github.com/secretmem/borealis-dlc/releases/latest/download/borealis-dlc.tar.zst -O /tmp/borealis-dlc.tar.zst
mount -v -o rw,remount /
tar -Izstd -xvf /tmp/borealis-dlc.tar.zst -C /
rm -v /tmp/borealis-dlc.tar.zst
reboot
  1. Press ctrl+alt+t, and input insert_coin foo

Full Changelog:

r114...r114-r1

Checksum:

sha256sum(amd64-openfyde_r114-r1.img.xz): 0f32fd21d415d7d6da65b0808b3a94794f9d6b8f617350844df2829dd9830f08

R108

24 May 04:39
Compare
Choose a tag to compare

openFyde prebuilt image - x86_64

TL;DR:

This is the prebuilt image for the amd64-openfyde board under the openFyde project. Download the image and flash it onto a USB device you shall be able to boot it up on a supported device - in this case an x86 64bit PC with either Intel or AMD Processors & Intel Graphics (integrated or discrete).

Upstream versioning info:

Chromium: 108.0.5359.228
Platform: 15183.90.16.6
Chromium OS manifest: https://chromium.googlesource.com/chromiumos/manifest.git/+/refs/heads/release-R108-15183.B

Highlights:

  • Chromium is updated to 108.0.5359.* with Chromium OS platform updated to 15183.90.16.*, with many new features synced from the upstream:

    1. Refreshed UI and UX, covering most interactions on the desktop and the system notifications
    2. Added support for a system-wide dark theme, also allowing you to set it to "auto" mode to switch to the dark/light theme based on dawn and dusk
    3. New App Launcher layout enabled by default for desktop mode
    4. Further improvements for the System Web Apps (SWAs); in particular, in the "Files" app there is even a "Recycle bin" available for you to use :p
    5. Added more comprehensive support for virtual desk management capabilities, allowing you to save current windows/apps and reopen them in a new virtual desk
  • Redesigned the "fydeRhythm" IME; the following optimisations and new features will bring you a refreshing Chinese input experience:

    1. Significantly improved the loading time of the RIME engine
    2. Wrapped the RIME engine with WebAssembly technology, decoupling the fydeRhythm IME from the FydeOS file system and enabling independent updates
    3. Supports one-click download and switching of multiple popular pinyin/shuangpin/wubi or other input schemes
      Provides system-level toast prompts when switching between Chinese/English input states by pressing the left Shift key
    4. Optimised the design of the input method word selection UI
    5. Optimised the input experience of the on-screen keyboard in tablet mode
  • Fixed the compatibility issue with certain USB Wi-Fi adapters in previous versions

  • Fixed the default browser window size issue in "Guest Mode"

  • Fixed the extremely low frame rate issue when recording videos with the built-in "Screen Recording" feature

  • Other stability and performance improvements

  • Added Android subsystem ArcHero(WIP status)

ArcHero Highlights:

  • First released in version 0.1.1.

How to install borealis

  1. Make sure your memory is greater than 8G
  2. Open chrome://flags and Set #borealis-enabled to Enabled.
  3. Press ctrl+alt+t, and input shell,
sudo su
wget https://github.com/secretmem/borealis-dlc/releases/latest/download/borealis-dlc.tar.zst -O /tmp/borealis-dlc.tar.zst
mount -v -o rw,remount /
tar -Izstd -xvf /tmp/borealis-dlc.tar.zst -C /
rm -v /tmp/borealis-dlc.tar.zst
reboot
  1. Press ctrl+alt+t, and input insert_coin foo

Full Changelog:

https://github.com/openFyde/overlay-amd64-openfyde/compare/r102-r2..r108

Checksum:

sha256sum(amd64-openfyde-r108.img.xz): 1783fe0a5f72c395c4bcc41351fea3ad9e36bf6257a4006537157d86fd73dfc5

r102-r2

24 Oct 05:53
Compare
Choose a tag to compare

openFyde prebuilt image - x86

TL;DR:

This is the prebuilt image for the amd64-openfyde board under the openFyde project. Download the image and flash it onto a USB device you shall be able to boot it up on a supported device - in this case an x86 64bit PC with either Intel or AMD Processors & Intel Graphics (integrated or discrete).

Upstream versioning info:

Chromium: 102.0.5005.90
Platform: 14695.91.0
Chromium OS manifest: https://chromium.googlesource.com/chromiumos/manifest.git/+/refs/heads/release-R102-14695.B

Highlights:

How to install borealis

  1. Make sure your memory is greater than 8G
  2. Open chrome://flags and Set #borealis-enabled to Enabled.
  3. Press ctrl+alt+t, and input shell,
sudo su
wget https://github.com/secretmem/borealis-dlc/releases/latest/download/borealis-dlc.tar.zst -O /tmp/borealis-dlc.tar.zst
mount -v -o rw,remount /
tar -Izstd -xvf /tmp/borealis-dlc.tar.zst -C /
rm -v /tmp/borealis-dlc.tar.zst
# modify CHROMEOS_RELEASE_TRACK from `CHROMEOS_RELEASE_TRACK=stable-channel` to `CHROMEOS_RELEASE_TRACK=dev-channel`
sed -i 's|CHROMEOS_RELEASE_TRACK=stable-channel|CHROMEOS_RELEASE_TRACK=dev-channel|' /etc/lsb-release
# borealis conflicts with local termina image, don't mount it, use google's termina
mv -v /etc/init/termina-mounter.conf /etc/init/termina-mounter.conf.backup
mv -v /etc/init/termina-umounter.conf /etc/init/termina-umounter.conf.backup
reboot
  1. Press ctrl+alt+t, and input insert_coin foo

Full Changelog:

r102...r102-r2

Checksum:

sha256sum(amd64-openfyde_r102-r2.img.xz): 686c05af99ba0b095f804cc65f07573f088229612c3c90ece8b335ab2fc7771c

r102-r1

30 Aug 04:56
Compare
Choose a tag to compare

openFyde prebuilt image - x86

TL;DR:

This is the prebuilt image for the amd64-openfyde board under the openFyde project. Download the image and flash it onto a USB device you shall be able to boot it up on a supported device - in this case an x86 64bit PC with either Intel or AMD Processors & Intel Graphics (integrated or discrete).

Upstream versioning info:

Chromium: 102.0.5005.90
Platform: 14695.91.0
Chromium OS manifest: https://chromium.googlesource.com/chromiumos/manifest.git/+/refs/heads/release-R102-14695.B

Highlights:

  • refresh the latest chromium and support geolocation
  • add Intel i225-V B3 2.5G RJ45 Card support

Full Changelog:

r102...r102-r1

Checksum:

sha256sum(amd64-openfyde_r102-r1.img.xz): 2feef15b605b7e324c651c898a485464eff23158ab4195e9714f1b521a0af782

r102

06 Jul 10:19
Compare
Choose a tag to compare

openFyde prebuilt image - x86

TL;DR:

This is the prebuilt image for the amd64-openfyde board under the openFyde project. Download the image and flash it onto a USB device you shall be able to boot it up on a supported device - in this case an x86 64bit PC with either Intel or AMD Processors & Intel Graphics (integrated or discrete).

Upstream versioning info:

Chromium: 102.0.5005.90
Platform: 14695.91.0
Chromium OS manifest: https://chromium.googlesource.com/chromiumos/manifest.git/+/refs/heads/release-R102-14695.B

Highlights:

  • Updated Chromium and platform to 102

Full Changelog:

r96...r102

Checksum:

sha256sum(amd64-openfyde_r102.img.xz): 711eeb91f083f6dede8c7d7a5268dbfd81e280788bc9f593cb627b64b43ccfa5