{"id":18852883,"url":"https://github.com/stellarsand/glide","last_synced_at":"2025-10-18T19:55:55.229Z","repository":{"id":113458022,"uuid":"478530318","full_name":"StellarSand/GLIDE","owner":"StellarSand","description":"Download and verify latest GNU/Linux ISO directly from terminal","archived":false,"fork":false,"pushed_at":"2023-09-22T15:30:45.000Z","size":96,"stargazers_count":10,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-27T23:33:05.267Z","etag":null,"topics":["arch-linux","bash","bash-script","centos","debian","downloader","fedora","iso","kali-linux","linux","linux-image","linux-installer","linux-mint","linux-shell","linuxmint","script","scripts","shell-script","terminal","ubuntu"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StellarSand.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-04-06T11:30:29.000Z","updated_at":"2025-03-13T19:49:12.000Z","dependencies_parsed_at":"2023-09-23T17:58:39.127Z","dependency_job_id":null,"html_url":"https://github.com/StellarSand/GLIDE","commit_stats":null,"previous_names":["stellarsand/glide"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StellarSand%2FGLIDE","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StellarSand%2FGLIDE/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StellarSand%2FGLIDE/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StellarSand%2FGLIDE/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StellarSand","download_url":"https://codeload.github.com/StellarSand/GLIDE/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248860181,"owners_count":21173381,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arch-linux","bash","bash-script","centos","debian","downloader","fedora","iso","kali-linux","linux","linux-image","linux-installer","linux-mint","linux-shell","linuxmint","script","scripts","shell-script","terminal","ubuntu"],"created_at":"2024-11-08T03:41:59.449Z","updated_at":"2025-10-18T19:55:50.180Z","avatar_url":"https://github.com/StellarSand.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GLIDE\n**G**NU/**L**inux **I**SO **D**ownload**e**r\n\nGLIDE is a command line tool that allows you to easily download the latest ISO images for various GNU/Linux distributions directly from the terminal. It also automatically checks the authenticity and integrity of the downloaded files to ensure that you are getting a genuine and unmodified copy of the operating system.\n\n\n\n## Contents\n- [Available distros to download](#available-distros-to-download)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Uninstall](#uninstall)\n- [Roadmap](#roadmap)\n- [Contributing](#contributing)\n\n\n\n## Available distros to download\nAll downloaded files are always the latest ones.\n\n- [Arch Linux](https://archlinux.org/)\n- [CentOS Stream](https://www.centos.org/)\n- [Debian](https://www.debian.org/)\n- [Endeavour OS](https://endeavouros.com/)\n- [Fedora Workstation](https://getfedora.org/)\n- [Kali Linux](https://www.kali.org/)\n- [Linux Mint](https://linuxmint.com/)\n- [Manjaro](https://manjaro.org/)\n- [Ubuntu](https://ubuntu.com/)\n- [Ubuntu LTS](https://ubuntu.com/)\n- [Zorin OS](https://zorin.com/os/)\n\n\n\n## Installation\n**1. Clone this repo:**\n```\ngit clone https://github.com/StellarSand/GLIDE.git\n```\n\n**2. Move into the project directory:**\n```\ncd GLIDE\n```\n\n**3. Give executable permissions to the install script:**\n```\nchmod +x install.sh\n```\n\n**4. Run the install script:**\n```\n./install.sh\n```\n\n\n\n## Usage\nUsing GLIDE is easy, once installed.\n\n```\nglide \u003cdistro name\u003e\n```\n\nDownloading to a specific directory can be done using the `-d` or `--directory` option\n```\nglide \u003cdistro name\u003e -d \u003cdirectory\u003e\n```\n\n**Examples:**\n- To show available distro list:\n```\nglide -l\n```\n\n- To download Linux Mint ISO:\n```\nglide linuxmint\n```\n\n- To download Linux Mint ISO to specific directory:\n```\nglide linuxmint -d /home/user/Desktop\n```\n\n\n\n## Uninstall\nIf GLIDE has been installed, you can remove it by:\n\n**1. Clone this repo (if not done already):**\n```\ngit clone https://github.com/StellarSand/GLIDE.git\n```\n\n**2. Move into the project directory:**\n```\ncd GLIDE\n```\n\n**3. Give executable permissions to the uninstall script:**\n```\nchmod +x uninstall.sh\n```\n\n**4. Run the uninstall script:**\n```\n./uninstall.sh\n```\n\n\n\n## Roadmap\n- More distros will be added soon.\n- Currently only 64-bit ISO are downloaded. ARM ISO will be added in the future.\n\n\n\n## Contributing\nPull requests can be submitted [here](https://github.com/StellarSand/GLIDE/pulls). Any contribution to the project will be highly appreciated.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstellarsand%2Fglide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstellarsand%2Fglide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstellarsand%2Fglide/lists"}