{"id":20281773,"url":"https://github.com/flightpkg/flight","last_synced_at":"2025-10-28T10:08:47.372Z","repository":{"id":40562612,"uuid":"480216171","full_name":"flightpkg/flight","owner":"flightpkg","description":"Swift, reliable, multi-language package manager. ✨🚤🚀✨","archived":false,"fork":false,"pushed_at":"2022-07-28T07:46:46.000Z","size":285057,"stargazers_count":27,"open_issues_count":1,"forks_count":4,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-15T03:25:46.735Z","etag":null,"topics":["cli","fast","flight","javascript","luau","nodejs","package-manager","rust","unified","universal"],"latest_commit_sha":null,"homepage":"https://flightpkg.js.org/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flightpkg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null}},"created_at":"2022-04-11T03:42:05.000Z","updated_at":"2024-08-26T18:13:18.000Z","dependencies_parsed_at":"2022-07-13T15:59:24.008Z","dependency_job_id":null,"html_url":"https://github.com/flightpkg/flight","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/flightpkg/flight","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flightpkg%2Fflight","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flightpkg%2Fflight/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flightpkg%2Fflight/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flightpkg%2Fflight/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flightpkg","download_url":"https://codeload.github.com/flightpkg/flight/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flightpkg%2Fflight/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281418916,"owners_count":26497901,"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","status":"online","status_checked_at":"2025-10-28T02:00:06.022Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["cli","fast","flight","javascript","luau","nodejs","package-manager","rust","unified","universal"],"created_at":"2024-11-14T14:06:49.072Z","updated_at":"2025-10-28T10:08:47.343Z","avatar_url":"https://github.com/flightpkg.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003ca href=\"https://discord.gg/nSq93KYykn\"\u003e\n  \u003cimg src=\"https://media.discordapp.net/attachments/963759772455292961/975778403955404840/Banner.png?width=1440\u0026height=388\" /\u003e\n\u003c/a\u003e\n\u003c/p\u003e\n\u003c!-- \u003ch1 align=\"center\"\u003eFlight\u003c/h1\u003e --\u003e\n\u003ch2 align=\"center\"\u003eSwift, reliable, multi-language package manager.\u003c/h2\u003e\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://github.com/flightpkg/flight/actions/workflows/compile.yml/badge.svg?branch=main\"\u003e\n\u003cimg src=\"https://sonarcloud.io/api/project_badges/measure?project=flightpkg_flight\u0026metric=alert_status\"\u003e\n\u003cimg src=\"https://img.shields.io/github/languages/code-size/flightpkg/flight?color=6190E8\"\u003e\n\u003cimg src=\"https://img.shields.io/github/issues/flightpkg/flight?color=6190E8\"\u003e\n\u003cimg src=\"https://img.shields.io/github/package-json/v/flightpkg/flight?color=6190E8\"\u003e\n\u003cimg src=\"https://img.shields.io/tokei/lines/github/flightpkg/flight?color=6190E8\u0026label=lines%20of%20code\"\u003e\n\u003c/p\u003e\n\u003cbr\u003e\n\n\n\n\n\n# :zap: Installation\n\nWe don't have an official release of Flight yet, however, if you would like to give it a try, feel free to follow the steps below to install a pre-alpha release.\n\u003cbr\u003e\n\n### Linux:\n\n#### Shell script (Recommended):\n```bash\n$ curl -qL https://raw.githubusercontent.com/flightpkg/flight/main/install.sh | bash\n```\n\nIf the installer doesn't set your environment variables, add it using:\n\n```bash\n$ echo \"export PATH=~/flight/bin:$PATH\" \u003e\u003e YOUR_SHELL_CONFIG_HERE\n```\n...and restart your shell to use the command `flight`\n\u003c!--\n#### NodeJS based installer:\n```bash\n$ curl https://raw.githubusercontent.com/flightpkg/flight/setup/dist/index.js -O \u0026\u0026 node index\n```\n\n\n\n#### Homebrew:\n```bash\n$ brew install flightpkg/flight\n```\n\n### Windows:\n```ps1\n\u003e Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/flightpkg/flight/main/install.ps1'))\n```\n--\u003e\n## Build From Source\nPrerequisites: Git, Yarn and/or NPM, NodeJS.\n\n## Steps\n\n1. Clone the repository using git.\n\n```bash\n$ git clone https://github.com/flightpkg/flight\n```\n\n2. CD into the `flight` directory.\n\n```bash\n$ cd flight\n```\n\n3. Install @vercel/ncc globally if it isnt already installed\n\n```bash\n$ npm i @vercel/ncc\n$ yarn global add @vercel/ncc\n```\n\n4. Run the build script\n```bash\n$ npm run compile \u0026\u0026 npm run build\n$ yarn compile \u0026\u0026 yarn build\n```\n\n5. CD into the dist/js directory, then init.\n```bash\n$ cd dist/js\n-------------\n$ npm init \n$ yarn init\n```\n\n\u003cbr\u003e\n\n## 🕵️‍♂️ VirusTotal Scans\n| **Platform** | **VirusTotal Scan**    |\n| -------  | ------------------ |\n| Windows  | \u003ca href=\"https://www.virustotal.com/gui/file/f7748343325785c81476bc802441010b624b3bbd989770a8b3ee5b694a7d5ed7/detection\"\u003e \u003cimg src=\"https://img.shields.io/badge/dynamic/json?label=Detections\u0026query=%24.positives\u0026url=https%3A%2F%2Fupdates.flightpkg.js.org%2Fapi%2Fvirustotal-win\"\u003e \u003c/a\u003e |\n\n\u003cbr\u003e\n\n## :clap: Supporters\n\n[![Stargazers repo roster for @flightpkg/flight](https://reporoster.com/stars/flightpkg/flight)](https://github.com/flightpkg/flight/stargazers)\n\n\u003cbr\u003e\n\n## Built With\n\n[NodeJS](https://nodejs.org/)\n\n## License\n\nApache-2.0 © flightpkg - see the [LICENSE.md](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflightpkg%2Fflight","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflightpkg%2Fflight","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflightpkg%2Fflight/lists"}