• Last Modified: 4 July 2023

The archive will be constantly updated. The last update date is written in the title. Posts shared on the server are added to this archive. You can join us to support the archive. If you like the software, you can support its developers by donating from their own links.

Tรผrkรงe Versiyonu

Last Update Note:
Added Audacity

๐Ÿ—ƒ Index

๐Ÿ—ฝ What is Free Software?

Free software is software whose source code can be read, copied, modified, and developed by the community.

So why do we prefer free software?

In the computer environment, the resources are unlimited and you can create the same thing with others by thinking and coding. Therefore, it cannot be property. When you use non-free software, you cannot fully master it, only developers can modify, share or view the source code and access the codes in it. You often see endless micropayments in this type of software. The developer can force you to do things you don't want for profit. Worse still, you are prohibited from copying the software you think you have bought due to copyright (Copyright) and sending it even to your friend (DRM). Copyrights are enforced by law, you can be sued and fined if you don't comply with the developer's copyrights. In free software, you can view, modify, and share the source code of the software. For example, you can make your own drawing program by taking and modifying the source code of Krita, a drawing program.

Is this type of software safe?

It is advantageous in detecting and intervening malicious codes compared to software with closed source (we cannot see what is inside) code. Being open source does not make it safe, but since it is open you can check for malicious code. You don't have that chance indoors.

How do we know if a software is free?

For software to be free, it must meet the following criteria:

1- Freedom of Use: Users can run, copy, distribute, review, modify and develop the source code for the purpose they want, that is, 'DRM' free (a technology used to control the use of digital content).

2- Accessibility of the source code: Source code We can say that the readable version of a software. When you want to create software, the source code is what you write in a programming language. That is, users should have the freedom to read, modify and share the source code.

3- There is no copyright protection. Thus, users can use and share the software as they wish.

4- Licensing: The use of free software is made under a certain license. This license determines what rights users have when using the software. It can be understood whether a software is free by looking at its license. The most common free software licenses include the 'GNU General Public License (GPL)' and the 'MIT' License. If you see these licenses in the License section on the page of the program you downloaded or in the installation tool, you can be sure that you are using free software.

The source i used while writing: Impossibility of Intellectual Property

๐Ÿ“š Operating Systems

๐Ÿ“š Programming

๐Ÿ“– Document

๐Ÿ“œ Articles and Guides

โญ What Our Members Do

Server Status: Off

  • TChat: Terminal-like chat application.

๐Ÿค– Android

  • FDroid: FDroid is a platform that stores free and open source software for android.
    • TinyBit Launcher: App launcher.
    • AnySoftKeyboard: Multi-language keyboard.
    • LibreTube: Newpipe alternative that offers free Youtube viewers like Piped and Invidious in-app. It may be a more reliable choice instead of closed source applications such as Youtube Vanced. There is no advertisement and there is a setting to skip sponsor parts.
    • Librera Reader: Pdf and book reader for Android. You can read many documents or books, including Word documents. Automatic Thanks to the scanning mode, your documents will appear as a library in the application. For the dark reading mode, you can click the setting icon on the top panel and press night when you enter the document.
      Supported document types: PDF, EPUB, MOBI, DjVu, FB2, TXT, RTF, AZW, AZW3, HTML, CBZ, CBR, DOC, DOCX, etc. formats
    • Nitter for Android: Libre Twitter viewer, you can login to Twitter without account creation. Account login and following are not available .
  • Awesome Android Apps: Android free software archive (in English).

๐Ÿง GNU/Linux Distributions

GNU/Linux is a completely free and open source operating system in its pure form using the Linux kernel for short. We call those who center the kernel and offer it for computers or servers "distribution". You can also make your own distribution and modify existing distributions.

The website where you can access and learn about all linux distributions Distrowatch.

๐Ÿง Ubuntu

Ubuntu "Debian" based free linux distribution under development by "Canonical". Its setup is ideal for people who want to get into linux with a graphical interface. I recommend installing the LTS version because it is stable compared to normal. You can try it on usb without printing it to your memory and installing it. It has a simpler installation than Windows, and people who have never booted can install it without fear. In the installation, you can install only the browser and some necessary programs, normally or minimally. I recommend that you enable the 3rd party software installation, there may be problems when you want to install the programs you want. Since its community is larger than other distros, you can find the solution to the problems you encounter more easily.

Ubuntu comes standard with the 'GNOME' desktop environment. You can change this via terminal if you wish. With "Ubuntu flavors" you can also use Ubuntu based distros with other desktop environments integrated.

Ubuntu comes with its own store and snapd package installer installed. You can also install flatpak appimage and install most programs on your system. You can install and run Windows programs with the Wine program.

