App Runner allows you to launch Apps easily.
Application Runner is a software created to launch any application or shell script without prefixing the "./" signs.
You can use "run " command to start any application.
Download Latest version
x64:
sudo dpkg -i run_1.0_amd64.deb
x86:
sudo dpkg -i run_1.0_i386.deb
run <any app>
run /home/user/myapp
run firefox.AppImage
run install.sh
run "any app"
run myapp --help
App Runner cannot run system apps.
run gedit file.txt
run apt-get update
- Install GCC and G++
sudo apt-get install gcc g++
- Install Make
sudo apt-get install make
- Install Git
sudo apt-get install git
Clone Repo:
git clone https://github.com/korayustundag/apprunner.git
Go to repo dir:
cd apprunner
Build:
make build
Build x86:
make x86
Build amd64:
make amd64