Giter Site home page Giter Site logo

just-install's Introduction

Just Install

The simple package installer for Windows

Build Status License Semver ML


NEW: Subscribe to the mailing list by sending an email to [email protected]

just-install is a simple program that automates software installation on Windows. Unlike the alternatives, we strive to do one simple thing and do it well: download a setup.exe and install it, without bothering the user.

To see the list of available packages head over to http://just-install.it.

Installation

Run this command in a command prompt, as Administrator:

msiexec.exe /i http://go.just-install.it

If you like more traditional means of installation then download just-install.msi and double click the file to install it yourself.

Usage

To install a package:

just-install firefox

To view a list of available packages:

just-install list

To update the list of available packages:

just-install update

To forcibly re-download an installer and re-run it:

just-install -f firefox

To force installation of a package for a specific architecture (use "x86" or "x86_64"):

just-install -a x86 go

In case you are lost, help is always few keystrokes away:

just-install --help

Development

To contribute a new package see: CONTRIBUTING.md

To work on just-install itself you will need to install and set-up:

Once you have done so run:

go get https://github.com/lvillani/just-install

This will place just-install's source code to its appropriate place below the $GOPATH. Once you have done that, go to $GOPATH/src/github.com/lvillani/just-install and run:

godep go build bin/just-install.go

This will produce just-install.exe in the current working directory.

NOTE: build.py is used to publish a new release, you can safely ignore that. Also note that this project is being developed on Linux/OS X machine and cross-compiled to Windows only if/when necessary.

Frequently Asked Questions

Why did you make this?

I needed something to automate software installation on Windows VMs at my workplace. The alternatives at that time required either too much work to bootstrap themselves, were too slow, buggy or didn't include the software I wanted. I needed something that could be installed with one, memorable command, was self-contained, and could be launched from an unattended setup script.

What's wrong with the alternatives?

  • Chocolatey's biggest sin is that it requires PowerShell on the target system. This makes it ridiculously difficult to install on some operating systems: on Windows XP it is a multi-stage ordeal where you first have to install .NET 2.0, then install PowerShell, then .NET 4 and after that you can finally install Chocolatey itself.
  • Ninite is great but it's closed source and there's no obvious way to add a custom package.
  • Npackd is probably the most promising of the bunch, but the last time I tried it, it wanted to do some funny stuff such as handling un-installations and it had a tendency to shuffle files around.

I wanted something simple, something that would download an installer and run it silently. That's why I wrote just-install. You can find a complete rationale on my blog post

Credits

Cube icon derived from the one available from Ionicons.

just-install's People

Contributors

ctjhoa avatar demichiel avatar guiweber avatar lv-develer avatar lvillani avatar matthew-davey avatar mrchang1 avatar msumulong avatar naufraghi avatar thecyaneyed avatar vincecima avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.