Note: Some programs may have problems and you may not be able to use their features, so you may need to install winetricks and install the necessary Windows fonts and dll's.

๐Ÿง Pop!_OS

Pop!_OS is an operating system for STEM and creative professionals who use their computers as a tool to explore and build. Unlock your potential in safe, reliable open source software.

Providing special power management and similar tools on laptops and offline installation is another beauty.

  • Basic: Ubuntu
  • Package manager: DPKG
  • Update method: APT+Pop!_Shop
  • Startup Service: Systemd
  • First Release Date: October 2, 2017
  • Home

๐Ÿง Gentoo

  • Package manager: emerge
  • Startup Service: systemd, openrc etc...
  • Installation: Console environment, LiveCD (Graphics, installation again from terminal)
  • Desktop environments: Click!
  • First Release Date: July 26, 2000
  • Developers: Daniel Robbins -> Gentoo Foundation

It is a fast and powerful distro. Since you compile all the packages, you can use any application that you have open source code for.

๐Ÿง Arch Linux

  • Package manager: pacman
  • Startup Service: systemd (You can replace with "Artix Linux")
  • Installation: Console environment
  • Desktop environments: XFCE, LXDE, LXQt, KDE Plasma, GNOME, Cinnamon, Deepin, Enlightenment, Mate, Sugar.
  • First Release Date: 2002
  • Developers: Aaron Griffin and other developers
  • Home

It has a large repository of packages. ("AUR (Arch User Repository)")

๐Ÿ“ฆ GNU/Linux Package Managers

๐Ÿ“ฆFlatpak

Flatpak is a linux package manager where you can create user repos. Since different linux distributions have different package managers, developers have to release the software for each of them separately. Flatpak can be used in all linux distributions. Also, flatpak ensures that you do not download the same library repeatedly for software that uses the same library, and You will save storage space. You will not have problems with applications that use old libraries. In addition, programs run in isolation, protect you from conflicts, and you can install programs without sudo authorization.

  • How to Install Flatpak
    In the Linux terminal;
    Ubuntu/Debian: sudo apt install flatpak
    Arch Linux: sudo pacman -S flatpak
    Fedora: Comes already installed

After the process is finished, you can learn the version with the flatpak --version command or you can access information about all flatpak commands with the man flatpak command. We need a repository where we can install flatpak applications. We will use Flathub in this guide.

When you install flatpak, enter flatpak remotes command and check if flathub is installed, if not, we will install FlatHub.

  • Flathub Setup
    flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
    This command will install Flathub if it is not installed.
  • Flatpak App Search
    You can search for an application by entering the flatpak search command.
  • How to Install Application with Flatpak
    If you want, you can just search the application on the terminal and find its name, then install it with flatpak install (Application Name) or by pasting the install command under the program into the terminal via the Flathub site. The program will automatically download after the libraries.

If the application does not appear in your application list after installation, try logging out of your current computer session and logging in again. Alternatively, you can start it with the command flatpak run (the name of the application on Flathub).
(You can learn and copy the flathub name of the installed application with the flatpak list command)

  • How to Update Flatpak Apps
    With the flatpak update command, you can update your available applications. To update only the program you want, you can write the full name of the program at the end of the command. In the previous question, I stated how to find the name of the flatpak applications on the repo.
  • Editing Flatpak App Permissions
    We will use the Flatseal application to set the permissions of the flatpak applications we have downloaded. You can install the flatpak by saying flatpak install flatseal. You can see which flatpak application has access to what on your device and block it.

    Flatseal Flathub Page

  • How to Delete Flatpak App
    You can delete the installed application with flatpak uninstall (Application name).

Sources i used;
How to Use Flatpak
Is Flatpak the Best Package Manager?

๐Ÿ‘น BSD

BSD stands for "Berkeley Software Distribution". This name is a chain of plugins for UNIX of AT&T, the source code distribution of the University of California, Berkeley. Many open source operating system projects are based on the source code distribution known as "4.4BSD-Lite"_. In addition, they include many other open source projects, notably the GNU project. BSD contains:

  • The BSD kernel includes process scheduling, memory management, symmetric multiprocessor (SMP), device drivers, and more.
  • Unlike the Linux kernel, there are many different BSD kernels in capacity and power.
  • C library is based on system API
  • The BSD C library is not based on the GNU project, it is based on Berkeley code.
  • Tools like shell, file tools compilers and linker.
  • Except for some tools, most of them are provided from their projects.
  • X Window ("X.org") system graphical display interface.

