{"id":13393984,"url":"https://github.com/nanobox-io/nanobox","last_synced_at":"2026-03-14T14:23:58.900Z","repository":{"id":31484344,"uuid":"35048479","full_name":"nanobox-io/nanobox","owner":"nanobox-io","description":"The ideal platform for developers","archived":false,"fork":false,"pushed_at":"2019-10-21T20:03:10.000Z","size":29124,"stargazers_count":1618,"open_issues_count":76,"forks_count":91,"subscribers_count":47,"default_branch":"master","last_synced_at":"2025-04-08T12:09:45.310Z","etag":null,"topics":["cli","deployment","developer-tools","development-environment","docker","golang","nanobox","paas-framework","virtualbox"],"latest_commit_sha":null,"homepage":"https://nanobox.io","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nanobox-io.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-04T17:19:59.000Z","updated_at":"2025-03-25T00:13:29.000Z","dependencies_parsed_at":"2022-08-07T16:30:19.599Z","dependency_job_id":null,"html_url":"https://github.com/nanobox-io/nanobox","commit_stats":null,"previous_names":["nanobox-io/nanobox-cli","pagodabox/nanobox-cli"],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanobox-io%2Fnanobox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanobox-io%2Fnanobox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanobox-io%2Fnanobox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanobox-io%2Fnanobox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nanobox-io","download_url":"https://codeload.github.com/nanobox-io/nanobox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254453652,"owners_count":22073617,"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":["cli","deployment","developer-tools","development-environment","docker","golang","nanobox","paas-framework","virtualbox"],"created_at":"2024-07-30T17:01:04.592Z","updated_at":"2025-12-15T01:35:04.835Z","avatar_url":"https://github.com/nanobox-io.png","language":"Go","funding_links":[],"categories":["Container Operations","Orchestration","Go","Deployment","golang","cli","DevOps Tools","Other Rails Tools"],"sub_categories":["PaaS","Visual Studio Code","Platforms"],"readme":"[![nanoboxdesktop logo](http://nano-assets.gopagoda.io/readme-headers/nanoboxdesktop.png)](http://nanobox.io/open-source#nanoboxdesktop)\n[![Build Status](https://travis-ci.org/nanobox-io/nanobox.svg)](https://travis-ci.org/nanobox-io/nanobox)\n\n## Nanobox\n\n[Nanobox](https://nanobox.io/) automates the creation of isolated, repeatable environments for local and production applications. When developing locally, Nanobox provisions your app's infrastructure inside of a virtual machine (VM) and mounts your local codebase into the VM. Any changes made to your codebase are reflected inside the virtual environment.\n\nOnce code is built and tested locally, Nanobox provisions and deploys an identical infrastructure on a production platform.\n\n\n## How It Works\n\nNanobox uses [Virtual Box](http://virtualbox.org) and [Docker](https://www.docker.com/) to create virtual development environments on your local machine. App configuration is handled in the [boxfile.yml](https://docs.nanobox.io/boxfile/), a small yaml config file used to provision and configure your apps' environments both locally and in production.\n\n\n## Why Nanobox?\n\nNanobox allows you to stop configuring environments and just code. It guarantees that any project you start will work the same for anyone else collaborating on the project. When it's time to launch the project, you'll know that your production app will work, because it already works locally.\n\n\n### Installation\n\nBy using the [Nanobox installer](https://nanobox.io/download). *(Recommended)* .The installer includes all required dependencies (Virtual Box \u0026 Docker).\n\n\n### Usage\n\n```\nUsage:\n  nanobox [flags]\n  nanobox [command]\n\nAvailable Commands:\n  configure     Configure Nanobox.\n  run           Start your local development environment.\n  build-runtime Build your app's runtime.\n  compile-app   Compile your application.\n  deploy        Deploy your application to a live remote or a dry-run environment.\n  console       Open an interactive console inside a component.\n  remote        Manage application remotes.\n  status        Display the status of your Nanobox VM \u0026 apps.\n  login         Authenticate your nanobox client with your nanobox.io account.\n  logout        Remove your nanobox.io api token from your local nanobox client.\n  clean         Clean out any apps that no longer exist.\n  info          Show information about the specified environment.\n  tunnel        Create a secure tunnel between your local machine \u0026 a live component.\n  implode       Remove all Nanobox-created containers, files, \u0026 data.\n  destroy       Destroy the current project and remove it from Nanobox.\n  start         Start the Nanobox virtual machine.\n  stop          Stop the Nanobox virtual machine.\n  update-images Updates docker images.\n  evar          Manage environment variables.\n  dns           Manage dns aliases for local applications.\n  log           Streams application logs.\n  version       Show the current Nanobox version.\n  server        Start a dedicated nanobox server\n\nFlags:\n      --debug     In the event of a failure, drop into debug context\n  -h, --help      help for nanobox\n  -t, --trace     Increases display output and sets level to trace\n  -v, --verbose   Increases display output and sets level to debug\n\nUse \"nanobox [command] --help\" for more information about a command.\n```\n\n\n### Documentation\n\n- Nanobox documentation is available at [docs.nanobox.io](https://docs.nanobox.io/).\n- Guides for popular languages, frameworks and services are avaialble at [guides.nanobox.io](http://guides.nanobox.io).\n\n\n## Contributing\n\nContributing to Nanobox is easy. Just follow these [contribution guidelines](https://docs.nanobox.io/contributing/).\nNanobox uses [govendor](https://github.com/kardianos/govendor#the-vendor-tool-for-go) to vendor dependencies. Use `govendor sync` to restore dependencies.\n\n\n### Contact\n\nFor help using Nanobox or if you have any questions/suggestions, please reach out to help@nanobox.io or find us on [slack](https://slack.nanoapp.io/). You can also [create a new issue on this project](https://github.com/nanobox-io/nanobox/issues/new).\n\n[![nanobox logo](http://nano-assets.gopagoda.io/open-src/nanobox-open-src.png)](https://nanobox.io/open-source/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnanobox-io%2Fnanobox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnanobox-io%2Fnanobox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnanobox-io%2Fnanobox/lists"}