Skip to content

korayustundag/apprunner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to App Runner

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.

Installation

Download Latest version

x64:

sudo dpkg -i run_1.0_amd64.deb

x86:

sudo dpkg -i run_1.0_i386.deb

Usage

run <any app>

Examples

run /home/user/myapp
run firefox.AppImage
run install.sh
run "any app"
run myapp --help

Attention

App Runner cannot run system apps.

run gedit file.txt

run apt-get update

Building from Source

  1. Install GCC and G++
sudo apt-get install gcc g++
  1. Install Make
sudo apt-get install make
  1. 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