The "X Window" system used in many BSD derivatives is continued in a separate project XFree86. At the same time, Linux uses this system. BSD does not come with a "visual desktop"_ like KDE or GNOME by default. But they can also be used if desired.
BSD is generally an operating system for advanced users. Since the number of users is low, you may not find the solution of problems as easy as linux operating systems, but when it comes to security, BSD is above almost all of them.

๐Ÿ‘น Ghost BSD

Ghost BSD is a BSD operating system that appeals to the end user. You can try without installing it on Live USB. You can easily install with "Installer" (ready installer).

๐Ÿ–Š Office

๐Ÿ–Š OnlyOffice

OnlyOffice free office program is very practical to use and everything you need is available. You can download the desktop version by clicking "OnlyOffice Personal" from the site. When you enter the site, probably the "Enterprise" version will appear and this version is paid. Finding the download link of the normal version I'll write it down as "Desktop version" because it's a bit difficult.

๐Ÿ–Š LibreOffice

LibreOffice is a free office program where you can do all your necessary office work and replace it with add-ons. It has a simple interface and all the features of programs such as PowerPoint, Microsoft Word, Excel are available.
For those dealing with documents commuting to different operating systems and documents from Microsoft Office programs, it may be better to use OnlyOffice.

๐Ÿ–Š Collabora Office

Collabora Office, office software for mobile devices based on "LibreOffice".

โœ๏ธ Authorship

โœ๏ธ Manuskript

Manuskript is a program that you can use to write a book. You can extract the downloaded file from the archive and transfer it to the desired location, and start using it from the exe file. Initially, we create the file in a location (.msk file opens with the .exe file where the program is installed). turns out, this is not so important. We can call the folders that appear in the editor section as general titles. When you enter and right click "new", you create 1 page. You can rename the page names with "Rename" from the same menu. After that, it's up to your creativity. here we say export the book in the format we want We can r it or we can import it by saying import.

โœ๏ธ Caliber

Calibre E-book manager, you can view your e-books, get new books or create them. I recommend it to people who are interested in authoring. The viewer has a dark mode feature.
(Platforms: Linux, MacOS, Windows.)

โœ๏ธ Logseq

Logseq A note-taking application with a database feature. You can link notes with each other and review them on the map.Also you can install different themes and install extensions.
(Platforms: Linux, Windows, Android/IOS.)

โœ๏ธ Notepad++

Notepad++ is a free source code editor and note program.Dark mode is available.

๐Ÿ“ท Photo & Video Editing

๐Ÿ“ท Blender

3D object design and animation program. You can do shader editing, video editing, 2D and 3D animation.

-Home Page
-Steam Page

๐Ÿ“ท qimgv

Photo viewer for Linux and Windows. You can access the file view feature from the "right click panel" or "backspace". When you check the "Start In Folder View" box from the setting section, you can start the program in folder view every time you open it.
Theme settings are available, you can automatically set the system theme or you can color it yourself.

In Windows, you can download it from the "Releases" section. For Linux, the installation method is written below for other distributions available in Aur.

๐Ÿ“ท GIMP

"GNU Image Manipulation Program" is a free image editing program. You can change it with add-ons and even simulate it to different programs.

๐Ÿ“ท Kdenlive

With Kdenlive video editing program, you can edit videos as you wish.

๐Ÿ“ทOpenShot Video Editor

"OpenShot" is a free and open source video editor for Windows, macOS, Linux and Chrome OS. The project was started by Jonathan Thomas in August 2008 with the aim of providing a stable, free and easy to use video editor.

The program supports Windows, macOS and Linux since version 2.1.0 (released in 2016). OpenShot added support for Chrome OS in version 2.6.0 (released in 2021). There is an unofficial portable version starting in 2020.

๐Ÿ“ท Inkscape

You can use the Inkscape drawing program for logo and vector art works.

๐Ÿ“ท Krita

Krita image editing program. You can make great drawings and animations with tools that will make your drawing easier.

๐Ÿ“ท LibreSprite

LibreSprite pixel art drawing program. It is the free and open source version of "Aseprite".

  • Home
  • Supported Platforms: Linux, MacOS, Windows

๐Ÿ“ท Pixelorama

Pixelorama is a pixel art drawing program with a modern interface written with the "Godot" engine. Pixel art makes drawing pretty fast and enjoyable.

  • Home
  • Supported Platforms: Linux, MacOS, Windows

๐Ÿ“ท OBS Studio

OBS Studio is video and audio recording software. You can record a certain part of the screen or the whole screen. Noise and video filters are also available.

  • Home
  • Supported Platforms: Linux, MacOS, Windows

๐Ÿ“ท Simple Screen Recorder

