#windows-installer #installer #windows #silent #ninite #ninite-alternative

app siin

A silent installer ( currently only for Windows ) written in Rust. Works kinda like Ninite

1 unstable release

0.1.0 Aug 4, 2023

#401 in Operating systems

MIT license

18KB
155 lines

SIIN

A silent installer ( currently only for Windows ) written in Rust 🦀 It downloads and installs a list of apps silently, kinda like Ninite ( https://ninite.com/ )

Share with your friends and family

facebook twitter whatsapp linkedin pinterest reddit pocket tumblr

How to install

You can either download the binary from the release: https://github.com/p32929/siin/releases/latest or using cargo cargo install siin

How to use

  1. First create a JSON file like this: https://api.npoint.io/45bf94782cf51c2ad900

  2. Host the JSON file in https://gist.github.com/ or https://www.npoint.io/ or https://pastebin.com/ or anywhere you like

  3. Get the URL

  4. Run SIIN CLI as Admin

    If you have downloaded the EXE file from the release, just run the exe file as administrator

    If you have installed siin using cargo, start CMD ( command prompt ) as administrator then run siin

  5. Paste the URL and Hit enter

  6. Done!!!

How to contribute?

  • First discuss the issue by creating a new issue.
  • Don't make pull requests by changing the readme file without discussing.

License

MIT License

Copyright (c) 2023 Fayaz Bin Salam

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Dependencies

~16–32MB
~484K SLoC