blob: baf506bdebe43fda785323e046bf1447fc7c4358 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# soibox
A game launcher for the cmdline written in posix, soibox brings declarative game profiles to run games sandboxed
## Showcase
![soibox.gif](https://bin.sinanmohd.com/static/soibox.gif)
## Installation
```
git clone https://git.sinanmohd.com/soibox
cd soibox
sudo make install
```
## Usage
```
soibox /path/to/game_profile
```
soibox comes with a [examble game profile](example/example.sb), take a look at it to make your own profiles
## Dependencies
* basic unix utils
## Optional dependencies
* [firejail](https://firejail.wordpress.com/) - sandbox games
* [wine](https://www.winehq.org/) - run games developed for microsoft windows
* [curl](https://github.com/curl/curl) - fetch releases from github
* [dwarfs](https://github.com/mhx/dwarfs) - dwarfs groot support
|