"Simple Screen Recorder" is an alternative video and audio recording software to "OBS Studio" for Linux. We saw that we got an average of 10-15 FPS on low systems compared to its rival. Also, the interface is simpler. Available in repositories, package name "simplescreenrecorder" if you want to download from terminal.

๐Ÿ“ทLMMS

LMMS is an open source music creation tool that allows users to produce melodies, beats and other music genres such as FL Studio. The LMMS tool supports MIDI sequencing, sampling, music hardware support and is an excellent free alternative for FL Studio users migrating to Linux.

Key features

-LMMS has a very similar user interface to FL Studio and supports many of the same features such as easy beat-maker and lots of virtual instruments to work with.

  • LMMS has excellent support for hardware, including MIDI keyboards.
  • LMMS comes with built-in support for VST tools, including 32-bit VST bridge.**
  • Includes 16 built-in synthesizers, including LMMS, Nintendo Gameboy, NES, Commodore 64 and many more.

โ€ข Home

๐Ÿ“ทShotcut

Shotcut video editing program. It has features to set keyboard shortcuts, add markers to video sections, preset filters.
Platforms: Linux, Mac, Windows.

โ€ข Home

๐Ÿ“ท ShareX

ShareX is a libre screenshot program. There are so many features in the program that I can't fit it here. You can take screenshots by choosing the full size or area if you want, and you can capture the image very sharply thanks to the pixel magnifier. To access the images you have taken with the program, you can right-click on the photo and click Open>Folder or go to Documents>ShareX>Screenshots file.

If you want to change the file to save the screenshot, when you open the program, select Application Settings>Paths>Use custom screenshots folder from the left menu and click browse from the bottom line.

If you want it to be copied automatically when you take a screenshot (so you can paste it by ctrl-v after taking the image), you can activate it by saying After capture tasks> Copy file to clipboard from the left menu of the program.

โ€ข Home Page

๐ŸŽž Player

๐ŸŽž VLC

It's a free media player that doesn't open formats. It's available on all platforms, including mobile. It's mostly recommended for normal, daily users.

โ€ข Home

Media player for Linux, MacOS and Windows The reason I recommend this over "VLC" is because mpv offers better quality images and is more configurable.
The installation file will download in .7z format, extract it with 7zip, move the folder to the location you want to install, and run the mpv-install.bat file as an administrator from the installer section in the file. Select mpv from the default programs.

Creating a Shortcut: Right click and send the mpv in our file to the desktop and create a shortcut. For the start menu, right click on a program with a shortcut in the menu, open the file location, put the mpv in this file (Startmenu>Programs).

Customization(Optional):Press the Windows key and "R" at the same time, type "%appdata%" in the run window and say OK Enter mvp and right click create a new text file and enter the name "mpv.conf". If the file type has not changed go to the view at the top of the file window and check the file "show information and type" in the settings and do the previous step.Config settings copy and paste into mpv.conf and save. Change these settings as you want or add settings.

๐ŸŽž Electron Player

Electron Player is a video player that connects to YouTube, Netflix, Twitch, Floatplane services. It is a good alternative for those who have problems with the web browser on the sites I write.

๐ŸŽž Kodi

Kodi is a home theater program, you can install it on your phone or your phone and broadcast it from another device. You can add your music to the library from the settings and use it as a music player.

๐ŸŽต Music and Audio Editing

๐ŸŽต Lollypop

Lollypop, music player for linux. It is a modern player with a modern design, you can create your playlists, and it also has the feature to automatically find genres and create playlists. Available in dark theme

๐ŸŽต Dopamine

Dopamine is one of the two players on the list that i like the most in terms of design, along with Lollypop. It is actively developed and receives bug fixes. If you haven't found a suitable foss music player for Windows, you probably haven't tried Dopamine. Since its own page is not available for now, you can download and install the .exe file by clicking the "Releases" section on the right from the GitHub address I left below. You can select your music file and start using it.

๐ŸŽต Tauon Music Box

Tauon Music Box is a minimalist music player. You can easily add the file with your music by drag and drop. The playlist view and theme can be adjusted from the menu section. For Windows, you can download the latest version from the "Installation" or "Releases" section. For Linux, you can install it via Flathub, and it is also available on the AUR.
(Platform:Linux-Windows)

๐ŸŽต Nuclear

"Nuclear music streamer" is a program that brings music from the Internet into a single interface. It's like Spotify. It has features such as playlist creation. There is also plugin support.

๐ŸŽต Strawberry

Strawberry is a free and open source music player.

๐ŸŽต Amberol

Amberol minimal music player. You can start using the player by selecting your music file. Platform: Linux

๐ŸŽต Bespoke Synth

