├── .gitignore └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | README.html 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Awesome FOSS [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) 2 | > A curated list of awesome Free and Open Source Software (FOSS) alternatives to Commercial Software. 3 | 4 | ## Contents 5 | 6 | - [3D Computer Graphics](#3d-computer-graphics) e.g. Autodesk Maya, 3ds Max 7 | - [Computer Aided Design (CAD)](#computer-aided-design) e.g. AutoCAD 8 | - [Office Suites](#office-suites) e.g. Microsoft Office 9 | - [Operating Systems](#operating-systems) e.g. Microsoft Windows 10 | - [Project Management](#project-management) e.g. Microsoft Project 11 | - [Raster Graphics Editors](#raster-graphics-editors) e.g. Adobe Photoshop 12 | - [UML tools](#uml-tools) 13 | - [Vector Graphics Editors](#vector-graphics-editors) e.g. Adobe Illustrator 14 | - [Communication](#communication) e.g. Slack 15 | - [Customer Relationship Management](#customer-relationship-management) e.g. SAP, Salesforce 16 | 17 | #### 3D Computer Graphics 18 | - [Blender](https://www.blender.org/) 19 | 20 | #### Computer Aided Design (CAD) 21 | - 2D/3D 22 | - [FreeCAD](http://www.freecadweb.org/) 23 | - 2D 24 | - [LibreCAD](http://librecad.org/cms/home.html) 25 | 26 | #### Operating Systems 27 | - Linux distributions 28 | 29 | #### Office Suites 30 | - [LibreOffice](https://www.libreoffice.org/) 31 | - [Apache OpenOffice](https://www.openoffice.org/) 32 | - KOffice 33 | 34 | #### Project Management 35 | - [ProjectLibre](http://www.projectlibre.org/) 36 | 37 | #### Raster Graphics Editors 38 | - [GIMP](https://www.gimp.org/) 39 | 40 | #### UML tools 41 | - [StarUML](https://www.osalt.com/staruml) 42 | 43 | #### Vector Graphics Editors 44 | - [Inkscape](https://inkscape.org/en/) 45 | 46 | #### Communication 47 | - [Rocket.Chat](https://rocket.chat/) 48 | - [Zulip](https://zulip.com/) 49 | - [Mattermost](https://mattermost.com/) 50 | - [Element](https://element.io/) 51 | 52 | #### Customer Relationship Management (CRMs) 53 | - [Odoo](https://www.odoo.com/) 54 | - [ERPNext](https://erpnext.com/) 55 | - [Dolibarr](https://www.dolibarr.org/) 56 | --------------------------------------------------------------------------------