{"id":13425035,"url":"https://github.com/apptainer/singularity","last_synced_at":"2026-01-15T22:19:45.975Z","repository":{"id":36971591,"uuid":"43982667","full_name":"apptainer/singularity","owner":"apptainer","description":"Singularity has been renamed to Apptainer as part of us moving the project to the Linux Foundation. This repo has been persisted as a snapshot right before the changes.","archived":false,"fork":false,"pushed_at":"2022-10-10T17:53:01.000Z","size":36447,"stargazers_count":2599,"open_issues_count":0,"forks_count":425,"subscribers_count":85,"default_branch":"master","last_synced_at":"2026-01-13T04:10:07.519Z","etag":null,"topics":["cloud-native","container","containers","hpc","linux","parallel","portability","portable","reproducible","reproducible-science","rootless-containers","science","singularity","singularity-container"],"latest_commit_sha":null,"homepage":"https://github.com/apptainer/apptainer","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apptainer.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE-APACHE-2.0","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-09T22:15:12.000Z","updated_at":"2026-01-06T15:13:49.000Z","dependencies_parsed_at":"2022-06-30T20:33:34.236Z","dependency_job_id":null,"html_url":"https://github.com/apptainer/singularity","commit_stats":null,"previous_names":["hpcng/singularity","singularityware/singularity"],"tags_count":103,"template":false,"template_full_name":null,"purl":"pkg:github/apptainer/singularity","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apptainer%2Fsingularity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apptainer%2Fsingularity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apptainer%2Fsingularity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apptainer%2Fsingularity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apptainer","download_url":"https://codeload.github.com/apptainer/singularity/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apptainer%2Fsingularity/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28472626,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-15T22:13:38.078Z","status":"ssl_error","status_checked_at":"2026-01-15T22:12:11.737Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cloud-native","container","containers","hpc","linux","parallel","portability","portable","reproducible","reproducible-science","rootless-containers","science","singularity","singularity-container"],"created_at":"2024-07-31T00:01:02.852Z","updated_at":"2026-01-15T22:19:45.959Z","avatar_url":"https://github.com/apptainer.png","language":"Go","readme":"# Singularity\n\nIMPORTANT NOTE: Singularity has been renamed to\n[Apptainer](https://apptainer.org/news/community-announcement-20211130).\nThis repository is now for archiving the history in the release branches.\nThe master branch is not in a consistent state.\nSubmit all current issues and pull requests to\n[https://github.com/apptainer/apptainer](https://github.com/apptainer/apptainer).\nAny issue submitted here will be automatically closed.\n\n[![CI](https://github.com/hpcng/singularity/actions/workflows/ci.yml/badge.svg)](https://github.com/hpcng/singularity/actions/workflows/ci.yml)\n\n- [Documentation](https://singularity.hpcng.org/docs/)\n- [Support](#support)\n- [Community Meetings / Minutes / Roadmap](https://drive.google.com/drive/u/0/folders/1npfBhIDxqeJIUHZ0tMeuHPvc_iB4T2B6)\n- [Project License](LICENSE.md)\n- [Guidelines for Contributing](CONTRIBUTING.md)\n- [Code of Conduct](CODE_OF_CONDUCT.md)\n- [Citation](#citing-singularity)\n\n## What is Singularity?\n\nSingularity is an open source container platform designed to be simple, fast,\nand secure. Many container platforms are available, but Singularity is designed\nfor ease-of-use on shared systems and in high performance computing (HPC)\nenvironments. It features:\n\n- An immutable single-file container image format, supporting cryptographic\n  signatures and encryption.\n- Integration over isolation by default. Easily make use of GPUs, high speed\n  networks, parallel filesystems on a cluster or server.\n- Mobility of compute. The single file SIF container format is easy to transport\n  and share.\n- A simple, effective security model. You are the same user inside a container\n  as outside, and cannot gain additional privilege on the host system by\n  default.\n\nSingularity is open source software, distributed under the [BSD License](LICENSE.md).\n\nCheck out [talks about Singularity](https://singularity.hpcng.org/talks)\nand some [use cases of Singularity](https://singularity.hpcng.org/usecases)\non our website.\n\n## Getting Started with Singularity\n\nTo install Singularity from source, see the [installation\ninstructions](INSTALL.md). For other installation options, see [our\nguide](https://singularity.hpcng.org/admin-docs/master/installation.html).\n\nSystem administrators can learn how to configure Singularity, and get an\noverview of its architecture and security features in the [administrator\nguide](https://singularity.hpcng.org/admin-docs/master/).\n\nFor users, see the [user guide](https://singularity.hpcng.org/user-docs/master/)\nfor details on how to run and build containers with Singularity.\n\n## Contributing to Singularity\n\nCommunity contributions are always greatly appreciated. To start developing\nSingularity, check out the [guidelines for contributing](CONTRIBUTING.md).\n\nPlease note we have a [code of conduct](CODE_OF_CONDUCT.md). Please follow it in\nall your interactions with the project members and users.\n\nOur roadmap, other documents, and user/developer meeting information can be\nfound in the [singularity community page](https://singularity.hpcng.org/help).\n\nWe also welcome contributions to our [user\nguide](https://github.com/hpcng/singularity-userdocs) and [admin\nguide](https://github.com/hpcng/singularity-admindocs).\n\n## Support\n\nTo get help with Singularity, check out the [Singularity\nHelp](https://singularity.hpcng.org/help) web page.\n\n## Go Version Compatibility\n\nSingularity aims to maintain support for the two most recent stable versions\nof Go. This corresponds to the Go\n[Release Maintenance\nPolicy](https://github.com/golang/go/wiki/Go-Release-Cycle#release-maintenance)\nand [Security Policy](https://golang.org/security),\nensuring critical bug fixes and security patches are available for all\nsupported language versions.\n\n## Citing Singularity\n\nThe Singularity software may be cited using our Zenodo DOI `10.5281/zenodo.1310023`:\n\n\u003e Singularity Developers (2021) Singularity. 10.5281/zenodo.1310023\n\u003e \u003chttps://doi.org/10.5281/zenodo.1310023\u003e\n\nThis is an 'all versions' DOI for referencing Singularity in a manner that is\nnot version-specific. You may wish to reference the particular version of\nSingularity used in your work. Zenodo creates a unique DOI for each release,\nand these can be found in the 'Versions' sidebar on the [Zenodo record page](https://doi.org/10.5281/zenodo.1310023).\n\nPlease also consider citing the original publication describing Singularity:\n\n\u003e Kurtzer GM, Sochat V, Bauer MW (2017) Singularity: Scientific containers for\n\u003e mobility of compute. PLoS ONE 12(5): e0177459.\n\u003e \u003chttps://doi.org/10.1371/journal.pone.0177459\u003e\n\n## License\n\n_Unless otherwise noted, this project is licensed under a 3-clause BSD license\nfound in the [license file](LICENSE.md)._\n","funding_links":[],"categories":["Go","HarmonyOS","science"],"sub_categories":["Windows Manager"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapptainer%2Fsingularity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapptainer%2Fsingularity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapptainer%2Fsingularity/lists"}