Bespoke Synth is a foss modular synthesizer. In short, it is a program that can make and change music with electrical signals. When we connect the modules to each other in the graphical interface of the program and finally connect them to the output point, we can get music. If you are a game developer, you can prepare music that can be used for your own game. If you are someone who deals with music, this program can be indispensable. I left a sample video below for a start.
Note: The paid versions of the program are for donations only, they do not have any additional features.
(Platform:Linux,Windows,MacOS)

๐ŸŽต Audacity

Audacity is an audio editing program that you can manipulate audio files. You can apply effects on the sound by recording an existing sound file or with the recording feature in the program, or you can mix with different sounds.

๐Ÿ“ป Shortwave

Shortwave free radio application, you can access a lot of local and foreign radio, you can add it yourself if you want. The names of the currently played music and the previous ones are written. You can click on the three-dot icon at the bottom of the station and add it to your library. Dark mode and mini retro interface available.
(Platform:Linux)

๐Ÿ’ฌ Messaging

๐Ÿ’ฌ Session

Session is a privacy-focused messaging program. You can message without registration, just share the "id" number given to you with the person you want to message.

๐Ÿ’ฌ Franz

Franz is an open source program that allows you to access many platforms from one place.

๐Ÿ’ฌ Ferdi

Ferdi is a fork of "Franz". It can be used anonymously, no login requirement in Franz.

๐Ÿ’ฌ Jitsi

Jitsi is a free software alternative to "Zoom" where you can make video calls. Group chat and screen sharing features are available.
Platforms: Linux-Windows-Android/IOS)

๐Ÿ•ต Privacy and Anonymity

Privacy and Anonymity are different from each other in the web environment. For example, when you enter the http site in a web browser, only which site you have accessed can be seen, while on the https site, the sites you enter cannot be known, we can call it privacy. letter means secure and the connection is encrypted. Anonymity, on the other hand, is that even if you know which site you are visiting, it is not known who the person is. For example, even if a person connecting to the Tor network connects to the http site, it cannot be known.

๐Ÿง… Tor

Tor stands for The Onion Router. The Tor project is an anonymity tool created by the non-profit "Tor Project", whose mission is to advance human rights and freedoms by developing free and open source anonymity and privacy protection technologies. The Tor network hides the user's real IP address by passing the user's internet traffic through "nodes" made up of volunteers around the world, and accomplishes this purpose. Thus, users cannot be tracked while surfing the web and their activities remain private.

In censored countries, many people can access the internet through Tor. It is a better method than VPN, but it is much slower in speed.

The Tor network is a network designed to hide users' past activities on the internet and to disguise their identity. However, police and other security forces can use some methods to find people using this network. For example:

Tracking of transactions: Tracking is only possible if you do not use Bridge. Turning on the Bridge setting will remove your risk of being tracked. By monitoring internet traffic, police can identify people using the Tor network. This can be done through internet service providers (ISP) and may collect users' IP addresses and other information. However, if you use a bridge (Bridge), your use of Tor will not be visible to the ISP. That way you don't have to worry about using Tor.

Home Page Tor Project

๐Ÿ–Š๏ธ Old Titles

๐ŸŒŽ Web

๐ŸŒŽGoodbyeDPI

GoodbyeDPI is a tool that allows you to access censored sites on the internet by bypassing "Deep Packet Inspection". Since GoodbyeDPI is not a VPN and does not connect to Tor, you will not experience speed drops on censored sites.

Installation: Go to the GitHub address at the bottom, download the top file from the "Releases" section on the right, unzip it and put it in a location you want. If you are not in Russia, then when you open the "2_any_country_dnsredir" file, GoodbyeDPI will work. To close it, just close the cmd window. For Russia "1_russia_blacklist_dns You need to run the file named .cmd".

Alternatives;

๐ŸŒŽ LibreWolf

LibreWolf is a "Firefox" based web browser that comes with privacy settings and is free from Google tracking.

๐ŸŒŽ Qute Browser

Qute Browser is a web browser that allows us to do everything with shortcuts. In addition, we can set and customize the shortcuts as we want. The only downside is that it's not very good at plugins.

๐ŸŒŽ IceRaven

IceRaven is a web browser for android with privacy settings and telemetry turned off.

๐ŸŒŽ Bromite

Bromite has plugins like "AdBlock", "User Agent Switcher".

๐ŸŒŽ LibreSpeed

LibreSpeed,Speedtest alternative privacy-friendly upload and download speed measures."No Java,Flash,Websocket."

๐ŸŒŽ Portmaster

