Skip to content

rigg 1.0

Compare
Choose a tag to compare
@rfht rfht released this 10 Mar 12:41
· 7 commits to main since this release

I am excited to announce the 1.0 release of rigg! With this program, a large number of games based on Mono or HashLink can be run on OpenBSD. It uses unveil(2) for 2 purposes: In strict mode (the default), filesystem access/visibility is reduced to the empirical minimum necessary, protecting other parts of the file system from inadvertent or malicious access. The other use of unveil(2) is to hide bundled libraries of the Linux game version, so that the engine can fall back on the OpenBSD-native libraries.

Some notable games that have been tested with rigg(1) on OpenBSD (make sure pertinent libraries are installed to run):

  • Crystal Project
  • Dead Cells
  • Hacknet
  • Northgard
  • Nuclear Blaze
  • Opus Magnum
  • Owlboy
  • Salt and Sanctuary
  • SpaceChem
  • Terraria

Many thanks to @brynet whose work on unveilro(1) has been a significant inspiration for rigg!