Facilitating Open Science
Last updated Jul 7, 2026
729
Stars
359
Forks
205
Issues
+1
Stars/day
Attention Score
73
Language breakdown
Python 82.5%
JavaScript 9.7%
Mako 4.2%
HTML 2.8%
CSS 0.6%
VCL 0.1%
โธ Files
click to expand
README
OSF
The code for https://osf.io.
masterdevelop- Versioning Scheme:
- Issues: https://github.com/CenterForOpenScience/osf.io/issues?state=open
- COS Development Docs: http://cosdev.readthedocs.org/
Running the OSF For Development
To run the OSF for local development, see README-docker-compose.md.
Optional, but recommended: To set up pre-commit hooks (will run formatters and linters on staged files):
pip install pre-commit
pre-commit install --allow-missing-config
More Resources
The COS Development Docs provide detailed information about all aspects of OSF development. This includes style guides, process docs, troubleshooting, and more.
๐ More in this category