Portmaster is a tool that you can control all internet activity on your computer. You can find out the domain names of the connections, which server and country they connect to. You can block any connection you want, you can turn off P2P connections and access to the Local network. There are filter features for connections.We can set rules for domains and DNS. Finally, there is SPN feature (This feature is paid on Portmaster), it allows each program to pass through a different node, so that the programs you enter do not have any data about what you are doing in other programs. It is similar to Tor in structure. Everyone can host their own node on the network.
Platforms: Linux, Windows.

๐Ÿงฉ Plugins

Using too many add-ons increases your browser fingerprint. For this reason, I recommend you to minimize the add-ons you use.

๐Ÿงฉ uBlock Origin

It is the most powerful ad blocker among add-ons. If you wish, you can use it without settings or you can only block the places you do not want from the advanced settings. It also protects you against malicious software infecting websites.

๐Ÿงฉ Dark Reader

A plugin that automatically starts web pages with dark mode, changing the background from white even without dark mode.

๐Ÿงฉ Pop-Up Blocker

Pop-Up Blocker is an add-on that I strongly recommend if you are bothered by self-opening pages or pop-ups in your browser, it blocks both. When opening a window or page on the sites you want to perform some action on, the plugin will ask you whether you allow it, you can give permission to the page by saying "Allow" once, block it by saying "Deny" or say "Trust" without requiring plugin permission on that site. You can do.

๐Ÿงฉ Snowflake

The Snowflake plugin creates a proxy network between users. The plugin allows users to transfer some of the web traffic of other users to help a user in a censored country or region access the internet. In this way, a user in the censored region can access censored sites using the internet access of a user in another country. However, this action may affect the user's internet speed. Also, there may be a security risk when users move their internet traffic through the Snowflake plugin. Because the user's internet traffic is carried by another user, even if the user's internet traffic is encrypted, there is no guarantee of the security of the traffic carried through the Snowflake plugin.

๐Ÿงฉ FastForward

FastForward Open source -best-link bypass plugin on the market that allows you to automatically bypass link shorteners and redirect you directly to the original site.

๐Ÿงฉ YouTube Tools Theater

YouTube Tools Theater Theater mode for YouTube. Thanks to this plugin, you can see both the chat and the broadcast in full screen while watching live broadcasts.

๐Ÿงฉ Enhancer For YouTube

With Enhancer For YouTube you can customize Youtube as you wish. Ad blocking, increasing the volume and many more features can be used.

๐Ÿงฉ Simple Translate

Simple Translate A simple translation plugin that supports google translate and "DeepL" api.

๐Ÿงฉ World Wide Radio

World Wide Radio is a radio plug-in with an equalizer setting, with which you can connect to worldwide radios.

๐Ÿงฉ Return Youtube Dislikes

Bring back the youtube dislike button. With this plugin you can see the number of invisible dislikes.

๐Ÿงฉ AnonAddy

AnonAddy is an open source email forwarding plugin. Every e-mail sent to the e-mail address given to you goes to your e-mail. This makes it more difficult to access your accounts with data leaks. In addition, you can also respond with the Router. It is available for free, with limited features.

๐Ÿงฉ LibRedirect

It is a plugin that directs you to alternative viewers, which are free software, when you want to enter sites such as Youtube, Instagram, Twitter.

๐Ÿ“จ Social Network

๐Ÿ˜ Mastodon

Mastodon free Twitter alternative. It is decentralized, you can open your own server like in other decentralized platforms. For this reason, even if your account or server is closed, you can open another server and continue. Also, since it is a distributed platform, censorship becomes unenforceable. It uses the "Activity Pub" system to be seen by.

Source: What is Mastodon?

๐ŸŽฎ Game

๐ŸŽฎ Open Source Game Archive

๐ŸŽฎ Minetest

Minetest is a free and open source Minecraft-like survival and sandbox game. The game has reached a level that is almost indistinguishable from Minecraft in its current form. You can build whatever you want with the creative and survival mode. You can also enrich the content by installing mods. The mod can be installed through its own launcher, it can be more like Minecraft with the Mineclone 2 mod. When you download the game, you can extract it from the zip file with the 7zip program and open it by clicking the minetest.exe file from the "Bin" folder of the game. You can enter it by assigning a shortcut to the desktop. There is currently no setup wizard. It is on its way to become a game that can overthrow Minecraft in the future.

๐ŸŽฎ 0.AD

0.AD is a free and open source strategy game similar to "Age of Empires 2". You can play with your friends in multiplayer.

๐ŸŽฎXonotic

Xonotic There are many game modes including deathmatch, a Quake-like arena-shooter game. Singleplayer and Multiplayer are available. Character analysis is available.

