What is Open Source Software?
Traducciones al EspañolEstamos traduciendo nuestros guías y tutoriales al Español. Es posible que usted esté viendo una traducción generada automáticamente. Estamos trabajando con traductores profesionales para verificar las traducciones de nuestro sitio web. Este proyecto es un trabajo en curso.
to try this guide for free.
Every application you use starts as an idea. No matter the platform it’s installed on or its purpose, every piece of software begins in the planning phase. That idea is then turned into a project and at its heart is the source code, which is written by either a single software engineer or a team. The source code is then compiled into a functioning application that you run on your desktop computer or server.
Without software, the world wouldn’t function nearly as efficiently or effectively. If a consumer names their most-used applications, it’s likely to be a combination of Chrome, Safari, Firefox, Thunderbird, Office365, Google Workspace, Photoshop, or Final Cut Pro. Ask a business owner and the answer is similar, depending on the size of the operation. When a business grows in scale, the answer encompasses Docker, Kubernetes, or several developer IDEs and frameworks.
Whether a user knows which of the applications are open-source and which are closed source, is more challenging to determine. Knowledgeable users may answer Firefox, Thunderbird, Docker, and Kubernetes, as all open-source. Chrome, Safari, Office365, Google Workspace, Photoshop, and Final Cut Pro are all closed source.
Open Source vs Closed Software
The differences between open-source and closed source software are significant. Fundamentally, the definition of open-source software is that the code used to create a piece of software is available to download along with the app itself, although it’s much more than that. With open-source software, you can download the source code, you can alter it, and redistribute it as long as you credit the original creator. Here’s a good example of an open source path:
Find an application you like, and install it. Find there are ways to improve the tool. Download the source, make your additions/changes and recompile it. Use the new tool and decide everyone should be able to use it. Upload the software and the code to a public repository and distribute it with an open-source license. Other people use, improve, and distribute your app.
You cannot do that with closed source software. The licenses do not allow it, and you do not have access to the source code. With closed source software, the code is protected and never released to the public. The only time a company might release code for a closed source project is if another company buys into their effort, or a portion of their code is made available so third-party companies can create software that interacts or connects to the original project. Part of the beauty of open-source software is that it’s not just about making code available: it’s building a community of developers and users who understand that software greatly benefits when new projects can spring from those already in existence.
Open-source software was invented in 1983, when Richard Stallman, a programmer at MIT, believed that all software should be accessible to all programmers, so the code could be modified as needed. Stallman began releasing software under a new licensing model he created, called the GNU Public License (GPL). Five years later, the Open Source Initiative was formed to promote and protect open-source software and the communities surrounding the effort.
Google Chrome is an example of a widely used software tool and a closed source application. You can download and install Chrome, but you cannot access the source code to either view it or change it. Chromium, on the other hand, is not only an open-source project, but it’s the project Chrome is based on. You can install it, use it, and download the source code from the official GitHub repository.
How Does Open Source Software Work?
Open-source and closed-source applications are created the same way. They start out as an idea. Once the project moves from the idea phase to the programming phase, the developer, or team of developers, stores the source code in a repository. A repository, also called a repo, is a storage location that houses the code for an application. Along with the code, a repository also contains items like a table of contents, a README file, and a license. These repositories make it efficient for teams to collaborate on an open-source project.
One of the most popular source code repositories is GitHub, where developers create private (only accessible by the development team) and public repositories (accessible by the general public). In some instances, a project begins as a private repository, until the team has a working application, at which point it changes to a public repository, so people can view and download the source. Other times, a project exists in a public repository from day one. This way the public can watch the project as it evolves and jump in to help, if the option is available.
With open-source code repositories, developers usually include instructions on how to build and use the software. During the early stages of development the software might not be ready for the masses. When this is the case, the software is typically only installable via source code. Generally speaking, there are numerous ways to install a piece of software. The most widespread method of installing software is via an installable binary. You download a file, double-click on it, and the software install wizard opens. Another method is installing software from the source. This is more challenging and requires you to have certain dependencies installed on your computer. Installing software from the source is typically done via the command line. Some open-source projects start with the only installation option being via source code. Eventually, if a project is to be used by the masses, an installable binary is made available. Closed-source applications are only made available with the installable binary.
Like closed-source software, open-source software is available for every platform on the market (Linux, macOS, Windows, Android, and iOS). Even though you might use a piece of closed-source software, it’s likely that software either includes some open-source code, or it depends on other open-source code or projects to function. A good example of this is Microsoft’s Office365 which is a proprietary office suite. One tool used in Office365 is the open-source Fluid Framework, a platform for real-time collaboration. Another example is the Android mobile operating system, which uses an open-source kernel and several other open-source applications, but adds on the closed-source Google Play Services, which allows users to install Android apps from the Google Play Store.
The Android example is very telling. There are a few companies that have set out to create fully open-source Android alternatives (such as /e/). These alternatives make use of all the Android open-source code, but cannot use the closed-source bits such as the aforementioned Google Play Services.
Because of this, anyone that wants to modify it, can.
Open Source, WordPress, and PHP
WordPress, which powers a portion of the web, is also an open-source platform. It’s famous for its extensibility through plugins and themes. PHP is a programming language that runs on the server side and is the backbone of WordPress.
Key Open Source PHP Plugins and Tools for WordPress
WooCommerce: Ideal for turning your WordPress site into a fully functional e-commerce store. It’s open-source and highly customizable.
Yoast SEO: A powerful tool to help optimize your WordPress site for search engines, improving your site’s visibility.
Wordfence Security: Offers robust security features to keep your WordPress site safe from hackers.
WP Forms: Lets you build professional forms for your website, enhancing user interaction without needing to touch a single line of code.
How to Leverage These Tools
Step 1: Install WordPress
Start by installing WordPress on your hosting account, which is straightforward with most hosts offering one-click installation processes.
Step 2: Add Plugins
Navigate to the ‘Plugins’ section in your WordPress dashboard. Here you can search, install, and activate plugins like WooCommerce, Yoast SEO, and others.
Step 3: Customize Accordingly
Customize the plugins to fit your needs. For WooCommerce, set up your product listings and payment options. For Yoast SEO, adjust your SEO settings to improve your site’s SEO score.
Step 4: Engage with the Community
If you encounter issues or need to enhance functionalities, engage with the community forums for WordPress and these specific plugins. The solutions to many issues are just a post away.
Conclusion
For someone starting with open-source software, WordPress combined with PHP offers an excellent platform to create, modify and manage any kind of website or online store. The community support for WordPress and its plugins is vast and very active, making it easier for anyone, including those not initially tech-savvy, to make gains.
This page was originally published on