{"id":17483848,"url":"https://github.com/creationix/ivy","last_synced_at":"2025-04-10T02:43:15.873Z","repository":{"id":976026,"uuid":"775085","full_name":"creationix/ivy","owner":"creationix","description":"Ivy is Tim Caswell's personal node.js distribution, fork and customize!","archived":false,"fork":false,"pushed_at":"2010-08-25T08:11:11.000Z","size":5671,"stargazers_count":59,"open_issues_count":2,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-24T04:13:32.239Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/creationix.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-07-14T18:00:49.000Z","updated_at":"2023-09-08T16:27:08.000Z","dependencies_parsed_at":"2022-07-05T22:30:39.908Z","dependency_job_id":null,"html_url":"https://github.com/creationix/ivy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creationix%2Fivy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creationix%2Fivy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creationix%2Fivy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creationix%2Fivy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/creationix","download_url":"https://codeload.github.com/creationix/ivy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248145205,"owners_count":21055083,"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":[],"created_at":"2024-10-19T00:48:09.763Z","updated_at":"2025-04-10T02:43:15.855Z","avatar_url":"https://github.com/creationix.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ivy - node in a hurry\n\nIvy the idea of a portable environment taken to the extreme. Each ivy instance has it's copy of node and all your libraries.  The node version and bundled libraries are controlled via git submodules.\n\n## Setup/Install\n\nIt's super easy to install with a single line.  If you have `wget` then do:\n\n    wget -O- http://github.com/creationix/ivy/raw/master/utils/setup.sh | sh\n\nFor `curl` do:\n\n    curl -# http://github.com/creationix/ivy/raw/master/utils/setup.sh | sh\n\nAnd then after either case, you can start up `ivy` right away:\n\n    ./ivy/bin/node\n\nTry `require('connect')` to make sure the bundled libraries are available.\n\nIf you add `/ivy/bin` to your executable path then it's \"installed\". That's all it takes!\n\n## Module management\n\nInstalling new modules, updating existing modules, and changing node versions is all done via the git submodules in `/modules/*` and `/ivy-bin`.  Currently there are no utilities to automate this, but there are plans to integrate [NPM][] somehow to play nice with the Ivy environment.\n\n## Platforms\n\nCurrently I bundle two platforms of node.\n\n - **node-osx** - This is built on OSX 10.6 (Snow Leopard) in 64-bit mode\n - **node-linux** - This is built on latest Ubuntu in 32-bit mode.\n\nI may add more platforms as time goes, but these are the two I use for development and production.\n\n[NPM]: http://github.com/isaacs/npm","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreationix%2Fivy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcreationix%2Fivy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreationix%2Fivy/lists"}