{"id":13441621,"url":"https://github.com/tilt-dev/tilt","last_synced_at":"2026-03-04T22:03:01.844Z","repository":{"id":37398313,"uuid":"143896900","full_name":"tilt-dev/tilt","owner":"tilt-dev","description":"Define your dev environment as code. For microservice apps on Kubernetes.","archived":false,"fork":false,"pushed_at":"2025-05-11T19:42:44.000Z","size":104214,"stargazers_count":8508,"open_issues_count":475,"forks_count":330,"subscribers_count":43,"default_branch":"master","last_synced_at":"2025-05-12T02:29:10.393Z","etag":null,"topics":["development-environment","kubernetes"],"latest_commit_sha":null,"homepage":"https://tilt.dev/","language":"Go","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/tilt-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-08-07T16:00:26.000Z","updated_at":"2025-05-12T02:22:28.000Z","dependencies_parsed_at":"2023-12-11T19:28:37.928Z","dependency_job_id":"a1005237-d8b0-4d3d-9540-86d89d5fe3b9","html_url":"https://github.com/tilt-dev/tilt","commit_stats":{"total_commits":4842,"total_committers":101,"mean_commits":47.94059405940594,"dds":0.6408508880627839,"last_synced_commit":"c38f0fd431304ee860fb8524023a0b5343ca0160"},"previous_names":["windmilleng/tilt"],"tags_count":248,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tilt-dev%2Ftilt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tilt-dev%2Ftilt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tilt-dev%2Ftilt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tilt-dev%2Ftilt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tilt-dev","download_url":"https://codeload.github.com/tilt-dev/tilt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253672612,"owners_count":21945477,"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":["development-environment","kubernetes"],"created_at":"2024-07-31T03:01:36.181Z","updated_at":"2026-03-04T22:03:01.781Z","avatar_url":"https://github.com/tilt-dev.png","language":"Go","readme":"# Tilt\n\n\u003cimg src=\"assets/logo-wordmark.png\" width=\"250\"\u003e\n\n[![Build Status](https://circleci.com/gh/tilt-dev/tilt/tree/master.svg?style=shield)](https://circleci.com/gh/tilt-dev/tilt)\n[![GoDoc](https://godoc.org/github.com/tilt-dev/tilt?status.svg)](https://pkg.go.dev/github.com/tilt-dev/tilt)\n\nKubernetes for Prod, Tilt for Dev\n\nModern apps are made of too many services. They're everywhere and in constant\ncommunication.\n\n[Tilt](https://tilt.dev) powers microservice development and makes sure they behave!\nRun `tilt up` to work in a complete dev environment configured for your team.\n\nTilt automates all the steps from a code change to a new process: watching\nfiles, building container images, and bringing your environment\nup-to-date. Think `docker build \u0026\u0026 kubectl apply` or `docker-compose up`.\n\n## Watch: Tilt in Two Minutes\n\n[![screencast](assets/tilt-video.png)](https://www.youtube.com/watch?v=FSMc3kQgd5Y)\n\n## Install Tilt\n\nInstalling the `tilt` binary is a one-step command.\n\n### macOS/Linux\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/tilt-dev/tilt/master/scripts/install.sh | bash\n```\n\n### Windows\n\n```powershell\niex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/tilt-dev/tilt/master/scripts/install.ps1'))\n```\n\nFor specific package managers (Homebrew, Scoop, Conda, asdf), see the\n[Installation Guide](https://docs.tilt.dev/install.html).\n\n## Run Tilt\n\n**New to Tilt?** Our tutorial will [get you started](https://docs.tilt.dev/tutorial.html).\n\n**Configuring a Service?** We have best practice guides for \n[HTML](https://docs.tilt.dev/example_static_html.html), \n[NodeJS](https://docs.tilt.dev/example_nodejs.html), \n[Python](https://docs.tilt.dev/example_python.html), \n[Go](https://docs.tilt.dev/example_go.html),\n[Java](https://docs.tilt.dev/example_java.html),\nand [C#](https://docs.tilt.dev/example_csharp.html).\n\n**Optimizing a Tiltfile?** Search for the function you need in our \n[complete API reference](https://docs.tilt.dev/api.html).\n\n## Community \u0026 Contributions\n\n**Questions:** Join [the Kubernetes slack](http://slack.k8s.io) and\n find us in the [#tilt](https://kubernetes.slack.com/messages/CESBL84MV/)\n channel. Or [file an issue](https://github.com/tilt-dev/tilt/issues). For code snippets of Tiltfile functionality shared by the Tilt community, check out [Tilt Extensions](https://github.com/tilt-dev/tilt-extensions). \n\n**Contribute:** Check out our [guidelines](CONTRIBUTING.md) to contribute to Tilt's source code. To extend the capabilities of Tilt via new Tiltfile functionality, read more about [Extensions](https://docs.tilt.dev/extensions.html).\n\n**Follow along:** [@tilt_dev](https://twitter.com/tilt_dev) on Twitter. For updates\nand announcements, follow [the blog](https://blog.tilt.dev) or subscribe to \n[the newsletter](https://tilt.dev/subscribe).\n\n**Help us make Tilt even better:** Tilt sends anonymized usage data, so we can\nimprove Tilt on every platform. Details in [\"What does Tilt\nsend?\"](http://docs.tilt.dev/telemetry_faq.html).\n\nWe expect everyone in our community (users, contributors, followers, and employees alike) to abide by our [**Code of Conduct**](CODE_OF_CONDUCT.md).\n\n## Reporting security issues\n\nThe maintainers take security seriously. If you discover a security issue,\nplease bring it to their attention right away!\n\nPlease **DO NOT** file a public issue, instead send your report privately to\n[security@docker.com](mailto:security@docker.com).\n\nSecurity reports are greatly appreciated and we will publicly thank you for it.\nWe also like to send gifts—if you're into Docker schwag, make sure to let\nus know. We currently do not offer a paid security bounty program, but are not\nruling it out in the future.\n\n## License\n\nCopyright 2022 Docker, Inc.\n\nLicensed under [the Apache License, Version 2.0](LICENSE)\n","funding_links":[],"categories":["Go","HarmonyOS","Kubernetes","Tools and Libraries","Development Tools","kubernetes","☁️ Cloud Platforms \u0026 Infrastructure","Develop Tools","Continuous Delivery \u0026 GitOps","\u003ca name=\"Go\"\u003e\u003c/a\u003eGo","Configuration Management"],"sub_categories":["Windows Manager","Kubernetes local development","Development Tools","Tools"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftilt-dev%2Ftilt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftilt-dev%2Ftilt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftilt-dev%2Ftilt/lists"}