๐ŸŽฎ OpenArena

Another FOSS arena-shooter game graphics are not as good as Xenotic, but it's a pretty fun game. There is a singleplayer mode, it turns into a tournament as the difficulty increases.

  • Home HTTP Connection

๐ŸŽฎ Mindustry

Mindustry is a Factorio-like base building, automation and tower defense game. It can play multiplayer and Co-Op. Available on all platforms, including mobile.

๐ŸŽฎ Osu!

Osu! is an open source rhythm game released by Dean Herbert in 2007 and has continued to be updated until today. It is played by clicking and following the rhythm bubbles that move with the mouse. You can also create your own game sections.

๐ŸŽฎ SuperTuxKart

SuperTuxKart is a racing game that you can play single player and multiplayer. There are different game modes in it, such as soccer flag snatch. Mascots of software such as Krita and GIMP are used as characters in the game. If you like kart racing games, I'm sure you'll like it.

๐ŸŽฎ Rare

Lightweight open source client for "Epic Games".

๐ŸŽฎ Heroic Games

Comprehensive open source client for "Epic Games".

๐ŸŽฎ LOOT

LOOT is an open source software that arranges the game modes you have installed in the right order for you and prevents many mistakes. After installing the mods, simply select the game from here and say "Sort Plugins" from the panel above.

๐ŸŽฎ OpenSpades

OpenSpades is a mix of Minecraft and Counter-Strike fps game.

๐ŸŽฎ Prism Launcher

Prism Launcher is a libre Minecraft launcher, a software where you can install the Minecraft versions you want and install mod packs in 2 clicks by connecting to mod pack sites like Technic. You can transfer them to the launcher from the zip file you downloaded.

Installation Windows
First of all, we install Java on our computer, the required Java version may vary according to the version of Minecraft you are playing. If you are going to play the latest version, it will be enough to install the latest Java version. I will specify which Java version is required in which versions at the bottom. After installing Java, we install Prism Launcher. We choose the one we want to appear and we continue. Another screen will come up for us to choose the Java version. If you have Java installed on your computer, this screen will appear and I recommend you to choose the recommended version with an asterisk next to it. There is the amount of memory you want to give at the bottom, I recommend you to use the recommended one. We will add it, we go to the Settings>Accounts section for this, you can add Mojang, Microsoft or Offline account from the right section. Then we close this settings window. To install the Minecraft version or modpack, we enter the "Add Istance" section with the '+' icon in the upper left of the launcher and this We double click on the version we want and add it. In this section, you can download mod packs from the left section. After adding it, it will come to the launcher menu, we double-click on the version that comes to the menu and the version or mod pack starts to download. When the download is finished, you can enter the game.

Installation Linux
Except for Java installation, the same installation will be done with Windows. If the required Java version is available, we will download it from the terminal, if not from the application store.

Java terminal installation (Ubuntu/Debian)
Let's update the mirror list first by saying sudo apt update.
We can browse the versions we can install by saying apt-cache search openjdk.
We install Java 17 with sudo apt install openjdk-17-jre openjdk-17-jdk. For Minecraft 1.18+.
We can see installed Java version with the java โ€“version command.
Java versions required for Minecraft versions
MC 1.18+ Java 17, Link to Windows
MC 1.17 Java 16, Link to Windows
Java 8 is required for MC 1.16 and below. Link to Windows

  • Note: Java versions in windows links are OpenJDK based open source Eclipse Temurin versions.

Important Details and Settings
Everything is ok. You downloaded the Minecraft version. When you clicked on it, the console window opened, but Minecraft did not start, because the correct Java version was not selected. So how do I know which version to choose? When you try to enter the game, in the console window that opens, it will give you a Java warning. At the top, there will be the currently selected version, and below it will be the Java versions that you need to select. To select the Java version, go to Settings>Java and press the "Auto-Detect" button. Select the required version that says (if not, install it first). Then try exiting the settings window and re-entering the game. The problem will probably be solved, if it continues, find out and investigate the error on your console. There may be problems in unofficial special versions, such as the Flatpak version. Dark mode is available, Settings> Launcher>User Interface section, you can click the Colors setting from the theme section and select "Dark".

Prism Launcher Home Page

๐Ÿ”ฌ Game Engine

๐Ÿ”ฌ FLAX Engine

The C# Side that can be used with "Visual Scripting", similar to Unreal Engine in general interface and scene structure, "Unity" users can warm up, contains many features such as "Rigidbody", "Volimetric Lighting" and "Cinematic An open source game engine that can be used with C++ (C Plus Plus) and C# with Post Processing" downloadable approx ~100mb.

๐Ÿ”ฌ Godot Engine

