Skip to content

Strux 0.0.17

Choose a tag to compare

@github-actions github-actions released this 22 Jan 04:49
· 92 commits to main since this release

v0.0.17

In this version, we attempt to fix an issue (#5) where Cog doesn't launch in Strux OS. It appears that the issue is related to system proxy mode settings and dbus.

Modifications:

  • Added additional flags to src/assets/client-base/cage.go to change the GSettings (which in turn prevents contacting dconf/dbus) to use memory-backed mode.
  • Modified systemd scripts strux.service to remove old remnants from older versions of Strux where we were using a dev watcher service
  • Reverted default inspector: yaml flags that we changed in v0.0.16 to prevent the use of inspector when creating a new Strux project.

To use this new version of Strux, you'll need to delete dist/artifacts/client and dist/artifacts/systemd so that Strux can recreate it.
You can also safely re-enable the dev inspector.

Strux 0.0.17

Installation

macOS (Homebrew):

brew tap strux-dev/strux
brew install strux

Linux (Debian/Ubuntu):

wget https://github.com/strux-dev/strux/releases/download/v0.0.17/strux_0.0.17_amd64.deb
sudo dpkg -i strux_0.0.17_amd64.deb

Linux (Fedora/RHEL):

wget https://github.com/strux-dev/strux/releases/download/v0.0.17/strux-0.0.17-1.x86_64.rpm
sudo rpm -i strux-0.0.17-1.x86_64.rpm

Windows:
Download and run strux-setup.exe

Binaries

Platform Architecture File
Linux x64 strux-linux-x64
Linux arm64 strux-linux-arm64
macOS x64 strux-darwin-x64
macOS arm64 (Apple Silicon) strux-darwin-arm64
Windows x64 strux-windows-x64.exe