├── .github └── workflows │ └── ci.yml ├── CONTRIBUTING.md ├── DEFUNCT.md ├── README.md ├── docs ├── CNAME ├── DEFUNCT.md ├── index.md └── stylesheets │ └── extra.css └── mkdocs.yml /.github/workflows/ci.yml: -------------------------------------------------------------------------------- 1 | name: ci 2 | on: 3 | push: 4 | branches: 5 | - master 6 | - main 7 | - mkdocs 8 | jobs: 9 | deploy: 10 | runs-on: ubuntu-latest 11 | steps: 12 | - uses: actions/checkout@v2 13 | - uses: actions/setup-python@v2 14 | with: 15 | python-version: 3.x 16 | - run: pip install mkdocs-material markdown-include 17 | - run: sed -i '//,//d' README.md 18 | - run: mkdocs gh-deploy --force 19 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # Contributing 2 | 3 | ## General 4 | 5 | * One pull request for every new link 6 | 7 | ## Adding new Tech-Coops 8 | 9 | * Description of the pull request must at least contain the link to the website of the coop. 10 | * If it is not super obvious from the coops website, please "prove" in your pull request message that this is indeed a coop. 11 | * Add the coop to the region that is it's main region or where it is offically registered 12 | * Please sort new coops in the coop listing alphabetical 13 | -------------------------------------------------------------------------------- /DEFUNCT.md: -------------------------------------------------------------------------------- 1 | # Defunct coops list 2 | This list is maintained for informational purposes. These coops have closed since being listed in the main list. 3 | 4 | ### North America 5 | 6 | Coop | Business Areas | Region/Country | Notes 7 | ---- | -------------- | -------------- | ----- 8 | [Brierwood Coop](http://brierwood.coop) | Mobile apps | Ottawa, Ontario, Canada | | 9 | [Feel Train](https://feeltrain.com/) | | Portland, OR, USA | *"Feel Train will never consist of more than 8 people."* 10 | [Gaia Host Collective](http://gaiahost.coop) | Hosting | Greenfield, MA, USA | 11 | [Politics Rewired](https://politicsrewired.com/) | Political campaigning and organizing tools | USA 12 | [Quilted](http://quilted.coop) | consulting, graphic design, web development | Berkeley, California, USA | *"Quilted is a worker-owned, cooperatively-managed company stitching together technology and social change."* 13 | [RadicalDesign](http://radicaldesigns.org) | Web development | Oakland, CA, USA | Focusing on non-profit and grassroots social change organizations 14 | [Seattle Developers Cooperative](https://seattledevelopers.coop/) | Web development, React, Node.js | Seattle, Washington, USA | Founded 2018; Working on P2P projects in JavaScript 15 | 16 | ### Europe 17 | 18 | Coop | Business Areas | Region/Country | Notes 19 | ---- | -------------- | -------------- | ----- 20 | [Rabotnik](https://www.rabotnik.coop/) | graphic design, web-development, video production and animation, campaign and concept development | Denmark | | 21 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Tech coops list 2 | 3 | --- 4 | 5 | 🎉 *To celebrate 1k stars on GitHub this list now has a website version on [tech-coops.xyz](https://tech-coops.xyz)* 6 | 7 | --- 8 | 9 | A list of tech coops and resources concerning tech coops and worker owned cooperatives in general. 10 | 11 | *Contributions to this list are very welcome. Just clone this repo, edit this file ([README.md](https://github.com/hng/tech-coops/blob/master/README.md)) or edit it directly (open it and click on the pencil icon on the upper right) and create a pull request. Please read [CONTRIBUTING.md](https://github.com/hng/tech-coops/blob/master/CONTRIBUTING.md) before creating a pull request.* 12 | 13 | ## What are worker-owned tech cooperatives? 14 | 15 | A very general definition: 16 | > Worker-owned cooperatives are business enterprises that are owned and governed by their employees. All worker cooperatives have two common characteristics: 1) member-owners invest in and own the business together, and share the enterprise’s profits, and 2) decision-making is democratic, with each member having one vote. 17 | 18 | – [community-wealth.org](http://community-wealth.org/content/worker-cooperatives) 19 | 20 | Tech cooperatives are worker-owned cooperatives that operate in the information technology industry. This list focuses on tech coops that are providing software development and consulting services. 21 | 22 | Tech cooperatives could be a solution if you feel alienated by big software corporations and startup culture or you feel alone and in search of solidarity as a freelancer. 23 | 24 | 25 | ## Table of Contents 26 | 27 | 1. [Coops](#coops) 28 | 1. [North America](#coops-namerica) 29 | 1. [South America](#coops-samerica) 30 | 1. [Asia](#coops-asia) 31 | 1. [Europe](#coops-europe) 32 | 1. [Oceania](#coops-oceania) 33 | 1. [Worldwide](#coops-worldwide) 34 | 3. [Networks of coops](#networks) 35 | 4. [Resources](#resources) 36 | 1. [Information on tech coops and coops in general](#info) 37 | 1. [Talks](#talks) 38 | 1. [Mailinglists](#mailinglists) 39 | 1. [Chat rooms](#chat-rooms) 40 | 1. [Tools](#tools) 41 | 10. [Products created by tech coops](#products) 42 | 11. [Jobs and contracts](#jobs) 43 | 12. [References to this list](#references) 44 | 45 | 46 | 47 | 48 | ## Coops 49 | 50 | 51 | 52 | ### North America 53 | 54 | Coop | Business Areas | Region/Country | Notes 55 | ---- | -------------- | -------------- | ----- 56 | [Agaric](http://agaric.coop/) | Web development, tech consulting | USA / Nicaragua / Germany | Worker-owned collective building online since 2006, lately contributing to the [Drutopia](https://drutopia.org/) platform for grassroots groups. 57 | [Baseline](https://baseline.quebec/en/) | AI consulting | Quebec City, Quebec, Canada | Baseline is the outcome of a collective will to share resources, to give ourselves greater visibility and to pool common expenses and risks, while respecting our individual needs. | 58 | [CanTrust Hosting Co-op](https://cantrusthosting.coop/) | Hosting, personal cloud, and IT consulting | Vancouver, BC, Canada | Started in 2009, provides community-focused web hosting at affordable prices to clients, many of whom are like-minded social economy organizations. | 59 | [Caravan Web Worker Cooperative](https://caravan.coop) | Web design, Software development (Python) | Montreal and Quebec City, Canada | | 60 | [Catalyst Cooperative](https://catalyst.coop) | Open data engineering / analysis for energy & climate policy | Distributed / Remote, North America | | 61 | [C4 Tech & Design](https://c4tech.com) | Web Design, Business IT Services, Computer Repair | New Orleans, USA | | 62 | [ChiCommons](https://www.chicommons.coop) | Last-mile ISP, Consulting | Chicago, USA | | 63 | [CoLab](https://www.colab.coop) | | Ithaca, NY, USA | *"CoLab’s mission is to contribute to a new economy of justice and cooperation while bringing clients beautiful, cutting-edge technology."* 64 | [CommunitySoft Cooperative](https://info.gather.coop) | Gather software and services for sharing resources in Cohousing communities | Michigan, Minnesota, Vermont, Wisconsin, USA | Started 2015 | 65 | [comp.coop](https://comp.coop/) | Services and consulting | Brooklyn, NY, USA | comp.coop is a brand new worker-owned tech company seeking to disrupt the VC model that keeps cooperatives and worker-owned businesses from accessing the technology they need. Started 2024. | 66 | [Cooperatus](https://cooperatus.net) | Project management, tech consulting, web development, graphic design, virtual assistance | Western US and Georgia, US | Cooperatus is a tech worker collective providing a range of freelance support and services from hybrid book launches and websites to interpersonal communication and cybersecurity consulting. 67 | [Coop Symbiotic](https://www.symbiotic.coop) | Contact, membership, donation and case management with CiviCRM, SaaS and custom development | Montreal, QC, Canada | Founded in 2014 | 68 | [Design Action Collective](https://designaction.org) | Web design and development | Oakland, USA | | 69 | [DWG](https://digitalworkersguild.com) | Product development and implementation | East Bay, CA, USA | | 70 | [Dojo4](https://dojo4.com/) | Web applications and design | Boulder, CO | | 71 | [Electric Embers](https://electricembers.coop) | Hosting | San Francisco, CA, USA | | 72 | [FullSteam Labs](https://www.fullsteamlabs.com) | Web application development, UI & UX Design | USA | 73 | [Future Club](https://www.futureclub.dev/) | Game development | USA | | 74 | [Gemify](https://gemify.tech) | Software Development, UX Research and Design | San Jose, California, USA | Worker-owned tech co-operative developing affordable solutions for small businesses since 2019. | 75 | [Hypha Worker Co-operative](https://hypha.coop/) | Digital coaching, (decentralized) web design, and development | Tkaronto (Toronto), Ontario, Canada | Founded in 2019 with the mission to help organizations and communities redesign their relationships with digital technology. | 76 | [Informal Systems](https://informal.systems) | Distribute Systems and Formal Verification | Tkaronto (Toronto), Ontario, Canada | Working towards an open-source ecosystem of cooperatively owned and governed distributed organizations running on reliable distributed systems 77 | [Interstitial Technology](https://interstitial.coop) | Full-stack engineering - design, development, firmware, electrical, mechanical engineering | USA/Canada | Focused on technology with positive social impact 78 | [KO_OP](https://www.ko-opmode.com/) | Game development | Montreal, Quebec, Canada | | 79 | [Koumbit](https://www.koumbit.org/en) | Hosting, Websites, Sysadmin | Montreal, Quebec, Canada | | 80 | [Ministry of Velocity](https://www.minifast.co) | Agile transformation, security, branding, service design, research, development | SF Bay Area and Southern Oregon | | 81 | [Limeleaf Worker Collective](https://limeleaf.coop) | Software engineering, Product development, IT consulting | Saratoga Springs, New York, USA | Focused on independent businesses, social impact startups, and technologically underserved communities. 82 | [Nexodus](https://nexod.us/) | Visual Effects (VFX) | Cincinnati, Ohio, USA | | 83 | [NOVA Web Development](https://novawebdevelopment.org/) | Django sites, graphic design | USA / El Salvador / elsewhere | Worker-owned co-op developing [LibreOrganize](https://libreorganize.org/) and [Business Tracker](https://businesstracker.org/) primarily for unions, labor movement, social justice, etc. | 84 | [Openflows](https://www.openflows.com) | Web development, CiviCRM | New York, USA | | 85 | [Palante Technology Cooperative](https://palantetech.coop) | Web development, CiviCRM, Tech support, Training | New York, USA and beyond | Focus on NGOs 86 | [Polycot Associates](https://www.polycotassociates.com/) | Strategic planning, Web applications and website development, Drupal, Wordpress | Distributed / Remote, North America | Our highly experienced team provides comprehensive custom web development and design services for mission-driven businesses and non-profit organizations. 87 | [Plausible Labs](https://www.plausible.coop/about) | Development, Design | New York and San Francisco, USA | [Bylaws](https://www.plausible.coop/static/docs/Plausible_Labs_Bylaws.pdf) 88 | [Position Development](https://positiondev.com/) | Software Development | Brooklyn, NY | Focused on independent media, cultural institutions, and socially minded organizations 89 | [Radish Cooperative](https://radish.coop/) | Food Delivery & Restaurant Tech | Montreal, Quebec, Canada | A multistakeholder restaurant delivery and technology cooperative owned and operated collectively by its restaurant, driver, and consumer members. 90 | [Rose Coded Tech Cooperative](https://rosecoded.com/) | I.T. Consulting | Portland, Oregon, USA | An I.T. consulting LLC cooperative owned and operated collectively by its members. 91 | [Sassafras Tech Collective](https://sassafras.coop/) | Website & app development, UX design, grant-writing | Remote, USA | Founded 2013. Building technology for justice and joy. | 92 | [TechCollective](https://techcollective.com). | Managed Service Provider | Boston, San Francisco, New Orleans, USA | Out-sourced IT cooperative. 100% Worker-owned and managed by its members. 93 | [The Drivers Cooperative](https://drivers.coop) | Driver-owned rideshare | New York City, NY, USA | Drivers own 100% of the company. Developing an entirely new platform. 94 | [The Glory Society](http://theglorysociety.com/) | Games | US | Founded in 2019 95 | [the Tech Support Cooperative](https://site.techsupport.coop/) | POS software, open-source web development, consulting | US + CAN | Maintainers of the [CORE-POS / IS4C](https://github.com/CORE-POS/IS4C) software project | 96 | [Tierra Común](https://tierracomun.org/) | digital security, sysadmin, web design | Mexico | | 97 | [Ultri Co-op](https://ultri.com/) | Business Management Software | Worldwide | A multi-stakeholder co-op, where developers and SaaS users are co-owners of the business.| 98 | [Vermont Computing Cooperative](https://vtcc.coop/) | Hardware, Websites, E-mail, Hosting | Vermont, US | | 99 | [Vulk Coop](http://vulk.coop) | Design, Development | Austin, TX, USA | Worker-owned, Founded 2013, Organizers of [Austin Software Co-operatives Meetup](https://www.meetup.com/de-DE/Austin-Software-Co-operatives/)| 100 | [Weaver Digital Design + Storytelling Co-op](https://weaver.coop/) | Full stack website design and development. | Unceded territories of the Lekwungen speaking peoples in so-called BC, Canada | We create outstanding, user-friendly digital experiences that help businesses and organizations connect with their audiences, innovate and grow. | 101 | [Willow Bark](https://willowbark.org) | Design, Development, sysadmin, security | Remote, international | 102 | [Zinc Collective](https://www.zinc.coop/) | Development | US | | 103 | 104 | 105 | 106 | ### South America 107 | 108 | Coop | Business Areas | Region/Country | Notes 109 | ---- | -------------- | -------------- | ----- 110 | [Animus](https://animus.coop) | Backend / Frontend / Web / Mobile development / UX / UI / Accesibility | Bariloche, Argentina 111 | [bantics](https://bantics.com.ar) | Consulting, Cloud Infrastructure Administrator, Hosting, Full-stack Development, FLOSS Development | Buenos Aires, Argentina | Fundanda en 2012 112 | [Cambá](https://camba.coop) | Web and mobile Development, Consulting, FLOSS Development | Buenos Aires, Argentina | | 113 | [EITA](https://eita.coop.br/) | Open Source Development | Brazil | Our goal is to deliver open source technologies to social moviments 114 | [Equality](https://equality.coop) | Web development (Django/Angular) | Rosario, Santa Fe, Argentina | | 115 | [Eryx](https://eryx.co) | Full-stack development, Data Science, Operations Research, UX, Consulting | CABA, Buenos Aires, Argentina | | 116 | [Fiqus](http://fiqus.com) | Web and mobile development | Buenos Aires, Argentina | | 117 | [gcoop](https://gcoop.coop) | Hosting, Consulting, Web Development, FLOSS Development | Buenos Aires, Argentina |*"Transformamos los sistemas."* 118 | [It10](https://it10coop.com.ar) | Software development | Córdoba, Argentina | | 119 | [LibreCode](https://librecode.coop/) | Free software development, tech consulting | Rio de Janeiro, Rio de Janeiro, Brazil | | 120 | [Matelab](http://www.matelab.com.ar/en/) | Development | Buenos Aires, Argentina | Founded 2019; 8 associates 121 | [Nayra](https://nayra.coop) | Web development, UX | Buenos Aires, Argentina | | 122 | [Tecso](http://www.tecso.coop/en/) | Development, Information services | Rosario, Argentina | Founded 2002; 150+ associates 123 | 124 | 125 | 126 | ### Asia 127 | 128 | Coop | Business Areas | Region/Country | Notes 129 | ---- | -------------- | -------------- | ----- 130 | [Albatros Tech Cooperative](https://albatros.coop/en/) | Design, Development | Istanbul, Turkey | Worker-Owners| 131 | [Nilenso](https://nilenso.com) | Development (Clojure, Javascript, Ruby, Haskell, Go, Java) | Bangalore, India | | 132 | [Sofi Cooperative](https://soficoop.com/) | Web development, Design, Vue, Node.js | Jerusalem, Israel| Founded 2018; *"Sofi is a workers cooperative of designers and developers, we focus on websites and applications that bring positive value for society and the planet"* 133 | [TNG Worker Cooperative](https://tng.coop/) | IT Development | Yugawara, Japan | Worker-Owners| 134 | 135 | 136 | ### Europe 137 | 138 | Coop | Business Areas | Region/Country | Notes 139 | ---- | -------------- | -------------- | ----- 140 | [24ème](https://24eme.fr) | Free open source software development | Paris, France | Governance based on trust and transparency 141 | [Agile Collective](https://agilecollective.com) | Web development | UK | | 142 | [Alma](http://www.alma.fr) | Software development | Saint-Martin-d’Hères, France | Founded 1979 143 | [Animorph](https://www.animorph.coop/) | Augmented, Virtual & Mixed Reality Applications | London, UK | Founded 2016 144 | [Argo](https://argo.coop/)|Cloud Computing, Hosting, Software Development| Lower Austria, Austria | digital souveranity and privacy with Free Software and a democratic, transparent workers cooperative 145 | [Astrolabe](https://www.astrolabe.coop/) | Business Consulting and Services | Rennes, FR | 146 | [Atomised](http://www.atomised.coop) | Web development, mobile apps, UX design | Cupar, Scotland | Founded 2008 147 | [Autonomic](https://autonomic.zone/) | Free software infrastructure and bespoke web development | UK, Cypherspace | | 148 | [A Bunch of Hacks](https://abunchofhacks.coop) | Video game development, software development | Amsterdam, the Netherlands | | 149 | [Black Shuck](http://blackshuck.co) | Producing moving image, audio and digital projects (websites, apps and installations). | Europe | | 150 | [blinkenbox](https://blinkenbox.coop/) | Sysadmin, Web Development, Hosting | Berlin, Germany | | 151 | [Camplight](https://camplight.net) | web and mobile development, tech consulting | EU, Bulgaria | A digital cooperative that creates experiences for the web, mobile and beyond | 152 | [Champs-Libres](https://champs-libres.coop/) | GIS, Maps, Web applications | Namur, Belgium | | 153 | [Codeurs en Liberté](https://codeursenliberté.fr/) | Public transports, GIS, maps, web applications, sysops | France | | 154 | [Common Knowledge](https://commonknowledge.coop/) | digital tools for grassroots activists | London, UK | | 155 | [Coopdevs](http://coopdevs.org/) | Development | Barcelona, Catalonia, Spain | Non profit association and workers cooperative focusing on non-profit & grassroots social change projects e.g. Open Food Network amongst others | 156 | [Co-operative Web](https://web.coop) | Web Development, Mobile Development, Web Hosting, legacy software support | Birmingham, UK | | 157 | [Coop IT Easy](https://coopiteasy.be/) | ERP development | Brussels, Belgium | Worker coop, we provide Open Source ERPs to other cooperatives. | 158 | [ctrl.alt.coop](https://ctrl.alt.coop/) | Software Development, Consulting | Berlin, Germany | | 159 | [Dalibo](https://dalibo.com/) | PostgreSQL support | Paris, France | 160 | [datenkollektiv.net](https://www.datenkollektiv.net) | Hosting, networking, services | Dresden, Germany | | 161 | [Devtopia](https://devtopia.coop) | Consulting, project management, design and UX, web development, app development, marketing | Spain | Distributed company 162 | [Diciannove](https://19.coop) | Consulting, project management, open source development, hosting, web design | Italy | | 163 | [Digicoop](http://digicoop.io) | Product company, makers of [kantree.io](https://kantree.io) | France | Distributed company 164 | [dtc innovation](https://dtc-innovation.org) | Web development, design and engineering, cooperation, open {data|source} | France, UK, Québec | | 165 | [Empreinte Digitale](https://empreintedigitale.coop) | Web development, Cloud hosting, Accessibility | France | Founded in 1993, Worker-owned coop since 2020 | 166 | [Fairness](https://fairness.coop) | Web and mobile development, agile coaching, technical consulting | France | Worker-owned coop with a focus on digital eco-design and software quality | 167 | [femProcomuns](https://femprocomuns.coop/) | IoT infrastructure, Cloud services, Co-op Incubator | Catalonia, Spain 168 | [FikaWorks](https://fika.works) | Consulting, DevOps, IT infrastructure | Netherlands | Distributed company 169 | [fnordkollektiv](https://fnordkollektiv.de) | software development, infrastructure devop, tech consulting | Siegen, NRW, Germany | Founded 2020 | 170 | [gassagosso](https://gassagosso.coop) | Web development | France (full remote) | Mainly working with [elixir lang](https://elixir-lang.org/) | 171 | [Gnucoop](https://www.gnucoop.com/) | Open source development, [Dino - Data collection tool](https://gnucoop.com/dino/) based on [AJF](https://github.com/gnucoop/ajf), training, e-learning, project management | Italy | Distributed coop, working with NGOs and non profit companies| 172 | [Go free Range](http://gofreerange.com) | Software development specializing in Ruby on Rails | London, UK | A worker-owned software consultancy founded in 2009 | 173 | [Good Praxis](https://goodpraxis.coop) | Web development | London, UK | A worker-owned digital agency founded in 2019 | 174 | [Happy Dev](https://happy-dev.fr/) | Anything digital | France | Freelancers network federating tech collectives around France | 175 | [Happyculture](https://happyculture.coop/) | Web development, Drupal experts | France | Webagency working to increase projects sucess rates for customers | 176 | [Hostsharing](https://www.hostsharing.net/) | Hosting | Germany | | 177 | [Hypernova](https://www.hypernovacoop.it/) | Web Development, Web Design, Digital | Italy | Freelancers network, part of the Doc Servizi coop network | 178 | [Igalia](https://www.igalia.com) | Free Software consultancy | A Coruña, Spain; Global | 115+ workers; distributed company 179 | [Indici Opponibili](https://indiciopponibili.com) | Web Design & Development, Motion Graphics, Game Design & Development, Edutainment | Bologna, Italy | Full Remote Coop, part of the Legacoop Emilia Romagna and Culturmedia coop networks 180 | [INF](https://inf.coop/) | Software Product Company | Mannheim, Germany | Founded in 2023 | 181 | [infra.run](https://infra.run/) | Development, Support, Training, Video Conference Hosting | 182 | [Insite](https://www.insite.coop/) | Drupal web development | Lille, France | Founded 1996 183 | [IT Kollektiv](https://it-kollektiv.com) | Cross-platform apps, web development, backend development, consulting | GER | Network-type 184 | [IT Kollektivet](http://www.it-kollektivet.dk) | | Copenhagen, Denmark | | 185 | [Itopie](https://www.itopie.ch/) | Repairs, workshops, IT services (individuals and companies) | Geneva, Switzerland | | 186 | [Jamgo](http://jamgo.coop/en/) | Front-end dev, design services, e-commerce, Drupal/WordPress | Barcelona, Spain | | 187 | [Kaleidos](https://kaleidos.net/) | Front-end, mobile, UX/UI design, open source software | Madrid, Spain | | 188 | [Kedu](https://kedu.coop/en/home) | Software, infrastructure | Barcelona, Spain | | 189 | [Les-Tilleuls.coop](https://les-tilleuls.coop/en)| Web development, Tech consulting, Open Source Development | Lille, Paris, Nantes, Lyon (France) | Tech worker-owned cooperative founded in 2011. Creators of the API Platform framework and major contributors to Symfony. | 190 | [Librecoop](https://librecoop.es/) | Software, infrastructure | Barcelona, Spain | Working with social and solidarity economy companies | 191 | [media co-op](https://mediaco-op.net/) | Filmmaking, Design, Development | Glasgow, Scotland | | 192 | [Motion Twin](https://motion-twin.com) | Video game development | Bordeaux, France | | 193 | [MuchDifferent](http://www.muchdifferent.com) | Game technology, Engineering | Uppsala, Sweden | | 194 | [multi](http://www.multi.coop) | Web development, data science, innovation, open source, open data | France | Tech workers owned. Created in 2022 | 195 | [Nethik](https://www.nethik.fr) | Software development | Argelès-sur-mer, France | Founded in 2009 196 | [Open Data Services](https://opendataservices.coop/) | We help people publish and use open data, by offering software, support and consultancy | UK (Remote) | Worker co-op, 23 employees, founded 2015. 197 | [Outlandish](https://outlandish.com/) | Web development | London, UK | Outlandish is a worker owned co-operative that is committed to making the world better through technology, co-operativism and communication. Based in Finsbury Park, North London, they also work with the Islington Council to run the co-working space, [Space4](https://space4.tech/). | 198 | [Ouvaton](https://ouvaton.coop) | Web Hosting, Domain Name Registrar | France | 199 | [Pathtech](https://pathtech.coop/) | Web development, Project Management | France | Founded 2020 | 200 | [Probesys](https://www.probesys.com) | Web development, System Administration, Hosting | Grenoble, France | We provide Open Source development and infrastructure expertise | 201 | [Rapid Assessment Delivery Cooperative (RAD COP)](https://radcop.online/) | Penetration and Social Engineering Testing, Compliance and Methodology, other kinds of security analysis and engineering | Krasnogorsk, Russia | We deal with almost all popular cybersecurity domains: from implementing DevSecOps processes to compliance audits according to information security standards, from setting up technical information protection tools to writing regulatory documents. | 202 | [Reinblau](https://reinblau.coop/) | Web development | Berlin, Germany | | 203 | [Resonate](http://resonate.is) | Music Streaming | Berlin, Germany / Dublin, Ireland| A multistakeholder platform co-operative - with contributors (workers, contractors, volunteers) represented with a 20% ownership stake. 204 | [Robur](https://robur.coop) | Software Development | Berlin, Germany | | 205 | [roko.li](https://roko.li) | Software Development, Hosting | Potsdam/ Rostock, Germany | | 206 | [Sange](http://www.sange.fi/) | Hosting | Helsinki, Finland | | 207 | [Simbiotica](https://simbiotica.coop/)) | Software development | Alcalá de Henares, Madrid, Spain | | 208 | [Sociality](https://sociality.coop/) | Digital Technologies | Athens, Greece | | 209 | [SkuraMobile](https://skuramobile.com/) | App development | Errenteria, Basque Country | | 210 | [Slobodna domena](https://slobodnadomena.hr/) | Web & app development, design, IT infrastructure, consulting and education | Zagreb, Croatia | Worker's non-profit coop founded in 2017. | 211 | [Spotlab](https://www.spotlab.net) | Web apps development & consulting | Paris, France | Webagency owned by people simplifying people work 212 | [Startin'blox](https://startinblox.com/) | Web development | Hosting | specilized in federated application | France | | 213 | [Syndicats](https://www.syndicats.co/) | Software development | Hamburg, Germany | | 214 | [TableFlip](https://tableflip.io/) | Web development. Javascript, Node.js, Meteor. | London, UK | Founded 2013; "We're your technical co-founder." | 215 | [Talaios Koop.](https://talaios.coop/) | Web development. Vue, Sage, Node.js. Docker, kubernetes. Odoo, Wordpress, Nextcloud, Moodle. Coop consultancy| Errenteria, Basque Country | Founded 2012| 216 | [TechGenossen](https://techgenossen.de/) | Development, Product Management, Product Growth | Munich, Germany | Founded 2015| 217 | [Tetrabit](https://tetrabit.coop/)) | Development, Web design, illustration | Copenhagen, Denmark| | 218 | [Troopers](https://troopers.coop/) | Web Agency, Software Craftmanship, Symfony, React, Maintenance, A11y, S12y (Numérique Responsable, éco-conception), Holacracy | Nantes, France | Agency founded in 2012, SCOP sinse 2022 | 219 | [UNI:CODE IT Solutions](https://unicode-it.de) | Web development, IT services | Germany, Remote | | 220 | [Village One](https://village.one) | Digital strategy, design, software development | Germany, Remote | Purposeful digital products and infrastructure, created with joy and integrity. Founded in 2022. | 221 | [WAO Co-op](https://weareopen.coop) | Digital transformation, elearning, project management | UK / Germany | Making sense of complex problems while spreading the benefits of open. Part of [CoTech](https://coops.tech) | 222 | [Web\|Alternatif](https://www.webalternatif.com) | Software development | Grenoble, France | Self-managed worker cooperative | 223 | [Webarchitects Co-operative](https://www.webarchitects.coop) | Hosting, Sysadmin | Sheffield, UK | Multi-stakeholder, including workers, organisations and investors | 224 | [wechange eG](https://wechange.de) | Development Agency & Platform for the NGO & Public sectors | Berlin, Germany | | 225 | [WTF Kooperative eG](https://wtf-eg.de/) | Software Development, Hosting, Consulting, less bureaucracy for freelancers in germany | Germany, Remote | eG legal German Coop, founded 2020 | 226 | [Yaal Coop](https://yaal.coop)| Web development, open source development, technical investment | Bordeaux (France) | Worker-owned cooperative focused on social impact startups. | 227 | 228 | 229 | 230 | ### Oceania 231 | 232 | Coop | Business Areas | Region/Country | Notes 233 | ---- | -------------- | -------------- | ----- 234 | [Enspiral](https://enspiral.com) | | NZ | Network-type 235 | [Ion Technologies](https://iontech.nz) | Contracting / Consulting | Kerikeri, New Zealand | Worker's cooperative founded in 2017 | 236 | [Loomio](https://www.loomio.org) | Online decision-making app | Wellington, New Zealand | [Wikipedia](https://en.wikipedia.org/wiki/Loomio) 237 | [Protozoa](http://protozoa.nz) | Web development | NZ | | 238 | [Root Systems](https://www.rootsystems.nz) | Consulting | NZ | "Pod" within Enspiral; [Inactive.](https://twitter.com/ahdinosaur/status/1150589688509419520) 239 | 240 | 241 | 242 | ### Decentralised / Worldwide 243 | 244 | Coop | Business Areas | Notes 245 | ---- | -------------- | ----- 246 | [bits.coop](https://bits.coop) | webgl, maps, p2p, offline data replication | | 247 | [meet.coop](https://meet.coop) | A co-operative meeting and conferencing platform, powered by BigBlueButton. | | 248 | [Talespinners](https://talespinners.co.uk/) | Game Writing, Design, Editing, Direction and Consultancy | | 249 | [ZO](https://zo.team/) | Design, Development, Translation, Copy-editing | | 250 | 251 | 252 | ### [Historical / defunct coops](./DEFUNCT.md) 253 | 254 | ### Other lists 255 | 256 | * [Awesome Tech Cooperatives](https://github.com/mwmeyer/awesome-tech-cooperatives) - A collection of awesome cooperative tech companies and projects 257 | 258 | 259 | 260 | ## Networks of coops 261 | 262 | * [CoTech](https://www.coops.tech) - Network of tech coops in the UK. 263 | * [CoTech Wiki](https://wiki.coops.tech/wiki/Main_Page) 264 | * [CoTech Forum](https://community.coops.tech/) - active tech cooperatives forum from CoTech 265 | * [FACT\[TIC\]](http://facttic.org.ar) - Federation of tech worker-cooperatives in Argentina. 266 | * [Libre Entreprise](https://www.libre-entreprise.org/) - Network of free software tech coops in France. 267 | * [Patio ICA](https://patio.ica.coop/) - Worldwide Tech Co-op Network in Internation Cooperative Alliance. 268 | * [Tech Co-op Network](https://techworker.coop) - North American Technology Worker Cooperatives. 269 | * [tech-coops.de](https://tech-coops.de) - Network of tech coops in Germany. 270 | 271 | ## Meetups 272 | 273 | * [Austin Software Co-operatives](https://www.meetup.com/de-DE/Austin-Software-Co-operatives/) 274 | * [Public WTF JourFixe for everyone (English or German language depending on participants) interested in tech cooperative community life every Wednesday at 9 pm](https://chaos.social/@HackerGeno) 275 | 276 | 277 | 278 | ## Resources 279 | 280 | 281 | 282 | ### Information on tech coops and coops in general 283 | 284 | #### Handbooks / Guides 285 | 286 | * [A Technology Freelancer's Guide to Starting a Worker Cooperative](https://web.archive.org/web/20220324081516/https://techworker.coop/sites/default/files/TechCoopHOWTO.pdf), 2009 287 | * [A Document To Help You Start A Tech Cooperative](https://feeltrain.com/blog/operating-agreement/) - By Feel Train. 288 | * [Discussion on Hacker News](https://news.ycombinator.com/item?id=14135068) 289 | * [Crisp DNA](https://dna.crisp.se/docs/index.html) - Handbook for Crisp, a Swedish network of consultants. 290 | * [The Loomio Co-op Handbook](https://loomio.coop) 291 | * [Discussion](https://news.ycombinator.com/item?id=12348909) on Hacker News. 292 | * [Enspiral Handbook](https://handbook.enspiral.com) - More information about the Enspiral network. 293 | * [Root Systems Handbook](https://www.rootsystems.nz/) - Defunct livelihood pod within Enspiral Network. 294 | * [Hypha Organizational Handbook](https://handbook.hypha.coop/) - Hypha Worker Co-operative, in Canada. (Active, 2024) 295 | 296 | #### Books 297 | 298 | * [Patterns for Decentralised Organising](https://leanpub.com/patterns-for-decentralised-organising) by Richard D. Bartlett - Practical guidance for teams, organisations and networks to manage without hierarchy. 299 | * [Ours to Hack and to Own: The Rise of Platform Cooperativism, a New Vision for the Future of Work and a Fairer Internet](https://nathanschneider.info/books/ours-to-hack/) By Trebor Scholz and Nathan Schneider 300 | 301 | #### Articles 302 | 303 | * [Can Coops Revolutionize the Tech Industry?](https://modelviewculture.com/pieces/can-coops-revolutionize-the-tech-industry) 304 | * [Co-op of digital co-ops – arise, er, Megazord?](https://outlandish.com/blog/co-op-of-software-co-ops-arise-er-megazord/) 305 | * [The Argument For Worker-Owned Tech Collectives](https://www.fastcompany.com/3021964/the-argument-for-worker-owned-tech-collectives) (Fastcompany) 306 | * [The Case for Technology Worker Coops from a Former Freelancer](https://www.colab.coop/blog/the-case-for-technology-worker-coops-from-a-former-freelancer/) 307 | * [Post-Capitalist Solutions: How Worker-Owned Tech Co-ops Are Boosting the Solidarity Economy](http://www.occupy.com/article/post-capitalist-solutions-how-worker-owned-tech-co-ops-are-boosting-solidarity-economy#sthash.9q8hqH7v.1klLVNEi.dpbs) (occupy.com) 308 | * [Incorporating Notes: On Cooperatives, Nonprofits, and Better Accountability](https://colet.space/blog/incorporating-notes/) by the Collective for Liberation, Ecology, and Technology 309 | * [Tales from a digital cooperative and friends that are evolving human collaboration](https://medium.com/camplight) (by Camplight) 310 | * [Tech co-operatives are leaving the startup rat race behind](https://www.wired.co.uk/article/cotech-tech-cooperatives-blake-house-outlandish) 311 | 312 | #### Financing / Salaries 313 | 314 | * [A new financial model for consulting](https://medium.com/enspiral-tales/a-new-financial-model-for-consulting-c7781661a1ec) - How we’re making our salaries fair and transparent 315 | * [Financial Agreement of Root Systems](https://github.com/enspiral-root-systems/agreement-financial) 316 | * [Coopensation](https://s3-us-west-2.amazonaws.com/vulk-blog/Coopensation1.0.pdf) - Worker-Owned Incentive System. 317 | * [How a Worker-Owned Tech Startup Found Investors—and Kept Its Values](http://www.yesmagazine.org/new-economy/how-a-worker-owned-tech-startup-found-investors-and-kept-its-values-20160426) 318 | * ["Loomio Points"](https://www.loomio.coop/loomio_points.html) - A system to acknowledge the work people did for free to get the project off the ground. 319 | * ["How to Co-op: Salaries & Reviews"](https://blog.nilenso.com/blog/2015/06/30/how-to-co-op-salaries-reviews/) - Overview of how reviews happen and how salaries are decided at nilenso, a worker-owned IT co-operative. 320 | 321 | #### Legal 322 | 323 | * [How to incorporate a corporate cooperative in India](https://github.com/nilenso/cooperative-agreement) - By [nilenso](https://nilenso.com). 324 | 325 | #### Conflict 326 | 327 | * [Come Hell or High Water. A Handbook on Collective Process Gone Awry](https://www.akpress.org/comehellorhighwater.html) 328 | 329 | #### Other links 330 | 331 | * [Ask HN: Examples of tech worker cooperatives?](https://news.ycombinator.com/item?id=7634152) - Interesting discussion with lots of links. 332 | * [/r/cooperatives](https://www.reddit.com/r/cooperatives/) - Subreddit about cooperatives. 333 | 334 | 335 | 336 | ### Videos / Talks 337 | 338 | * [Applying the Advice Process to a Software Service Co-op](https://www.youtube.com/watch?v=Zo9TOSxnY2I) 339 | * [Cooperative Codes](https://www.gcoop.coop/codigos-cooperativos) 340 | * [Ela Kagel on Platform Co-ops in Berlin](https://www.youtube.com/watch?v=XqMdICVqtiQ) 341 | * [Grow Your Own Economy in a Company](https://medium.com/enspiral-tales/grow-your-own-economy-in-a-company-a88efc4ba0d), Don’t wait for the system out there to change — make your own rules and live in the economy you want, right now. 342 | * [Two Years Wiser, The Nilenso Experiment - Steven Deobald](https://www.youtube.com/watch?v=uYTFCSZb3Kc) 343 | 344 | 345 | 346 | ### Mailinglists / Forums 347 | 348 | * [tech-coop listserv](https://npogroups.org/lists/info/tech-coop) - Main mailinglist about tech coops. Check out the [archive](https://npogroups.org/lists/arc/tech-coop) for interesting threads in the past. 349 | * [Cooperative Technologists Community](https://community.coops.tech) - CoTech (UK) community forum. 350 | 351 | 352 | 353 | ### Chat rooms 354 | 355 | * [#cooptech:autonomic.zone](https://matrix.to/#/!eTkOeRURalzRzbBfBK:autonomic.zone?via=autonomic.zone&via=1312.media) (Matrix chat for CoTech) 356 | 357 | 358 | 359 | ### Tools 360 | 361 | * [Cobudget](https://cobudget.com) - Crowdsource and fund projects within an organization. Developed and used by Enspiral. 362 | * [Loomio](https://www.loomio.org) - Online decision-making 363 | 364 | 365 | 366 | ## Software/Products created by tech coops 367 | 368 | * [API Platform](https://api-platform.com/) - REST and GraphQL framework on top of Symfony and React. 369 | * [Canaille](https://pypi.org/project/Canaille/) - Simple account manager and an OpenID Connect provider based upon a LDAP database. 370 | * [Cobuy](https://github.com/enspiral-root-systems/cobuy) - Group wholesale purchases as a consumer co-op (by Root Systems). 371 | * [CoopHub](https://coophub.io) - Git repos from cooperatives around the world! 372 | * [Up & Go](https://www.upandgo.coop) - Cooperative Home Cleaning Services (by CoLab). 373 | * [Moodlight](https://moodlight.team/) - Emotional intelligence for teams (by Camplight) 374 | * [Assista](https://assista.io) - Effortless time tracking for Trello (by Camplight). 375 | * [CoopCycle](https://coopcycle.org/en/) - A federation of bike delivery co-ops with an open-source logistics platform. 376 | 377 | 378 | 379 | 380 | ## Jobs and contracts 381 | 382 | * [Tech coops growing](https://github.com/CodeSolid/tech_coops_growing) - Tech coops forming or looking for new members. 383 | * [CoTech Jobs](https://community.coops.tech/c/jobs) - Jobs category on the CoTech Network (UK) community forums. 384 | 385 | 386 | 387 | ## References to this list 388 | 389 | * [Discussion on Hacker News](https://news.ycombinator.com/item?id=31456918), posted on 2022-05-21 390 | * D’Ignazio, C., & Klein, L. (2020). Conclusion: Now Let’s Multiply. In Data Feminism. 391 | 392 | ## License 393 | 394 | This work and all contributions to it are released into the public domain under the terms of the [CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/). 395 | -------------------------------------------------------------------------------- /docs/CNAME: -------------------------------------------------------------------------------- 1 | tech-coops.xyz 2 | -------------------------------------------------------------------------------- /docs/DEFUNCT.md: -------------------------------------------------------------------------------- 1 | {!DEFUNCT.md!} 2 | -------------------------------------------------------------------------------- /docs/index.md: -------------------------------------------------------------------------------- 1 | {!README.md!} 2 | -------------------------------------------------------------------------------- /docs/stylesheets/extra.css: -------------------------------------------------------------------------------- 1 | :root > * { 2 | --md-primary-fg-color: #8e0b56; 3 | --md-primary-fg-color--light: #C785AB; 4 | --md-primary-fg-color--dark: #47072B; 5 | --md-accent-fg-color: #009F93; 6 | } 7 | -------------------------------------------------------------------------------- /mkdocs.yml: -------------------------------------------------------------------------------- 1 | site_name: Tech Coops list 2 | repo_url: https://github.com/hng/tech-coops 3 | repo_name: hng/tech-coops 4 | markdown_extensions: 5 | - markdown_include.include: 6 | base_path: . 7 | theme: 8 | name: material 9 | icon: 10 | logo: material/dots-circle 11 | features: 12 | - toc.integrate 13 | nav: 14 | - Main: 'index.md' 15 | - 'List of defunct coops': 'DEFUNCT.md' 16 | extra_css: 17 | - stylesheets/extra.css 18 | --------------------------------------------------------------------------------