Godot is a free game engine whose main language is also its own "GDScript". It also supports languages like C++, C# and community Rust, Python. It contains many demos. You can download and review the codes of the demos and use them.

๐ŸงฐTools And Other Software

๐Ÿงฐ Nitter

Nitter is an open source Twitter viewer. You can view Twitter profiles without the hassle of logging into your account. You can download the app from Android.

๐Ÿงฐ Sioyek

Sioyek Pdf viewer. We download it from Github Releases and move it to the desired location. Right click on any PDF and click open with and click on choose another program. Don't forget to check the box for always use this application. Click on choose a program and select Sioyek.exe from the file where Sioyek is installed. Now every PDF file will be opened with the program. The shortcuts and features of Sioyek are written in the tutorial.pdf inside the program file. You can zoom in and zoom out with the title menu +,- and you can turn on the dark mode by pressing the F8 key. To make the dark mode automatic, open the prefs.config in the Sioyek file with notepad. Do ctrl-f, type default_dark_mode, set 0 to 1 in the line that comes out and do ctrl-s. Now your PDF files will be opened in dark mode.
(Platforms: Linux, MacOS, Windows.)

๐Ÿงฐ Libredit

Libreddit is a privacy-focused Reddit viewer. You can install it on your own server just like any other free software.

๐Ÿงฐ ClamAV

ClamAV is a free antivirus software running on an open source terminal. ClamAV uses a database identifying malware and works with the logic of diagnosing malware and notifying you as malware if the scanned files match those in this list. . It is possible to perform scans in different settings, such as deleting or leaving the detected files.

ClamAv Download:(Windows)

We press the download button and choose whichever your windows 64 bit or 32 bit computer is below, we download it as zip.

We extract the archive to file.

Open the Powershell as an administrator and say cd (ClamAv location, you can press the location from the top in the file explorer and copy the address), we say

We enter the codes below in order

copy .\conf_examples\freshclam.conf.sample .\freshclam.conf
copy .\conf_examples\clamd.conf.sample .\clamd.conf
write.exe .\freshclam.conf
write.exe .\clamd.conf

You can close the opened word windows. Now we will load the virus database, enter the code below
.\freshclam.exe

You can get an error here. Open the ClamAv file and open the freshclam.conf file with notepad. Delete the text Example under Comment or remove the line below and save it

Re-enter the .\freshclam.exe command, wait for the download
All ok now you can use these commands to scan
.\clamscan --recursive C:\
(Here, we said scan all files on the C disk, if you write a location you want instead of C, it will scan everything in that location)

ClamAv Download:(Linux) Download command for Debian-derived Linux distros " sudo apt install clamav clam-daemon "
Then we update the database by entering the command " sudo apt install mlocale " (Combine and find database package) and " sudo updatedb ". We can update the clamav database with the command "sudo freshclam" and check its version." With the command sudo systemctl status clamav-freshclam" We can also check if the program is active.
Linux usage;
If we say man clamscan after installing the program, it will show all scan commands. We use this command to scan;
clamscan -i -r FILELOCATION (The -i command shows the harmful ones on the screen, the -r command is the delete command after it is detected.
It can be dangerous when scanning where you have important files. If you do not use -r, you will only see it).

๐Ÿงฐ BleachBit

BleachBit, CCleaner alternative system cleaning program. You can scan in different modes such as corrupted desktop shortcuts, memory, deleting temporary files.

๐Ÿงฐ Odysee

Odysee is a free front-end video sharing platform, an alternative to youtube and peertube, working on the Brave logic. Odysee lists videos shared on the LBRY blockchain. If Odysee is shut down, the videos will remain on the blockchain and you will be able to view the videos with different viewers. No ads in between videos. A platform created by the makers of LBRY, you earn LBRY coins as you watch videos, so you can support your favorite content producers. If you are a Youtube content producer, I recommend the automatic synchronization feature of your videos. The videos you upload to your channel are automatically added to your Odysee channel, and moreover, the time tags in your videos are transferred. It will be a good choice for people who care about freedom of expression. The fact that Youtube is too prescriptive, endless advertisements and censorship applications becomes a reason to use Odysee.

๐Ÿงฐ NightPDF

NightPDF is a dark mode pdf reader. There are light mode, eye shield mode, dark mode, custom mode. You can make your own color settings in custom mode. You can download and install the setup.exe file from the releasees section on the right on the GitHub page for Windows.
(Platforms: Linux and Windows)

๐Ÿ” Back to Index

Edit
Pub: 29 Sep 2022 12:00 UTC
Edit: 05 Sep 2023 12:58 UTC
Views: 1917