Merge branch 'fmhy:main' into main

This commit is contained in:
WolvenArch 2025-01-31 19:57:23 +01:00 committed by GitHub
commit d73c6e1619
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
65 changed files with 6564 additions and 5979 deletions

2
.gitattributes vendored
View file

@ -198,7 +198,7 @@ TODO text
*.tmpl text *.tmpl text
*.tpl text *.tpl text
*.twig text *.twig text
*.vue text *.vue text diff=vue
# Configs # Configs
*.cnf text *.cnf text

View file

@ -9,7 +9,7 @@ There are multiple ways you can contribute to this repository:
## Submitting a Link ## Submitting a Link
> [!NOTE] > [!NOTE]
> If you haven't tested the link you'd like to submit, especially if it's a DDL site, please open an **[Issue](https://github.com/fmhy/FMHYedit/issues)** or reach out to us on **[Discord](https://discord.gg/5W9QJKuPkD)** rather than making a Pull Request. > If you haven't tested the link you'd like to submit, especially if it's a DDL site, please open an **[Issue](https://github.com/fmhy/edit/issues)** or reach out to us on **[Discord](https://rentry.co/fmhy-invite)** rather than making a Pull Request.
1. Before submitting a link, please **[search](https://redd.it/105xraz)** to make sure it's not already in the wiki. 1. Before submitting a link, please **[search](https://redd.it/105xraz)** to make sure it's not already in the wiki.
@ -18,35 +18,38 @@ Please only use the store link if there's neither a site nor a Git repository av
3. Always check to see if the site you'd like to submit has a Discord / Telegram server you can link with it. 3. Always check to see if the site you'd like to submit has a Discord / Telegram server you can link with it.
4. Find a suitable category for the link and then submit it by making a **[Pull Request](https://github.com/fmhy/FMHYedit/pulls)**. 4. Find a suitable category for the link and then submit it by making a **[Pull Request](https://github.com/fmhy/edit/pulls)**.
#### Don't Submit: #### Don't Submit:
**🕹️ Emulators** **🕹️ Emulators**:
They're already on the **[Game Tech Wiki](https://emulation.gametechwiki.com/index.php/Main_Page)**. They're already on the **[Game Tech Wiki](https://emulation.gametechwiki.com/index.php/Main_Page)**.
**🔻 Leeches** **🔻 Leeches**:
They're already on the **[File Hosting Wiki](https://filehostlist.miraheze.org/wiki/Free_Premium_Leeches)**. They're already on the **[File Hosting Wiki](https://filehostlist.miraheze.org/wiki/Free_Premium_Leeches)**.
**🐧 Distros** **🐧 Distros**:
They're already on **[DistroWatch](https://distrowatch.com/)**. They're already on **[DistroWatch](https://distrowatch.com/)**.
**🎲 Mining / Betting Sites** **🎲 Mining / Betting Sites**:
Don't post anything related to betting, mining, BINs, CCs, etc. Don't post anything related to betting, mining, BINs, CCs, etc.
**🎮 Multiplayer Game Hacks** **🎮 Multiplayer Game Hacks**:
Don't post any hacks/exploits that give unfair advantages in multiplayer games. Don't post any hacks/exploits that give unfair advantages in multiplayer games.
**🖥️ Custom Operating Systems**
We don't recommend people use these.
## Reporting a Site ## Reporting a Site
> [!TIP] > [!TIP]
> If you want to make bigger changes to the wiki, such as debloating or restructuring a page/section, please discuss those changes with us via **[Discord](https://discord.gg/5W9QJKuPkD)** before making a **[Pull Request](https://github.com/fmhy/FMHYedit/pulls)**. > If you want to make bigger changes to the wiki, such as debloating or restructuring a page/section, please discuss those changes with us via **[Discord](https://rentry.co/fmhy-invite)** before making a **[Pull Request](https://github.com/fmhy/edit/pulls)**.
You can do one of the following: You can do one of the following:
- Open an **[Issue](https://github.com/fmhy/FMHYedit/issues)** or a **[Pull Request](https://github.com/fmhy/FMHYedit/pulls)** and don't forget to explain why you think the site(s) in question should be removed, unstarred, and/or changed. - Open an **[Issue](https://github.com/fmhy/edit/issues)** or a **[Pull Request](https://github.com/fmhy/edit/pulls)** and don't forget to explain why you think the site(s) in question should be removed, unstarred, and/or changed.
- Alternatively, you can reach out to us on **[Discord](https://discord.gg/5W9QJKuPkD)** if you're unsure whether the site should be reported or if you'd like to discuss your report with more people. - Alternatively, you can reach out to us on **[Discord](https://rentry.co/fmhy-invite)** if you're unsure whether the site should be reported or if you'd like to discuss your report with more people.
## Making changes ## Making changes
@ -57,7 +60,7 @@ If you want to make changes with instant site feedback, or are simply going to w
- [Manually setting up a development environment](#manually-setting-up-a-development-environment) - [Manually setting up a development environment](#manually-setting-up-a-development-environment)
> [!TIP] > [!TIP]
> You can just use our [💬 Discord](https://redd.it/17f8msf) to send us sites or any changes. > You can just use our [💬 Discord](https://rentry.co/fmhy-invite) to send us sites or any changes.
### Using Gitpod or GitHub Codespaces ### Using Gitpod or GitHub Codespaces
@ -100,7 +103,7 @@ Select edit button and make your changes.
1. Fork the repository by clicking the "Fork" button in the top right corner. 1. Fork the repository by clicking the "Fork" button in the top right corner.
2. Make sure you have [Node.js](https://nodejs.org/en/), [pnpm](https://pnpm.io/), [git](https://git-scm.com/), and [VSCode](https://code.visualstudio.com/) or any other editor installed. 2. Make sure you have [Node.js](https://nodejs.org/en/), [pnpm](https://pnpm.io/), [git](https://git-scm.com/), and [VSCode](https://code.visualstudio.com/) or any other editor installed. Alternatively, `pnpm` has `pnpm env` you can use to manage Node.
3. Clone your forked repository to your local machine. 3. Clone your forked repository to your local machine.

View file

@ -1,5 +0,0 @@
blank_issues_enabled: false
contact_links:
- name: Discord
url: https://discord.gg/Stz6y6NgNg
about: You can ask general questions here.

View file

@ -11,9 +11,9 @@ body:
value: | value: |
### Things to note ### Things to note
* Anyone can suggest [changes or corrections](https://rentry.org/fmhyedit) to the wiki. Please read our [Contribution Guide](https://rentry.co/Contrib-Guide) before trying to add or remove anything. * Anyone can suggest [changes or corrections](https://rentry.org/fmhyedit) to the wiki. Please read our [Contribution Guide](https://rentry.co/Contrib-Guide) before trying to add or remove anything.
* If you're adding a new site, please [search](https://raw.githubusercontent.com/fmhy/FMHYedit/main/single-page) (control + f) first to make sure we don't already have it. * If you're adding a new site, please [search](https://raw.githubusercontent.com/fmhy/edit/main/single-page) (control + f) first to make sure we don't already have it.
* Approved changes will be applied to the [site](https://fmhy.net) and all [🔒 backups](https://github.com/fmhy/FMHY/wiki/Backups). * Approved changes will be applied to the [site](https://fmhy.net) and all [🔒 backups](https://github.com/fmhy/FMHY/wiki/Backups).
* You can send us stuff directly via [💬 Discord](https://discord.gg/5W9QJKuPkD). * You can send us stuff directly via [💬 Discord](https://rentry.co/fmhy-invite).
* You can also check out our [website](https://fmhy.net) and the [posts](https://fmhy.net/posts) section to know about any major updates to the wiki. * You can also check out our [website](https://fmhy.net) and the [posts](https://fmhy.net/posts) section to know about any major updates to the wiki.
- type: dropdown - type: dropdown
id: type id: type

View file

@ -20,7 +20,6 @@ title: Monthly Updates [Month]
description: Month 20YY updates description: Month 20YY updates
date: 20YY-MM-DD date: 20YY-MM-DD
next: false next: false
aside: left
prev: false prev: false
sidebar: false sidebar: false
footer: true footer: true
@ -31,7 +30,7 @@ footer: true
:::info :::info
These update threads only contains major updates. If you're interested These update threads only contains major updates. If you're interested
in seeing all minor changes you can follow our in seeing all minor changes you can follow our
[Commits Page](https://github.com/fmhy/FMHYedit/commits/main) on GitHub or [Commits Page](https://github.com/fmhy/edit/commits/main) on GitHub or
[Updates Channel](https://redd.it/17f8msf) in Discord. [Updates Channel](https://redd.it/17f8msf) in Discord.
::: :::

View file

@ -1,22 +0,0 @@
<!--- Provide a general summary of your changes in the Title above -->
## Description
<!--- Describe your changes in detail -->
## Context
<!--- Why is this change required? What problem does it solve? -->
<!--- If it fixes an open issue, please link to the issue here. -->
## Types of changes
<!--- What types of changes does your Pull Request introduce? Put an `x` in all the boxes that apply: -->
- [ ] Bad / Deleted sites removal
- [ ] Grammar / Markdown fixes
- [ ] Content addition (sites, projects, tools, etc.)
- [ ] New Wiki section
## Checklist:
<!--- Go over all the following points, and put an `x` in all the boxes that apply to this Pull Request. -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
- [ ] I have read the [contribution guide](https://fmhy.net/other/contributing).
- [ ] I have made sure to [search](https://api.fmhy.net/single-page) before making any changes.
- [ ] My code follows the code style of this project.

6
.github/README.md vendored
View file

@ -1,6 +1,6 @@
# FMHY # FMHY
![FMHY Banner](https://small.fileditchstuff.me/s8/vgvTipkpOUPxFdKyCGuf.png) ![FMHY Banner](https://github.com/user-attachments/assets/0d43950d-a56f-437f-b9f6-afaed2313370)
<p align="center"> <b> The largest collection of free stuff on the internet! </b> </p> <p align="center"> <b> The largest collection of free stuff on the internet! </b> </p>
@ -25,11 +25,11 @@ Here are a few ways you can get involved:
* Anyone can suggest changes or corrections to the wiki. Please read our [contribution guide](https://fmhy.net/other/contributing) before trying to add or remove anything. * Anyone can suggest changes or corrections to the wiki. Please read our [contribution guide](https://fmhy.net/other/contributing) before trying to add or remove anything.
* If you're adding a new site, please [search](https://api.fmhy.net/single-page) (control + f) first to make sure we don't already have it. * If you're adding a new site, please [search](https://api.fmhy.net/single-page) (control + f) first to make sure we don't already have it.
* Approved changes will be applied to the [site](https://fmhy.net) and all [🔒 backups](https://github.com/fmhy/FMHY/wiki/Backups). * Approved changes will be applied to the [site](https://fmhy.net) and all [🔒 backups](https://github.com/fmhy/FMHY/wiki/Backups).
* You can send us stuff directly via [💬 Discord](https://discord.gg/5W9QJKuPkD). * You can send us stuff directly via [💬 Discord](https://rentry.co/fmhy-invite).
* To help us find new sites, check out the lists of links in [site hunting](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/find-new-sites/). * To help us find new sites, check out the lists of links in [site hunting](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/find-new-sites/).
## 🔔 Follow ## 🔔 Follow
<p> <p>
<a href="https://discord.gg/Stz6y6NgNg"><img width="30px" src="./assets/discord.svg" alt="Discord"></a>&nbsp;&nbsp;<a href="https://github.com/fmhy"><img width="30px" src="./assets/github.svg" alt="GitHub"></a>&nbsp;&nbsp;<a href="https://bsky.app/profile/fmhy.net"><img width="30px" src="./assets/bluesky.svg" alt="Bluesky"></a> <a href="https://rentry.co/fmhy-invite"><img width="30px" src="./assets/discord.svg" alt="Discord"></a>&nbsp;&nbsp;<a href="https://github.com/fmhy"><img width="30px" src="./assets/github.svg" alt="GitHub"></a>&nbsp;&nbsp;<a href="https://bsky.app/profile/fmhy.net"><img width="30px" src="./assets/bluesky.svg" alt="Bluesky"></a>
</p> </p>

9
.github/labeler.yml vendored
View file

@ -1,9 +0,0 @@
# See https://github.com/actions/labeler
docs:
- 'docs/**/*.md'
core:
- 'api/**'
- '.github/**'
- 'docs/.vitepress/**'

View file

@ -40,7 +40,6 @@ jobs:
run: pnpm api:build run: pnpm api:build
env: env:
WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }} WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }}
NITRO_PRESET: cloudflare
- name: Publish to Cloudflare - name: Publish to Cloudflare
uses: cloudflare/wrangler-action@v3 uses: cloudflare/wrangler-action@v3

View file

@ -19,17 +19,17 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
fetch-depth: 1 fetch-depth: 1
- uses: pnpm/action-setup@v2 - uses: pnpm/action-setup@v2
- name: Setup Node - name: Setup Node
uses: actions/setup-node@v3 uses: actions/setup-node@v4
with: with:
node-version: 20 node-version: 20
cache: pnpm cache: pnpm
- name: Setup Pages - name: Setup Pages
uses: actions/configure-pages@v3 uses: actions/configure-pages@v5
- name: Install dependencies - name: Install dependencies
run: pnpm install run: pnpm install
- name: Build with VitePress - name: Build with VitePress
@ -37,7 +37,8 @@ jobs:
pnpm docs:build pnpm docs:build
touch docs/.vitepress/dist/.nojekyll touch docs/.vitepress/dist/.nojekyll
- name: Upload artifact - name: Upload artifact
uses: actions/upload-pages-artifact@v2 id: deployment
uses: actions/upload-pages-artifact@v3
with: with:
path: docs/.vitepress/dist path: docs/.vitepress/dist
@ -51,4 +52,4 @@ jobs:
steps: steps:
- name: Deploy to GitHub Pages - name: Deploy to GitHub Pages
id: deployment id: deployment
uses: actions/deploy-pages@v2 uses: actions/deploy-pages@v4

View file

@ -1,17 +0,0 @@
name: 'Pull Request Housekeeping'
on: [pull_request_target]
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Label PRs
uses: actions/labeler@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

View file

@ -1,3 +1,6 @@
> [!NOTE]
> The website is no longer receiving new features and is now in maintenance mode. Please refrain from opening issues or pull requests.
This is the API for the website and other related services. This is the API for the website and other related services.
Licensed under the Apache License v2.0, see [LICENSE](../docs/.vitepress/LICENSE) for more information. Licensed under the Apache License v2.0, see [LICENSE](../docs/.vitepress/LICENSE) for more information.

View file

@ -0,0 +1,17 @@
export default defineEventHandler(async (event) => {
const { cloudflare } = event.context
// FIXME: THIS IS NOT RECOMMENDED. BUT I WILL USE IT FOR NOW
// Not recommended: many users may share a single IP, especially on mobile networks
// or when using privacy-enabling proxies
const ipAddress = getHeader(event, 'CF-Connecting-IP') ?? ''
const { success } = await // KILL YOURSELF
(cloudflare.env as unknown as Env).RATE_LIMITER.limit({
key: ipAddress
})
if (!success) {
throw createError('Failure global rate limit exceeded')
}
})

View file

@ -13,79 +13,61 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
const files = (
[
'adblockvpnguide.md',
'ai.md',
'android-iosguide.md',
'audiopiracyguide.md',
'beginners-guide.md',
'devtools.md',
'downloadpiracyguide.md',
'edupiracyguide.md',
'file-tools.md',
'gaming-tools.md',
'gamingpiracyguide.md',
'img-tools.md',
'internet-tools.md',
'linuxguide.md',
'miscguide.md',
'non-english.md',
'readingpiracyguide.md',
'social-media-tools.md',
'storage.md',
'system-tools.md',
'text-tools.md',
'torrentpiracyguide.md',
'unsafesites.md',
'video-tools.md',
'videopiracyguide.md'
] as const
).map((file) => ({
name: file,
url: `https://raw.githubusercontent.com/fmhy/edit/main/docs/${file}`
}))
import { fetcher } from 'itty-fetcher' export default defineCachedEventHandler(
async (event) => {
let body = '<!-- This is autogenerated content, do not edit manually. -->\n'
// Look inside tbe docs directory
const GITHUB_REPO = 'https://api.github.com/repos/fmhy/FMHYEdit/contents/docs/'
const EXCLUDE_FILES = [
'README.md',
'index.md',
'feedback.md',
'posts.md',
'sandbox.md'
]
const EXCLUDE_DIRECTORIES = ['posts/']
interface File {
name: string
path: string
sha: string
size: number
url: string
html_url: string
git_url: string
download_url: string | null
type: string
_links: {
self: string
git: string
html: string
}
}
export default defineEventHandler(async (event) => {
let body = '<!-- This is autogenerated content, do not edit manually. -->\n'
const f = fetcher({
headers: {
'User-Agent': 'taskylizard'
}
})
try {
// Fetch the list of files in the repository
const files = await f.get<File[]>(GITHUB_REPO)
// Filter out the excluded files and non-markdown files
const markdownFiles = files.filter((file: File) => {
const isExcludedFile = EXCLUDE_FILES.includes(file.name)
const isInExcludedDirectory = EXCLUDE_DIRECTORIES.some((dir) =>
file.path.startsWith(dir)
)
const isMarkdownFile = file.name.endsWith('.md')
return isMarkdownFile && !isExcludedFile && !isInExcludedDirectory
})
// console.info(markdownFiles.map((f) => f.name))
// Fetch and concatenate the contents of the markdown files
const contents = await Promise.all( const contents = await Promise.all(
markdownFiles.map(async (file: File) => { files.map(async (file) => {
const content = await f.get<string>(file.download_url) const content = await $fetch<string>(file.url)
return content return content
}) })
) )
body += contents.join('\n\n') body += contents.join('\n\n')
} catch (error) {
return {
status: 500,
body: `Error fetching markdown files: ${error.message}`
}
}
// biome-ignore lint/correctness/noUndeclaredVariables: <explanation> appendResponseHeaders(event, {
appendResponseHeader(event, 'content-type', 'text/markdown;charset=utf-8') 'content-type': 'text/markdown;charset=utf-8',
return body 'cache-control': 'public, max-age=7200'
}) })
return body
},
{
maxAge: 60 * 60,
name: 'single-page',
getKey: () => 'default' /* Can be extended in the future */
}
)

View file

@ -1,3 +1,8 @@
{ {
"extends": "../.nitro/types/tsconfig.json" "extends": "../.nitro/types/tsconfig.json",
"compilerOptions": {
"types": [
"@cloudflare/workers-types"
]
}
} }

6
api/worker-configuration.d.ts vendored Normal file
View file

@ -0,0 +1,6 @@
// Generated by Wrangler by running `wrangler types api/worker-configuration.d.ts`
interface Env {
STORAGE: KVNamespace;
RATE_LIMITER: RateLimit;
}

View file

@ -1,6 +1,9 @@
{ {
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json", "$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"extends": ["@taskylizard/biome-config", "./.cache/imports.json"], "extends": [
"@taskylizard/biome-config",
"./.cache/imports.json"
],
"files": { "files": {
"ignore": [ "ignore": [
"docs/.vitepress/**/*.vue", "docs/.vitepress/**/*.vue",
@ -42,6 +45,9 @@
}, },
"linter": { "linter": {
"rules": { "rules": {
"correctness": {
"noUndeclaredVariables": "off"
},
"style": { "style": {
"useFilenamingConvention": "off", "useFilenamingConvention": "off",
"noDefaultExport": "off" "noDefaultExport": "off"

View file

@ -1,3 +1,6 @@
> [!NOTE]
> The website is no longer receiving new features and is now in maintenance mode. Please refrain from opening issues or pull requests.
This is the website source code to be used with [VitePress](https://vitepress.dev/). This is the website source code to be used with [VitePress](https://vitepress.dev/).
Licensed under the Apache License v2.0, see [LICENSE](./LICENSE) for more information. Licensed under the Apache License v2.0, see [LICENSE](./LICENSE) for more information.

View file

@ -22,7 +22,7 @@ import { transforms } from './transformer'
// @unocss-include // @unocss-include
const baseUrl = process.env.GITHUB_ACTIONS ? '/FMHYedit' : '/' const baseUrl = process.env.GITHUB_ACTIONS ? '/edit' : '/'
export default defineConfig({ export default defineConfig({
title: 'FMHY', title: 'FMHY',
description: meta.description, description: meta.description,
@ -30,7 +30,7 @@ export default defineConfig({
lang: 'en-US', lang: 'en-US',
lastUpdated: false, lastUpdated: false,
cleanUrls: true, cleanUrls: true,
appearance: 'dark', appearance: true,
base: baseUrl, base: baseUrl,
srcExclude: ['README.md', 'single-page'], srcExclude: ['README.md', 'single-page'],
ignoreDeadLinks: true, ignoreDeadLinks: true,
@ -63,6 +63,18 @@ export default defineConfig({
name: 'google-site-verification', name: 'google-site-verification',
content: 'XCq-ZTw6VJPQ7gVNEOl8u0JRqfadK7WcsJ0H598Wv9E' content: 'XCq-ZTw6VJPQ7gVNEOl8u0JRqfadK7WcsJ0H598Wv9E'
} }
],
// Redirect to main site if embedded in iframe
[
'script',
{},
`
(function() {
if (window.self !== window.top) {
window.top.location = window.location.href;
}
})();
`
] ]
], ],
transformHead: async (context) => generateMeta(context, meta.hostname), transformHead: async (context) => generateMeta(context, meta.hostname),
@ -140,10 +152,10 @@ export default defineConfig({
search, search,
footer: { footer: {
message: `${feedback} (rev: ${commitRef})`, message: `${feedback} (rev: ${commitRef})`,
copyright: `© ${new Date().getFullYear()}, <a href="https://github.com/nbats">nbats</a>, <a href="https://tasky.nuxt.dev" class="text-[#ff91af]">taskylizard</a> and contributors. <a href="https://i.ibb.co/VJQmQ9t/image.png">Estd 2018.</a>` copyright: `© ${new Date().getFullYear()}, <a href="https://i.ibb.co/pLVXBSh/image.png">Estd 2018.</a>`
}, },
editLink: { editLink: {
pattern: 'https://github.com/fmhy/FMHYEdit/edit/main/docs/:path', pattern: 'https://github.com/fmhy/edit/edit/main/docs/:path',
text: '📝 Edit this page' text: '📝 Edit this page'
}, },
outline: 'deep', outline: 'deep',

View file

@ -28,7 +28,7 @@ export const meta = {
export const commitRef = export const commitRef =
process.env.CF_PAGES && process.env.CF_PAGES_COMMIT_SHA process.env.CF_PAGES && process.env.CF_PAGES_COMMIT_SHA
? `<a href="https://github.com/fmhy/FMHYEdit/commit/${process.env.CF_PAGES_COMMIT_SHA ? `<a href="https://github.com/fmhy/edit/commit/${process.env.CF_PAGES_COMMIT_SHA
}">${process.env.CF_PAGES_COMMIT_SHA.slice(0, 8)}</a>` }">${process.env.CF_PAGES_COMMIT_SHA.slice(0, 8)}</a>`
: 'dev' : 'dev'
@ -110,8 +110,8 @@ export const search: DefaultTheme.Config['search'] = {
} }
export const socialLinks: DefaultTheme.SocialLink[] = [ export const socialLinks: DefaultTheme.SocialLink[] = [
{ icon: 'github', link: 'https://github.com/fmhy/FMHYEdit' }, { icon: 'github', link: 'https://github.com/fmhy/edit' },
{ icon: 'discord', link: 'https://discord.gg/Stz6y6NgNg' }, { icon: 'discord', link: 'https://rentry.co/fmhy-invite' },
{ {
ariaLabel: 'Reddit', ariaLabel: 'Reddit',
icon: { icon: {
@ -130,6 +130,7 @@ export const socialLinks: DefaultTheme.SocialLink[] = [
export const nav: DefaultTheme.NavItem[] = [ export const nav: DefaultTheme.NavItem[] = [
{ text: '🔖 Glossary', link: 'https://rentry.org/The-Piracy-Glossary' }, { text: '🔖 Glossary', link: 'https://rentry.org/The-Piracy-Glossary' },
{ text: ' Guides', link: 'https://guides.fmhy.lol/' },
{ {
text: '💾 Backups', text: '💾 Backups',
link: 'https://github.com/fmhy/FMHY/wiki/Backups' link: 'https://github.com/fmhy/FMHY/wiki/Backups'
@ -137,13 +138,17 @@ export const nav: DefaultTheme.NavItem[] = [
{ {
text: '🪅 Ecosystem', text: '🪅 Ecosystem',
items: [ items: [
{ text: '💙 Feedback', link: '/feedback' },
{ text: '🌐 Search', link: '/posts/search' }, { text: '🌐 Search', link: '/posts/search' },
{ text: '🏞 Wallpapers', link: '/other/wallpapers' }, { text: '🔗 Bookmarks', link: 'https://github.com/fmhy/bookmarks' },
{ text: '✅ SafeGuard', link: 'https://github.com/fmhy/FMHY-SafeGuard' },
{ text: '📋 snowbin', link: 'https://pastes.fmhy.net' }, { text: '📋 snowbin', link: 'https://pastes.fmhy.net' },
{ text: '💡 Site Hunting', link: 'https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/find-new-sites/' },
{ text: '🏞 Wallpapers', link: '/other/wallpapers' },
{ text: '💙 Feedback', link: '/feedback' },
{ text: '❓ FAQs', link: 'https://redd.it/xrxen7' },
{ {
text: '🔗 Bookmarks', text: '😇 SFW FMHY',
link: 'https://github.com/fmhy/bookmarks' link: 'https://fmhy.xyz/'
} }
] ]
} }
@ -278,7 +283,7 @@ export const sidebar: DefaultTheme.Sidebar | DefaultTheme.NavItemWithLink[] = [
items: [ items: [
{ {
text: '<span class="i-twemoji:no-one-under-eighteen"></span> NSFW', text: '<span class="i-twemoji:no-one-under-eighteen"></span> NSFW',
link: '/nsfwpiracy' link: 'https://rentry.co/NSFW-Checkpoint'
}, },
{ {
text: '<span class="i-twemoji:warning"></span> Unsafe Sites', text: '<span class="i-twemoji:warning"></span> Unsafe Sites',

View file

@ -28,7 +28,7 @@ import { headers } from '../transformer/constants'
const __dirname = dirname(fileURLToPath(import.meta.url)) const __dirname = dirname(fileURLToPath(import.meta.url))
const __fonts = resolve(__dirname, '../fonts') const __fonts = resolve(__dirname, '../fonts')
export async function generateImages(config: SiteConfig): Promise { export async function generateImages(config: SiteConfig) {
const pages = await createContentLoader('**/*.md', { excerpt: true }).load() const pages = await createContentLoader('**/*.md', { excerpt: true }).load()
const template = await readFile(resolve(__dirname, './Template.vue'), 'utf-8') const template = await readFile(resolve(__dirname, './Template.vue'), 'utf-8')
@ -82,20 +82,20 @@ async function generateImage({
template, template,
outDir, outDir,
fonts fonts
}: GenerateImagesOptions): Promise { }: GenerateImagesOptions) {
const { frontmatter, url } = page const { frontmatter, url } = page
const _page = getPage(url) const _page = getPage(url)
const title = const title =
frontmatter.layout === 'home' frontmatter.layout === 'home'
? (frontmatter.hero.name ?? frontmatter.title) ? frontmatter.hero.name ?? frontmatter.title
: frontmatter.title : frontmatter.title
? frontmatter.title ? frontmatter.title
: _page?.title : _page?.title
const description = const description =
frontmatter.layout === 'home' frontmatter.layout === 'home'
? (frontmatter.hero.tagline ?? frontmatter.description) ? frontmatter.hero.tagline ?? frontmatter.description
: frontmatter.description : frontmatter.description
? frontmatter.description ? frontmatter.description
: _page?.description : _page?.description

View file

@ -1,5 +1,5 @@
/** /**
* Copyright (c) taskylizard. All rights reserved. * Copyright (c) 2024 taskylizard
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -20,13 +20,50 @@ import { headers } from '../transformer/constants'
const titles = Object.keys(headers).map((key) => headers[key].title) const titles = Object.keys(headers).map((key) => headers[key].title)
export const headersPlugin = (md: MarkdownRenderer) => { export const headersPlugin = (md: MarkdownRenderer) => {
// Add the Feedback component after the heading and close the container // Add the Feedback component in the heading, before the link.
md.renderer.rules.heading_close = (tokens, idx, options, env, self) => { //
// Adding it after the link is closed prevents vitepress from properly
// indexing the file's content.
md.renderer.rules.heading_open = (tokens, idx, options, env, self) => {
const result = self.renderToken(tokens, idx, options) const result = self.renderToken(tokens, idx, options)
const heading = tokens[idx - 1]
const idxClose =
idx +
tokens.slice(idx).findIndex((token) => token.type === 'heading_close')
if (idxClose <= idx) return result
const level = tokens[idx].tag.slice(1) const level = tokens[idx].tag.slice(1)
if (!titles.includes(env.frontmatter.title) || level !== '2') return result if (!titles.includes(env.frontmatter.title) || level !== '2') return result
return `<Feedback heading="${heading.content}" />${result}` // Find the token for the link.
//
// The token after `heading_open` contains the link as a child token.
const children = tokens[idx + 1].children || []
const linkOpenToken = children.findLast((c) => c.type === 'link_open')
if (!linkOpenToken) return result
const heading = tokens[idxClose - 1]
linkOpenToken.meta = linkOpenToken.meta || {}
linkOpenToken.meta.feedback = {
heading: heading.content
}
return result
}
let defaultRender = md.renderer.rules.link_open;
md.renderer.rules.link_open = (tokens, idx, options, env, self) => {
const result = defaultRender(tokens, idx, options, env, self);
const meta = tokens[idx].meta
if (!meta || !meta.feedback) return result
const heading = meta.feedback.heading || ''
if (!heading) return result
return `<Feedback heading="${heading}" />${result}`
} }
} }

View file

@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
import type { MarkdownRenderer } from 'vitepress' import type { MarkdownRenderer } from 'vitepress'
const excluded = ['Beginners Guide'] const excluded = ['Beginners Guide']
@ -21,13 +20,22 @@ const excluded = ['Beginners Guide']
export function toggleStarredPlugin(md: MarkdownRenderer) { export function toggleStarredPlugin(md: MarkdownRenderer) {
md.renderer.rules.list_item_open = (tokens, index, options, env, self) => { md.renderer.rules.list_item_open = (tokens, index, options, env, self) => {
const contentToken = tokens[index + 2] const contentToken = tokens[index + 2]
if (
!excluded.includes(env.frontmatter.title) && // Ensure the token exists
contentToken && if (contentToken) {
contentToken.content.startsWith(':star:') const content = contentToken.content
) {
return `<li class="starred">` // Log the content for debugging purposes
console.log('Content Token:', content)
if (
!excluded.includes(env.frontmatter.title) &&
(content.includes(':star:') || content.includes(':glowing-star:')) // Directly check for emojis
) {
return `<li class="starred">`
}
} }
return self.renderToken(tokens, index, options) return self.renderToken(tokens, index, options)
} }
} }

View file

@ -23,7 +23,7 @@ const prompts = [
'So... what do you think?', 'So... what do you think?',
"I guess you don't need to say anything 😉", "I guess you don't need to say anything 😉",
'Spill the beans 💣', 'Spill the beans 💣',
"We're always looking for ways to improve!.", "We're always looking for ways to improve!",
'Your feedback is valuable and helps us make FMHY better.', 'Your feedback is valuable and helps us make FMHY better.',
'aliens are watching you 👽', 'aliens are watching you 👽',
'tasky was here 👀', 'tasky was here 👀',
@ -268,7 +268,7 @@ const toggleCard = () => (isCardShown.value = !isCardShown.value)
in the message or join our in the message or join our
<a <a
class="text-primary text-underline font-semibold" class="text-primary text-underline font-semibold"
href="https://discord.gg/Stz6y6NgNg" href="https://rentry.co/FMHY-Invite/"
> >
Discord. Discord.
</a> </a>

View file

@ -214,10 +214,6 @@ export function transform(text: string): string {
/https:\/\/www.reddit.com\/r\/FREEMEDIAHECKYEAH\/wiki\/img-tools/g, /https:\/\/www.reddit.com\/r\/FREEMEDIAHECKYEAH\/wiki\/img-tools/g,
'/img-tools' '/img-tools'
) )
.replace(
/https:\/\/github.com\/nbats\/FMHYedit\/blob\/main\/base64.md#/g,
'/base64/#'
)
// Remove extra characters // Remove extra characters
.replace(/\/#wiki_/g, '/#') .replace(/\/#wiki_/g, '/#')
.replace(/#wiki_/g, '/#') .replace(/#wiki_/g, '/#')
@ -235,6 +231,7 @@ export function transform(text: string): string {
.replace(/## ▷/g, '###') .replace(/## ▷/g, '###')
.replace(/####/g, '###') .replace(/####/g, '###')
// Replace emojis // Replace emojis
.replace(/🌟/g, ':glowing-star:')
.replace(/⭐/g, ':star:') .replace(/⭐/g, ':star:')
.replace(/🌐/g, ':globe-with-meridians:') .replace(/🌐/g, ':globe-with-meridians:')
.replace(/↪/g, ':repeat-button:') .replace(/↪/g, ':repeat-button:')
@ -250,7 +247,6 @@ export function transform(text: string): string {
/\/storage\/#encode--decode_urls/g, /\/storage\/#encode--decode_urls/g,
'/storage/#encode--decode-urls' '/storage/#encode--decode-urls'
) )
.replace(/\/base64\/#do-k-ument/g, '/base64/#do_k_ument')
.replace(/\/devtools\/#machine-learning2/g, '/devtools/#machine-learning-1') .replace(/\/devtools\/#machine-learning2/g, '/devtools/#machine-learning-1')
.replace(/\/linuxguide#software-sites2/g, '/linuxguide#software-sites-1') .replace(/\/linuxguide#software-sites2/g, '/linuxguide#software-sites-1')
.replace(/\/linuxguide#software_sites/g, '/linuxguide#software-sites') .replace(/\/linuxguide#software_sites/g, '/linuxguide#software-sites')
@ -280,13 +276,7 @@ const transformLinks = (text: string): string =>
name: 'GitHub', name: 'GitHub',
find: /\[GitHub\]\(([^\)]*?)\)/gm, find: /\[GitHub\]\(([^\)]*?)\)/gm,
replace: replace:
'<a target="_blank" href="$1"><div alt="GitHub" class="i-carbon:logo-github mb-1" /></a>' '<a target="_blank" href="$1"><div alt="GitHub" class="i-carbon:logo-github" /></a>'
},
{
name: 'GitHub Fallback',
find: /\[Github\]\(([^\)]*?)\)/gm,
replace:
'<a target="_blank" href="$1"><div alt="GitHub" class="i-carbon:logo-github mb-1" /></a>'
}, },
{ {
name: 'GitLab', name: 'GitLab',
@ -294,12 +284,6 @@ const transformLinks = (text: string): string =>
replace: replace:
'<a target="_blank" href="$1"><div alt="GitLab" class="i-carbon:logo-gitlab" /></a>' '<a target="_blank" href="$1"><div alt="GitLab" class="i-carbon:logo-gitlab" /></a>'
}, },
{
name: 'GitLab Fallback',
find: /\[Gitlab\]\(([^\)]*?)\)/gm,
replace:
'<a target="_blank" href="$1"><div alt="GitLab" class="i-carbon:logo-gitlab" /></a>'
},
{ {
name: 'Telegram', name: 'Telegram',
find: /\[Telegram\]\(([^\)]*?)\)/gm, find: /\[Telegram\]\(([^\)]*?)\)/gm,
@ -311,6 +295,18 @@ const transformLinks = (text: string): string =>
find: /\[Subreddit\]\(([^\)]*?)\)/gm, find: /\[Subreddit\]\(([^\)]*?)\)/gm,
replace: replace:
'<a target="_blank" href="$1"><div alt="Reddit" class="i-mdi:reddit" /></a>' '<a target="_blank" href="$1"><div alt="Reddit" class="i-mdi:reddit" /></a>'
},
{
name: 'X',
find: /\[X\]\(([^\)]*?)\)/gm,
replace:
'<a target="_blank" href="$1"><div alt="X" class="i-carbon:logo-x" /></a>'
},
{
name: 'Tor',
find: /\[.onion\]\(([^\)]*?)\)/gm,
replace:
'<a target="_blank" href="$1"><div alt=".onion" class="i-simple-icons:torbrowser w-1em h-1em" /></a>'
} }
]) ])
.getText() .getText()

View file

@ -6,48 +6,30 @@
# ► Adblocking # ► Adblocking
* **Note** - Don't run multiple general adblockers (e.g., uBlock Origin and Adblock Plus) simultaneously to [avoid breakage](https://twitter.com/gorhill/status/1033706103782170625). Combining general adblockers with tools like SponsorBlock is fine. * **Note** - Don't run multiple general adblockers (e.g., uBlock Origin and AdGuard) simultaneously to [avoid breakage](https://x.com/gorhill/status/1033706103782170625). Combining general adblockers with tools like SponsorBlock is fine.
*** ***
* ↪️ **[Spotify Adblockers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/audio#wiki_.25B7_spotify_adblockers)** * ↪️ **[Spotify Adblockers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/audio#wiki_.25B7_spotify_adblockers)**
* ↪️ **[Twitch Adblockers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_twitch_adblockers)** * ↪️ **[Twitch Adblockers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_twitch_adblockers)**
* ↪️ **[Bypass URL Redirects](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools/#wiki_.25B7_redirect_bypass)**
* ↪️ **[Bypass Article Paywalls](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_paywall_bypass)** * ↪️ **[Bypass Article Paywalls](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_paywall_bypass)**
* ⭐ **[uBlock Origin](https://github.com/gorhill/uBlock#installation)** or [uBO Lite](https://github.com/uBlockOrigin/uBOL-home) (mv3 compatible) - Adblocker * ⭐ **[uBlock Origin](https://github.com/gorhill/uBlock)** or [uBO Lite](https://github.com/uBlockOrigin/uBOL-home) (MV3 compatible) - Adblocker / [Redundant Extensions](https://github.com/arkenfox/user.js/wiki/4.1-Extensions/#-dont-bother)
* ⭐ **uBO Resources** - [Advanced](https://youtu.be/2lisQQmWQkY) / [Redundant Extensions](https://github.com/arkenfox/user.js/wiki/4.1-Extensions/#-dont-bother) * ⭐ **Report Issues** - [uAssets](https://github.com/uBlockOrigin/uAssets/issues) / [Hosts](https://github.com/uBlockOrigin/uAssets/discussions/17361) / [AdGuard](https://reports.adguard.com/new_issue.html) / [EasyList](https://github.com/easylist/easylist/issues)
* ⭐ **Report Issues** - [uAssets](https://github.com/uBlockOrigin/uAssets/issues) / [Hosts](https://github.com/uBlockOrigin/uAssets/discussions/17361) / [AdGuardFilters](https://reports.adguard.com/new_issue.html) / [EasyList](https://github.com/easylist/easylist/issues) * ⭐ **[SponsorBlock](https://sponsor.ajay.app/)** - Skip Sponsored YouTube Ads / [Script](https://github.com/mchangrh/sb.js), [2](https://greasyfork.org/en/scripts/453320) / [Discord](https://discord.gg/SponsorBlock) / [X](https://x.com/SponsorBlock) / [GitHub](https://github.com/ajayyy/SponsorBlock)
* ⭐ **[SponsorBlock](https://sponsor.ajay.app/)** - Skip Sponsored YouTube Ads / [Script](https://github.com/mchangrh/sb.js), [2](https://greasyfork.org/en/scripts/453320)
* ⭐ **[OpenVideo](https://openvideofs.github.io)** or [Stream-Bypass](https://github.com/ByteDream/stream-bypass) - Play Videos in Ad-Free Player
* [Disblock Origin](https://codeberg.org/AllPurposeMat/Disblock-Origin) or [Discord Adblock](https://github.com/CroissantDuNord/discord-adblock) - Hide Discord Nitro / Boost Ads * [Disblock Origin](https://codeberg.org/AllPurposeMat/Disblock-Origin) or [Discord Adblock](https://github.com/CroissantDuNord/discord-adblock) - Hide Discord Nitro / Boost Ads
* [Popupblocker All](https://addons.mozilla.org/en-US/firefox/addon/popupblockerall/), [PopUpOFF](https://romanisthere.github.io/PopUpOFF-Website/index.html) or [PopupBlocker](https://github.com/AdguardTeam/PopupBlocker) - Popup / New Tab Blockers * [Popupblocker All](https://addons.mozilla.org/en-US/firefox/addon/popupblockerall/), [PopUpOFF](https://romanisthere.github.io/PopUpOFF-Website/index.html), [Popup Blocker (strict)](https://github.com/schomery/popup-blocker) or [PopupBlocker](https://github.com/AdguardTeam/PopupBlocker) - Popup / New Tab Blockers
* [Adguard](https://github.com/AdguardTeam/AdguardBrowserExtension#installation) - Adblocker * [AdGuard](https://github.com/AdguardTeam/AdguardBrowserExtension) - Adblocker
* [Test Ad Block](https://d3ward.github.io/toolz/adblock.html) - Adblocking Tests
* [BehindTheOverlay](https://github.com/NicolaeNMV/BehindTheOverlay) - Hide Website Overlays * [BehindTheOverlay](https://github.com/NicolaeNMV/BehindTheOverlay) - Hide Website Overlays
*** ***
## ▷ Adblock Filters ## ▷ Adblock Filters
* ⭐ **[yokoffing's Recommended Filters](https://github.com/yokoffing/filterlists)** * ⭐ **[LegitimateURLShortener](https://github.com/DandelionSprout/adfilt/blob/master/LegitimateURLShortener.txt)** - Query Parameter Cleaning Rules
* ⭐ **[LegitimateURLShortener](https://github.com/DandelionSprout/adfilt/blob/master/LegitimateURLShortener.txt)** * [yokoffing's Recommended Filters](https://github.com/yokoffing/filterlists) - Blocklist Collection
* [FilterLists](https://filterlists.com/) Filter and host lists directory * [FilterLists](https://filterlists.com/) - Filter and host lists directory
* [FMHY Filterlist](https://fmhy.github.io/FMHYFilterlist/site/index.html), [2](https://fmhy.github.io/FMHYFilterlist/) - Unsafe Sites Filter * [FMHY Filterlist](https://github.com/fmhy/FMHYFilterlist) - Unsafe Sites Filter
* [Clear URLs for uBO](https://github.com/DandelionSprout/adfilt/blob/master/ClearURLs%20for%20uBo/clear_urls_uboified.txt)
***
## ▷ Redirect Bypass
* ⭐ **[Bypass All Shortlinks](https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/)**
* ⭐ **[bypass.city](https://bypass.city/)**, [2](https://adbypass.org/) / [Userscript](https://bypass.city/how-to-install-userscript) / [Discord](https://discord.com/invite/uMEtrpRvAf)
* [Bypass.vip](https://bypass.vip/) / [API](https://api.bypass.vip/)
* [FastForward](https://fastforward.team/) / [Discord](https://discord.gg/RSAf7b5njt) / [Note](https://pastebin.com/Gr2AhsE8)
* [AdsBypasser](https://adsbypasser.github.io/) / [2](https://github.com/adsbypasser/adsbypasser)
* [TheBypasser](https://thebypasser.com/)
* [Bypass-Links](https://bypass-links.vercel.app) / [GitHub](https://github.com/amitsingh-007/bypass-links)
* [Yuumari](https://yuumari.com/bypass/) / [Extension](https://chromewebstore.google.com/detail/auto-link-bypasser/doiagnjlaingkmdjlbfalakpnphfmnoh) / [Script](https://yuumari.com/m-links/#js-code)
* [UploadHEaven](https://greasyfork.org/en/scripts/442019)
* [Bypass FileCrypt](https://greasyfork.org/en/scripts/403170) - FileCrypt Bypass
*** ***
@ -59,26 +41,26 @@
* 🌐 **[DNS Providers](https://adguard-dns.io/kb/general/dns-providers/)** - DNS Provider Index * 🌐 **[DNS Providers](https://adguard-dns.io/kb/general/dns-providers/)** - DNS Provider Index
* ↪️ **[DNS Filters / Blocklists](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_dns_filters)** * ↪️ **[DNS Filters / Blocklists](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_dns_filters)**
* ↪️ **[Free DNS Servers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_free_dns_servers)** * ↪️ **[Free DNS Resolvers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_free_dns_resolvers)**
* ⭐ **[Pi-Hole](https://pi-hole.net/)** - DNS Adblocking / Self-Hosted * ⭐ **[Pi-Hole](https://pi-hole.net/)** - Self-Hosted DNS Adblocking / [Subreddit](https://reddit.com/r/pihole/) / [X](https://x.com/The_Pi_Hole)
* ⭐ **Pi-Hole Tools** - [Install Script](https://github.com/DesktopECHO/Pi-Hole-for-WSL1) / [Filter](https://firebog.net/) / [Firefox](https://addons.mozilla.org/en-US/firefox/addon/alanine/) / [Chrome](https://chromewebstore.google.com/detail/alanine/lohlpbknpcngpjifmofkidennikljlfi) / [Docker](https://hub.docker.com/repository/docker/kulda22/alanine) / [Antitelemetry](https://github.com/MoralCode/pihole-antitelemetry) * ⭐ **Pi-Hole Tools** - [WSL1](https://github.com/DesktopECHO/Pi-Hole-for-WSL1) / [Filters](https://firebog.net/) / [Anti-Telemetry](https://github.com/MoralCode/pihole-antitelemetry)
* ⭐ **[AdGuard Home](https://github.com/AdguardTeam/AdGuardHome/wiki/Docker)** - DNS Adblocking / Self-Hosted / [Setup](https://github.com/klutchell/balena-adguard) / [Filters](https://github.com/hl2guide/AdGuard-Home-Whitelist) * ⭐ **[AdGuard Home](https://adguard.com/en/adguard-home/overview.html)** - Self-Hosted DNS Adblocking / [Balena-Adguard](https://github.com/klutchell/balena-adguard) / [GitHub](https://github.com/AdguardTeam/AdGuardHome) / [X](https://x.com/adguard) / [Telegram](https://t.me/adguarden) / [Subreddit](https://reddit.com/r/Adguard)
* ⭐ **[Mullvad DNS](https://mullvad.net/en/help/dns-over-https-and-dns-over-tls/)** - DNS Adblocking / Filtering / [Extension](https://mullvad.net/en/download/browser/extension) * ⭐ **[Mullvad DNS](https://mullvad.net/en/help/dns-over-https-and-dns-over-tls/)** - DNS Adblocking / Filtering / [Extension](https://mullvad.net/en/download/browser/extension) / [GitHub](https://github.com/mullvad)
* [BlahDNS](https://blahdns.com/), [AlternateDNS](https://alternate-dns.com/index.php), [LibreDNS](https://libredns.gr/) or [Tiarap](https://doh.tiar.app/) - DNS Adblocking * ⭐ **[YogaDNS](https://yogadns.com/)** - Custom DNS Client for Windows
* [NextDNS](https://nextdns.io) / [Guide](https://github.com/yokoffing/NextDNS-Config) / [Video](https://youtu.be/WUG57ynLb8I), [Adguard DNS](https://adguard-dns.io/) or [ControlD](https://controld.com/free-dns) - Customizable DNS Adblocking Services * [BlahDNS](https://blahdns.com/) - DNS Adblocking / [GitHub](https://github.com/zoonderkins/blahdns)
* [NxFilter](https://nxfilter.org/) - Customizable DNS Adblocking / Self-Hosted * [AlternateDNS](https://alternate-dns.com/index.php) - DNS Adblocking
* [TBlock](https://tblock.me/) - DNS Adblocking Client / [Filters](https://codeberg.org/tblock/filters) * [LibreDNS](https://libredns.gr/) - DNS Adblocking / [GitLab](https://gitlab.com/libreops/libredns)
* [Maza](https://maza-ad-blocking.andros.dev/) - Local DNS Adblocking Client * [Tiarap](https://doh.tiar.app/) - DNS Adblocking / [GitHub](https://github.com/pengelana/blocklist)
* [YogaDNS](https://yogadns.com/) - Custom DNS Client for Windows * [NextDNS](https://nextdns.io) - Customizable DNS Adblocking Service / [Guide](https://github.com/yokoffing/NextDNS-Config) / [Video](https://youtu.be/WUG57ynLb8I)
* [AdGuard DNS](https://adguard-dns.io/) - Customizable DNS Adblocking Service / [X](https://x.com/adguard) / [Telegram](https://t.me/adguarden) / [Subreddit](https://reddit.com/r/Adguard)
* [Control D](https://controld.com/free-dns) - Customizable DNS Adblocking Service / [X](https://x.com/controldns) / [Subreddit](https://reddit.com/r/ControlD/) / [Discord](https://discord.gg/dns)
* [NxFilter](https://nxfilter.org/) - Self-Hosted Customizable DNS Adblocking / [Subreddit](https://reddit.com/r/nxfilter)
* [TBlock](https://tblock.me/) - DNS Adblocking Client / [CodeBerg](https://codeberg.org/tblock/tblock)
* [Diversion](https://diversion.ch/) - Asuswrt-Merlin Router Adblock Manager * [Diversion](https://diversion.ch/) - Asuswrt-Merlin Router Adblock Manager
* [personalDNSfilter](https://www.zenz-solutions.de/personaldnsfilter-wp/) - DNS Filtering Proxy / Self-Hosted * [Phishing Army](https://phishing.army/) - DNS Phishing Blocklist / [X](https://x.com/PhishingArmy)
* [dog](https://dns.lookup.dog/) - DNS Lookup CLI
* [Stubby](https://dnsprivacy.org/dns_privacy_daemon_-_stubby/) - DNS Privacy Stub Resolver
* [Phishing Army](https://phishing.army/) - DNS Phishing Blocklist
* [DNS Party](https://encrypted-dns.party/) - Encrypted DNS Profiles for Apple Devices * [DNS Party](https://encrypted-dns.party/) - Encrypted DNS Profiles for Apple Devices
* [no-google](https://github.com/nickspaargaren/no-google) - Block All Google Services
* [Samsung Smart TV Adblock](https://redd.it/gn7fw5) - Block Samsung Smart TV Ads * [Samsung Smart TV Adblock](https://redd.it/gn7fw5) - Block Samsung Smart TV Ads
* [Technitium](https://technitium.com/dns) or [Hickory DNS](https://github.com/hickory-dns/hickory-dns) - Self-Hosted DNS Server * [Technitium](https://technitium.com/dns) - Self-Hosted DNS Server / [Subreddit](https://reddit.com/r/technitium/) / [GitHub](https://github.com/TechnitiumSoftware/DnsServer)
* [DNS Perf](https://dnsperf.com/dns-speed-benchmark) or [NameBench](https://code.google.com/archive/p/namebench/) - DNS Speed Tests * [DNS Perf](https://dnsperf.com/dns-speed-benchmark) or [NameBench](https://code.google.com/archive/p/namebench/) - DNS Speed Tests
*** ***
@ -102,17 +84,18 @@
# ► Antivirus / Malware # ► Antivirus / Malware
* 🌐 **[/r/Antivirus Index](https://www.reddit.com/r/antivirus/wiki/index/)** - Antivirus Tools Index * 🌐 **[/r/Antivirus Index](https://www.reddit.com/r/antivirus/wiki/index/)** - Antivirus Tools Index
* 🌐 **[Awesome Malware Analysis](https://github.com/rshipp/awesome-malware-analysis)** - Malware Analysis Resources
* ↪️ **[Site Legitimacy Check](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_site_legitimacy_check)** * ↪️ **[Site Legitimacy Check](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_site_legitimacy_check)**
* ↪️ **[Virtual Machines](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/system-tools#wiki_.25B7_virtual_machines)** * ↪️ **[Virtual Machines](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/system-tools#wiki_.25B7_virtual_machines)**
* ⭐ **[Sandboxie Plus](https://sandboxie-plus.com/)** / [Guide](https://rentry.co/sandboxie-guide) or [Windows Sandbox](https://learn.microsoft.com/en-us/windows/security/application-security/application-isolation/windows-sandbox/windows-sandbox-overview) - Sandbox Environments * ⭐ **[AdwCleaner](https://www.malwarebytes.com/adwcleaner/)** - Anti-Adware / [X](https://x.com/malwarebytes)
* ⭐ **[AdwCleaner](https://www.malwarebytes.com/adwcleaner/)** - Anti-Adware * ⭐ **[Malwarebytes](https://rentry.co/FMHYBase64#malwarebytes)**, [2](https://www.malwarebytes.com/) - Antivirus / [X](https://x.com/malwarebytes)
* ⭐ **[Malwarebytes](https://rentry.co/FMHYBase64#malwarebytes)**, [2](https://www.malwarebytes.com/) - Antivirus
* ⭐ **[Security / Antivirus Multireddit](https://www.reddit.com/user/goretsky/m/security/)** - Reddit Communities * ⭐ **[Security / Antivirus Multireddit](https://www.reddit.com/user/goretsky/m/security/)** - Reddit Communities
* [BleepingComputer Forums](https://www.bleepingcomputer.com/forums/f/22/virus-trojan-spyware-and-malware-removal-help/), [Malwarebytes Forums](https://forums.malwarebytes.com/forum/7-windows-malware-removal-help-support/) or [Sysnative Forums](https://www.sysnative.com/forums/forums/security-arena.66/) - Malware Removal Forums / [Note](https://pastebin.com/0mrmPXgz) * ⭐ **[FMHY SafeGuard](https://github.com/fmhy/FMHY-SafeGuard)** - Check Trusted Sites Easily
* [ESET](https://rentry.co/FMHYBase64#eset) - Antivirus * [BleepingComputer Forums](https://www.bleepingcomputer.com/forums/f/22/virus-trojan-spyware-and-malware-removal-help/), [Malwarebytes Forums](https://forums.malwarebytes.com/forum/7-windows-malware-removal-help-support/) or [Sysnative Forums](https://www.sysnative.com/forums/forums/security-arena.66/) - Malware Removal Forums / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#malware-removal-forums)
* [Dangerzone](https://dangerzone.rocks/) - Convert potentially malicious files to safe PDFs / [GitHub](https://github.com/freedomofpress/dangerzone) * [Sandboxie Plus](https://sandboxie-plus.com/) - Sandbox Environment / [Guide](https://rentry.co/sandboxie-guide) / [GitHub](https://github.com/sandboxie-plus/Sandboxie)
* [ANY.RUN](https://any.run/), [Triage](https://tria.ge/) or [Cuckoo](https://cuckoo.cert.ee/) - Online Sandboxes * [Windows Sandbox](https://learn.microsoft.com/en-us/windows/security/application-security/application-isolation/windows-sandbox/windows-sandbox-overview) - Full Virtual Machine Sandbox Environment
* [ESET](https://rentry.co/FMHYBase64#eset) - Antivirus / [X](https://x.com/esetglobal)
* [Dangerzone](https://dangerzone.rocks/) - Convert Malicious PDFs to Safe Files / [GitHub](https://github.com/freedomofpress/dangerzone)
* [Triage](https://tria.ge/) or [Cuckoo](https://cuckoo.cert.ee/) - Online Sandboxes
* [No More Ransom](https://www.nomoreransom.org/en/decryption-tools.html) - Ransomware Decryption Tools * [No More Ransom](https://www.nomoreransom.org/en/decryption-tools.html) - Ransomware Decryption Tools
* [ID Ransomware](https://id-ransomware.malwarehunterteam.com/) - Ransomware Identification Tool * [ID Ransomware](https://id-ransomware.malwarehunterteam.com/) - Ransomware Identification Tool
* [ConfigureDefender](https://github.com/AndyFul/ConfigureDefender) - Configure Windows Defender Settings * [ConfigureDefender](https://github.com/AndyFul/ConfigureDefender) - Configure Windows Defender Settings
@ -122,46 +105,38 @@
## ▷ File Scanners ## ▷ File Scanners
* 🌐 **[The Second Opinion](https://jijirae.github.io/thesecondopinion/index.html)**, [2](https://rentry.co/thesecondopinion) - Portable Malware Scanners / Removal Tools * 🌐 **[The Second Opinion](https://jijirae.github.io/thesecondopinion/index.html)**, [2](https://rentry.co/thesecondopinion) - Portable Malware Scanners / Removal Tools / [GitHub](https://github.com/jijirae/thesecondopinion/)
* ⭐ **[VirusTotal](https://www.virustotal.com/)** / [Scan Results Guide](https://rentry.co/piracy-faq-virustotal), [2](https://rentry.co/VTGuide) or **[Hybrid Analysis](https://hybrid-analysis.com/)** - Online File Scanner * ⭐ **[VirusTotal](https://www.virustotal.com/)** / [Scan Results Guide](https://rentry.co/piracy-faq-virustotal), [2](https://rentry.co/VTGuide) or **[Hybrid Analysis](https://hybrid-analysis.com/)** - Online File Scanner
* ⭐ **VirusTotal Tools** - [CLI](https://github.com/VirusTotal/vt-cli) / [Uploader](https://github.com/SamuelTulach/VirusTotalUploader) / [Lite Version](https://www.virustotal.com/old-browsers/) * ⭐ **VirusTotal Tools** - [CLI](https://github.com/VirusTotal/vt-cli) / [Uploader](https://github.com/SamuelTulach/VirusTotalUploader) / [Lite Version](https://www.virustotal.com/old-browsers/)
* [Microsoft Safety Scanner](https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download) or [Emsisoft Emergency Kit](https://www.emsisoft.com/en/home/emergencykit/) - On-demand AV Scanners * [Microsoft Safety Scanner](https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download) or [Emsisoft Emergency Kit](https://www.emsisoft.com/en/home/emergencykit/) - On-demand AV Scanners
* [Manalyzer](https://manalyzer.org/) - PE File Scanner * [Manalyzer](https://manalyzer.org/) - PE File Scanner / [GitHub](https://github.com/JusticeRage/Manalyze)
* [YARA](https://virustotal.github.io/yara/) - Malware Identification Tool * [YARA](https://virustotal.github.io/yara/) - Malware Identification Tool / [GitHub](https://github.com/virustotal/yara)
* [Winitor](https://www.winitor.com/) - EXE Malware Assessment * [Winitor](https://www.winitor.com/) - EXE Malware Assessment
* [pyWhat](https://github.com/bee-san/pyWhat) - Identify Anything * [pyWhat](https://github.com/bee-san/pyWhat) - Identify Anything / [Discord](https://discord.com/invite/zYTM3rZM4T)
* [Grype](https://github.com/anchore/grype) - Container Images Vulnerability Scanner * [Grype](https://github.com/anchore/grype) - Container Images Vulnerability Scanner
* [Jotti](https://virusscan.jotti.org/en) - Online File Scanner * [Jotti](https://virusscan.jotti.org/en) - Online File Scanner
* [FileScan](https://www.filescan.io/) - Online File Scanner * [FileScan](https://www.filescan.io/) - Online File Scanner / [GitHub](https://github.com/filescanio)
* [Farbar](https://www.bleepingcomputer.com/download/farbar-recovery-scan-tool/) / [Guide](https://www.bleepingcomputer.com/forums/t/781976/) - Local File Scanner * [Farbar](https://www.bleepingcomputer.com/download/farbar-recovery-scan-tool/) / [Guide](https://www.bleepingcomputer.com/forums/t/781976/) - Local File Scanner
*** ***
# ► Privacy # ► Privacy
* 🌐 **[Awesome Vehicle Security](https://github.com/jaredthecoder/awesome-vehicle-security)** - Vehicle Security Resources
* ↪️ **[SMS Verification Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_sms_verification_sites)** * ↪️ **[SMS Verification Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_sms_verification_sites)**
* ↪️ **[File Encryption](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/file-tools#wiki_.25B7_file_encryption)** * ↪️ **[File Encryption](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/file-tools#wiki_.25B7_file_encryption)**
* ↪️ **[Drive Formatting / File Deletion](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/file-tools#wiki_.25B7_formatting_.2F_deletion)** * ↪️ **[Drive Formatting / File Deletion](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/file-tools#wiki_.25B7_formatting_.2F_deletion)**
* ⭐ **[/r/Privacy](https://reddit.com/r/privacy)**, [/r/TheHatedOne](https://www.reddit.com/r/thehatedone) or [/r/privatelife/](https://www.reddit.com/r/privatelife/) - Privacy Discussion, News & Tools * ⭐ **[/r/Privacy](https://reddit.com/r/privacy)**, [/r/TheHatedOne](https://www.reddit.com/r/thehatedone) or [/r/privatelife/](https://www.reddit.com/r/privatelife/) - Privacy Discussion, News & Tools
* ⭐ **[Tails](https://tails.net/)**, [whonix](https://www.whonix.org/) or [Qubes](https://www.qubes-os.org/) - Privacy-Based Operating Systems * ⭐ **[Tails](https://tails.net/)** / [Telegram](https://t.me/torproject) / [GitHub](https://github.com/torproject), [Whonix](https://www.whonix.org/) / [Telegram](https://t.me/s/Whonix) / [GitHub](https://github.com/Whonix) or [Qubes](https://www.qubes-os.org/) / [GitHub](https://github.com/QubesOS) - Privacy-Based Operating Systems
* [ShutUp10](https://www.oo-software.com/en/shutup10), [W10Privacy](https://www.w10privacy.de/english-home/) or [private-secure-windows](https://github.com/troennes/private-secure-windows) - Antispy Tools * [O&O ShutUp10++](https://www.oo-software.com/en/shutup10) or [W10Privacy](https://www.w10privacy.de/english-home/) - Privacy and Data Protection Tools
* [Telemetry.md](https://gist.github.com/ave9858/a2153957afb053f7d0e7ffdd6c3dcb89), [2](https://rentry.co/telemetry) - Disable Windows 10/11 Telemetry * [Telemetry.md](https://gist.github.com/ave9858/a2153957afb053f7d0e7ffdd6c3dcb89) - Disable Windows 10/11 Telemetry
* [Frigate](https://frigate.video/), [Smart Sec Cam](https://github.com/scottbarnesg/smart-sec-cam) or [ZoneMinder](https://zoneminder.com/) - Security Camera Systems * [Agent DVR](https://www.ispyconnect.com/) / [Subreddit](https://www.reddit.com/r/ispyconnect/), [Frigate](https://frigate.video/) / [GitHub](https://github.com/blakeblackshear/frigate), [Smart Sec Cam](https://github.com/scottbarnesg/smart-sec-cam) or [ZoneMinder](https://zoneminder.com/) / [Discord](https://discord.gg/tHYyP9k66q) / [GitHub](https://github.com/ZoneMinder/ZoneMinder/) - Security Camera Systems
* [Team Elite](https://www.te-home.net/) or [Technet24](https://technet24.ir/) - Security Software / [Translator](https://github.com/FilipePS/Traduzir-paginas-web) * [Team Elite](https://www.te-home.net/) or [Technet24](https://technet24.ir/) - Security Software / [Translator](https://github.com/FilipePS/Traduzir-paginas-web)
* [Big Ass Data Broker Opt-Out List](https://github.com/yaelwrites/Big-Ass-Data-Broker-Opt-Out-List) - List of Data Broker Opt-Out Resources * [Big Ass Data Broker Opt-Out List](https://github.com/yaelwrites/Big-Ass-Data-Broker-Opt-Out-List) - List of Data Broker Opt-Out Resources
* [Surfer](https://github.com/CEREBRUS-MAXIMUS/Surfer-Data) - Multi-platform User Data Exporter * [Surfer Protocol](https://surferprotocol.org/) - Multi-platform User Data Exporter / [Discord](https://discord.gg/5KQkWApkYC) / [GitHub](https://github.com/Surfer-Org/Protocol)
* [F-Secure Identity Theft Checker](https://www.f-secure.com/en/identity-theft-checker) - Identity Theft Check * [F-Secure Identity Theft Checker](https://www.f-secure.com/en/identity-theft-checker) - Identity Theft Check
* [PrivNote](https://privnote.com/), [SafeNote](https://safenote.co/), [Burn.Link](https://burn.link/), [ThisLinkWillSelfDestruct](https://thislinkwillselfdestruct.com/), [s.cr](https://s.cr/), [burnmynote](https://www.burnmynote.link/) or [OneTimeSecret](https://onetimesecret.com/) - Send Self-Destructing Messages * [PrivNote](https://privnote.com/), [SafeNote](https://safenote.co/) / [GitHub](https://github.com/devrolabs), [Burn.Link](https://burn.link/), [ThisLinkWillSelfDestruct](https://thislinkwillselfdestruct.com/), [s.cr](https://s.cr/), [burnmynote](https://www.burnmynote.link/) or [OneTimeSecret](https://onetimesecret.com/) / [GitHub](https://github.com/onetimesecret/onetimesecret) - Send Self-Destructing Messages
* [chausies encrypt](https://chausies.xyz/encrypt), [Steg Cloak](https://stegcloak.surge.sh/) or [spam mimic](https://www.spammimic.com/index.cgi) - Send Encrypted Text * [chausies encrypt](https://chausies.xyz/encrypt) / [GitHub](https://github.com/chausies/chausies.github.io), [Steg Cloak](https://stegcloak.surge.sh/) or [spammimic](https://www.spammimic.com/index.cgi) - Send Encrypted Text
* [USBKill](https://github.com/hephaest0s/usbkill) - Anti-Forensic USB Killswitch
* [HiddenVM](https://github.com/aforensics/HiddenVM) - Run an Oracle VM on TailsOS * [HiddenVM](https://github.com/aforensics/HiddenVM) - Run an Oracle VM on TailsOS
* [FreeCarrierLookup](https://www.freecarrierlookup.com/) - Get Telephone Carrier Data
* [Facebook Doc Stories](https://docs.google.com/document/d/1QYqmJsifBjf_xA23Ea7AdeMFyjGWaF_dvhi5EZdNUf4/edit) - Facebook Malpractices Index
* [Privacy.com](https://privacy.com/) - Make Secure Payments / US Only
* [image-scrubber](https://everestpipkin.github.io/image-scrubber) - Anonymize Protest Photos / [GitHub](https://github.com/everestpipkin/image-scrubber)
* [Mobile Verification Toolkit](https://www.privacyguides.org/en/device-integrity/) - Test for Potential Compromises on Android / iOS
* [GoFOSS](https://gofoss.net/) - Why You Should Use FOSS Alternatives
* [SurveillanceWatch](https://www.surveillancewatch.io/) - Surveillance Company Connections * [SurveillanceWatch](https://www.surveillancewatch.io/) - Surveillance Company Connections
* [If An Agent Knocks](https://docs.google.com/document/d/176Yds1p63Q3iaKilw0luChMzlJhODdiPvF2I4g9eIXo/) - Best Practices if Contacted by Agents * [If An Agent Knocks](https://docs.google.com/document/d/176Yds1p63Q3iaKilw0luChMzlJhODdiPvF2I4g9eIXo/) - Best Practices if Contacted by Agents
@ -169,34 +144,35 @@
## ▷ Privacy Indexes ## ▷ Privacy Indexes
* ⭐ **[Privacy Guides](https://www.privacyguides.org/)** - Educational Guide * ⭐ **[Privacy Guides](https://www.privacyguides.org/)** - Educational Guide / [GitHub](https://github.com/privacyguides/privacyguides.org)
* ⭐ **[Digital Defense](https://digital-defense.io/)** - Personal Checklist for Privacy & Security * ⭐ **[Digital Defense](https://digital-defense.io/)** - Personal Checklist for Privacy & Security / [GitHub](https://github.com/lissy93/personal-security-checklist)
* ⭐ **[Surveillance Self-Defense](https://ssd.eff.org/)** - Educational Guide * ⭐ **[Surveillance Self-Defense](https://ssd.eff.org/)** - Educational Guide
* ⭐ **[The New Oil](https://thenewoil.org/)** - Educational Guide * ⭐ **[The New Oil](https://thenewoil.org/)** - Educational Guide / [GitHub](https://github.com/tnonate/thenewoil)
* ⭐ **[No Trace](https://www.notrace.how/)** - Educational Guide / [.onion](http://i4pd4zpyhrojnyx5l3d2siauy4almteocqow4bp2lqxyocrfy6prycad.onion/) * ⭐ **[No Trace](https://www.notrace.how/)** - Educational Guide / [.onion](http://i4pd4zpyhrojnyx5l3d2siauy4almteocqow4bp2lqxyocrfy6prycad.onion/)
* ⭐ **[The Hitchhikers Guide](https://anonymousplanet.org/)** - Extensive Guide to Online Anonymity * ⭐ **[The Hitchhikers Guide](https://anonymousplanet.org/)** - Extensive Guide to Online Anonymity / [GitHub](https://github.com/Anon-Planet/thgtoa)
* [Lissy93's Awesome Privacy](https://awesome-privacy.xyz/) / [GitHub](https://github.com/lissy93/awesome-privacy) or [pluja's Awesome Privacy](https://pluja.github.io/awesome-privacy/) / [GitHub](https://github.com/pluja/awesome-privacy) - Privacy App / Service Lists * [Lissy93's Awesome Privacy](https://awesome-privacy.xyz/) / [GitHub](https://github.com/lissy93/awesome-privacy), [Awesome Security Hardening](https://github.com/decalage2/awesome-security-hardening) or [pluja's Awesome Privacy](https://pluja.github.io/awesome-privacy/) / [GitHub](https://github.com/pluja/awesome-privacy) - Privacy App / Service Lists
* [Defensive Computing Checklist](https://defensivecomputingchecklist.com/) - Educational Guide * [Defensive Computing Checklist](https://defensivecomputingchecklist.com/) - Educational Guide
* [Ken Harris](https://cyber.kenharris.io/) - Educational Guide * [Ken Harris](https://cyber.kenharris.io/) - Educational Guide / [Discord](https://discord.gg/25zRy7E4Uw)
* [PrivSec](https://privsec.dev/) - Educational Guide * [PrivSec](https://privsec.dev/) - Educational Guide / [GitHub](https://github.com/PrivSec-dev)
* [AvoidTheHack](https://avoidthehack.com/) - Educational Blog * [AvoidTheHack](https://avoidthehack.com/) - Educational Blog / [GitHub](https://github.com/avoidthehack)
* [Hostux](https://hostux.network/) - Privacy Tools * [Hostux](https://hostux.network/) - Privacy Tools / [Git](https://git.hostux.net/valere/hostux.network)
* [Privacy Settings](https://github.com/StellarSand/privacy-settings) - Privacy Setting Guides * [Privacy Settings](https://github.com/StellarSand/privacy-settings) - Privacy Setting Guides
* [Privacy Not Included](https://foundation.mozilla.org/privacynotincluded/) - Product Privacy Ratings * [Privacy Not Included](https://foundation.mozilla.org/privacynotincluded/) - Product Privacy Ratings
* [EncryptedList](https://encryptedlist.xyz/) - List of Encrypted Services/Apps * [EncryptedList](https://encryptedlist.xyz/) - List of Encrypted Services/Apps / [GitHub](https://github.com/oneminch/encrypted-list)
* [ProductivePrivacy](https://productiveprivacy.com/) - Privacy-Focused Productivity Apps * [Awesome Vehicle Security](https://github.com/jaredthecoder/awesome-vehicle-security) - Vehicle Security Resources
*** ***
## ▷ Network Security ## ▷ Network Security
* ⭐ **[simplewall](https://github.com/henrypp/simplewall)** - Firewall / Network Monitor * ⭐ **[nekoray](https://matsuridayo.github.io/)** - DIY Privacy Network / [Telegram](https://t.me/Matsuridayo) / [GitHub](https://github.com/MatsuriDayo/nekoray)
* ⭐ **[Fort](https://github.com/tnodir/fort)** - Firewall * ⭐ **[simplewall](https://github.com/henrypp/simplewall)** - Firewall / Network Monitor / [Telegram](https://t.me/+6ElWHdZK8d5iMGEy)
* ⭐ **[Safing Portmaster](https://safing.io/)** - Network Monitor / DNS Resolver / Firewall * ⭐ **[Safing Portmaster](https://safing.io/)** - Network Monitor / DNS Resolver / Firewall / [Discord](https://discord.com/invite/safing) / [GitHub](https://github.com/safing)
* ⭐ **[nekoray](https://github.com/MatsuriDayo/nekoray)**, [V2Ray](https://v2ray.com/en/), [V2Fly](https://www.v2fly.org/), [V2RayN](https://github.com/freefq/free), [v2rayN](https://github.com/2dust/v2rayN), [Qv2ray](https://github.com/Qv2ray/Qv2ray) or [v2ray-core](https://github.com/v2fly/v2ray-core) - DIY Privacy Network * ⭐ **[DNSveil](https://msasanmh.github.io/DNSveil/)** - DNS Client / [Guide](https://rentry.co/SecureDNSClient) / [GitHub](https://github.com/msasanmh/DNSveil)
* V2Ray Tools - [GeoIP](https://github.com/Loyalsoldier/geoip) / [Free Server](https://fanqiang.network/) / [Cloudflare Scan](https://cloudflare-v2ray.vercel.app/) / [Tutorial](https://github.com/freefq/tutorials), [2](https://rentry.org/bypass-gov-restrictions) * [I2P](https://geti2p.net/en/) - Encrypted Private Network Layer / [Guide](https://rentry.co/CBGI2P) / [GitLab](https://i2pgit.org/)
* [XrayUIGroup](https://github.com/MHSanaei/3x-ui) - DIY Privacy Network / [Telegram](https://t.me/XrayUI)
* [Fort](https://github.com/tnodir/fort) - Firewall
* [WFC](https://www.binisoft.org/wfc.php) - Firewall * [WFC](https://www.binisoft.org/wfc.php) - Firewall
* [I2P](https://geti2p.net/en/) - Encrypted Private Network Layer / [Guide](https://rentry.co/CBGI2P)
*** ***
@ -218,73 +194,69 @@
# ► Web Privacy # ► Web Privacy
* 🌐 **[Google Alt List](https://www.techspot.com/article/2752-all-google-alternatives/)**, [/r/DeGoogle](https://www.reddit.com/r/degoogle), [Degoogle](https://tycrek.github.io/degoogle/) or [No More Google](https://nomoregoogle.com/) - Google App Alternatives * 🌐 **[Google Alt List](https://www.techspot.com/article/2752-all-google-alternatives/)**, [/r/degoogle](https://www.reddit.com/r/degoogle), [degoogle](https://tycrek.github.io/degoogle/) / [GitHub](https://github.com/tycrek/degoogle) or [No More Google](https://nomoregoogle.com/) - Google App Alternatives
* ↪️ **[Chat Service Comparisons](https://docs.google.com/spreadsheets/u/0/d/1-UlA4-tslROBDS9IqHalWVztqZo7uxlCeKPQ-8uoFOU)** * ↪️ **[Chat Service Comparisons](https://docs.google.com/spreadsheets/u/0/d/1-UlA4-tslROBDS9IqHalWVztqZo7uxlCeKPQ-8uoFOU)**
* ↪️ **[Encrypted Messaging Apps](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_encrypted_messengers)** / [2](https://docs.google.com/spreadsheets/d/1-UlA4-tslROBDS9IqHalWVztqZo7uxlCeKPQ-8uoFOU) / [3](https://www.securemessagingapps.com/) * ↪️ **[Encrypted Messaging Apps](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_encrypted_messengers)** / [2](https://docs.google.com/spreadsheets/d/1-UlA4-tslROBDS9IqHalWVztqZo7uxlCeKPQ-8uoFOU) / [3](https://www.securemessagingapps.com/)
* ↪️ **[Encrypted XMPP Servers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_encrypted_xmpp_servers)** * ↪️ **[Encrypted XMPP Servers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_encrypted_xmpp_servers)**
* ↪️ **[Encode / Decode URLs](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_encode_.2F_decode)** * ↪️ **[Encode / Decode URLs](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_encode_.2F_decode)**
* ⭐ **[PrivacySpy](https://privacyspy.org/)** or [Terms of Service; Didn't Read](https://tosdr.org/) - Sites Privacy Policies * ⭐ **[PrivacySpy](https://privacyspy.org/)** / [GitHub](https://github.com/politiwatch/privacyspy) or [ToS;DR](https://tosdr.org/) / [Discord](https://discord.gg/tosdr) / [GitHub](https://github.com/tosdr) - Sites Privacy Policies
* ⭐ **[JustGetMyData](https://justgetmydata.com/)** - Links to Obtain Your Data from Websites * ⭐ **[JustGetMyData](https://justgetmydata.com/)** - Links to Obtain Your Data from Websites / [GitHub](https://github.com/justgetmydata/jgmd)
* ⭐ **[Cryptomator](https://cryptomator.org/)**, [Boxcryptor](https://www.boxcryptor.com/en/) or [Tahoe-LAFS](https://tahoe-lafs.org/trac/tahoe-lafs) - Cloud File Encryption * ⭐ **[Cryptomator](https://cryptomator.org/)** / [GitHub](https://github.com/cryptomator/cryptomator), [Boxcryptor](https://www.boxcryptor.com/en/) or [Tahoe-LAFS](https://tahoe-lafs.org/trac/tahoe-lafs) / [GitHub](https://github.com/tahoe-lafs/tahoe-lafs) - Cloud File Encryption
* [FirefoxMonitor](https://monitor.mozilla.org/) - Data Breach Check * [FirefoxMonitor](https://monitor.mozilla.org/) - Data Breach Check / [GitHub](https://github.com/mozilla/blurts-server)
* [BreachDirectory](https://breachdirectory.org), [Snusbase](https://snusbase.com/), [Leak Lookup](https://leak-lookup.com/), [Trufflehog](https://trufflesecurity.com/) or [leakpeek](https://leakpeek.com/) - Data Breach Search Engines * [BreachDirectory](https://breachdirectory.org), [Snusbase](https://snusbase.com/), [Leak Lookup](https://leak-lookup.com/), [Trufflehog](https://trufflesecurity.com/) / [Discord](https://discord.gg/8Hzbrnkr7E) / [GitHub](https://github.com/trufflesecurity/trufflehog) or [LeakPeek](https://leakpeek.com/) / [Discord](https://discord.com/invite/mNxhSRWKwq) - Data Breach Search Engines
* [JustDeleteMe](https://justdeleteme.xyz/) - Find / Terminate Old Accounts * [JustDeleteMe](https://justdeleteme.xyz/) - Find / Terminate Old Accounts / [GitHub](https://github.com/jdm-contrib/jdm)
* [OpenPhish](https://openphish.com/), [Netcraft Report](https://report.netcraft.com/report), [isitPhishing](https://isitphishing.org/), [PhishStats](https://phishstats.info/) or [PhishTank](https://phishtank.org/) - Report Phishing Sites * [OpenPhish](https://openphish.com/), [Netcraft Report](https://report.netcraft.com/report), [isitPhishing](https://isitphishing.org/), [PhishStats](https://phishstats.info/) / [Telegram](https://t.me/joinchat/AAAAAElZRwd0aBrYTaHHcQ) / [GitHub](https://github.com/eschultze/phishstats-api-network) or [PhishTank](https://phishtank.org/) - Report Phishing Sites
* [DNS Jumper](https://www.majorgeeks.com/files/details/dns_jumper.html) - DNS Switcher * [DNS Jumper](https://www.sordum.org/7952/dns-jumper-v2-3/) - DNS Switcher
* [Element](https://element.io/), [linphone](https://www.linphone.org/), [Jami](https://jami.net/), [Tox](https://tox.chat/) or [Bitmask](https://bitmask.net/) - Encrypted Messaging / Video Calls
* [SimpleDiscordCrypt](https://gitlab.com/An0/SimpleDiscordCrypt) - Discord Message Encryption * [SimpleDiscordCrypt](https://gitlab.com/An0/SimpleDiscordCrypt) - Discord Message Encryption
* [ssh-chat](https://github.com/shazow/ssh-chat) or [Devzat](https://github.com/quackduck/devzat) - SSH Chat / [Info](https://shazow.net/posts/ssh-how-does-it-even/) * [ssh-chat](https://github.com/shazow/ssh-chat) or [Devzat](https://github.com/quackduck/devzat) - SSH Chat
* [GPGTools](https://gpgtools.org/) - Encrypt & Sign Data / Communications * [GPG Suite](https://gpgtools.org/) - Encrypt & Sign Data / Communications
* [PeerTube](https://joinpeertube.org/) - Decentralized Video Hosting / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_peertube_tools) * [PeerTube](https://joinpeertube.org/) - Decentralized Video Hosting / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_peertube_tools) / [GitHub](https://github.com/Chocobozzz/PeerTube)
* [Redact](https://redact.dev/) - Delete Twitter / Reddit Data * [Redact](https://redact.dev/) - Delete X.com / Reddit Data / [Discord](https://discord.com/invite/PbyTFBEhtV)
* [delete-likes-from-twitter](https://gist.github.com/aymericbeaumet/d1d6799a1b765c3c8bc0b675b1a1547d) - Delete Twitter Likes / Favorites * [tweetXer](https://github.com/lucahammer/tweetXer) - Delete X.com Posts
* [PowerDeleteSuite](https://github.com/j0be/PowerDeleteSuite) - Reddit Auto Post Delete * [delete-likes-from-x-com.md](https://gist.github.com/aymericbeaumet/d1d6799a1b765c3c8bc0b675b1a1547d) - Delete X.com Likes / Favorites
* [telegram-delete-all-messages](https://github.com/gurland/telegram-delete-all-messages) - Delete Telegram Message * [Power Delete Suite](https://github.com/j0be/PowerDeleteSuite) - Reddit Auto Post Delete
* [Hyphanet](https://www.hyphanet.org/) - Browse / Publish Freenet Sites * [Hyphanet](https://www.hyphanet.org/) - Browse / Publish Freenet Sites / [GitHub](https://github.com/hyphanet)
* [Mat2](https://0xacab.org/jvoisin/mat2) / [Desktop](https://metadatacleaner.romainvigier.fr/), [2](https://0xacab.org/jvoisin/mat2-web) or [metadata-cleaner](https://gitlab.com/rmnvgr/metadata-cleaner) - Remove Metadata from Files * [mat2](https://0xacab.org/jvoisin/mat2) / [Web Version](https://0xacab.org/jvoisin/mat2-web) or [Metadata Cleaner](https://metadatacleaner.romainvigier.fr/) - Remove Metadata from Files / [GitLab](https://gitlab.com/rmnvgr/metadata-cleaner)
*** ***
## ▷ Browser Privacy ## ▷ Browser Privacy
* ↪️ **[Browser Comparisons](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25BA_browser_tools)** * ↪️ **[Browser Comparisons](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25BA_browser_tools)**
* ⭐ **[Tor Browser](https://www.torproject.org/download/)**, [2](https://tor.eff.org/), [3](https://tor.calyxinstitute.org/) - Onion-Routed Browser / [TG Downloads](https://t.me/gettor_bot) / [.onion](http://2gzyxa5ihm7nsggfxnu52rck2vv4rvmdlkiu3zzui5du4xyclen53wid.onion/) / [GitLab](https://gitlab.torproject.org/tpo/applications/tor-browser) * ⭐ **[Tor Browser](https://www.torproject.org/)**, [2](https://tor.eff.org/), [3](https://tor.calyxinstitute.org/) - Onion-Routed Browser
* ⭐ **[Mullvad Browser](https://mullvad.net/en/browser)** - Tor Browser Fork (without Tor network) * ⭐ **Tor Resources** - [TG Downloads](https://t.me/gettor_bot) / [Telegram](https://t.me/torproject) / [.onion](http://2gzyxa5ihm7nsggfxnu52rck2vv4rvmdlkiu3zzui5du4xyclen53wid.onion/) / [GitLab](https://gitlab.torproject.org/tpo/applications/tor-browser) / [GitHub](https://github.com/torproject)
* ⭐ **[Mullvad Browser](https://mullvad.net/en/browser)** - Tor Browser Fork (without Tor network) / [GitHub](https://github.com/mullvad)
* ⭐ **[arkenfox](https://github.com/arkenfox/user.js)** - Firefox Privacy Tweak / [Video](https://youtu.be/F7-bW2y6lcI) / [GUI](https://arkenfox.github.io/gui/) * ⭐ **[arkenfox](https://github.com/arkenfox/user.js)** - Firefox Privacy Tweak / [Video](https://youtu.be/F7-bW2y6lcI) / [GUI](https://arkenfox.github.io/gui/)
* [Librewolf](https://librewolf.net/) - Pre-tweaked Firefox Fork / [Use Auto-Updater](https://github.com/ltguillaume/librewolf-winupdater) * [LibreWolf](https://librewolf.net/) - Pre-tweaked Firefox Fork / [Auto-Updater](https://github.com/ltguillaume/librewolf-winupdater) / [CodeBerg](https://codeberg.org/librewolf) / [Subreddit](https://www.reddit.com/r/LibreWolf)
* [Brave](https://brave.com/) - Privacy-Focused Browser * [Brave Browser](https://brave.com/) - Privacy Chromium Browser / [Subreddit](https://www.reddit.com/r/brave_browser/)
* [Encrypted SNI](https://www.cloudflare.com/ssl/encrypted-sni/), [2](https://pq.cloudflareresearch.com/) - Cloudflare Browser Check * [Encrypted SNI](https://www.cloudflare.com/ssl/encrypted-sni/) - Cloudflare Browser Check
* [Whack](https://lcamtuf.coredump.cx/whack/) or [Earthling](https://earthlng.github.io/testpages/visited_links.html) - Browser History Leak Example Games
*** ***
## ▷ Password Privacy / 2FA ## ▷ Password Privacy / 2FA
* 🌐 **[2FA Directory](https://2fa.directory/)** - List of Sites with 2FA Support * 🌐 **[2FA Directory](https://2fa.directory/)** - List of Sites with 2FA Support / [GitHub](https://github.com/2factorauth/twofactorauth)
* ⭐ **[Ente Auth](https://github.com/ente-io/ente#ente-auth)** - Windows / Mac / Android / iOS 2FA / [Audit](https://ente.io/blog/cryptography-audit/) * ⭐ **[Ente Auth](https://ente.io/auth/)** - All Platforms 2FA / [Discord](https://discord.gg/z2YVKkycX3) / [GitHub](https://github.com/ente-io/ente)
* ⭐ **[Aegis](https://getaegis.app/)** - Android 2FA * ⭐ **[Aegis](https://getaegis.app/)** - Android 2FA / [GitHub](https://github.com/beemdevelopment/Aegis)
* ⭐ **[Stratum](https://stratumauth.com)** - Android 2FA * ⭐ **[Stratum](https://stratumauth.com)** - Android 2FA / [GitHub](https://github.com/stratumauth/app)
* ⭐ **[HaveIBeenPwned PW](https://haveibeenpwned.com/Passwords)** - Password Breach Check * ⭐ **[Have I Been Pwned Passwords](https://haveibeenpwned.com/Passwords)** - Password Breach Check
* ⭐ **[Password Strength Chart](https://i.ibb.co/y8n3BZP/Hive-Systems-Password-Table-2024-Square.png)** / [2](https://i.imgur.com/g4NcQKd.png) * ⭐ **[Password Strength Chart](https://i.imgur.com/g4NcQKd.png)** / [2](https://i.ibb.co/y8n3BZP/Hive-Systems-Password-Table-2024-Square.png)
* [2FAS](https://2fas.com/) - Android / iOS 2FA / [Discord](https://discord.gg/q4cP6qh2g5) * [2FAS](https://2fas.com/) - Android / iOS 2FA / [Discord](https://discord.gg/q4cP6qh2g5) / [GitHub](https://github.com/twofas)
* [Mauth](https://github.com/X1nto/Mauth) - Android 2FA * [Mauth](https://github.com/X1nto/Mauth) - Android 2FA
* [FreeOTPPlus](https://github.com/helloworld1/FreeOTPPlus) - Android 2FA * [FreeOTPPlus](https://github.com/helloworld1/FreeOTPPlus) - Android 2FA
* [KeePassXC](https://keepassxc.org/) - Windows / Mac / Linux 2FA / [Guide](https://youtu.be/ckWPHaQwft8) * [KeePassXC](https://keepassxc.org/) - Windows / Mac / Linux 2FA / [Guide](https://youtu.be/ckWPHaQwft8) / [GitHub](https://github.com/keepassxreboot/keepassxc)
* [AuthMe](https://authme.levminer.com/) - Windows / Mac / Linux 2FA / [GitHub](https://github.com/Levminer/authme) * [AuthMe](https://authme.levminer.com/) - Windows / Mac / Linux 2FA / [GitHub](https://github.com/Levminer/authme)
* [Tauthy](https://github.com/pwltr/tauthy) - Windows / Mac / Linux 2FA * [Yubioath](https://developers.yubico.com/yubioath-flutter/) - Windows / Android 2FA / YubiKeys / [GitHub](https://github.com/Yubico/yubioath-flutter)
* [Yubioath](https://developers.yubico.com/yubioath-flutter/) - Windows / Android 2FA / YubiKeys
* [Protecc](https://apps.microsoft.com/store/detail/protecc-2fa-client/9PJX91M06TZS) - Windows 2FA / [GitHub](https://github.com/FireCubeStudios/Protecc)
* [OTPClient](https://github.com/paolostivanin/OTPClient) - Linux 2FA * [OTPClient](https://github.com/paolostivanin/OTPClient) - Linux 2FA
* [2FAuth](https://docs.2fauth.app/) - Web App 2FA / Self-Hosted * [2FAuth](https://docs.2fauth.app/) - Self-Hosted Web Based 2FA / [GitHub](https://github.com/Bubka/2FAuth)
* [Sentinel](https://getsentinel.io/) - iOS / Mac 2FA * [Sentinel](https://getsentinel.io/) - Android / iOS / Mac 2FA
* [OTP Auth](https://apps.apple.com/ca/app/otp-auth/id659877384) - iOS 2FA * [OTP Auth](https://apps.apple.com/app/otp-auth/id659877384) - iOS 2FA
* [Tofu](https://www.tofuauth.com/) - iOS 2FA * [Tofu](https://www.tofuauth.com/) - iOS 2FA / [GitHub](https://github.com/iKenndac/Tofu)
* [Authenticator](https://authenticator.cc/) - Generate Two-Factor QR Codes / [GitHub](https://gitlab.gnome.org/World/Authenticator) * [Authenticator](https://authenticator.cc/) - Generate Two-Factor QR Codes / [GitHub](https://github.com/Authenticator-Extension/Authenticator)
* [Android OTP Extractor](https://github.com/puddly/android-otp-extractor) or [OTP Helper](https://github.com/jd1378/otphelper) - Extract OTP Tokens * [OTP Helper](https://github.com/jd1378/otphelper) - Extract OTP Tokens
* [SteamGuard](https://github.com/dyc3/steamguard-cli) - Generate Steam 2FA Codes * [steamguard-cli](https://github.com/dyc3/steamguard-cli) - Generate Steam 2FA Codes
* [PasswordsGenerator](https://passwordsgenerator.net/) - Secure Password Generator * [PasswordsGenerator](https://passwordsgenerator.net/) - Secure Password Generator
* [Google Voice 2FA](https://redd.it/1c571kw) - Google Voice 2FA Compatibility * [Intelligence X](https://intelx.io/) - Password Breach Check / [GitHub](https://github.com/IntelligenceX)
* [Intelligence X](https://intelx.io/) - Password Breach Check
* [psbdmp](https://psbdmp.ws/) - Password Breach Check * [psbdmp](https://psbdmp.ws/) - Password Breach Check
* [ScatteredSecrets](https://scatteredsecrets.com/) - Password Breach Check * [ScatteredSecrets](https://scatteredsecrets.com/) - Password Breach Check
@ -295,54 +267,56 @@
* ↪️ **[Temp Mail Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_temp_mail)** - Create Temporary / Throwaway Emails * ↪️ **[Temp Mail Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_temp_mail)** - Create Temporary / Throwaway Emails
* ↪️ **[Email Aliasing](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_email_aliasing)** - Create Permanent Anonymous Emails * ↪️ **[Email Aliasing](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_email_aliasing)** - Create Permanent Anonymous Emails
* ⭐ **[Have I Been Pwned?](https://haveibeenpwned.com/)** - Monitor Email Breaches * ⭐ **[Have I Been Pwned?](https://haveibeenpwned.com/)** - Monitor Email Breaches
* ⭐ **[Proton Mail](https://proton.me/mail)** - Encrypted Email / [.onion](https://protonmailrmez3lotccipshtkleegetolb73fuirgj7r4o4vfu7ozyd.onion/) / [GitHub](https://github.com/ProtonMail/WebClients) * ⭐ **[Proton Mail](https://proton.me/mail)** - Encrypted Email / [.onion](https://protonmailrmez3lotccipshtkleegetolb73fuirgj7r4o4vfu7ozyd.onion/) / [Subreddit](https://www.reddit.com/r/ProtonMail/) / [GitHub](https://github.com/ProtonMail)
* [Tuta](https://tuta.com/) - Encrypted Email * [Tuta](https://tuta.com/) - Encrypted Email / [Subreddit](https://www.reddit.com/r/tutanota/) / [GitHub](https://github.com/tutao/tutanota)
* [Disroot](https://disroot.org/en/services/email) - Encrypted Email * [Disroot](https://disroot.org/en/services/email) - Encrypted Email
* [EmailPrivacyTester](https://www.emailprivacytester.com/) - Email Privacy Test * [DNMX](https://dnmx.su/) - Onion Based Email
* [Mailvelope](https://mailvelope.com/) - Give Emails PGP Encryption / [GitHub](https://github.com/mailvelope/mailvelope)
* [Email Privacy Tester](https://www.emailprivacytester.com/) - Email Privacy Test / [GitLab](https://gitlab.com/mikecardwell/ept3)
* [SecLists](https://seclists.org/) - Security Mailing List Archive * [SecLists](https://seclists.org/) - Security Mailing List Archive
*** ***
## ▷ Fingerprinting / Tracking ## ▷ Fingerprinting / Tracking
* ⭐ **[ClearURLs](https://docs.clearurls.xyz)** - Remove Tracking Elements from URLs / [Features](https://gitlab.com/ClearURLs/ClearUrls#features), [2](https://i.ibb.co/4JsQwP5/sqzfmLD.png) / Can Break Sites
* ⭐ **[CanvasBlocker](https://github.com/kkapsner/CanvasBlocker)** - Prevent Canvas Fingerprinting * ⭐ **[CanvasBlocker](https://github.com/kkapsner/CanvasBlocker)** - Prevent Canvas Fingerprinting
* ⭐ **[Creepjs](https://abrahamjuliot.github.io/creepjs)**, [WEBKAY](https://webkay.robinlinus.com/), [BrowserRecon](https://www.computec.ch/projekte/browserrecon/?s=scan), [Device Info](https://www.deviceinfo.me/), [CoverYourTracks](https://firstpartysimulator.org/) / [2](https://coveryourtracks.eff.org/) or [PersonalData](https://personaldata.info/) - Tracking / Fingerprinting Tests * ⭐ **[CreepJS](https://abrahamjuliot.github.io/creepjs)**, [webkay](https://webkay.robinlinus.com/), [browserrecon](https://www.computec.ch/projekte/browserrecon/?s=scan), [TZP](https://arkenfox.github.io/TZP/tzp.html), [Device Info](https://www.deviceinfo.me/), [Cover Your Tracks](https://coveryourtracks.eff.org/) or [PersonalData](https://personaldata.info/) - Tracking / Fingerprinting Tests
* [dataskydd](https://webbkoll.5july.net/) or [Blacklight](https://themarkup.org/blacklight) - Site Tracking Info * [ClearURLs](https://docs.clearurls.xyz) - Remove Tracking Elements from URLs / Can Break Sites / [GitHub](https://github.com/ClearURLs/Addon) / [GitLab](https://gitlab.com/KevinRoebert/ClearUrls)
* [Webbkoll](https://webbkoll.5july.net/) or [Blacklight](https://themarkup.org/blacklight) - Site Tracking Info
* [Data Removal Guide](https://inteltechniques.com/workbook.html) - Remove Online Data * [Data Removal Guide](https://inteltechniques.com/workbook.html) - Remove Online Data
* [GameIndustry](https://gameindustry.eu/en/) - Block Trackers in Desktop / Mobile Games * [GameIndustry](https://gameindustry.eu/en/) - Block Trackers in Desktop / Mobile Games
* [BrowserLeaks](https://browserleaks.com/), [Do I leak?](https://www.top10vpn.com/tools/do-i-leak/) or [IPLeak.net](https://ipleak.net) - IP Leak Tests * [BrowserLeaks](https://browserleaks.com/), [Do I leak?](https://www.top10vpn.com/tools/do-i-leak/) or [IPLeak.net](https://ipleak.net) - IP Leak Tests
* [JShelter](https://jshelter.org/) - Prevent Fingerprinting / [Warning](https://github.com/arkenfox/user.js/issues/1729#issuecomment-1739135479) * [JShelter](https://jshelter.org/) - Prevent Fingerprinting / [Warning](https://github.com/arkenfox/user.js/issues/1729#issuecomment-1739135479) / [Source Code](https://pagure.io/JShelter/webextension)
* [Extension Detector](https://z0ccc.github.io/extension-detector) - Extension Fingerprinting Tests / [GitHub](https://github.com/z0ccc/extension-detector) * [Extension Detector](https://z0ccc.github.io/extension-detector) - Extension Fingerprinting Tests / [GitHub](https://github.com/z0ccc/extension-detector)
* [NoScriptFingerprint](https://noscriptfingerprint.com/) - Non-JavaScript Fingerprinting * [No-JS fingerprinting](https://noscriptfingerprint.com/) - Non-JavaScript Fingerprinting / [GitHub](https://github.com/fingerprintjs/blog-nojs-fingerprint-demo/)
* [Language Switcher](https://chromewebstore.google.com/detail/locale-switcher/kngfjpghaokedippaapkfihdlmmlafcc), [2](https://addons.mozilla.org/en-US/firefox/addon/languageswitch) - Change Language Identifier / [GitHub](https://github.com/locale-switcher/locale-switcher) * [Locale Switcher](https://chromewebstore.google.com/detail/locale-switcher/kngfjpghaokedippaapkfihdlmmlafcc), [2](https://addons.mozilla.org/en-US/firefox/addon/languageswitch) - Change Language Identifier / [GitHub](https://github.com/locale-switcher/locale-switcher)
* [AnonymousRedirect](https://adguardteam.github.io/AnonymousRedirect/) - Anonymize Links * [AnonymousRedirect](https://adguardteam.github.io/AnonymousRedirect/) - Anonymize Links
* [Simple Opt Out](https://simpleoptout.com/) - Turn off Targeted Ads * [Simple Opt Out](https://simpleoptout.com/) - Turn off Targeted Ads / [GitHub](https://github.com/troy/simpleoptout)
* [Twitter Direct](https://greasyfork.org/en/scripts/404632) - Removes t.co Tracking from Twitter * [X.com Direct](https://greasyfork.org/en/scripts/404632) - Removes t.co Tracking from X.com
*** ***
## ▷ Search Engines ## ▷ Search Engines
* 🌐 **[Search Engine Party](https://searchengine.party/)** - Privacy Search Engine Comparisons * 🌐 **[Search Engine Party](https://searchengine.party/)** - Privacy Search Engine Comparisons / [GitLab](https://gitlab.com/nitrohorse/search-engines-compare)
* 🌐 **[nixnet](https://searx.nixnet.services/)**, [searx.space](https://searx.space/) or [Searx Index](https://www.startpage.com/sp/search?q=%22powered%20by%20Searx%22) - Searx Instance Indexes * 🌐 **[Instance Scores](https://searx.neocities.org/instancescores)** or [Searx Index](https://www.startpage.com/sp/search?q=%22powered%20by%20Searx%22) - Searx Instance Indexes
* ⭐ **[Fuck Off Google](https://search.fuckoffgoogle.net/)**, [searx](https://searx.be/), [tiekoetter](https://searx.tiekoetter.com/) or [monocles](https://monocles.de/) - Searx Instance / [GitHub](https://github.com/searxng/searxng) * ⭐ **[searx.space](https://searx.space/)** / [.onion](http://searxspbitokayvkhzhsnljde7rqmn7rvoga6e4waeub3h7ug3nghoad.onion/) or [searx.be](https://searx.be/) - SearXNG Instances / [GitHub](https://github.com/searxng)
* ⭐ **[Araa](https://araa.extravi.dev/)** - Uses Google / DDG / Qwant * ⭐ **[Araa](https://araa.extravi.dev/)** - Google (searches) / Qwant (images) / DDG (auto-completes) / [GitHub](https://github.com/Extravi/araa-search)
* [whoogle](https://github.com/benbusby/whoogle-search?tab=readme-ov-file#public-instances) - Whoogle Instance / Uses Google * ⭐ **[DuckDuckGo](https://start.duckduckgo.com/)** - Own Crawler + Third Parties / [Shortcuts](https://duckduckgo.com/bangs), [2](https://github.com/dmlls/yang) / [Subreddit](https://www.reddit.com/r/duckduckgo/)
* [DuckDuckGo](https://start.duckduckgo.com/) - [Shortcuts](https://duckduckgo.com/bangs), [2](https://github.com/dmlls/yang) / Uses Bing * [Fuck Off Google](https://search.fuckoffgoogle.net/), [searx.neocities](https://searx.neocities.org/), [nixnet](https://searx.nixnet.services/) or [monocles](https://monocles.de/) - Searx Instances
* [LibreY](https://github.com/Ahwxorg/librey) or [LibreX](https://github.com/hnhx/librex) * [Whoogle](https://github.com/benbusby/whoogle-search?tab=readme-ov-file#public-instances) - Whoogle Instance / Uses Google
* [4get](https://4get.ca/) * [LibreY](https://github.com/Ahwxorg/librey) - Privacy Respecting Metasearch Engine
* [Mojeek](https://www.mojeek.com/) * [4get](https://4get.ca/) - Proxy Search Engine / [Git](https://git.lolcat.ca/lolcat/4get)
* [Qwant](https://www.qwant.com/) * [Mojeek](https://www.mojeek.com/) / [Subreddit](https://www.reddit.com/r/mojeek/)
* [Qwant](https://www.qwant.com/) - Uses Bing (partially) / [Discord](https://discord.com/invite/vjhCHnFMkw)
* [Swisscows](https://swisscows.com/) - Uses Bing * [Swisscows](https://swisscows.com/) - Uses Bing
* [YaCy](https://yacy.net/) * [YaCy](https://yacy.net/) - Decentralized / [GitHub](https://github.com/yacy/yacy_search_server)
* [Startpage](https://www.startpage.com/) - Uses Google * [Startpage](https://www.startpage.com/) - Uses Google / [Subreddit](https://www.reddit.com/r/StartpageSearch/)
* [Brave Search](https://search.brave.com/) * [Brave Search](https://search.brave.com/) - Private Search
* [Search Encrypt](https://www.searchencrypt.com/)
* [ekoru](https://ekoru.org/) - Uses Bing * [ekoru](https://ekoru.org/) - Uses Bing
* [Gibiru](https://gibiru.com/) - Uses Google * [Gibiru](https://gibiru.com/) - Uses Google
* [SearXNG](https://docs.searxng.org/) - Self-Hosted * [SearXNG](https://docs.searxng.org/) - Self-Hosted / [GitHub](https://github.com/searxng/searxng)
* [Whoogle](https://pypi.org/project/whoogle-search/) - Self-Hosted / [Frontend](https://benbusby.com/projects/whoogle-search/) * [Whoogle](https://pypi.org/project/whoogle-search/) - Uses Google / Self-Hosted / [Frontend](https://benbusby.com/projects/whoogle-search/)
*** ***
@ -352,21 +326,19 @@
*** ***
* 🌐 **[VPN Comparisons](https://redd.it/171h9qa)** or [Techlore Chart](https://techlore.tech/vpn) - VPN Comparison Charts * 🌐 **[Techlore Chart](https://techlore.tech/vpn)** - VPN Comparison Charts
* 🌐 **[VPN Relationships](https://kumu.io/Windscribe/vpn-relationships)**, [2](https://windscribe.com/vpnmap) - VPN Relationship Chart * 🌐 **[VPN Relationships](https://kumu.io/Windscribe/vpn-relationships)**, [2](https://windscribe.com/vpnmap) - VPN Relationship Chart
* ⭐ **[/r/VPNs](https://www.reddit.com/r/vpns/)** - Discussion Forum * ⭐ **[/r/VPNs](https://www.reddit.com/r/vpns/)** - Discussion Forum
* ⭐ **[Windscribe](https://windscribe.com)** - Has Free Plan * ⭐ **[WARP](https://one.one.one.one/)** - Free / Unlimited / [CLI](https://github.com/ViRb3/wgcf) / [Mobile Client](https://github.com/bepass-org/oblivion) / [Desktop Client](https://github.com/bepass-org/oblivion-desktop)
* ⭐ **[AirVPN](https://airvpn.org/)** - Paid * ⭐ **[Windscribe](https://windscribe.com)** - Has Free Plan / 10GB Monthly / [Subreddit](https://www.reddit.com/r/Windscribe/) / [GitHub](https://github.com/windscribe)
* ⭐ **[Proton](https://protonvpn.com)** - No Torrenting with Free Plan / [Config Generation](https://protonvpn.com/support/wireguard-configurations) / [GitHub](https://github.com/ProtonVPN/) * ⭐ **[Proton VPN](https://protonvpn.com)** - No Torrenting with Free Plan / Unlimited / [Config Generation](https://protonvpn.com/support/wireguard-configurations) / [Subreddit](https://www.reddit.com/r/ProtonVPN/) / [Telegram](https://t.me/proton_privacy) / [GitHub](https://github.com/ProtonVPN/)
* ⭐ **[Warp](https://one.one.one.one/)** - Free / #Free-Stuff [Discord Pins](https://discord.gg/5W9QJKuPkD) for Keys * ⭐ **[RiseupVPN](https://riseup.net/en/vpn)** - Free / Unlimited / [.onion](https://vww6ybal4bd7szmgncyruucpgfkqahzddi37ktceo3ah7ngmcopnpyyd.onion) / [GitHub](https://github.com/riseupnet) / [Config CLI Script](https://github.com/kmille/riseup-vpn-configurator)
* ⭐ **Warp Tools** - [WireGuard Guide](https://rentry.co/foss-warp) / [Client](https://github.com/ViRb3/wgcf), [2](https://github.com/bepass-org/oblivion-desktop) / [Warp+ Data](https://t.me/warpplus), [2](https://github.com/nxvvvv/warp-plus), [3](https://github.com/totoroterror/warp-cloner), [4](https://t.me/generatewarpplusbot) / [Warp+ Warning](https://rentry.co/warpwarning2) * ⭐ **[AirVPN](https://airvpn.org/)** - Paid / [.onion](https://airvpn3epnw2fnsbx5x2ppzjs6vxtdarldas7wjyqvhscj7x43fxylqd.onion/) / [GitHub](https://github.com/AirVPN) / [GitLab](https://gitlab.com/AirVPN)
* ⭐ **[Riseup](https://riseup.net/en/vpn)** - Free / [Config CLI Script](https://github.com/kmille/riseup-vpn-configurator) * [Mullvad VPN](https://mullvad.net/) - Paid / [No-Logging](https://mullvad.net/en/blog/2023/4/20/mullvad-vpn-was-subject-to-a-search-warrant-customer-data-not-compromised/) / [Port Warning](https://mullvad.net/en/blog/2023/5/29/removing-the-support-for-forwarded-ports/) / [GitHub](https://github.com/mullvad)
* [Mullvad](https://mullvad.net/) - Paid / [No-Logging](https://mullvad.net/en/blog/2023/4/20/mullvad-vpn-was-subject-to-a-search-warrant-customer-data-not-compromised/) / [Port Warning](https://mullvad.net/en/blog/2023/5/29/removing-the-support-for-forwarded-ports/) * [IVPN](https://www.ivpn.net/) - Paid / [No Logging](https://www.ivpn.net/knowledgebase/privacy/how-do-we-react-when-requested-by-an-authority-for-information-relating-to-a-customer/) / [Port Warning](https://www.ivpn.net/blog/gradual-removal-of-port-forwarding/) / [Subreddit](https://www.reddit.com/r/IVPN/) / [GitHub](https://github.com/ivpn)
* [IVPN](https://www.ivpn.net/) - Paid / [No Logging](https://www.ivpn.net/knowledgebase/privacy/how-do-we-react-when-requested-by-an-authority-for-information-relating-to-a-customer/) / [Port Warning](https://www.ivpn.net/blog/gradual-removal-of-port-forwarding/) * [NYM](https://nym.com/) - Free / Make New Accounts for Access Codes / [GitHub](https://github.com/nymtech/nym)
* [VPN Gate](https://www.vpngate.net/en/download.aspx) - Free / [Note](https://pastebin.com/TrSw7EpF) * [PrivadoVPN](https://privadovpn.com/) - Free / 10GB Monthly / Unlimited Accounts via [Temp Mail](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_temp_mail)
* [PrivadoVPN](https://privadovpn.com/) - Free / Unlimited Accounts via [Temp Mail](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_temp_mail) * [Bitmask](https://bitmask.net/) - Free / Unlimited / [GitLab](https://0xacab.org/leap/bitmask-vpn), [2](https://0xacab.org/leap/bitmask_android)
* [LEAP](https://leap.se/) - Free VPNs
* [VPNBook](https://www.vpnbook.com/) - Free VPN Accounts
*** ***
@ -374,16 +346,18 @@
* ↪️ **[Free VPN Configs](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_free_vpn_configs)** * ↪️ **[Free VPN Configs](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_free_vpn_configs)**
* ⭐ **[How to Bind VPN to Client](https://redd.it/ssy8vv)** - Bind VPN to Client to Avoid ISP Letters * ⭐ **[How to Bind VPN to Client](https://redd.it/ssy8vv)** - Bind VPN to Client to Avoid ISP Letters
* ⭐ **[WireGuard](https://www.wireguard.com/)** - VPN Tunnel / [Setup Guide](https://github.com/amritb/poor-mans-vpn) / [Tools](https://guardline-vpn.github.io/wireguard-tools/) / [Manager](https://github.com/perara/wg-manager) / [WebUI](https://hub.docker.com/r/weejewel/wg-easy) * ⭐ **[WireGuard](https://www.wireguard.com/)** - VPN Tunnel / [Setup Guide](https://github.com/amritb/poor-mans-vpn) / [Tools](https://guardline-vpn.github.io/wireguard-tools/) / [Web UI](https://github.com/wg-easy/wg-easy) / [Source Code](https://www.wireguard.com/repositories/)
* [OpenVPN](https://openvpn.net/) or [TincVPN](https://www.tinc-vpn.org/) - VPN Tunnels * [WGDashboard](https://donaldzou.github.io/WGDashboard-Documentation/) - WireGuard Manager / [Discord](https://discord.gg/72TwzjeuWm) / [GitHub](https://github.com/donaldzou/WGDashboard)
* [WireHole](https://github.com/IAmStoxe/wirehole) - Wireguard VPN with Adblocking Capabilities / [User-Interface](https://github.com/10h30/wirehole-ui) * [OpenVPN](https://openvpn.net/) or [tinc VPN](https://www.tinc-vpn.org/) / [GitHub](https://github.com/gsliepen/tinc) / [GitLab](https://gitlab.com/gsliepen/tinc) - VPN Tunnels
* [Self Hosted VPN](https://github.com/rajannpatel/Pi-Hole-on-Google-Compute-Engine-Free-Tier-with-Full-Tunnel-and-Split-Tunnel-Wireguard-VPN-Configs), [VpnHood](https://github.com/vpnhood/VpnHood), [n2n](https://github.com/ntop/n2n), [ipsec-vpn](https://github.com/hwdsl2/setup-ipsec-vpn) or [Outline](https://getoutline.org/) - Self-Hosted VPN * [WireHole](https://github.com/IAmStoxe/wirehole) - Wireguard VPN with Adblocking Capabilities / [Web UI](https://github.com/10h30/wirehole-ui)
* [OpenConnect](https://www.infradead.org/openconnect/) - SSL VPN / [GUI](https://openconnect.github.io/openconnect-gui/) * [VpnHood](https://github.com/vpnhood/VpnHood), [IPsec VPN](https://github.com/hwdsl2/setup-ipsec-vpn) or [Outline](https://getoutline.org/) / [Subreddit](https://www.reddit.com/r/outlinevpn/) / [GitHub](https://github.com/Jigsaw-Code/) - Self-Hosted VPNs
* [Gluetun](https://hub.docker.com/r/qmcgaw/gluetun) - Tunnel Your Docker containers through a VPN / [GitHub](https://github.com/qdm12/gluetun) * [Self Hosted VPN](https://github.com/rajannpatel/Pi-Hole-on-Google-Compute-Engine-Free-Tier-with-Full-Tunnel-and-Split-Tunnel-Wireguard-VPN-Configs) - Pi-Hole + WireGuard on Google Cloud
* [Pritunl](https://pritunl.com/) - VPN Server * [OpenConnect](https://www.infradead.org/openconnect/) - SSL VPN / [GUI](https://openconnect.github.io/openconnect-gui/) / [GitLab](https://gitlab.com/openconnect/openconnect)
* [Gluetun](https://github.com/qdm12/gluetun) - Docker through VPN
* [Pritunl](https://pritunl.com/) - VPN Server / [GitHub](https://github.com/pritunl/pritunl)
* [Algo VPN](https://blog.trailofbits.com/2016/12/12/meet-algo-the-vpn-that-works/) - Cloud VPN / [GitHub](https://github.com/trailofbits/algo) * [Algo VPN](https://blog.trailofbits.com/2016/12/12/meet-algo-the-vpn-that-works/) - Cloud VPN / [GitHub](https://github.com/trailofbits/algo)
* [Amnezia](https://amnezia.org/) - Self-Hosted VPN * [Amnezia](https://amnezia.org/) - Self-Hosted VPN / [Subreddit](https://www.reddit.com/r/AmneziaVPN/) / [Telegram](https://t.me/amnezia_vpn_en) / [GitHub](https://github.com/amnezia-vpn)
* [VPNHotspot](https://github.com/Mygod/VPNHotspot) - Share VPN Connection over Hotspot * [VPN Hotspot](https://github.com/Mygod/VPNHotspot) - Share VPN Connection over Hotspot
*** ***
@ -391,26 +365,19 @@
## ▷ Proxy Apps ## ▷ Proxy Apps
* ⭐ **[DNSveil](https://github.com/msasanmh/DNSveil)** - DNS Proxy GUI / [Guide](https://rentry.co/SecureDNSClient)
* ⭐ **[zapret](https://github.com/bol-van/zapret)**, **[GoodbyeDPI](https://github.com/ValdikSS/GoodbyeDPI/)** / [GUI](https://github.com/mguludag/GUI-for-GoodbyeDPI) / [2](https://github.com/Virenbar/GDPIControl), [PowerTunnel](https://github.com/krlvm/PowerTunnel) or [Green Tunnel](https://github.com/SadeghHayeri/GreenTunnel) - DPI Circumvention Local Proxies
* [Psiphon](https://psiphon.ca/) - Free Proxy / VPN
* [Lantern](https://lantern.io/) - Free Proxy / Slowed Past 250mb
* [Hola Proxy](https://github.com/Snawoot/hola-proxy) - Alternative Client for Hola Free Proxy Service * [Hola Proxy](https://github.com/Snawoot/hola-proxy) - Alternative Client for Hola Free Proxy Service
* [Hide.me Firefox](https://addons.mozilla.org/en-US/firefox/addon/hide-me-vpn-free-proxy/) / [Chrome](https://chromewebstore.google.com/detail/hideme-proxy/ohjocgmpmlfahafbipehkhbaacoemojp) or [anonymoX](https://anonymox.net/en) - Free Proxy Service Browser Extension
* [Snowflake](https://snowflake.torproject.org/) - Tor Proxy Browser Extension * [Snowflake](https://snowflake.torproject.org/) - Tor Proxy Browser Extension
* [CensorTracker](https://censortracker.org/), [FoxyProxy](https://getfoxyproxy.org/) or [SwitchyOmega](https://github.com/FelisCatus/SwitchyOmega) - Proxy Extensions * [Censor Tracker](https://censortracker.org/) / [Telegram](https://t.me/CensorTracker_feedback) / [GitHub](https://github.com/censortracker/censortracker), [SmartProxy](https://github.com/salarcode/SmartProxy), [FoxyProxy](https://getfoxyproxy.org/) or [ZeroOmega](https://github.com/zero-peak/ZeroOmega) - Proxy Extensions
* [Acrylic](https://mayakron.altervista.org/) - DNS Cache Local Proxy * [Acrylic](https://mayakron.altervista.org/) - Local DNS Proxy
* [SimpleDnsCrypt](https://github.com/instantsc/SimpleDnsCrypt) or [DNSCrypt](https://www.dnscrypt.org/) - Local DNS Encryption Proxy * [SimpleDnsCrypt](https://github.com/instantsc/SimpleDnsCrypt) or [DNSCrypt](https://dnscrypt.info/) / [GitHub](https://github.com/DNSCrypt/dnscrypt-proxy) - Local DNS Encryption Proxy
* [Blocky](https://github.com/0xERR0R/blocky) - DNS Proxy * [Blocky](https://0xerr0r.github.io/blocky/latest/) - DNS Proxy / [GitHub](https://github.com/0xERR0R/blocky)
* [Proxifier](https://www.proxifier.com/) - Add Proxy Functionality to Apps / [Keys](https://rentry.co/FMHYBase64#proxifier-keys) * [Proxifier](https://www.proxifier.com/) - Add Proxy Functionality to Apps / [Keys](https://rentry.co/FMHYBase64#proxifier-keys)
* [wireproxy](https://github.com/pufferffish/wireproxy) - Use VPNs as proxies * [wireproxy](https://github.com/pufferffish/wireproxy) - WireGuard as proxy
* [Hiddify](https://hiddify.com/) - Auto-Proxy Client * [Hiddify](https://hiddify.com/) - Auto-Proxy Client / [Telegram](https://t.me/hiddify) / [GitHub](https://github.com/hiddify)
* [NginxProxyManager](https://nginxproxymanager.com) - Self-Hosted Proxy Server / [GitHub](https://github.com/NginxProxyManager/nginx-proxy-manager) * [Nginx Proxy Manager](https://nginxproxymanager.com) - Self-Hosted Proxy Server / [Subreddit](https://reddit.com/r/nginxproxymanager) / [GitHub](https://github.com/NginxProxyManager/nginx-proxy-manager)
* [Shadowsocks](https://shadowsocks.org/) - Proxy Client and Self-Hosted Server / [Free Servers](https://github.com/ruanfei/cross), [2](https://github.com/vxiaov/free_proxies), [3](https://shadowmere.xyz/) / [Client](https://github.com/shadowsocks/shadowsocks-windows) * [Ultraviolet](https://docs.titaniumnetwork.org/proxies/ultraviolet) / [GitHub](https://github.com/titaniumnetwork-dev/Ultraviolet) or [Nebula](https://github.com/NebulaServices/Nebula) - Self-Hosted Proxy Sites
* [Hysteria](https://v2.hysteria.network/) - Proxy Client and Self-Hosted Server
* [Xray-Core](https://github.com/XTLS/Xray-core) - Proxy Client and Self-Hosted Server / [Telegram](https://t.me/projectXray), [2](https://t.me/projectVless)
* [Ultraviolet](https://docs.titaniumnetwork.org/proxies/ultraviolet) or [Metallic](https://github.com/cognetwork-dev/Metallic) - Self-Hosted Proxy Websites
* [1337x Proxy](https://redd.it/tz7nyx) - 1337x Proxy Guide / [Example](https://pastebin.com/3n5K0QrP) * [1337x Proxy](https://redd.it/tz7nyx) - 1337x Proxy Guide / [Example](https://pastebin.com/3n5K0QrP)
* [Titanium Network](https://titaniumnetwork.org/services/) - Proxy Developer / [Instances](https://discord.gg/unblock) / [GitHub](https://github.com/titaniumnetwork-dev)
*** ***
@ -418,26 +385,34 @@
* ↪️ **[Proxy Lists](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_proxy_lists)** * ↪️ **[Proxy Lists](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_proxy_lists)**
* ↪️ **[Piracy Site Proxies](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_piracy_site_proxies)** * ↪️ **[Piracy Site Proxies](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_piracy_site_proxies)**
* ⭐ **[No Thought is a Crime](https://ntc.party/)** - Internet Censorship Discussion * ⭐ **[Incognito](https://incog.works/)**
* [ProxySite](https://www.proxysite.com/) * ⭐ **[Alu](https://aluu.xyz/en/)** / [Discord](https://discord.gg/unblock)
* [Hide.me](https://hide.me/en/proxy) * [Holy Unblocker](https://holyunblocker.org/) / [GitHub](https://github.com/QuiteAFancyEmerald/Holy-Unblocker)
* [SSLSecureProxy](https://www.sslsecureproxy.com/) * [SSLSecureProxy](https://www.sslsecureproxy.com/), [2](https://www.4everproxy.com/), [3](https://www.hideip.co/)
* [HideIP](https://www.hideip.co/) * [Free Proxy](https://freeproxy.win/), [2](https://proxysite.one/)
* [4EverProxy](https://www.4everproxy.com/)
* [Free Proxy](https://freeproxy.win/)
* [Blockaway](https://www.blockaway.net/)
* [Free Proxy Servers](https://www.free-proxy-servers.com/)
* [VPN Book](https://www.vpnbook.com/webproxy)
* [CroxyProxy](https://www.croxyproxy.com/)
* [ProxyPx](https://croxyproxy.best/)
* [ProxySite](https://www.proxysite.cc/)
* [KProxy](https://www.kproxy.com/)
* [ProxyOf2](https://proxyof2.com/) * [ProxyOf2](https://proxyof2.com/)
* [Proxy-URLs](https://www.proxy-urls.com/) * [Phantom](https://phantom.lol/)
* [Sitenable](https://freeproxy.io/) * [Velocity](https://velocity.radon.games/) / [GitHub](https://github.com/cohenerickson/Velocity)
* [UnblockSites](https://unblocksites.online/) * [Delusionz](https://delusionz.xyz/)
* [PlainProxies](https://plainproxies.com/resources/free-web-proxy) / [Telegram](https://t.me/PlainProxies)
* [Proxyium](https://proxyium.com/) * [Proxyium](https://proxyium.com/)
* [Google Translate](https://translate.google.com/) / [Proxy Explanation](https://redd.it/fawkjy), [2](https://ibb.co/BtWc8ML) * [Glacier](https://glacier.fly.dev/) - Web OS that works as Proxy
* [Proxy-Checker](https://proxy-checker.net/), [proxy-scraper](https://github.com/iw4p/proxy-scraper), [What is my Proxy](http://www.whatismyproxy.com/), [proxy-scraper-checker](https://github.com/monosans/proxy-scraper-checker), [Socker](https://github.com/TheSpeedX/socker) or [Unfx Proxy Checker](https://openproxy.space/software/proxy-checker) / [GitHub](https://github.com/openproxyspace/unfx-proxy-checker) - Proxy Scrapers / Checkers * [Google Translate](https://translate.google.com/) / [Explanation](https://redd.it/fawkjy), [2](https://ibb.co/BtWc8ML)
* [CheckSocks5](https://checksocks5.com/) - Socks5 Proxy Checker * [Proxy Checker](https://proxy-checker.net/), [proxy-scraper](https://github.com/iw4p/proxy-scraper) or [proxy-scraper-checker](https://github.com/monosans/proxy-scraper-checker) - Proxy Scrapers / Checkers
* [Proxynova](https://www.proxynova.com/proxy-server-list/country-ir/) - Iranian Proxies * [CheckSocks5](https://checksocks5.com/) - SOCKS5 Proxy Checker
***
## ▷ Anti-Censorship
* ⭐ **[Censorship Bypass Guide](https://2305878273.7844380499.cfd/)** - Censorship Bypass Guide
* ⭐ **[No Thought is a Crime](https://ntc.party/)** - Internet Censorship Discussion
* ⭐ **[zapret](https://github.com/bol-van/zapret)**, **[GoodbyeDPI](https://github.com/ValdikSS/GoodbyeDPI/)** / [GUI](https://github.com/Virenbar/GDPIControl), [PowerTunnel](https://github.com/krlvm/PowerTunnel) or [Green Tunnel](https://github.com/SadeghHayeri/GreenTunnel) - DPI Circumvention Local Proxies
* [Shadowsocks](https://shadowsocks.org/) - Proxy Client and Self-Hosted Server / [Free Servers](https://github.com/ruanfei/cross), [2](https://github.com/vxiaov/free_proxies), [3](https://shadowmere.xyz/) / [GitHub](https://github.com/shadowsocks)
* [Psiphon](https://psiphon.ca/) - Anti-Censorship Proxy / VPN / [GitHub](https://github.com/Psiphon-Inc/psiphon)
* [Lantern](https://lantern.io/) - Anti-Censorship Proxy / Slowed Past 250mb / [GitHub](https://github.com/getlantern/lantern)
* [FreeSocks](https://freesocks.org/) - Shadowsocks Proxies / [GitHub](https://github.com/unredacted/freesocks-control-plane)
* [Hi!Load VPN](https://t.me/hlvpnbot) - Censorship Resistant Proxies / 30GB per month / No Torrenting / [Support](https://t.me/highloadvpn)
* [Hysteria](https://v2.hysteria.network/) - Anti-Censorship Client and Self-Hosted Server / [Telegram](https://t.me/hysteria_github) / [GitHub](https://github.com/apernet/hysteria)
* [Project X](https://github.com/XTLS/Xray-core) - Anti-Censorship Client and Self-Hosted Server / [Telegram](https://t.me/projectXray), [2](https://t.me/projectVless)
* [sing-box](https://sing-box.sagernet.org/) - Anti-Censorship Client / [Telegram](https://t.me/yapug) / [GitHub](https://github.com/SagerNet/sing-box)

View file

@ -8,84 +8,90 @@
## ▷ Online Chatbots ## ▷ Online Chatbots
* 🌐 **[Awesome Free ChatGPT](https://github.com/LiLittleCat/awesome-free-chatgpt)** - Online GPT Indexes * 🌐 **[Awesome Free ChatGPT](https://github.com/LiLittleCat/awesome-free-chatgpt/blob/main/README_en.md)** or **[Free LLM API Resources](https://github.com/cheahjs/free-llm-api-resources)** - Online LLM Indexes
* ⭐ **[DeepSeek](https://chat.deepseek.com/)** - R1 + Deepseek V3 / Unlimited / [GitHub](https://github.com/deepseek-ai)
* ⭐ **[Gemini](https://gemini.google.com/)**, [AI Studio](https://aistudio.google.com/app/prompts/new_chat) or [Gemma](https://ai.google.dev/gemma/) / [GitHub](https://github.com/google/gemma.cpp) - Google's Chatbot / Use 2.0 Flash
* ⭐ **[ChatGPT](https://chatgpt.com/)** - GPT-4o Chatbot / [Discord](https://discord.com/invite/openai) * ⭐ **[ChatGPT](https://chatgpt.com/)** - GPT-4o Chatbot / [Discord](https://discord.com/invite/openai)
* ⭐ **[Claude](https://claude.ai/)** - Anthropic's Chatbot / Phone # Required * ⭐ **[Chatbot Arena](https://lmarena.ai/)** - Multiple Chatbots / No Signup / [Discord](https://discord.gg/6GXcFg3TH8) / [GitHub](https://github.com/lm-sys/FastChat)
* ⭐ **[Chatbot Arena](https://lmarena.ai/)** - Chat and Compare Multiple Chatbots * ⭐ **[Mistral](https://chat.mistral.ai)** - Multiple Chatbots / [Discord](https://discord.gg/mistralai)
* ⭐ **[ChatPDF](https://www.chatpdf.com/)** or [Ask Your PDF](https://askyourpdf.com/) - Turn Books into Chatbots * ⭐ **[Qwen](https://chat.qwenlm.ai/)** - Alibaba's Chatbots
* [TypeSet](https://typeset.io/) or [Elicit](https://elicit.com/) - Research Paper Chatbots * [Claude](https://claude.ai/) - Anthropic's Chatbot / Phone No. Required
* [Gemini](https://gemini.google.com/), [2](https://aistudio.google.com/app/prompts/new_chat) or [Gemma](https://github.com/google/gemma.cpp), [2](https://ai.google.dev/gemma/) - Google's Chatbot * [ChatK](https://chat.oaichat.cc/) or [LobeChat](https://lobechat.com/chat) / [Discord](https://discord.gg/AYFPHvv2jT) / [GitHub](https://github.com/lobehub/lobe-chat) - GPT-4o / Multiple Chatbots
* [LLM Playground](https://llmplayground.net/) - Multiple Chatbots / 1000 word limit / [Discord](https://discord.com/invite/q55gsH8z5F)
* [OAICHAT](https://chat.oaichat.cc/), [2](https://chat.sorapi.dev/), [3](https://happyapi.org/) - GPT-4o / Multiple Chatbots
* [FFA Chat](https://ffa.chat/) - GPT-4o / Multiple Chatbots * [FFA Chat](https://ffa.chat/) - GPT-4o / Multiple Chatbots
* [sdk.vercel](https://sdk.vercel.ai/) - Multiple Chatbots * [AI Assistant](https://aiassistantbot.surge.sh/) - Multiple Chatbots / No Signup
* [Not Diamond](https://chat.notdiamond.ai/) - Multiple Chatbots * [AI SDK](https://sdk.vercel.ai/) - Multiple Chatbots / [GitHub](https://github.com/vercel/ai)
* [GizAI](https://www.giz.ai/) - Multiple Chatbots * [GizAI](https://www.giz.ai/) - Multiple Chatbots
* [Zhucn](https://zhucn.org/), [Schat.laigc](https://schat.laigc.cloudns.be/) or [SharedChat](https://sharedchat.fun/) - GPT Mirror Pools / [Guide](https://rentry.org/mirrorpools) * [SciSpace](https://typeset.io/) (no signup) or [Elicit](https://elicit.com/) / [GitHub](https://github.com/elicit) - Research Paper Chatbots
* [Kelaode](https://kelaode.ai/) or [Share Claude](https://share.claude.asia/) - Claude Mirror Pool / Set 8 Letter Password / [Guide](https://rentry.org/mirrorpools) * [DuckDuckGo AI](https://duck.ai/) - Multiple Chatbots / No Signup
* [LibreChat](https://librechat.ai/) - Multiple Chatbots / [Discord](https://discord.librechat.ai/) * [HelixMind](https://helixmind.online/) - Multiple Chatbots / [Discord](https://discord.gg/7CmPjK87n3)
* [Mistral](https://chat.mistral.ai/chat) - Multiple Chatbots / Account Required * [Open WebUI](https://web.tgrmx.cn/) - Multiple Chatbots
* [DuckDuckGo AI](https://duck.ai/) - Multiple Chatbots * [HuggingChat](https://huggingface.co/chat/) - Open-Source Chatbots / [GitHub](https://github.com/huggingface/chat-ui)
* [HuggingChat](https://huggingface.co/chat/) - Open-Source Chatbots * [Infermatic](https://infermatic.ai/) - Multiple Chatbots / [Discord](https://discord.gg/9GUXmDx9GF)
* [infermatic](https://infermatic.ai/) - Multiple Chatbots / [Discord](https://discord.gg/9GUXmDx9GF) * [LoLLMs Web UI](https://github.com/ParisNeo/lollms-webui) - Multiple Chatbots / [Discord](https://discord.gg/4rR282WJb6)
* [lollms-webui](https://github.com/ParisNeo/lollms-webui) - Multiple Chatbots * [Electron Hub](https://www.electronhub.top/) - Multiple Chatbots / [Discord](https://discord.com/invite/apUUqbxCBQ)
* [feyn](https://feyn.chat/) - GPT-4o / Multiple Chatbots / # Required * [feynChat](https://feyn.chat/) - GPT-4o / Multiple Chatbots / # Required
* [MagAI](https://rentry.org/freegpt4withmagai) - Multiple Chatbots * [NexusAI](https://www.nexusmind.tech/) - GPT-4o / o1-preview / [Discord](https://discord.com/invite/sk8eddGwmP)
* [Tune AI](https://chat.tune.app/) - Multiple Chatbots / 24 Msgs per Chat / [Discord](https://discord.gg/EkH7px4JNW) * [Heck.ai](https://heck.ai/) - GPT-4o + Deepseek V3
* [ChatGPT Plus](https://chatgptplus.cn/) - Free ChatGPT Plus / May Require VPN * [Lutton](https://wrtn.ai/) - GPT-4 / [English Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#lutton-note) / No Signup / [Android](https://play.google.com/store/apps/details?id=com.wrtn.app) / [iOS](https://apps.apple.com/us/app/%EB%A4%BC%ED%8A%BC-%EB%AA%A8%EB%91%90%EB%A5%BC-%EC%9C%84%ED%95%9C-ai-%ED%8F%AC%ED%84%B8/id6448556170)
* [freegpt4](https://rentry.org/freegpt4) - Free GPT-4 Methods * [NextChat](https://nextchat.dev/) - Multiple Chatbots / [Instances](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_nextchat_instances) / [GitHub](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web)
* [groq](https://groq.com/) - Llama 3 and Mixtral Chatbots * [Polychat](https://polychat.co/) - Multiple Chatbots / Signup Required
* [Lambda Chat](https://lambda.chat/chatui/) - Llama 3.1 / Unlimited * [Tune Chat](https://tunehq.ai/tune-chat) - Multiple Chatbots / 24 Msgs per Chat / No Signup / [Discord](https://discord.com/invite/KhF38hrAJ2)
* [freegpt4](https://rentry.org/freegpt4) - Free GPT-4 Methods / No Signup
* [Groq](https://groq.com/) - Llama 3 and Mixtral Chatbots / [Discord](https://discord.gg/invite/groq)
* [SambaNova](https://sambanova.ai/) - Llama 3.1 / Enter Fake Info
* [Lambda Chat](https://lambda.chat/chatui/) - Llama 3.1 / Unlimited / No Signup
* [Maisa](https://maisa.ai/) - Vinci KPU Chatbot
* [Grok](https://x.ai/grok) - X.com Chatbot
* [Meta AI](https://www.meta.ai/) - Llama 3 Chatbot * [Meta AI](https://www.meta.ai/) - Llama 3 Chatbot
* [NVIDIA NIM](https://build.nvidia.com/) - Llama 3 Chatbot * [NVIDIA NIM](https://build.nvidia.com/) - Llama 3 Chatbot / No Signup
* [Pi](https://pi.ai/talk) - Inflection AI's Chatbot * [Pi](https://pi.ai/) - Inflection AI's Chatbot
* [Reka Playground](https://chat.reka.ai/) - Reka's Chatbot * [Reka](https://www.reka.ai/) - Reka's Chatbot / No Signup / [Discord](https://discord.gg/jtjNSD52mf)
* [Poe](https://poe.com/) - Multiple Chatbots / 150 Daily / [Discord](https://discord.com/invite/joinpoe) * [Poe](https://poe.com/) - Multiple Chatbots / 150 Daily / # Required / [Discord](https://discord.com/invite/joinpoe)
* [GPT4o.so](https://gpt4o.so/app) - GPT-4o * [PrivateGPT](https://privategpt.dev/) / [Discord](https://discord.com/invite/bK6mRVpErU) / [GitHub](https://github.com/zylon-ai/private-gpt), [NotebookLM](https://notebooklm.google/), [Raven](https://www.ravenotes.com/), [Onyx](https://www.onyx.app/) / [Discord](https://discord.gg/VKwU6Wr2) / [GitHub](https://github.com/onyx-dot-app/onyx) or [DocsGPT](https://www.docsgpt.cloud/) / [Discord](https://discord.gg/VKwU6Wr2) / [GitHub](https://github.com/arc53/DocsGPT) - Document Chatbots / Note-Taking
* [PrivateGPT](https://docs.privategpt.dev/), [NotebookLM](https://notebooklm.google/), [Raven](https://www.ravenotes.com/), [DAnswer](https://docs.danswer.dev/) or [DocsGPT](https://app.docsgpt.cloud/) - Document Chatbots / Note-Taking * [screenpipe](https://screenpi.pe/) - AI Screen Recorder / No Signup / [Discord](https://discord.gg/dU9EBuw7Uq) / [GitHub](https://github.com/mediar-ai/screenpipe)
* [Leon](https://getleon.ai/) - AI Assistant / [Discord](https://discord.gg/MNQqqKg) / [GitHub](https://github.com/leon-ai/leon)
*** ***
## ▷ AI Search Engines ## ▷ AI Search Engines
* ⭐ **[wrtn](https://wrtn.ai/)** - GPT-4 Chatbot / [Android](https://play.google.com/store/apps/details?id=com.wrtn.app) / [iOS](https://apps.apple.com/us/app/%EB%A4%BC%ED%8A%BC-%EB%AA%A8%EB%91%90%EB%A5%BC-%EC%9C%84%ED%95%9C-ai-%ED%8F%AC%ED%84%B8/id6448556170) / Ask for English * ⭐ **[Microsoft Copilot](https://copilot.microsoft.com)** - GPT-4o Powered Search / No Signup / [SydneyQT Jailbreak](https://github.com/juzeon/SydneyQt)
* ⭐ **[Microsoft Copilot](https://copilot.microsoft.com)** - GPT-4o Powered Search / [SydneyQT Jailbreak](https://github.com/juzeon/SydneyQt) * ⭐ **[Perplexity](https://www.perplexity.ai/)** - GPT-4o Powered Search / [Enhancments](https://www.cplx.app/) / [Open Source Models](https://labs.perplexity.ai/) / / [Discord](https://discord.com/invite/perplexity-ai)
* ⭐ **[Perplexity](https://www.perplexity.ai/)** - GPT-4o Powered Search / [Open Source Models](https://labs.perplexity.ai/) / [Enhancements](https://cplx.vercel.app/) * ⭐ **[WolframAlpha](https://www.wolframalpha.com/)** - Searchable Knowledge Base / No Signup / [Mobile](https://rentry.co/FMHYBase64#wolfram-mobile)
* ⭐ **[Wolfram Alpha](https://www.wolframalpha.com/)** - Searchable Knowledgebase * ⭐ **[Scira](https://scira.app/)** - Grok Based Search Engine / No Signup / [GitHub](https://github.com/zaidmukaddam/scira)
* ⭐ **[You](https://you.com/)** - AI Search Engine * ⭐ **[You](https://you.com/)** - AI Search Engine / Signup Required / [Discord](https://discord.com/invite/youdotcom) / [GitHub](https://github.com/You-OpenSource)
* [Hyper](https://hyper.space/) - P2P AI Network / [Web App](https://play.hyper.space/), [2](https://compute.hyper.space/) * [Hyperspace](https://hyper.space/) - P2P AI Network / No Signup / [Web App](https://play.hyper.space/), [2](https://compute.hyper.space/) / [GitHub](https://github.com/hyperspaceai)
* [Phind](https://www.phind.com/) - Llama Search Engine / [Discord](https://discord.gg/S25yW8TebZ) * [Phind](https://www.phind.com/) - Llama Search Engine / No Signup / [Discord](https://discord.gg/S25yW8TebZ)
* [Morphic](https://www.morphic.sh/) - AI Search Engine / [Discord](https://discord.gg/zRxaseCuGq) * [Morphic](https://www.morphic.sh/) - AI Search Engine / No Signup / [Discord](https://discord.gg/zRxaseCuGq)
* [Andi](https://andisearch.com/) - AI Search Engine * [Komo](https://komo.ai/) - AI Search Engine / No Signup
* [Komo](https://komo.ai/) - AI Search Engine * [searc.ai](https://searc.ai/) - AI Search Engine / No Signup
* [iAsk](https://iask.ai/) - AI Search Engine * [Hika](https://hika.fyi/) - AI Search Engine / No Signup / [Discord](https://discord.gg/tUATkScUue)
* [AyeSoul](https://ayesoul.com/) - AI Search Engine * [Khoj](https://khoj.dev/) - Signup Required / [Discord](https://discord.gg/BDgyabRM6e) / [GitHub](https://github.com/khoj-ai/khoj)
* [Mindfulq](https://www.mindfulq.com/) - AI Search Engine * [AyeSoul](https://ayesoul.com/) - AI Search Engine / No Signup
* [iSeek](https://www.iseek.com/) - AI Search Engine * [Venice](https://venice.ai/) - AI Search Engine / No Signup
* [OpenPerplex](https://openperplex.com/) - AI Search Engine / [GitHub](https://github.com/YassKhazzan/openperplex_backend_os) * [uncovr](https://uncovr.app/) - AI Search Engine / No Signup / [Discord](https://discord.gg/a4gDaVWceP)
* [uncovr](https://uncovr.app/) - AI Search Engine / [Discord](https://discord.gg/a4gDaVWceP) * [Exa](https://exa.ai/) - AI Search Engine / No Signup / [Discord](https://discord.gg/HCShtBqbfV)
* [Exa](https://exa.ai/) - AI Search Engine / [Discord](https://discord.com/invite/jvz7GS9W8Y) * [Lepton Search](https://search.lepton.run/) - AI Search Engine / No Signup / [GitHub](https://github.com/leptonai/search_with_lepton)
* [Lepton Search](https://search.lepton.run/) - AI Search Engine * [Perplexica](https://github.com/ItzCrazyKns/Perplexica) - AI Search Engine / Self-Hosted / [Discord](https://discord.gg/26aArMy8tT)
* [Perplexica](https://github.com/ItzCrazyKns/Perplexica) - AI Search Engine / Self-Hosted
*** ***
## ▷ Self-Hosting Tools ## ▷ Self-Hosting Tools
* ⭐ **[Jan.ai](https://jan.ai/)** - Self-Hosted * ⭐ **[Jan](https://jan.ai/)** - Self-Hosted / [Discord](https://discord.com/invite/FTk2MvZwJH) / [GitHub](https://github.com/janhq/jan)
* ⭐ **[SillyTavern](https://docs.sillytavern.app/)** - Self-Hosted Interface * ⭐ **[SillyTavern](https://docs.sillytavern.app/)** - Self-Hosted Interface / [Discord](https://discord.gg/sillytavern) / [Subreddit](https://www.reddit.com/r/SillyTavernAI/) / [GitHub](https://github.com/SillyTavern/SillyTavern)
* ⭐ **[Open-WebUI](https://openwebui.com/)** - Self-Hosted Interface / [GitHub](https://github.com/open-webui/open-webui) * ⭐ **[Open WebUI](https://openwebui.com/)** - Self-Hosted Interface / [Discord](https://discord.gg/5rJgQTnV4s) / [GitHub](https://github.com/open-webui/open-webui)
* ⭐ **[llama.cpp](https://github.com/ggerganov/llama.cpp)** - Self-Host Transformer-Based LLMs / [Guide](https://rentry.org/llama-mini-guide) * ⭐ **[llama.cpp](https://github.com/ggerganov/llama.cpp)** - Self-Host Transformer-Based LLMs / [Guide](https://rentry.org/llama-mini-guide)
* ⭐ **[kobold.cpp](https://github.com/LostRuins/koboldcpp)** - llama.cpp with API + GUI / [rocM](https://github.com/YellowRoseCx/koboldcpp-rocm) / [Colab](https://colab.research.google.com/github/LostRuins/koboldcpp/blob/concedo/colab.ipynb) * ⭐ **[KoboldCpp](https://github.com/LostRuins/koboldcpp)** - llama.cpp with API + GUI / [rocM](https://github.com/YellowRoseCx/koboldcpp-rocm) / [Colab](https://colab.research.google.com/github/LostRuins/koboldcpp/blob/concedo/colab.ipynb)
* ⭐ **[Pinokio](https://pinokio.computer/)** - Single Click AI Model Installer / [Discord](https://discord.gg/TQdNwadtE4) * ⭐ **[Pinokio](https://pinokio.computer/)** - Single Click AI Model Installer / [Discord](https://discord.gg/TQdNwadtE4) / [GitHub](https://github.com/pinokiocomputer/pinokio)
* ⭐ **[Oobabooga Text Generation WebUI](https://github.com/oobabooga/text-generation-webui)** - Self-Host Models / [Colab](https://colab.research.google.com/github/pcrii/Philo-Colab-Collection/blob/main/4bit_TextGen_Gdrive.ipynb) * ⭐ **[oobabooga](https://github.com/oobabooga/text-generation-webui)** - Self-Host Models / [Colab](https://colab.research.google.com/github/pcrii/Philo-Colab-Collection/blob/main/4bit_TextGen_Gdrive.ipynb) / [Subreddit](https://www.reddit.com/r/Oobabooga/) / [Discord](https://discord.gg/jwZCF2dPQN)
* ⭐ **[Aphrodite Engine](https://github.com/PygmalionAI/aphrodite-engine)** - Serve LLMs at Scale with Kobold & OpenAI APIs / [Colab](https://colab.research.google.com/github/AlpinDale/misc-scripts/blob/main/Aphrodite.ipynb) * ⭐ **[Aphrodite Engine](https://aphrodite.pygmalion.chat/)** - Serve LLMs at Scale with Kobold & OpenAI APIs / [Colab](https://colab.research.google.com/github/AlpinDale/misc-scripts/blob/main/Aphrodite.ipynb) / [GitHub](https://github.com/PygmalionAI/aphrodite-engine)
* [OpenAIPlayground](https://github.com/nat/openplayground) - LLM Playground * [Petals](https://petals.dev/) - Self-Hosted / [Discord](https://discord.gg/D9MwApKgWa) / [GitHub](https://github.com/bigscience-workshop/petals)
* [Petals](https://petals.dev/) - Self-Hosted * [Ollama](https://ollama.com/) - Self-Hosted / [Discord](https://discord.com/invite/ollama) / [GitHub](https://github.com/ollama/ollama)
* [Ollama](https://ollama.com/) - Self-Hosted * [LM Studio](https://lmstudio.ai/) - Self-Hosted / [Discord](https://discord.gg/aPQfnNkxGC) / [GitHub](https://github.com/lmstudio-ai)
* [LMStudio](https://lmstudio.ai/) - Self-Hosted * [LibreChat](https://librechat.ai/) - Self-Hosted / [Discord](https://discord.com/invite/CEe6vDg9Ky) / [GitHub](https://github.com/danny-avila/LibreChat)
* [GPT4All](https://www.nomic.ai/gpt4all) - Self-Hosted / [GitHub](https://github.com/nomic-ai/gpt4all) / [Discord](https://discord.com/invite/mGZE39AS3e) * [GPT4All](https://www.nomic.ai/gpt4all) - Self-Hosted / [GitHub](https://github.com/nomic-ai/gpt4all) / [Discord](https://discord.com/invite/myY5YDR8z8)
* [LlamaFile](https://github.com/Mozilla-Ocho/llamafile) - Run LLM with Single Files * [llamafile](https://github.com/Mozilla-Ocho/llamafile) - Run LLM with Single Files / [Discord](https://discord.gg/YuMNeuKStr)
* [Generative AI for Beginners](https://microsoft.github.io/generative-ai-for-beginners/) - Generative AI Guides * [Generative AI for Beginners](https://microsoft.github.io/generative-ai-for-beginners/) - Generative AI Guides
*** ***
@ -93,104 +99,105 @@
## ▷ Roleplaying Chatbots ## ▷ Roleplaying Chatbots
* 🌐 **[BestERP](https://besterp.ai/)** - Roleplaying LLM Lists * 🌐 **[BestERP](https://besterp.ai/)** - Roleplaying LLM Lists
* 🌐 **[Img-Resources](https://rentry.org/lmg-resources)** - LLM Character Resources / [Templates](https://rentry.org/lmg_template) * ⭐ **[PygmalionAI](https://pygmalion.chat/)** - Self-Hosted Roleplaying Models / [Resources](https://rentry.co/PygmalionLinks) / [Discord](https://discord.com/invite/pygmalionai) / [Telegram](https://t.me/pygmalionai) / [Subreddit](https://www.reddit.com/r/PygmalionAI/) / [GitHub](https://github.com/PygmalionAI)
* ⭐ **[PygmalionAI](https://discord.com/invite/pygmalionai)** - Self-Hosted Roleplaying Models with Resources / [Resources](https://rentry.co/PygmalionLinks)
* ⭐ **[Call Annie](https://callannie.ai/)** - GPT-3.5 Chatbot with Real-Time Voice and Video / [Discord](https://discord.gg/Rfbzet5R3v) * ⭐ **[Call Annie](https://callannie.ai/)** - GPT-3.5 Chatbot with Real-Time Voice and Video / [Discord](https://discord.gg/Rfbzet5R3v)
* ⭐ **[Character AI](https://character.ai/)** - Roleplaying Chatbots / [Extract Params](https://rentry.org/reverseCAI) * ⭐ **[Character.AI](https://character.ai/)** - Roleplaying Chatbots / [Extract](https://rentry.co/reverse-cAI) / [Discord](https://discord.com/invite/characterai) / [Subreddit](https://www.reddit.com/r/CharacterAI/)
* ⭐ **[FlowGPT](https://flowgpt.com/chat)** - Roleplaying Chatbots / [Discord](https://discord.com/invite/tWZGzcpTkf) * ⭐ **[FlowGPT](https://flowgpt.com)** - Roleplaying Chatbots / Some NSFW / [Discord](https://discord.com/invite/tWZGzcpTkf)
* ⭐ **[Bot Creation Guide](https://wikia.schneedc.com/bot-creation/intro)** - Character Creation Guide * ⭐ **[Bot Creation Guide](https://wikia.schneedc.com/bot-creation/intro)** - Character Creation Guide
* ⭐ **[Chub](https://www.chub.ai/)** - Character Cards * ⭐ **[Chub](https://www.chub.ai/)** - Character Cards / Some NSFW / [Discord](https://discord.gg/chubai) / [Subreddit](https://www.reddit.com/r/Chub_AI/) / [GitHub](https://github.com/CharHubAI)
* [LlaMA + SillyTavern](https://rentry.org/llama_v2_sillytavern) - LlaMA + SillyTavern Roleplaying Setup Guide * [Llama + SillyTavern](https://rentry.org/llama_v2_sillytavern) - Llama + SillyTavern Roleplaying Setup Guide / No Signup
* [KoboldAI](https://github.com/henk717/KoboldAI) - GUI for Roleplaying Chatbots / [Web App](https://lite.koboldai.net/) * [KoboldAI](https://koboldai.com/) - GUI for Roleplaying Chatbots / No Signup / [Discord](https://discord.com/invite/XuQWadgU9k) / [GitHub](https://github.com/henk717/KoboldAI)
* [GPT Call](https://gptcall.net/) - Roleplaying Chatbots / [Discord](https://discord.gg/88fQT5Bgfe) * [4thWall AI](https://beta.4wall.ai/) - Roleplaying Chatbots / [Discord](https://discord.com/invite/4wallai) / [Subreddit](https://www.reddit.com/r/4WallAI/)
* [Dreamshow](https://dreamshow.ai/) - Roleplaying Chatbots * [FictionLab](https://fictionlab.ai/ ) - Roleplaying / Story Chatbot / [Discord](https://discord.com/invite/SKcb2C7HjH)
* [Moescape](https://moescape.ai/) - Roleplaying Chatbot * [TavernAI](https://tavernai.net/) - Roleplaying / Story Chatbot / [Colab](https://colab.research.google.com/github/vrihatgan/TavernAI/blob/main/colab/colab.ipynb) / [Discord](https://discord.gg/zmK2gmr45t) / [GitHub](https://github.com/TavernAI/TavernAI)
* [4thWall AI](https://beta.4wall.ai/) - Roleplaying Chatbots * [AI Dungeon](https://aidungeon.com/) - Roleplaying / Story Chatbot / No Signup / [Subreddit](https://www.reddit.com/r/AIDungeon/) / [Discord](https://discord.com/invite/HB2YBZYjyf)
* [TavernAI](https://tavernai.net/) - Roleplaying / Adventure Chatbot * [Spellbound](https://www.tryspellbound.com/) - Roleplaying / Story Chatbot / No Signup / [Discord](https://discord.com/invite/spellbound)
* [AI Dungeon](https://play.aidungeon.io/main/landing) - Roleplaying / Adventure Chatbot * [Kajiwoto](https://kajiwoto.ai/), [Miku](https://docs.miku.gg/) (no signup) / [Discord](https://discord.gg/3XPdpUdGgV) or [Agnai](https://agnai.chat/) / [Discord](https://discord.com/invite/DAn38sA8Qj) - Chatbot Builders
* [Faraday](https://backyard.ai/) - Self-Hosted Roleplaying Chatbot
* [Shapes.ai](https://shapes.inc/) - Discord Roleplaying Bot
* [Broken Bear](https://www.brokenbear.com/) - Vent to AI Bear
* [Kajiwoto](https://kajiwoto.ai/), [Miku](https://docs.miku.gg/) / [Discord](https://discord.gg/3XPdpUdGgV) or [Agnai](https://agnai.chat/) - Chatbot Builders
*** ***
## ▷ Coding AIs ## ▷ Coding AIs
* 🌐 **[EvalPlus Leaderboard](https://evalplus.github.io/leaderboard.html)** or [BigCode](https://huggingface.co/spaces/bigcode/bigcode-models-leaderboard) - Coding AI Leaderboards * 🌐 **[EvalPlus Leaderboard](https://evalplus.github.io/leaderboard.html)** / [GitHub](https://github.com/evalplus/evalplus), [WebDev Arena](https://web.lmarena.ai/), [Aider LLM Leaderboards](https://aider.chat/docs/leaderboards/) or [Big Code Models Leaderboard](https://huggingface.co/spaces/bigcode/bigcode-models-leaderboard) - Coding AI Leaderboards
* 🌐 **[Awesome AI Agents](https://github.com/e2b-dev/awesome-ai-agents)** - Coding / Programming AIs * 🌐 **[Awesome AI Agents](https://github.com/e2b-dev/awesome-ai-agents)** - Coding / Programming AIs / [Discord](https://discord.gg/U7KEcGErtQ)
* ⭐ **[Codeium](https://codeium.com/)** - Coding AI / [Live Chat](https://codeium.com/live/general) / [Discord](https://discord.com/invite/3XFf78nAx5) * ⭐ **[Codeium](https://codeium.com/)** - Coding AI / No Signup / [Subreddit](https://www.reddit.com/r/Codeium/) / [Discord](https://discord.com/invite/3XFf78nAx5)
* ⭐ **[Pieces](https://pieces.app/) / [Docs](https://docs.pieces.app)** - Multi-LLM Coding AI / GPT-4 for Free * ⭐ **[Pieces](https://pieces.app/)** - Multi-LLM Coding AI / GPT-4 / 4o for Free / No Signup / [Discord](https://discord.gg/getpieces)
* [WDTCD?](https://whatdoesthiscodedo.com/) - Simple Code Explanations * [WDTCD?](https://whatdoesthiscodedo.com/) - Simple Code Explanations / No Signup
* [Sourcery](https://sourcery.ai/) - Auto-Pull Request Reviews * [Sourcery](https://sourcery.ai/) - Auto-Pull Request Reviews / [GitHub](https://github.com/sourcery-ai/sourcery)
* [Devv](https://devv.ai/) - Coding Search Engine * [Devv](https://devv.ai/) - Coding Search Engine / No Signup / [GitHub](https://github.com/devv-ai/devv)
* [Telosys](https://www.telosys.org/) - Lightweight Code Generator * [Telosys](https://www.telosys.org/) - Code Generator / No Signup / [Source Code](https://www.telosys.org/sources.html)
* [Cursor](https://www.trycursor.com/) - Coding AI / [Discord](https://discord.gg/PJEgRywgRy) * [Llama Coder](https://llamacoder.together.ai/) - Code Generator / No Signup / [GitHub](https://github.com/Nutlope/llamacoder)
* [ImageCook](https://imgcook.com) - Coding AI / [GitHub](https://github.com/imgcook/imgcook) * [imgcook](https://imgcook.com) - Coding AI / No Signup / [GitHub](https://github.com/imgcook/imgcook)
* [CodeWhisperer](https://aws.amazon.com/q/developer/) - Coding AI * [Supermaven](https://supermaven.com/) - Coding AI / No Signup / [Discord](https://discord.com/invite/QQpqBmQH3w)
* [SuperMaven](https://supermaven.com/) - Coding AI / [Discord](https://discord.com/invite/QQpqBmQH3w) * [Cody](https://sourcegraph.com/cody) - Coding AI / [Discord](https://discord.gg/s2qDtYGnAE) / [GitHub](https://github.com/sourcegraph/cody)
* [Cody](https://sourcegraph.com/cody) - Coding AI * [OpenHands](https://www.all-hands.dev/) - Coding AI / [Discord](https://discord.gg/ESHStjSjD4) / [GitHub](https://github.com/All-Hands-AI/OpenHands)
* [OpenDevin](https://github.com/All-Hands-AI/OpenHands) - Coding AI * [Continue](https://continue.dev/) - Coding AI / [Discord](https://discord.com/invite/EfJEfdFnDQ) / [GitHub](https://github.com/continuedev/continue)
* [continue](https://continue.dev/) - Coding AI * [GitHub Copilot](https://github.com/features/copilot) - Coding AI
* [Bito AI](https://bito.ai/) - Coding AI * [Trae](https://www.trae.ai/) - Coding AI
* [Cline](https://github.com/cline/cline) - Coding AI * [Cline](https://github.com/cline/cline) - Coding AI / [Discord](https://discord.gg/cline)
* [CodiumAI](https://www.qodo.ai/) - Coding AI * [Qodo](https://www.qodo.ai/) - Coding AI
* [Blackbox](https://www.blackbox.ai/) - Coding AI * [Blackbox](https://www.blackbox.ai/) - Coding AI / No Signup
* [Codel](https://github.com/semanser/codel) - Coding AI * [Denigma](https://denigma.app/) - Coding AI / No Signup / [Discord](https://discord.gg/mZx4REBvKm)
* [DoWhile](https://chat.dowhile.ai/) - Coding AI * [Aider](https://aider.chat/) - Terminal Coding AI / [Discord](https://discord.gg/Tv2uQnR88V) / [GitHub](https://github.com/Aider-AI/aider)
* [Denigma](https://denigma.app/#demo) - Coding AI * [Codacy](https://www.codacy.com/) - Code Fixing AI / [GitHub](https://github.com/codacy)
* [GPT Engineer](https://github.com/gpt-engineer-org/gpt-engineer) - Coding AI * [Open Interpreter](https://github.com/OpenInterpreter/open-interpreter) - Run Code Locally / No Signup / [Discord](https://discord.gg/Hvz9Axh84z)
* [Aider](https://aider.chat/) - Terminal Coding AI * [v0](https://v0.dev/) - Text to Site Code / [Discord](https://discord.gg/4ECCp2V5y9)
* [Codacy](https://www.codacy.com/) or [AI Code Review](https://ai-code-reviewer.com/) - Code Fixing AIs * [Bolt.new](https://bolt.new/) - Web App Builder / [Discord](https://discord.com/invite/stackblitz) / [GitHub](https://github.com/stackblitz/bolt.new)
* [Open Interpreter](https://github.com/OpenInterpreter/open-interpreter) - Run Code Locally * [Fragments](https://fragments.e2b.dev/) - App Builder / [Discord](https://discord.com/invite/U7KEcGErtQ) / [GitHub](https://github.com/e2b-dev)
* [v0](https://v0.dev/) - Text to Site Code * [Composio](https://composio.dev/) - Add Tools to Coding AI / [Discord](https://discord.com/invite/cNruWaAhQk) / [GitHub](https://github.com/ComposioHQ/composio)
* [Composio](https://github.com/ComposioHQ/composio) - Add Tools to Coding AI * [AI API Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/dev-tools/#wiki_.25B7_api_tools)
* [AI Code Convert](https://aicodeconvert.com/) or [Source Code Converters](https://www.tangiblesoftwaresolutions.com/) - AI Code Converters
* [RTutor](https://rtutor.ai/) - Translate Natural Language to R code
* [Gorilla](https://gorilla.cs.berkeley.edu/) - API to Code LLM
* [CS50.ai](https://cs50.ai/) - AI Rubberducking
*** ***
# ► ChatGPT Tools # ► AI Tools
* 🌐 **[Awesome ChatGPT](https://github.com/uhub/awesome-chatgpt)** - ChatGPT Resources * 🌐 **[sindresorhus's Awesome ChatGPT](https://github.com/sindresorhus/awesome-chatgpt)** or [Awesome ChatGPT](https://github.com/uhub/awesome-chatgpt) - AI Resources
* 🌐 **[Every ChatGPT GUI](https://github.com/billmei/every-chatgpt-gui)** - ChatGPT GUI Index * 🌐 **[Every ChatGPT GUI](https://github.com/billmei/every-chatgpt-gui)** - ChatGPT GUI Index
* 🌐 **[cool-ai-stuff](https://cas.zukijourney.com/)** - Comparison Overview of Free(mium) AI API Proxies * ⭐ **[ChatPDF](https://www.chatpdf.com/)** (no signup) or [AskYourPDF](https://askyourpdf.com/) - Turn Books into Chatbots
* [ChatGPTBox](https://github.com/josStorer/chatGPTBox) or [KeepChatGPT](https://github.com/xcanwin/KeepChatGPT/blob/main/docs/README_EN.md) - Extensions * [tldraw computer](https://computer.tldraw.com/) - Create Component Workflows to Generate or Transform Data / [Discord](https://discord.com/invite/SBBEVCA4PG) / [GitHub](https://github.com/tldraw/tldraw)
* [TGPT](https://github.com/aandrew-me/tgpt) - ChatGPT TUIs * [ChatGPT Box](https://github.com/josStorer/chatGPTBox) or [KeepChatGPT](https://github.com/xcanwin/KeepChatGPT/blob/main/docs/README_EN.md) - Extensions
* [LLM](https://github.com/simonw/llm) - ChatGPT CLI * [tgpt](https://github.com/aandrew-me/tgpt) - AI Terminal Chatbot
* [Msty](https://msty.app/) - Desktop App * [LLM](https://llm.datasette.io/) - LLM CLI / [Discord](https://discord.com/invite/RKAH4b8TvE) / [GitHub](https://github.com/simonw/llm)
* [Lobe Chat](https://chat-preview.lobehub.com) - Desktop App * [GPT4Free](https://github.com/xtekky/gpt4free) - Desktop App / [Telegram](https://telegram.me/g4f_channel)
* [Noi](https://noi.nofwl.com/) - Desktop App / [GitHub](https://github.com/lencx/Noi) * [Msty](https://msty.app/) - Desktop App / [Discord](https://discord.gg/2QBw6XxkCC)
* [Chatbot-UI](https://chatbotui.com) - Desktop App / [GitHub](https://github.com/mckaywrigley/chatbot-ui) * [LobeChat](https://lobechat.com/chat) - Desktop App / [Discord](https://discord.gg/AYFPHvv2jT) / [GitHub](https://github.com/lobehub/lobe-chat)
* [Noi](https://noi.nofwl.com/) - Desktop App / [Discord](https://discord.gg/kq2HXcpJSQ) / [GitHub](https://github.com/lencx/Noi)
* [Chatbot UI](https://chatbotui.com) - Desktop App / [GitHub](https://github.com/mckaywrigley/chatbot-ui)
* [ChatRTX](https://www.nvidia.com/en-us/ai-on-rtx/chatrtx/) - Desktop App / RTX 30+ Series GPU Only * [ChatRTX](https://www.nvidia.com/en-us/ai-on-rtx/chatrtx/) - Desktop App / RTX 30+ Series GPU Only
* [ChatGPT DeMod](https://github.com/4as/ChatGPT-DeMod) - Block ChatGPT Moderation Checks * [ChatGPT DeMod](https://github.com/4as/ChatGPT-DeMod) - Block ChatGPT Moderation Checks
* [ParallelGPT](https://www.parallelgpt.ai/) - Data Processing AI * [ParallelGPT](https://www.parallelgpt.ai/) - Data Processing AI / [Discord](https://discord.com/invite/fjBugmvzZP)
* [ChatGPT Widescreen](https://chatgptevo.com/widescreen/) - ChatGPT Widescreen / Fullscreen * [MassiveMark](https://www.bibcit.com/en/massivemark) - Convert LLM Chats to DOCX / [Discord](https://discord.gg/fPtQAQYmqq)
* [ChatGPT Widescreen](https://chatgptevo.com/widescreen/) - ChatGPT Widescreen / Fullscreen / [GitHub](https://github.com/adamlui/chatgpt-widescreen)
* [Voice Control](https://voicecontrol.chat/) - ChatGPT Voice Control * [Voice Control](https://voicecontrol.chat/) - ChatGPT Voice Control
* [ChatGPT Exporter](https://greasyfork.org/en/scripts/456055) - Export Chats * [ChatGPT Exporter](https://greasyfork.org/en/scripts/456055) - Export Chats / [GitHub](https://github.com/pionxzh/chatgpt-exporter)
* [GPThemes](https://github.com/itsmartashub/GPThemes) - ChatGPT Themes * [GPThemes](https://github.com/itsmartashub/GPThemes) - ChatGPT Themes
* [LLM Model VRAM Calculator](https://huggingface.co/spaces/NyxKrage/LLM-Model-VRAM-Calculator) - LLM VRAM Calculator
*** ***
## ▷ ChatGPT Prompts ## ▷ AI Prompts
* **Note** - Bypassing chatbot safeguards (aka jailbreaking) is against the TOS of most AI, so use them at your own risk.
***
* 🌐 **[Jailbreak Listings](https://rentry.org/jb-listing)** - Prompt / Jailbreak Lists * 🌐 **[Jailbreak Listings](https://rentry.org/jb-listing)** - Prompt / Jailbreak Lists
* ⭐ **[Awesome ChatGPT Prompts](https://prompts.chat/)** - Prompt Directory / [GitHub](https://github.com/f/awesome-chatgpt-prompts) * ⭐ **[Awesome ChatGPT Prompts](https://prompts.chat/)** - Prompt Directory / [GitHub](https://github.com/f/awesome-chatgpt-prompts)
* ⭐ **[BlackFriday GPTs Prompts](https://github.com/friuns2/BlackFriday-GPTs-Prompts)** - Prompt Directory * ⭐ **[BlackFriday GPTs Prompts](https://github.com/friuns2/BlackFriday-GPTs-Prompts)** - Prompt Directory
* ⭐ **[Leaked Prompts](https://github.com/linexjlin/GPTs)** - Prompt Directory * ⭐ **[Leaked Prompts](https://github.com/linexjlin/GPTs)** - Prompt Directory
* ⭐ **[Prompt Engineering Guide](https://www.promptingguide.ai)** / [GitHub](https://github.com/dair-ai/Prompt-Engineering-Guide), [LearnPrompting](https://learnprompting.org/docs/intro), [OpenAI Guide](https://platform.openai.com/docs/guides/prompt-engineering), [Claude Guide](https://docs.anthropic.com/claude/docs/prompt-engineering) or [LearningPrompt](https://learningprompt.wiki/) - Prompting Guides * ⭐ **[Prompt Engineering Guide](https://www.promptingguide.ai)** / [Discord](https://discord.gg/FUyz9vPAwf) / [GitHub](https://github.com/dair-ai/Prompt-Engineering-Guide), [Prompt_Engineering](https://github.com/NirDiamant/Prompt_Engineering), [LearnPrompting](https://learnprompting.org/docs/intro), [OpenAI Guide](https://platform.openai.com/docs/guides/prompt-engineering), [Claude Guide](https://docs.anthropic.com/claude/docs/prompt-engineering) or [LearningPrompt](https://learningprompt.wiki/) / [GitHub](https://github.com/thinkingjimmy/Learning-Prompt) - Prompting Guides
* [/r/ChatGPTJailbreak](https://www.reddit.com/r/ChatGPTJailbreak/) - AI Jailbreak Community
* [ChatGPT System Prompt](https://github.com/LouisShark/chatgpt_system_prompt) - Prompt Directory * [ChatGPT System Prompt](https://github.com/LouisShark/chatgpt_system_prompt) - Prompt Directory
* [500 Best Prompts](https://puzzle-jute-202.notion.site/500-Best-ChatGPT-Prompts-f5b4ad65deec4b6385316fdb8740af74) - Prompt Directory * [500 Best Prompts](https://puzzle-jute-202.notion.site/500-Best-ChatGPT-Prompts-f5b4ad65deec4b6385316fdb8740af74) - Prompt Directory
* [TheBigPromptLibrary](https://github.com/0xeb/TheBigPromptLibrary) - Prompt Directory * [The Big Prompt Library](https://github.com/0xeb/TheBigPromptLibrary) - Prompt Directory
* [ChatGPT-Prompts](https://github.com/yokoffing/ChatGPT-Prompts) - Prompt Directory * [ChatGPT & Bing AI Prompts](https://github.com/yokoffing/ChatGPT-Prompts) - Prompt Directory
* [Awesome Claude Prompts](https://github.com/langgptai/awesome-claude-prompts/) - Prompt Directory * [Awesome Claude Prompts](https://github.com/langgptai/awesome-claude-prompts/) - Prompt Directory
* [L1B3RT45](https://github.com/elder-plinius/L1B3RT45) - Jailbreak Prompts / [Discord](https://discord.gg/basi) / [Twitter](https://x.com/elder_plinius) * [L1B3RT45](https://github.com/elder-plinius/L1B3RT45) - Jailbreak Prompts / [Discord](https://discord.gg/basi) / [X](https://x.com/elder_plinius)
* [promptfoo](https://github.com/promptfoo/promptfoo) or [PromptKnit](https://promptknit.com/) - Prompt Playgrounds * [promptfoo](https://www.promptfoo.dev/) / [Discord](https://discord.gg/gHPS9jjfbs) / [GitHub](https://github.com/promptfoo/promptfoo) or [Knit](https://promptknit.com/) - Prompt Playgrounds
* [Marketing 2099](https://sintralabs.notion.site/Marketing-2099-Ultimate-ChatGPT-Marketing-Prompts-To-Copy-Paste-200-tasks-fc22c9142d6a4a4286a3fe755be932e6) - ChatGPT Marketing Prompts * [Marketing 2099](https://sintralabs.notion.site/Marketing-2099-Ultimate-ChatGPT-Marketing-Prompts-To-Copy-Paste-200-tasks-fc22c9142d6a4a4286a3fe755be932e6) - ChatGPT Marketing Prompts
* [Tensor Trust](https://tensortrust.ai/) or [Gandalf](https://gandalf.lakera.ai/) - Prompting Skill Games * [Tensor Trust](https://tensortrust.ai/) / [GitHub](https://github.com/HumanCompatibleAI/tensor-trust) or [Gandalf](https://gandalf.lakera.ai/) / [GitHub](https://github.com/lakeraai) - Prompting Skill Games
* [chat-gpt-games](https://github.com/AdmTal/chat-gpt-games) - Prompt Games * [RedTeam Arena](https://redarena.ai/) - AI Jailbreak Game
* [ChatGPT Games](https://github.com/AdmTal/chat-gpt-games) - Prompt Games / [Subreddit](https://www.reddit.com/r/ChatGPTGaming/)
* [Gobble Bot](https://gobble.bot/) - Generate Text Files for Chatbots * [Gobble Bot](https://gobble.bot/) - Generate Text Files for Chatbots
*** ***
@ -198,41 +205,45 @@
# ► AI Indexes # ► AI Indexes
* 🌐 **[Transformer Models Timeline](https://ai.v-gar.de/ml/transformer/timeline/)** - LLM Timeline
* 🌐 **[LifeArchitect](https://lifearchitect.ai/models-table/)** - LLM Index * 🌐 **[LifeArchitect](https://lifearchitect.ai/models-table/)** - LLM Index
* 🌐 **[FutureTools](https://www.futuretools.io/?pricing-model=free)** - AI Directory * 🌐 **[FutureTools](https://www.futuretools.io/?pricing-model=free)** - AI Directory / [Discord](https://discord.gg/WBk4ZDW6A9)
* [perchance](https://perchance.org/generators), [GeneratorFun](https://generatorfun.com/) or [WebSim](https://websim.ai/) / [Discord](https://discord.gg/websim) - Simple AI Builders * 🌐 **[Google Labs](https://labs.google/)** or [Google Labs FX](https://labs.google/fx) - Google AI Experiments / [Subreddit](https://www.reddit.com/r/labsdotgoogle/) / [Discord](https://discord.gg/googlelabs)
* [Perchance](https://perchance.org/generators) / [Discord](https://discord.gg/43qAQEVV9a), [GeneratorFun](https://generatorfun.com/) or [WebSim](https://websim.ai/) / [Subreddit](https://www.reddit.com/r/WebSim/) / [Discord](https://discord.gg/websim) - Simple AI Builders
* [YP for AI](https://www.ypforai.com) - AI Directory * [YP for AI](https://www.ypforai.com) - AI Directory
* [LLM Resources Hub](https://llmresourceshub.vercel.app/) - AI Directory
* [Awesome AI Tools](https://github.com/mahseema/awesome-ai-tools) - AI Directory * [Awesome AI Tools](https://github.com/mahseema/awesome-ai-tools) - AI Directory
* [It's Better With AI](https://itsbetterwithai.com/) - AI Directory * [It's Better With AI](https://itsbetterwithai.com/) - AI Directory
* [GPT Demo](https://www.gptdemo.net/gpt/search?lg=en&cate=&keywords=&tags=free,&sort=popular) - AI Directory * [GPT Demo](https://www.gptdemo.net/gpt/search?lg=en&cate=&keywords=&tags=free,&sort=popular) - AI Directory
* [ArtificialStudio](https://www.artificialstudio.ai/tools) - Multi-Tool Browser AIs * [ArtificialStudio](https://www.artificialstudio.ai/tools) - Multi-Tool Browser AIs / [Discord](https://discord.gg/EdNztJJH6z)
* [Google Labs](https://labs.google/) or [AI Test Kitchen](https://aitestkitchen.withgoogle.com/) - Google AI Experiments
* [LLM Pricing](https://docs.google.com/spreadsheets/d/18GHPEBJzDbICmMStPVkNWA_hQHiWmLcqUdEJA1b4MJM/) - LLM Pricing Index * [LLM Pricing](https://docs.google.com/spreadsheets/d/18GHPEBJzDbICmMStPVkNWA_hQHiWmLcqUdEJA1b4MJM/) - LLM Pricing Index
*** ***
## ▷ AI Benchmarks ## ▷ AI Benchmarks
* ⭐ **[Chatbot Arena](https://lmarena.ai/?leaderboard)** - Chatbot Leaderboards / Benchmarks * ⭐ **[Chatbot Arena](https://lmarena.ai/?leaderboard)** - Chatbot Leaderboards / Benchmarks / [Discord](https://discord.gg/6GXcFg3TH8) / [GitHub](https://github.com/lm-sys/FastChat)
* ⭐ **[Open LLM Leaderboard](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)** - Chatbot Leaderboards / Benchmarks * ⭐ **[Open LLM Leaderboard](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)** - Chatbot Leaderboards / Benchmarks
* ⭐ **[LiveBench](https://livebench.ai/)** - Chatbot Leaderboards / Benchmarks * ⭐ **[LiveBench](https://livebench.ai/)** - Chatbot Leaderboards / Benchmarks / [GitHub](https://github.com/livebench/livebench)
* [SEAL LLM Leaderboards](https://scale.com/leaderboard) - Chatbot Leaderboards * [SEAL LLM Leaderboards](https://scale.com/leaderboard) - Chatbot Leaderboards
* [WildBench](https://huggingface.co/spaces/allenai/WildBench) - Chatbot Benchmarks * [WildBench](https://huggingface.co/spaces/allenai/WildBench) - Chatbot Benchmarks / [GitHub](https://github.com/allenai/WildBench)
* [Aider Leaderboards](https://aider.chat/docs/leaderboards/) - Chatbot Leaderboards / Benchmarks * [Wolfram LLM Benchmarking Project](https://www.wolfram.com/llm-benchmarking-project/) - Chatbot Leaderboards / Benchmarks
* [ArtificialAnalysis](https://artificialanalysis.ai/) - Chatbot Benchmarks * [ZeroEval](https://huggingface.co/spaces/allenai/ZeroEval) - Chatbot Leaderboard / [GitHub](https://github.com/WildEval/ZeroEval)
* [The Fastest AI](https://thefastest.ai/) - Chatbot Benchmarks * [LLM Stats](https://llm-stats.com/) - Chatbot Leaderboard
* [OpenLM Arena](https://openlm.ai/chatbot-arena/) - Chatbot Leaderboard
* [Artificial Analysis](https://artificialanalysis.ai/) - Chatbot Benchmarks
* [The Fastest AI](https://thefastest.ai/) - Chatbot Latency Speeds / [GitHub](https://github.com/fixie-ai/thefastest.ai)
* [OpenRouter](https://openrouter.ai/rankings) - Chatbot Popularity Rankings / [Discord](https://discord.gg/fVyRaUDgxW) / [GitHub](https://github.com/OpenRouterTeam)
*** ***
*** ***
# ► Text Generators # ► Text Generators
* ⭐ **[TextFX](https://textfx.withgoogle.com/)** or [rytr](https://rytr.me/) - AI Creative Writing Tools * ⭐ **[TextFX](https://textfx.withgoogle.com/)** / [GitHub](https://github.com/google/generative-ai-docs/tree/main/demos/palm/web/textfx) or [Rytr](https://rytr.me/) - AI Creative Writing Tools / No Signup
* [Scrip AI](https://scripai.com/), [InkForAll](https://app.inkforall.com/tools), [QuickPenAI](https://quickpenai.com/) - Online AI Text Tools * [Scrip AI](https://scripai.com/) (no signup), [INK](https://app.inkforall.com/tools), [QuickPen AI](https://quickpenai.com/) - Online AI Text Tools
* [NovelAI](https://novelai.net/) - Story Writing AI / [Limit Bypass](https://pastebin.com/JDyvqZcz), [2](https://greasyfork.org/en/scripts/448926) * [NovelAI](https://novelai.net/) - Story Writing AI / No Signup / [Limit Bypass](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#novelai-bypass), [2](https://greasyfork.org/en/scripts/448926) / [Discord](https://discord.com/invite/novelai)
* [Dreamily](https://dreamily.ai/) - Story Writing AIs * [Dreamily](https://dreamily.ai/) - Story Writing AI
* [edyt.ai](https://app.edyt.ai/) - Content Writing * [PerchanceStory](https://perchancestory.com/) - Story Writing AI
*** ***
@ -246,120 +257,108 @@
# ► Video Generation # ► Video Generation
* ⭐ **[VideoFX](https://labs.google/fx/tools/video-fx)** - Googles Video Generator / US Only
* ⭐ **[PixVerse](https://pixverse.ai/)** - Video Generator / [Discord](https://discord.com/invite/MXHErdJHMg) * ⭐ **[PixVerse](https://pixverse.ai/)** - Video Generator / [Discord](https://discord.com/invite/MXHErdJHMg)
* [Synthesis Colab](https://github.com/camenduru/text-to-video-synthesis-colab) - Video Generator * [Synthesis Colab](https://github.com/camenduru/text-to-video-synthesis-colab) - Video Generator / [Discord](https://discord.gg/k5BwmmvJJU)
* [StableVideo](https://www.stablevideo.com/) - Video Generator * [Stable Video](https://www.stablevideo.com/) - Video Generator
* [Haiper](https://haiper.ai/) - Video Generator * [Vidu](https://www.vidu.studio/) - Video Generator / [Discord](https://discord.gg/3pDU8fmQ8Y)
* [Stable Diffusion Videos](https://github.com/nateraw/stable-diffusion-videos) - Video Generator * [Stable Diffusion Videos](https://github.com/nateraw/stable-diffusion-videos) - Video Generator / No Signup / [Colab](https://colab.research.google.com/github/nateraw/stable-diffusion-videos/blob/main/stable_diffusion_videos.ipynb)
* [Dream Machine](https://lumalabs.ai/dream-machine) - Video Generator * [Dream Machine](https://lumalabs.ai/dream-machine) - Video Generator / [Discord](https://discord.gg/lumaai)
* [text-to-video](https://text-to-video.vercel.app) - Video Generator * [TextToVideo](https://text-to-video.vercel.app) - Video Generator
* [LensGo](https://lensgo.ai/) - Video Generator * [LensGo](https://lensgo.ai/) - Video Generator / [Discord](https://discord.com/invite/CHMhrByFJS)
* [Kling AI](https://klingai.com/) - Video Generator * [Kling AI](https://klingai.com/) - Video Generator / [Discord](https://discord.com/invite/8tj8YjSzKr)
* [Pika Labs](https://www.pika.art/) - Video Generator * [Pika](https://www.pika.art/) - Video Generator / [Discord](https://discord.com/invite/pika)
* [Fusion Brain](https://fusionbrain.ai/en/) - Video Generator
* [Dreamina](https://dreamina.capcut.com/ai-tool/home) - Video Generator / 50 Daily
* [Krea](https://www.krea.ai/) - Video Generator / 10 Daily / No Signup / [Discord](https://discord.gg/rJurUAR8Kz)
* [Hailuo AI](https://hailuoai.com/video) - Video Generator / Use Translator / [Discord](https://discord.com/invite/hvvt8hAye6) * [Hailuo AI](https://hailuoai.com/video) - Video Generator / Use Translator / [Discord](https://discord.com/invite/hvvt8hAye6)
* [Damo](https://huggingface.co/spaces/damo-vilab/modelscope-text-to-video-synthesis) - Video Generator * [Rollideo](https://rollideo.com/) - Text to Subbed Video / No Signup
* [Rollideo](https://rollideo.com/) - Text to Subbed Video
*** ***
# ► Image Generation # ► Image Generation
* **Note** - Because Stable Diffusion works so well, most innovation in image generation is happening using it as the base model. As such, almost all sections and links are based on SD, unless stated otherwise. * ⭐ **[ImageFX](https://labs.google/fx/tools/image-fx)** - Googles Image Generator / Unlimited / Region Based
* ⭐ **[Microsoft Designer](https://designer.microsoft.com/image-creator)**, [2](https://www.bing.com/images/create) / 12 Monthly
*** * ⭐ **[Mage](https://www.mage.space/)** / No Signup / [Discord](https://discord.com/invite/GT9bPgxyFP)
* ⭐ **[Dezgo](https://dezgo.com/)** / Unlimited / No Signup / [Discord](https://discord.com/invite/RQrGpUhPhx)
* ⭐ **[Microsoft Designer](https://designer.microsoft.com/image-creator)**, [2](https://www.bing.com/images/create) / Unlimited / [Tips](https://rentry.co/bingimagecreatortips)
* ⭐ **[Mage](https://www.mage.space/)** / Unlimited / [Discord](https://discord.com/invite/GT9bPgxyFP)
* ⭐ **[Poe](https://poe.com/)** / 100 Daily / [Discord](https://discord.com/invite/joinpoe)
* ⭐ **[Dezgo](https://dezgo.com/)** / Unlimited / [Discord](https://discord.com/invite/RQrGpUhPhx)
* ⭐ **[Meta AI](https://www.meta.ai/icebreakers/imagine/)** / Unlimited * ⭐ **[Meta AI](https://www.meta.ai/icebreakers/imagine/)** / Unlimited
* ⭐ **[Playground](https://playground.com/)** / 100 Daily * ⭐ **[Grok](https://x.ai/grok)** / 25 Per 2 Hours
* ⭐ **[Ideogram](https://ideogram.ai/)** / 100 Daily * ⭐ **[Playground](https://playground.com/)** / 15 Per 3 Hours
* ⭐ **[Tensor.art](https://tensor.art/)** / 100 Daily * ⭐ **[TensorArt](https://tensor.art/)** / 40 Daily / [Subreddit](https://www.reddit.com/r/TensorArt_HUB/) / [Discord](https://discord.com/invite/qYjANGqBED)
* ⭐ **[Shakker](https://www.shakker.ai/)** / 50 Daily / [Discord](https://discord.gg/djyP5u3vHY) / [Guide](https://docs.google.com/document/d/1PZ6to6Nn995J0o0BbEPhucqge9uyc1acQoNuvWkK6M8/edit#heading=h.kkzhkyyy4ze4) * ⭐ **[Shakker](https://www.shakker.ai/)** / 50 Daily / [Discord](https://discord.gg/djyP5u3vHY) / [Guide](https://docs.google.com/document/d/1PZ6to6Nn995J0o0BbEPhucqge9uyc1acQoNuvWkK6M8/edit#heading=h.kkzhkyyy4ze4)
* ⭐ **[Leonardo.ai](https://app.leonardo.ai/)** / 30 Daily * [imgsys](https://imgsys.org/) - Unlimited / Compare Generators / No Signup
* [imgsys](https://imgsys.org/) - Compare AI Image Generators * [FLUX.1 [Schnell]](https://huggingface.co/spaces/black-forest-labs/FLUX.1-schnell) or [FLUX.1 [Dev]](https://huggingface.co/spaces/black-forest-labs/FLUX.1-dev) / Unlimited / No Signup
* [FLUX.1 [Schnell]](https://huggingface.co/spaces/black-forest-labs/FLUX.1-schnell) / [2](https://fal.ai/models/fal-ai/flux/schnell?ref=blog.fal.ai) or [FLUX.1 [Dev]](https://huggingface.co/spaces/black-forest-labs/FLUX.1-dev) / [2](https://fal.ai/models/fal-ai/flux/dev?ref=blog.fal.ai) / Unlimited
* [NexusAI](https://flux.nexusapi.tech/) / Unlimited
* [Stable Diffusion](https://huggingface.co/spaces/stabilityai/stable-diffusion) / Unlimited / [GitHub](https://github.com/Stability-AI/stablediffusion) / [Discord](https://discord.com/invite/stablediffusion) * [Stable Diffusion](https://huggingface.co/spaces/stabilityai/stable-diffusion) / Unlimited / [GitHub](https://github.com/Stability-AI/stablediffusion) / [Discord](https://discord.com/invite/stablediffusion)
* [Prodia](https://app.prodia.com/) / Unlimited / [Huggingchat Demo](https://huggingface.co/spaces/prodia/fast-stable-diffusion) / [Discord](https://discord.com/invite/495hz6vrFN) * [NexusAI Image](https://image.nexusmind.tech/) - 300 Daily Per Model / [Discord](https://discord.com/invite/sk8eddGwmP)
* [Kling AI](https://klingai.com/) / 75+ Daily * [Prodia](https://app.prodia.com/playground) / Unlimited / No Signup / [Discord](https://discord.com/invite/495hz6vrFN)
* [Unstability.ai](https://www.unstability.ai/) / 52 Daily * [Kling AI](https://klingai.com/) / 366 Monthly / [Characters](https://huggingface.co/spaces/Kwai-Kolors/Kolors-Character-With-Flux) / [Portraits](https://huggingface.co/spaces/Kwai-Kolors/Kolors-Portrait-with-Flux) / [Discord](https://discord.com/invite/8tj8YjSzKr)
* [NVIDIA NIM](https://build.nvidia.com/) / 50 Daily * [Unstable Diffusion](https://www.unstability.ai/) / 52 Daily
* [SeaArt](https://www.seaart.ai/) / 40 Daily * [NVIDIA NIM](https://build.nvidia.com/models?filters=usecase%3Ausecase_image_gen) / 50 Daily / No Signup
* [OpenArt](https://openart.ai/) / 50 Daily / [Discord](https://discord.com/invite/yTMNvk5z97) * [SeaArt](https://www.seaart.ai/) / 40 Daily / [Discord](https://discord.com/invite/gUHDU644vU)
* [StableDiffusionWeb](https://stablediffusionweb.com/) / 10 Daily * [AI Gallery](https://aigallery.app/) / Unlimited / No Signup
* [AIGallery](https://aigallery.app/) / Unlimited * [ComfyUI Online](https://www.runcomfy.com/comfyui-web) or [ComfyUI-Zluda](https://github.com/patientx/ComfyUI-Zluda) / Unlimited
* [ComfyUI Web](https://comfyuiweb.com/) or [RunComfy](https://www.runcomfy.com/comfyui-web) / Unlimited * [Recraft](https://www.recraft.ai/) / 50 Daily / [Discord](https://discord.gg/recraft)
* [Recraft](https://www.recraft.ai/) / Unlimited * [Art Genie](https://artgenie.surge.sh/) / Unlimited
* [PicSynth](https://www.picsynth.me/generation) / Unlimited * [PicSynth](https://www.picsynth.me/generation) / Unlimited
* [Piclumen](https://piclumen.com/) / Unlimited * [PicLumen](https://piclumen.com/) / Unlimited / [Discord](https://discord.gg/bAycHJgbD8)
* [Pixvify](https://pixvify.com/) / Unlimited * [Fusion Brain](https://fusionbrain.ai/en/), [2](https://rudalle.ru/) / Unlimited / [Telegram Bot](https://t.me/kandinsky21_bot)
* [OIChat](https://chat.oaichat.cc/) / Unlimited * [PixNova AI](https://pixnova.ai/ai-body-generator/) / Unlimited
* [ImageLabs](https://editor.imagelabs.net/) / Unlimited * [ChatK](https://chat.oaichat.cc/) / Unlimited
* [Pollinations](https://pollinations.ai/) / Unlimited / [Discord](https://discord.com/invite/8HqSRhJVxn) * [ImageLabs](https://editor.imagelabs.net/) / Unlimited / No Signup
* [Pollinations](https://pollinations.ai/) / Unlimited / No Signup / [Discord](https://discord.gg/k9F7SyTgqn) / [GitHub](https://www.github.com/pollinations/pollinations)
* [PicFinder](https://picfinder.ai/) / Unlimited * [PicFinder](https://picfinder.ai/) / Unlimited
* [Perchance](https://perchance.org/ai-text-to-image-generator), [2](https://perchance.org/ai-photo-generator) / Unlimited * [AIGazou](https://muryou-aigazou.com/) / Unlimited
* [PixArt-alpha](https://huggingface.co/spaces/PixArt-alpha/PixArt-alpha) / Unlimited * [Dreamina](https://dreamina.capcut.com/ai-tool/home) - 50 Daily / Sign-Up Required
* [GetIMG.ai](https://getimg.ai/) / 100 Monthly / [Discord](https://discord.com/invite/5KsUXSzVwS) * [Perchance](https://perchance.org/ai-text-to-image-generator), [2](https://perchance.org/ai-photo-generator) / Unlimited / No Signup
* [getimg.ai](https://getimg.ai/) / 100 Monthly / [Discord](https://discord.com/invite/5KsUXSzVwS)
* [Adobe Firefly](https://firefly.adobe.com/) / 25 Monthly / [Discord](https://discord.com/invite/dJnsV5s8PZ) / Sign-Up Required * [Adobe Firefly](https://firefly.adobe.com/) / 25 Monthly / [Discord](https://discord.com/invite/dJnsV5s8PZ) / Sign-Up Required
* [FLUXPro](https://fluxpro.art/) / 50 Weekly / [Discord](https://discord.gg/YMmUAvtRva) * [Aitubo](https://app.aitubo.ai/) / 25 Daily / [Discord](https://discord.gg/qTu6YsRn7F)
* [AITurbo](https://app.aitubo.ai/) / 25 Daily / [Discord](https://discord.gg/qTu6YsRn7F) * [Poe](https://poe.com/) / 2-15 Daily / # Required / [Discord](https://discord.com/invite/joinpoe)
* [Moescape](https://moescape.ai/) / 15 Daily * [Maze Guru](https://maze.guru/gallery) / 12 Daily / [Discord](https://discord.com/invite/maze-guru-ai-art-anime-social-1007166914801434634)
* [Maze.guru](https://maze.guru/gallery) / 12 Daily * [PixAI](https://pixai.art/) / 5 Daily / [Discord](https://discord.com/invite/pixai)
* [PixAI](https://pixai.art/) / 10 Daily * [FluxPro](https://fluxpro.art/) / 1 Daily / [Discord](https://discord.gg/YMmUAvtRva)
* [HotPot](https://hotpot.ai/) * [Hotpot](https://hotpot.ai/) / 75 Daily / No Signup
* [Glif](https://glif.app/) * [Glif](https://glif.app/) / 20 Daily / No Signup / [Discord](https://discord.gg/nuR9zZ2nsh)
* [AlpacaML](https://www.alpacaml.com/) - AI Powered Canvas * [Krea](https://www.krea.ai/) - 10 Daily / No Signup / [Discord](https://discord.gg/rJurUAR8Kz)
* [MemeCam](https://www.memecam.io/) - AI Meme Generator * [MemeCam](https://www.memecam.io/) - AI Meme Generator
* [Mobians](https://mobians.ai/) - Sonic Image Generator * [Artoons](https://artoons.vercel.app/) - Cartoon Style Generator / [GitHub](https://github.com/sujjeee/artoons)
* [Genie](https://lumalabs.ai/genie), [Shap-e](https://github.com/openai/shap-e), [Stable Dreamfusion](https://github.com/ashawkey/stable-dreamfusion) or [ThreeStudio](https://github.com/threestudio-project/threestudio) - 3D Image Generators * [Genie](https://lumalabs.ai/genie) / [Discord](https://discord.com/invite/ASbS3EykXm), [Shap-e](https://github.com/openai/shap-e), [Stable Dreamfusion](https://github.com/ashawkey/stable-dreamfusion) or [threestudio](https://github.com/threestudio-project/threestudio) / [Colab](https://colab.research.google.com/github/threestudio-project/threestudio/blob/main/threestudio.ipynb) / [Discord](https://discord.gg/ejer2MAB8N) - 3D Image Generators
* [Interactive Scenes](https://lumalabs.ai/interactive-scenes) - Generate Interactive Scenes * [Interactive Scenes](https://lumalabs.ai/interactive-scenes) - Generate Interactive Scenes / [Discord](https://discord.com/invite/ASbS3EykXm)
* [IllusionDiffusion](https://huggingface.co/spaces/AP123/IllusionDiffusion) - Illusion Artwork Generator * [Illusion Diffusion](https://huggingface.co/spaces/AP123/IllusionDiffusion) - Illusion Artwork Generator
*** ***
## ▷ Local Frontends ## ▷ Local Frontends
* ⭐ **[Stability Matrix](https://lykos.ai/)** / [GitHub](https://github.com/LykosAI/StabilityMatrix) * ⭐ **[Stability Matrix](https://lykos.ai/)** / [Discord](https://discord.com/invite/TUrgfECxHz) / [GitHub](https://github.com/LykosAI/StabilityMatrix)
* ⭐ **[Automatic1111](https://github.com/AUTOMATIC1111/stable-diffusion-webui)** / [Fork](https://github.com/anapnoe/stable-diffusion-webui-ux), [2](https://github.com/vladmandic/automatic) / [Collab](https://colab.research.google.com/drive/1kw3egmSn-KgWsikYvOMjJkVDsPLjEMzl) / [Photoshop](https://github.com/AbdullahAlfaraj/Auto-Photoshop-StableDiffusion-Plugin) / [Templates](https://github.com/ThereforeGames/unprompted) / [Upscaling](https://github.com/Coyote-A/ultimate-upscale-for-automatic1111), [2](https://github.com/pkuliyi2015/multidiffusion-upscaler-for-automatic1111) * ⭐ **[Invoke](https://invoke-ai.github.io/InvokeAI/) / [GitHub](https://github.com/invoke-ai/InvokeAI)** / [Discord](https://discord.com/invite/ZmtBAhwWhy)
* ⭐ **[InvokeAI](https://invoke-ai.github.io/InvokeAI/) / [GitHub](https://github.com/invoke-ai/InvokeAI)** / [Discord](https://discord.com/invite/ZmtBAhwWhy) * ⭐ **[ComfyUI](https://www.comfy.org/)** / [Subreddit](https://www.reddit.com/r/comfyui/) / [Discord](https://discord.gg/comfyorg) / [GitHub](https://github.com/comfyanonymous/ComfyUI)
* ⭐ **[ComfyUI](https://github.com/comfyanonymous/ComfyUI)**
* ⭐ **[Fooocus](https://github.com/lllyasviel/Fooocus)**, [2](https://github.com/MoonRide303/Fooocus-MRE) / [Colab](https://colab.research.google.com/github/lllyasviel/Fooocus/blob/main/fooocus_colab.ipynb) * ⭐ **[Fooocus](https://github.com/lllyasviel/Fooocus)**, [2](https://github.com/MoonRide303/Fooocus-MRE) / [Colab](https://colab.research.google.com/github/lllyasviel/Fooocus/blob/main/fooocus_colab.ipynb)
* ⭐ **[MochiDiffusion](https://github.com/godly-devotion/MochiDiffusion)** - Stable Diffusion for Mac / [Discord](https://discord.com/invite/x2kartzxGv) * ⭐ **[Mochi Diffusion](https://github.com/MochiDiffusion/MochiDiffusion)** - Stable Diffusion for Mac / [Discord](https://discord.com/invite/x2kartzxGv)
* ⭐ **[DiffusionBee](https://diffusionbee.com/)** - Stable Diffusion for Mac / [GitHub](https://github.com/divamgupta/diffusionbee-stable-diffusion-ui) / [Discord](https://discord.com/invite/t6rC5RaJQn) * ⭐ **[DiffusionBee](https://diffusionbee.com/)** - Stable Diffusion for Mac / [GitHub](https://github.com/divamgupta/diffusionbee-stable-diffusion-ui) / [Discord](https://discord.com/invite/t6rC5RaJQn)
* ⭐ **[Automatic1111](https://github.com/AUTOMATIC1111/stable-diffusion-webui)** / [Fork](https://github.com/anapnoe/stable-diffusion-webui-ux), [2](https://github.com/vladmandic/automatic) / [Colab](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Online-Services#google-colab) / [Photoshop](https://github.com/AbdullahAlfaraj/Auto-Photoshop-StableDiffusion-Plugin) / [Templates](https://github.com/ThereforeGames/unprompted) / [Upscaling](https://github.com/Coyote-A/ultimate-upscale-for-automatic1111), [2](https://github.com/pkuliyi2015/multidiffusion-upscaler-for-automatic1111)
* [StableStudio](https://github.com/Stability-AI/StableStudio) * [StableStudio](https://github.com/Stability-AI/StableStudio)
* [Easy Diffusion](https://stable-diffusion-ui.github.io/) * [Easy Diffusion](https://easydiffusion.github.io/) / [Discord](https://discord.com/invite/u9yhsFmEkB) / [GitHub](https://github.com/easydiffusion/easydiffusion) / [GitHub](https://github.com/easydiffusion/easydiffusion)
* [Makeayo](https://makeayo.com) / [Discord](https://discord.gg/FbdSxdeV8m) * [Makeayo](https://makeayo.com) / [Discord](https://discord.gg/FbdSxdeV8m)
* [Biniou](https://github.com/Woolverine94/biniou) * [biniou](https://github.com/Woolverine94/biniou)
* [Sygil WebUI](https://github.com/Sygil-Dev/sygil-webui) / [Discord](https://discord.com/invite/ttM8Tm6wge) * [Sygil WebUI](https://sygil-dev.github.io/sygil-webui/) / [Colab](https://colab.research.google.com/github/Sygil-Dev/sygil-webui/blob/main/Web_based_UI_for_Stable_Diffusion_colab.ipynb) / [Discord](https://discord.com/invite/ttM8Tm6wge) / [GitHub](https://github.com/Sygil-Dev/sygil-webui)
* [Radiata](https://ddpn08.github.io/Radiata/en/) * [Radiata](https://ddpn08.github.io/Radiata/en/) / [GitHub](https://github.com/ddPn08/Radiata)
* [SD WebUI Forge](https://github.com/lllyasviel/stable-diffusion-webui-forge) * [SD WebUI Forge](https://github.com/lllyasviel/stable-diffusion-webui-forge)
*** ***
## ▷ Guides / Tools ## ▷ Guides / Tools
* 🌐 **[RentrySD](https://rentry.org/RentrySD/)**, **[Pharmapsychotic](https://pharmapsychotic.com/tools.html)**, [Paper2GUI](https://github.com/Baiyuetribe/paper2gui/blob/main/README_en.md), [LocalModelsLinks](https://rentry.org/LocalModelsLinks), [SD Goldmine](https://rentry.org/sdgoldmine), [Akashic](https://github.com/Maks-s/sd-akashic), [sdg-link](https://rentry.org/sdg-link), [SDTools](https://sdtools.org) or [AI Creation Tools](https://docs.google.com/spreadsheets/d/1zYJUM-srhgIA7wrj4Pe4QqepAsHIEC00DydoTPv4PWg/edit#gid=0) - AI Image Resources * 🌐 **[Paper2GUI](https://github.com/Baiyuetribe/paper2gui/blob/main/README_en.md)**, [sdg-link](https://rentry.co/sdg-link), [LocalModelsLinks](https://rentry.org/LocalModelsLinks), [SDTools](https://sdtools.org) or [AI Creation Tools](https://docs.google.com/spreadsheets/d/1zYJUM-srhgIA7wrj4Pe4QqepAsHIEC00DydoTPv4PWg/edit#gid=0) - AI Image Resources
* 🌐 **[CivitAI](https://civitai.com/)** or [Stable Diffusion Models](https://cyberes.github.io/stable-diffusion-models/) - SD Models Index * 🌐 **[Civitai](https://civitai.com/)** - SD Model Index / [Subreddit](https://www.reddit.com/r/civitai/) / [Discord](https://discord.gg/UwX5wKwm6c) / [GitHub](https://github.com/civitai/civitai)
* 🌐 **[PromptMania](https://promptomania.com/)** or [PublicPrompts](https://publicprompts.art/) / [Discord](https://discord.com/invite/jvQJFFFx26) - Prompt Indexes * 🌐 **[promptoMANIA](https://promptomania.com/)** - Prompt Indexes
* ⭐ **[A Traveler's Guide to the Latent Space](https://sweet-hall-e72.notion.site/A-Traveler-s-Guide-to-the-Latent-Space-85efba7e5e6a40e5bd3cae980f30235f)** - AI Art Guide * ⭐ **[A Traveler's Guide to the Latent Space](https://sweet-hall-e72.notion.site/A-Traveler-s-Guide-to-the-Latent-Space-85efba7e5e6a40e5bd3cae980f30235f)** - AI Art Guide
* ⭐ **[CLIP Interrogator](https://huggingface.co/spaces/pharma/CLIP-Interrogator)** / [2](https://huggingface.co/spaces/fffiloni/CLIP-Interrogator-2) - Determine Likely Used Image Prompts * ⭐ **[CLIP Interrogator](https://huggingface.co/spaces/pharma/CLIP-Interrogator)** / [2](https://huggingface.co/spaces/fffiloni/CLIP-Interrogator-2) - Determine Likely Used Image Prompts / [Colab](https://colab.research.google.com/github/pharmapsychotic/clip-interrogator/blob/main/clip_interrogator.ipynb), [2](https://colab.research.google.com/github/pharmapsychotic/clip-interrogator/blob/open-clip/clip_interrogator.ipynb)
* [SD Quickstart](https://redd.it/xvhavo) or [1 Min Stable Diffusion](https://youtu.be/l3JjTDvyVdw) - Stable Diffusion Guides * [SD Dynamic Prompts](https://github.com/adieyal/sd-dynamic-prompts) - Extension for Automatic1111
* [Prompt Llibrary](https://promptlibrary.org/) - Image Prompt Library * [AI Horde](https://stablehorde.net/) - Distributed Network of GPUs running Stable Diffusion / [Interface](https://aqualxx.github.io/stable-ui/), [2](https://tinybots.net/artbot), [3](https://artificial-art.eu/) / [Discord](https://discord.gg/3DxrhksKzn) / [GitHub](https://github.com/Haidra-Org/AI-Horde)
* [SD Dynamic Prompts](https://github.com/adieyal/sd-dynamic-prompts) - Dynamic Prompts Extension * [IOPaint](https://www.iopaint.com/) - Image Fill / Item Removal / [Colab](https://colab.research.google.com/drive/1TKVlDZiE3MIZnAUMpv2t_S4hLr6TUY1d?usp=sharing) / [GitHub](https://github.com/Sanster/IOPaint)
* [Stable Horde](https://stablehorde.net/) - Distributed Network of GPUs running Stable Diffusion / [Interface](https://aqualxx.github.io/stable-ui/), [2](https://tinybots.net/artbot), [3](https://artificial-art.eu/)
* [NOP / WAS](https://colab.research.google.com/drive/1jUwJ0owjigpG-9m6AI_wEStwimisUE17) - AI Image Generation Colab
* [image-mixer-demo](https://huggingface.co/spaces/lambdalabs/image-mixer-demo), [AITransformer](https://aitransformer.net/) - AI Image Transformers
* [Inpaint Anything](https://github.com/geekyutao/Inpaint-Anything) or [Lama Cleaner](https://github.com/Sanster/IOPaint) - Image Fill / Item Removal
* [Unstable Diffusion](https://discord.com/invite/unstablediffusion) - AI Image Community * [Unstable Diffusion](https://discord.com/invite/unstablediffusion) - AI Image Community
* [/r/sdforall](https://www.reddit.com/r/sdforall/) - Stable Diffusion Subreddit
* [TheAlly's Guide](https://civitai.com/models/22881/) - Stable Diffusion Guide
* [StableDiffusion Cheatsheet](https://supagruen.github.io/StableDiffusion-CheatSheet/) - Stable Diffusion Cheatsheet
* [Textard](https://rentry.org/textard) - Textual Inversion Guide
* [The Other](https://rentry.org/59xed3), [DummyLoRA](https://rentry.org/dummylora), [ezlora](https://rentry.org/ezlora), [Dreambooth](https://rentry.org/2chAI_LoRA_Dreambooth_guide_english) or [ora_train](https://rentry.org/lora_train) - SD LoRA Guides
* [SafeTensorsGuide](https://rentry.org/safetensorsguide) - How to Convert .ckpt to .safetensors
* [DummyControlNet](https://rentry.org/dummycontrolnet) - ControlNet Guide
*** ***
@ -369,72 +368,76 @@
# ► Audio Generation # ► Audio Generation
* ⭐ **[MusicGen](https://huggingface.co/spaces/facebook/MusicGen)** - Text to Music AI * ⭐ **[MusicGen](https://huggingface.co/spaces/facebook/MusicGen)** - Text to Music AI / No Signup / [Colab](https://colab.research.google.com/drive/1ECmNEoXk8kvnLEMBMF2LY82E7XmIG4yu) / [GitHub](https://github.com/facebookresearch/audiocraft/blob/main/docs/MUSICGEN.md)
* ⭐ **[Riffusion](https://www.riffusion.com/)** * ⭐ **[Riffusion](https://www.riffusion.com/)** / [Discord](https://discord.gg/riffusion-1053034685590143047)
* ⭐ **[Suno](https://suno.com/)** / [Wiki](https://sunoaiwiki.com/en) * ⭐ **[Suno](https://suno.com/)** / [Guide](https://sunoaiwiki.com/en) / [Discord](https://discord.com/invite/suno)
* [Wolfram Tones](https://tones.wolfram.com/) * [MusicFX](https://labs.google/fx/tools/music-fx) / Region Based
* [StableAudio](https://www.stableaudio.com/) * [WolframTones](https://tones.wolfram.com/) / No Signup
* [Udio](https://www.udio.com/) * [Stable Audio](https://www.stableaudio.com/) / [Discord](https://discord.com/invite/stablediffusion)
* [audio visual generator](https://fredericbriolet.com/avg/) * [Udio](https://www.udio.com/) / [Discord](https://discord.gg/udio)
* [Fake Music Generator](https://www.fakemusicgenerator.com/) * [audio visual generator](https://fredericbriolet.com/avg/) / No Signup
* [Fake Music Generator](https://www.fakemusicgenerator.com/) / No Signup
* [Sonauto](https://sonauto.ai/) / [Discord](https://discord.gg/pfXar3ChH8) * [Sonauto](https://sonauto.ai/) / [Discord](https://discord.gg/pfXar3ChH8)
* [Jingle](https://aidn.jp/jingle/) * [Beatoven.ai](https://www.beatoven.ai/) / [Discord](https://discord.gg/8nXq56wwJM)
* [BeatOven](https://www.beatoven.ai/) * [Waveformer](https://waveformer.replicate.dev/) / [GitHub](https://github.com/fofr/waveformer)
* [Waveformer](https://waveformer.replicate.dev/) * [SOUNDRAW](https://soundraw.io/) / No Signup
* [SoundDraw](https://soundraw.io/) * [AIVA](https://aiva.ai/) / [Discord](https://discordapp.com/invite/ypDnFXN)
* [Aiva](https://aiva.ai/) * [Boomy](https://boomy.com/) / [Discord](https://discord.gg/DNHQXeJegp)
* [Boomy](https://boomy.com/)
* [Melobytes](https://melobytes.com/en) * [Melobytes](https://melobytes.com/en)
* [AI Jukebox](https://huggingface.co/spaces/enzostvs/ai-jukebox) * [AI Jukebox](https://huggingface.co/spaces/enzostvs/ai-jukebox) / No Signup
* [Drum Loop AI](https://www.drumloopai.com/) - Drum Loop Generator * [Pack Generator](https://output.com/products/pack-generator) - Sample Pack Generator
* [MMAudio](https://hkchengrex.com/MMAudio/) - Generate Audio for Silent Videos / [Demo](https://huggingface.co/spaces/hkchengrex/MMAudio) / [Colab](https://colab.research.google.com/drive/1TAaXCY2-kPk4xE4PwKB3EqFbSnkUuzZ8?usp=sharing) / [GitHub](https://github.com/hkchengrex/MMAudio)
* [Drumloop AI](https://www.drumloopai.com/) - Drum Loop Generator
* [WOMBO](https://www.wombo.ai/) - AI Powered Lip Sync * [WOMBO](https://www.wombo.ai/) - AI Powered Lip Sync
*** ***
## ▷ Text to Speech ## ▷ Text to Speech
* 🌐 **[TTS Arena](https://huggingface.co/spaces/TTS-AGI/TTS-Arena)** - Text to Speech Voting / Leaderboards * ⭐ **[Tortoise TTS](https://github.com/neonbjb/tortoise-tts)** / [Demo](https://huggingface.co/spaces/Manmay/tortoise-tts) / No Signup
* ⭐ **[Uberduck](https://uberduck.ai/)** * ⭐ **[Bark](https://huggingface.co/spaces/suno/bark)** / No Signup/ [Colab](https://colab.research.google.com/drive/1eJfA2XUa-mXwdMy7DoYKVYHI1iTd9Vkt?usp=sharing) / [GitHub](https://github.com/suno-ai/bark) / [Discord](https://discord.com/invite/J2B2vsjKuE)
* ⭐ **[WhisperSpeech](https://huggingface.co/spaces/collabora/WhisperSpeech)** - [Discord](https://discord.com/invite/FANw4rHD5E) * [Uberduck](https://uberduck.ai/) / Signup Required / [Discord](https://discord.gg/uberduck-768215836665446480)
* ⭐ **[Tortoise TTS](https://github.com/neonbjb/tortoise-tts)** * [Google Illuminate](https://illuminate.google.com/) - Generate AI Conversations
* ⭐ **[Bark](https://huggingface.co/spaces/suno/bark)** - [GitHub](https://github.com/suno-ai/bark) / [Discord](https://discord.com/invite/J2B2vsjKuE) * [ElevenLabs](https://elevenlabs.io/) / No Signup / [Discord](https://discord.gg/elevenlabs) / [GitHub](https://github.com/elevenlabs)
* [ElevenLabs](https://beta.elevenlabs.io/) / [Discord](https://discord.com/invite/elevenlabs) * [Balabolka](https://www.cross-plus-a.com/bportable.htm) / No Signup
* [Balabolka](https://www.cross-plus-a.com/bportable.htm) * [ttsMP3](https://ttsmp3.com/) / No Signup
* [ttsMP3](https://ttsmp3.com/) * [FakeYou](https://fakeyou.com/) / No Signup / [Discord](https://discord.gg/fakeyou)
* [FakeYou](https://fakeyou.com/) * [Luvvoice](https://luvvoice.com/) / No Signup
* [LuvVoice](https://luvvoice.com/) * [TTSMaker](https://ttsmaker.com/) / No Signup
* [TTSMaker](https://ttsmaker.com/) * [edge-tts](https://github.com/rany2/edge-tts) / No Signup / Python Module
* [TextToSpeech](https://texttospeech.io/) * [Voices](https://www.hailuo.ai/audio/voices)
* [LazyPY](https://lazypy.ro/tts/) * [TextToSpeech.io](https://texttospeech.io/)
* [VoiceCraft](https://github.com/jasonppy/VoiceCraft) * [LazyPy](https://lazypy.ro/tts/) / No Signup / [GitHub](https://github.com/chrisjp/tts)
* [Kokoro TTS](https://huggingface.co/spaces/hexgrad/Kokoro-TTS ) / No Signup / [Source code](https://huggingface.co/hexgrad/Kokoro-82M) / [Discord](https://discord.gg/QuGxSWBfQy) / [GitHub](https://github.com/hexgrad/kokoro)
* [Ondoku](https://ondoku3.com/en/) / No Signup
* [VoiceCraft](https://github.com/jasonppy/VoiceCraft) / [Demo](https://huggingface.co/spaces/pyp1/VoiceCraft_gradio) / [Colab](https://colab.research.google.com/drive/1IOjpglQyMTO2C3Y94LD9FY0Ocn-RJRg6?usp=sharing)
* [EmotiVoice](https://github.com/netease-youdao/EmotiVoice) * [EmotiVoice](https://github.com/netease-youdao/EmotiVoice)
* [Fish Audio](https://fish.audio/) / [Docs](https://diff.fish.audio) / [GitHub](https://github.com/fishaudio/fish-diffusion) * [Fish Audio](https://fish.audio/) / [Discord](https://discord.gg/6t7dUSPV) / [GitHub](https://github.com/fishaudio)
* [Audio-WebUI](https://github.com/gitmylo/audio-webui) * [Audio-WebUI](https://github.com/gitmylo/audio-webui) / No Signup / [Colab](https://colab.research.google.com/github/gitmylo/audio-webui/blob/master/audio_webui_colab.ipynb) / [Discord](https://discord.gg/NB86C3Szkg)
* [Vanilla Voice](https://www.vanillavoice.com/) * [VanillaVoice](https://www.vanillavoice.com/) / No Signup
* [TTSFree](https://ttsfree.com/) * [TTSFree](https://ttsfree.com/) / No Signup
* [Wideo](https://wideo.co/text-to-speech/) * [Wideo](https://wideo.co/text-to-speech/)
* [Lovo ai](https://lovo.ai/) * [LOVO](https://lovo.ai/) / [Discord](https://discord.gg/vWHw5ZKEmk)
* [SoundofText](https://soundoftext.com/) * [SoundofText](https://soundoftext.com/) / No Signup
* [FreeTTS](https://freetts.com/) * [FreeTTS](https://freetts.com/)
* [VoiceMaker](https://voicemaker.in/) * [Voicemaker](https://voicemaker.in/) / No Signup
* [NaturalReaders](https://www.naturalreaders.com/online/) * [NaturalReaders](https://www.naturalreaders.com/online/) / No Signup
* [TTS](https://github.com/coqui-ai/tts) * [TTS](https://github.com/coqui-ai/tts) / [Discord](https://discord.gg/5eXr5seRrv)
* [Clash](https://clash.me/) * [Clash](https://clash.me/)
* [Moe TTS](https://huggingface.co/spaces/skytnt/moe-tts) * [Moe TTS](https://huggingface.co/spaces/skytnt/moe-tts) / No Signup / [Colab](https://colab.research.google.com/drive/14Pb8lpmwZL-JI5Ub6jpG4sz2-8KS0kbS?usp=sharing)
*** ***
## ▷ Voice Change / Clone ## ▷ Voice Change / Clone
* ⭐ **[Applio](https://github.com/IAHispano/Applio)** - Voice Cloning / [Discord](https://discord.com/invite/iahispano) / [Playground](https://applio.org/products/playground) * ⭐ **[Applio](https://applio.org/)** - Voice Cloning / No Signup / [Discord](https://discord.gg/urxFjYmYYh) / [GitHub](https://github.com/IAHispano/Applio)
* ⭐ **[weights.gg](https://www.weights.gg/)** / [Discord](https://discord.gg/aihub) or [Voice Models](https://voice-models.com/) - AI Voice Models and Guides * ⭐ **[Weights](https://www.weights.gg/)** / [Subreddit](https://www.reddit.com/r/weights/) / [Discord](https://discord.gg/weights) or [Voice Models](https://voice-models.com/) / [Discord](https://discord.gg/3WJ8r6Bf5A) - AI Voice Models and Guides
* ⭐ **[RVC V2](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI/blob/main/docs/en/README.en.md)** - RVC V2 Voice Cloning (locally) * ⭐ **[RVC V2](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI/blob/main/docs/en/README.en.md)** - RVC V2 Voice Cloning (locally) / [Colab](https://colab.research.google.com/github/RVC-Project/Retrieval-based-Voice-Conversion-WebUI/blob/main/Retrieval_based_Voice_Conversion_WebUI_v2.ipynb) / [Discord](https://discord.gg/HcsmBBGyVk)
* ⭐ **[voice-changer](https://github.com/w-okada/voice-changer)** - Real-Time Voice Changer (W-Okada) - [Guide](https://rentry.co/VoiceChangerGuide) * ⭐ **[Voice Changer](https://github.com/w-okada/voice-changer/blob/master/docs_i18n/README_en.md)** - Real-Time Voice Changer (W-Okada) / [Guide](https://rentry.co/VoiceChangerGuide) / [Colab](https://colab.research.google.com/github/w-okada/voice-changer/blob/master/Realtime_Voice_Changer_on_Colab.ipynb)
* ⭐ **[Ilaria RVC](https://huggingface.co/spaces/TheStinger/Ilaria_RVC)** - RVC V2 Voice Cloning (Cloud/Colab) * ⭐ **[Ilaria RVC](https://huggingface.co/spaces/TheStinger/Ilaria_RVC)** - RVC V2 Voice Cloning (Cloud/Colab) / No Signup
* [Replay](https://www.tryreplay.io/) - RVC Desktop App * [Replay](https://www.tryreplay.io/) - RVC Desktop App / [Discord](https://discord.gg/A5rgNwDRd4)
* [Clownfish](https://clownfish-translator.com/voicechanger/) - Voice Changer * [Bark Voice Cloning](https://huggingface.co/spaces/kevinwang676/Bark-with-Voice-Cloning) - Voice Cloning / No Signup / [Colab](https://colab.research.google.com/github/KevinWang676/Bark-Voice-Cloning/blob/main/Bark_Voice_Cloning.ipynb) / [GitHub](https://github.com/KevinWang676/Bark-Voice-Cloning)
* [Bark with Voice Clone](https://huggingface.co/spaces/kevinwang676/Bark-with-Voice-Cloning) - Voice Cloning * [RVC Inference HF](https://huggingface.co/spaces/r3gm/RVC_HFv2) - Voice Cloning / No Signup
* [RVC_HFv2](https://huggingface.co/spaces/r3gm/RVC_HFv2) - Voice Cloning
*** ***

File diff suppressed because it is too large Load diff

View file

@ -4,66 +4,15 @@
*** ***
*** ***
# ► Spotify Clients
* ⭐ **[Spotify Desktop](https://www.spotify.com/us/download/)** - Official Client / Use Adblockers Below
* ⭐ **[Spicetify](https://spicetify.app/)** - Modded Client with Adblock Plugins
* [Lofi Rocks](https://www.lofi.rocks/) - Tiny / Minimal Client / [GitHub](https://github.com/dvx/lofi)
* [MooSync](https://moosync.app/) - Feature-Rich Client / [GitHub](https://github.com/Moosync/Moosync)
* [Spotify Web Client](https://open.spotify.com/)
* Web Client Tools - [Enhanced UI](https://senpaihunters.github.io/SpotOn/) / [Lyrics](https://github.com/mantou132/Spotify-Lyrics), [2](https://greasyfork.org/en/scripts/377439)
***
## ▷ Spotify Adblockers
* ⭐ **[SpotX](https://github.com/SpotX-Official/SpotX)** / [Telegram](https://t.me/SpotxCommunity)
* ⭐ **[BlockTheSpot](https://github.com/mrpond/BlockTheSpot)** / [Discord](https://discord.gg/9tCNMFESuC)
* [BurntSushi](https://github.com/OpenByteDev/burnt-sushi)
* [Spotify Adblock Guide](https://redd.it/yme7pf)
* Spotify Mobile Adblock - [Android](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android/#wiki_.25BA_android_audio) / [iOS](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android/#wiki_.25BA_ios_audio)
***
## ▷ Spotify Tools
* ⭐ **[Spicetify](https://spicetify.app/)** - Spotify Themes / Plugins
* ⭐ **Spicetify Tools** - [CLI](https://spicetify.app) / [Addons](https://github.com/3raxton/spicetify-custom-apps-and-extensions) / [Discord](https://discord.gg/VnevqPp2Rr)
* ⭐ **[exportify](https://github.com/watsonbox/exportify)** - Playlist Backup
* ⭐ **[playlists.cloud](https://playlists.cloud/)** or [Trikatuka](http://trikatuka.aknakn.eu/) - Playlist Transfer Tools
* [sptlrx](https://github.com/raitonoberu/sptlrx) or [Versefy](https://versefy.app/) - Lyric Apps
* [Syrics](https://syrics-web-akashrchandran.vercel.app/) - Download Synced Lyrics / [GitHub](https://github.com/akashrchandran/syrics-web)
* [Playlist Randomizer](https://stevenaleong.com/tools/spotifyplaylistrandomizer) - Playlist Randomizer
* [Playlist Sorter](https://www.playlistsorter.com/) - Sort Playlists
* [Timelineify](https://www.timelineify.com/) - Sort Playlists by Release
* [Tagify](https://tagify.me/) - Use Playlists as Tags
* [Share Liked Songs](https://nonnullish.github.io/share-liked-songs/) - Create Shareable Playlist from Liked Songs
* [Skiley](https://skiley.net/) - Playlist Manager
* [Kotify](https://github.com/dzirbel/kotify) - Organize Spotify Music
* [PlaylistProxy](https://playlistproxy.net/) - Create Anonymous Playlists / [GitHub](https://github.com/okanten/playlistproxy.net)
* [Spotlistr](https://www.spotlistr.com/) - Playlist Converter
* [Playlistor](https://playlistor.io/) - Apple Music Playlist Converter
* [SpotifyCloud](https://spotifycloud.zamar-roura.com/) - Playlist Words
* [Spotify Dedup](https://spotify-dedup.com/) - Playlist Song Dedup / [GitHub](https://github.com/JMPerez/spotify-dedup/)
* [Opslagify](https://opslagify.deruever.nl/) - Library Size
* [Album Availability Map](https://kaaes.github.io/albums-availability/) - Check Album Availability
* [Awesome Spotify Stats](https://github.com/rimsiw/awesome-spotify-stats) or [NewTunes](https://newtunes.xyz/) - Listening Stats
* [Spoticulum](https://spoticulum.xyz/) - Spotify Collection Snapshots
* [Chart My Music](https://www.chartmymusic.com/) - Spotify Album Collages
* [Tierify](https://tierify.app/) - Tier Lists
* [Kira](https://kira.vercel.app/) - Browse by Country / [GitLab](https://gitlab.com/timrossback/kira)
* [ListenByLabel](https://www.lbl.fm/) - Browse by Labels
* [spotify-github-profile](https://github.com/kittinan/spotify-github-profile) - GitHub Display
***
# ► Audio Streaming # ► Audio Streaming
## ▷ Streaming Apps ## ▷ Streaming Apps
* ↪️ **[Spotify Clients](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/audio/#wiki_.25BA_spotify_clients)**
* ↪️ **[YouTube Music Mobile](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android/#wiki_.25B7_youtube_music)**
* ⭐ **[Custom YouTube Music](https://th-ch.github.io/youtube-music/)** - YouTube Music Client / [Themes](https://github.com/kerichdev/themes-for-ytmdesktop-player/) * ⭐ **[Custom YouTube Music](https://th-ch.github.io/youtube-music/)** - YouTube Music Client / [Themes](https://github.com/kerichdev/themes-for-ytmdesktop-player/)
* ⭐ **[SpoTube](https://spotube.krtirtho.dev/)** - YouTube Music Client / [GitHub](https://github.com/KRTirtho/spotube) * ⭐ **[SpoTube](https://spotube.krtirtho.dev/)** - Streaming / [GitHub](https://github.com/KRTirtho/spotube)
* [MooSync](https://moosync.app/) - YouTube Music Client / [GitHub](https://github.com/Moosync/Moosync) * [Deezer](https://www.deezer.com/) - Streaming / [HiFi Unlock](https://uhwotgit.fly.dev/uhwot/dzunlock)
* [yewtube](https://github.com/mps-youtube/yewtube) - YouTube Music Client * [yewtube](https://github.com/mps-youtube/yewtube) - YouTube Music Client
* [spmp](https://github.com/toasterofbread/spmp) - YouTube Music Client * [spmp](https://github.com/toasterofbread/spmp) - YouTube Music Client
* [Headset](https://headsetapp.co) - YouTube Music Client * [Headset](https://headsetapp.co) - YouTube Music Client
@ -73,23 +22,25 @@
* [MP3Jam](https://www.mp3jam.org/) - Streaming * [MP3Jam](https://www.mp3jam.org/) - Streaming
* [MellowPlayer](https://colinduquesnoy.gitlab.io/MellowPlayer/) - Streaming * [MellowPlayer](https://colinduquesnoy.gitlab.io/MellowPlayer/) - Streaming
* [Muffon](https://muffon.netlify.app/) - Streaming * [Muffon](https://muffon.netlify.app/) - Streaming
* [Deezer](https://www.deezer.com/) - Streaming / [HiFi Unlock](https://uhwotgit.fly.dev/uhwot/dzunlock)
* [MusicBucket](https://musicbucket.net/) - Track / Share Music / Telegram * [MusicBucket](https://musicbucket.net/) - Track / Share Music / Telegram
* [Mixtape Garden](https://mixtapegarden.com/) - Create / Share Mixtapes * [Mixtape Garden](https://mixtapegarden.com/) - Create / Share Mixtapes
* [JukeboxStar](https://jukeboxstar.com/) or [JukeboxToday](https://jukebox.today/) - Collaborative Streaming / Listening Parties * [JukeboxStar](https://jukeboxstar.com/) or [JukeboxToday](https://jukebox.today/) - Collaborative Streaming / Listening Parties
* [M3Unator](https://github.com/hasanbeder/M3Unator) - Generate M3U Playlists from Open Directories
* /[music streaming/](https://rentry.co/musicstreaming) - Streaming Service Comparisons
*** ***
## ▷ Streaming Sites ## ▷ Streaming Sites
* ⭐ **[YouTube Music](https://music.youtube.com/)**, [Hyperpipe](https://hyperpipe.surge.sh), [Nonoki](https://nonoki.com/music/), [YTMP](https://ytmp.itsvg.in/), [ytify](https://ytify.netlify.app/) or [Spotify One](https://spotfy.one/) - YouTube Music WebUIs * ⭐ **[YouTube Music](https://music.youtube.com/)**, [Hyperpipe](https://hyperpipe.surge.sh), [Nonoki](https://nonoki.com/music/), [ytify](https://ytify.netlify.app/) or [Spotify One](https://spotfy.one/) - YouTube Music WebUIs
* ⭐ **YouTube Music Tools** - [Enhancements](https://themesong.app/), [2](https://github.com/Sv443/BetterYTM) / [Library Delete](https://github.com/apastel/ytmusic-deleter) / [Upload Delete](https://rentry.co/tv4uo) / [Spotify Playlist Import](https://github.com/sigma67/spotify_to_ytmusic), [2](https://github.com/linsomniac/spotify_to_ytmusic) / [Better Lyrics](https://chromewebstore.google.com/detail/better-lyrics-lyrics-for/effdbpeggelllpfkjppbokhmmiinhlmg) * ⭐ **YouTube Music Tools** - [Enhancements](https://themesong.app/), [2](https://github.com/Sv443/BetterYTM) / [Library Delete](https://github.com/apastel/ytmusic-deleter) / [Upload Delete](https://rentry.co/tv4uo) / [Spotify Playlist Import](https://github.com/sigma67/spotify_to_ytmusic), [2](https://github.com/linsomniac/spotify_to_ytmusic), [3](https://www.tunemymusic.com/)
/ [Better Lyrics](https://chromewebstore.google.com/detail/better-lyrics-lyrics-for/effdbpeggelllpfkjppbokhmmiinhlmg)
* ⭐ **[Reddit Music Player](https://reddit.musicplayer.io/)** - Subreddit Music Player * ⭐ **[Reddit Music Player](https://reddit.musicplayer.io/)** - Subreddit Music Player
* ⭐ **[SoundCloud](https://soundcloud.com/)** - User Made Songs / [Spotify Theme](https://userstyles.world/style/5470/soundfy-v3) / [Dark Theme](https://github.com/huds0nx/soundcloud-luna) * ⭐ **[SoundCloud](https://soundcloud.com/)** - User Made Songs / [Spotify Theme](https://userstyles.world/style/16767/) / [Dark Theme](https://github.com/huds0nx/soundcloud-luna)
* **[hate5six](https://hate5six.com/)** - Concert Recordings * [Spotify Web Client](https://open.spotify.com/) - Browser Music
* [Spotify Web Client](https://open.spotify.com/) * [ArtistGrid](https://artistgrid.netlify.app/) - Browser Music
* [Groovesharks](https://groovesharks.org/) - Browser Music * [Groovesharks](https://groovesharks.org/) - Browser Music
* [Last.fm](https://www.last.fm/) - Browser Music * [Last.fm](https://www.last.fm/) - Browser Music / [Tools](https://fmhy.net/audiopiracyguide#last-fm-tools)
* [FreeListenOnline](https://freelistenonline.com/) - Browser Music * [FreeListenOnline](https://freelistenonline.com/) - Browser Music
* [Audiomack](https://audiomack.com/) - Browser Music * [Audiomack](https://audiomack.com/) - Browser Music
* [Pandora](https://www.pandora.com/) - Browser Music * [Pandora](https://www.pandora.com/) - Browser Music
@ -97,22 +48,27 @@
* [Jamendo](https://www.jamendo.com/) - Browser Music * [Jamendo](https://www.jamendo.com/) - Browser Music
* [SoundClick](https://www.soundclick.com/default.cfm) - Browser Music * [SoundClick](https://www.soundclick.com/default.cfm) - Browser Music
* [Mixupload](https://mixupload.com/) - Browser Music * [Mixupload](https://mixupload.com/) - Browser Music
* [zvu4no](https://zvu4no.org/) - Browser Music
* [Tancpol](https://tancpol.net/) - Browser Music * [Tancpol](https://tancpol.net/) - Browser Music
* [musify](https://musify.club/) - Browser Music * [musify](https://musify.club/) - Browser Music
* [DMO](https://dance-music.org/) - Electronic * [DMO](https://dance-music.org/) - Electronic
* [365 Radio](https://365.ilysm.nl/) - List of DJ Channels
* [Mixing.dj](https://mixing.dj/) - DJ Mixes * [Mixing.dj](https://mixing.dj/) - DJ Mixes
* [OldSkoolMP3](https://oldskoolmp3.com/OldSkool/) - Oldschool Electronic
* [Vapor Archive](https://vaporarchive.neocities.org/) - Vaporwave * [Vapor Archive](https://vaporarchive.neocities.org/) - Vaporwave
* [Keygen Music](https://keygenmusic.tk/) - Keygen Music * [Keygen Music](https://keygenmusic.tk/) - Keygen Music
* [hypem](https://hypem.com/popular) - Rising * [hypem](https://hypem.com/popular) - Rising
* [The Urban Emporium](https://www.youtube.com/@theurbanemporium204/playlists) - Hip Hop * [The Urban Emporium](https://www.youtube.com/@theurbanemporium204/playlists) - Hip Hop
* [DatPiff](https://datpiff.com/) - Hip Hop / Mixtapes
* [MixtapeMonkey](https://mixtapemonkey.com/) - Hip Hop / Mixtapes / [Discord](https://discord.gg/4Vsb73fQgd)
* [CitizenFreak](https://citizenfreak.com/) - Canadian Music * [CitizenFreak](https://citizenfreak.com/) - Canadian Music
* [Irama Nusantara](https://www.iramanusantara.org/en) - Indonesian Music
* [Dream of the 90s](https://www.youtube.com/@Dreamofthe90s/playlists) - Obscure 90s * [Dream of the 90s](https://www.youtube.com/@Dreamofthe90s/playlists) - Obscure 90s
* [OperaOnVideo](https://www.operaonvideo.com/) - Opera Recordings * [OperaOnVideo](https://www.operaonvideo.com/) - Opera Recordings
* [Classical Music Only](https://classicalmusiconly.com/) or [musopen](https://musopen.org/music/) - Classical Music * [Classical Music Only](https://classicalmusiconly.com/) or [musopen](https://musopen.org/music/) - Classical Music
* [Bandcamp](https://bandcamp.com/tag/free-music?tab=all_releases) - Free Music Release Platform / [Frontend](https://codeberg.org/sun/Tent) * [Bandcamp](https://bandcamp.com/tag/free-music?tab=all_releases) - Free Music Release Platform
* [Mirlo](https://mirlo.space/) - Free Music Release Platform * [Mirlo](https://mirlo.space/) - Free Music Release Platform
* [Audius](https://audius.co/) - User Made Music Platform * [Newground Audio](https://www.newgrounds.com/audio) - User-Made Electronic Music
* [Audius](https://audius.co/) - User Made Music
* [AudionautiX](https://audionautix.com/) - Mood-Based Streaming * [AudionautiX](https://audionautix.com/) - Mood-Based Streaming
* [Neko Network](https://live.neko-network.net/) - Anime Music Videos * [Neko Network](https://live.neko-network.net/) - Anime Music Videos
* [Youtaite](https://www.youtaite.com/) - Youtaite Resources / Songs * [Youtaite](https://www.youtaite.com/) - Youtaite Resources / Songs
@ -123,14 +79,36 @@
* [Musico](https://www.musi-co.com/listen/) - AI Generated Songs * [Musico](https://www.musi-co.com/listen/) - AI Generated Songs
* [BitMidi](https://bitmidi.com/) - Stream / Download MIDI Files * [BitMidi](https://bitmidi.com/) - Stream / Download MIDI Files
* [Tasso Music](https://www.tassomusic.org/) - Early Modern Music * [Tasso Music](https://www.tassomusic.org/) - Early Modern Music
* [i78s](https://i78s.org/), [UCSB Cylinders](https://cylinders.library.ucsb.edu/index.php), [CLPGS](https://www.clpgs.org.uk/), [Tinfoil](http://www.tinfoil.com/), [Phonobase](http://www.phonobase.org/index.php?langue=en), [American Historical Recordings](https://adpprod2.library.ucsb.edu/) or [Archeophone](https://www.archeophone.org/windex.php) - Phonograph / Gramophone Recordings * [i78s](https://i78s.org/), [UCSB Cylinders](https://cylinders.library.ucsb.edu/index.php), [CLPGS](https://www.clpgs.org.uk/), [Tinfoil](http://www.tinfoil.com/) or [American Historical Recordings](https://adpprod2.library.ucsb.edu/) - Phonograph / Gramophone Recordings
* [FirstSounds](https://www.firstsounds.org/) - Oldest Music Recordings * [FirstSounds](https://www.firstsounds.org/) - Oldest Music Recordings
* [Russian Records](https://www.russian-records.com/) - Russian Record Recordings * [Russian Records](https://www.russian-records.com/) - Russian Record Recordings
* [Measuring Polyphony](https://measuringpolyphony.org/) - Digital Encoding of Late Medieval Music * [Measuring Polyphony](https://measuringpolyphony.org/) - Digital Encoding of Late Medieval Music
* [DigLib](https://diglib.library.vanderbilt.edu/ama-browse.pl) - East African Recordings * [DigLib](https://diglib.library.vanderbilt.edu/ama-browse.pl) - East African Recordings
* [Tabletop Audio](https://tabletopaudio.com/) - Ambient Downloadable/Streamable Audio for Tabletop Games * [Tabletop Audio](https://tabletopaudio.com/) - Ambient Downloadable/Streamable Audio for Tabletop Games
* [Openwhyd](https://openwhyd.org/) - Music Sharing Community / [Chrome](https://chromewebstore.google.com/detail/openwhyd-%E2%9C%9A-track/foohaghobcolamikniehcnnijdjehfjk) * [Openwhyd](https://openwhyd.org/) - Music Sharing Community / [Chrome](https://chromewebstore.google.com/detail/openwhyd-%E2%9C%9A-track/foohaghobcolamikniehcnnijdjehfjk)
***
## ▷ Concerts / Live Shows
* ⭐ **[hate5six](https://hate5six.com/)** - Concert Recordings
* [JamBase](https://www.jambase.com/videos) - Concert Recordings
* [bt.etree](https://bt.etree.org/) - Concert Recordings / Torrents
* [DimeADozen](http://www.dimeadozen.org/) - Concert Recordings / Torrents
* [TheTradersDen](http://www.thetradersden.org/) - Concert Recordings / Torrents
* [etreedb](https://etreedb.org/) - Concert Recordings / Torrents
* [MuseBootlegs](https://www.musebootlegs.com/) - Bootleg Concert Recordings / Torrents
* [LiveBootlegConcert](https://livebootlegconcert.blogspot.com/) - Bootleg Concert Recordings / Torrents
* [Guitars101](https://www.guitars101.com/) - Live Guitar Songs
* [EDMLiveSet](https://www.edmliveset.com/) or [TopDJMixes](https://topdjmixes.com/) - DJ Mixes / Livesets
* [Volume](https://volume.com/) - Live Cam Concerts * [Volume](https://volume.com/) - Live Cam Concerts
* [ConcertArchives](https://www.concertarchives.org/) - Concert Tracking / Database
* [SongKick](https://www.songkick.com/), [ConcertArchives](https://www.concertarchives.org/) or [FindYourFest](https://www.findyourfest.com/) - Find Concerts / Music Festivals
* [Cadenza](http://www.cadenza.org/) - Find Classical / Contemporary Concerts
* [WorldConcertHall](https://www.worldconcerthall.com/en/schedule-list/) - Concert Hall / Opera House Live Streams
* [ToolDriveProject](https://tooldriveproject.net/) - Tool Bootleg Recording
* [Phish.in](https://phish.in/) - Phish Bootleg Recording / [Mobile](https://play.google.com/store/apps/details?id=never.ending.splendor) / [Discord](https://discord.gg/KZWFsNN)
* [setlist.fm](https://www.setlist.fm/) - Setlist Database
*** ***
@ -138,13 +116,13 @@
* ↪️ **[Radio Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_radio_streaming_sites)** * ↪️ **[Radio Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_radio_streaming_sites)**
* ↪️ **[Android](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_android_podcasts_.2F_radio) / [iOS](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_ios_podcasts_.2F_radio)** - Podcast / Radio Apps * ↪️ **[Android](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_android_podcasts_.2F_radio) / [iOS](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_ios_podcasts_.2F_radio)** - Podcast / Radio Apps
* ⭐ **[Drive n Listen](https://drivenlisten.com/)** or [Drive & Listen](https://driveandlisten.herokuapp.com/) - Radio Driving Simulators * ⭐ **[Drive n Listen](https://drivenlisten.com/)** - Radio Driving Simulators
* ⭐ **[Daft Punk Cafe](https://daftpunk.cafe/)** - Daft Punk Radio
* [iHeartRadio](https://www.iheart.com/), [Mixcloud](https://www.mixcloud.com/), [myTuner](https://mytuner-radio.com/), [TuneIn](https://tunein.com/) or [Zeno](https://zeno.fm/) - Podcasts / Radio * [iHeartRadio](https://www.iheart.com/), [Mixcloud](https://www.mixcloud.com/), [myTuner](https://mytuner-radio.com/), [TuneIn](https://tunein.com/) or [Zeno](https://zeno.fm/) - Podcasts / Radio
* [Archive.org](https://archive.org/details/audio?&sort=-downloads&page=1) - News / Classic Radio / Podcasts * [Archive.org](https://archive.org/details/audio?&sort=-downloads&page=1) - News / Classic Radio / Podcasts
* [Dumb Old Time Radio](https://www.dumb.com/oldtimeradio/), [Relic Radio](https://www.relicradio.com/) or [Old Time Radio](https://oldtime.radio/) - Classic Radio * [Dumb Old Time Radio](https://www.dumb.com/oldtimeradio/), [Relic Radio](https://www.relicradio.com/) or [Old Time Radio](https://oldtime.radio/) - Classic Radio
* [Old Time Radio Downloads](https://www.oldtimeradiodownloads.com/) - Classic Radio Downloads * [Old Time Radio Downloads](https://www.oldtimeradiodownloads.com/) - Classic Radio Downloads
* [Braggoscope](https://www.braggoscope.com/) - BBC In Our Time Archive * [Braggoscope](https://www.braggoscope.com/) - BBC In Our Time Archive
* [AudioFilesDrive](https://t.me/AudioFilesDrive) - Radio Drama Downloads
* [radiobot](https://t.me/radiobot) - Radio / Telegram * [radiobot](https://t.me/radiobot) - Radio / Telegram
* [Rekt FM](https://rekt.network/) - Chill / Space / Dark / Horror Synth / EBSM / EDM Radio * [Rekt FM](https://rekt.network/) - Chill / Space / Dark / Horror Synth / EBSM / EDM Radio
* [Nightwave Plaza](https://plaza.one/) - Vaporwave Radio * [Nightwave Plaza](https://plaza.one/) - Vaporwave Radio
@ -159,6 +137,7 @@
* [LISTEN.moe](https://listen.moe/) - K-Pop Radio * [LISTEN.moe](https://listen.moe/) - K-Pop Radio
* [420.moe](https://420.moe/) - 420 Radio * [420.moe](https://420.moe/) - 420 Radio
* [Nectarine](https://www.scenestream.net/demovibes/streams/) - Demo Scene Music Radio * [Nectarine](https://www.scenestream.net/demovibes/streams/) - Demo Scene Music Radio
* [Daft Punk Cafe](https://daftpunk.cafe/) - Daft Punk Radio
* [Radiooooo](https://radiooooo.com/) - Radio / Time Machine * [Radiooooo](https://radiooooo.com/) - Radio / Time Machine
* [Campus FM](https://www.campus-fm.com/) - College Radio * [Campus FM](https://www.campus-fm.com/) - College Radio
* [Listen To The Clouds](https://listentothe.cloud/), [LoFiATC](https://www.lofiatc.com/) or [LiveATC](https://www.liveatc.net/) - Air Traffic Radio Chatter * [Listen To The Clouds](https://listentothe.cloud/), [LoFiATC](https://www.lofiatc.com/) or [LiveATC](https://www.liveatc.net/) - Air Traffic Radio Chatter
@ -175,12 +154,14 @@
## ▷ Podcast Streaming ## ▷ Podcast Streaming
* 🌐 **[Awesome Podcasts](https://github.com/rShetty/awesome-podcasts)** - Podcasts for Software Engineers * 🌐 **[Awesome Podcasts](https://github.com/rShetty/awesome-podcasts)** - Podcasts for Software Engineers
* ↪️ **[Android](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_android_podcasts_.2F_radio) / [iOS](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_ios_podcasts_.2F_radio)** - Podcast / Radio Apps
* ⭐ **[Spotify Podcasts](https://open.spotify.com/browse/podcasts)** - Podcasts / [Companion](https://sebschaef.bitbucket.io/podify/) / [RSS](https://github.com/Yetangitu/Spodcast) / [Video Download](https://rentry.co/spotifypodcast) / [Audio Download](https://rentry.co/dlspotifypodcast) * ⭐ **[Spotify Podcasts](https://open.spotify.com/browse/podcasts)** - Podcasts / [Companion](https://sebschaef.bitbucket.io/podify/) / [RSS](https://github.com/Yetangitu/Spodcast) / [Video Download](https://rentry.co/spotifypodcast) / [Audio Download](https://rentry.co/dlspotifypodcast)
* [Podchaser](https://podchaser.com/), [Rephonic](https://rephonic.com/graph) or [Listen Notes](https://www.listennotes.com/) - Podcast Databases / Trackers * [Podchaser](https://podchaser.com/), [Rephonic](https://rephonic.com/graph) or [Listen Notes](https://www.listennotes.com/) - Podcast Databases / Trackers
* [Apple Podcasts](https://podcasts.apple.com/us/home) - Podcasts * [Apple Podcasts](https://podcasts.apple.com/us/home) - Podcasts
* [PodParadise](https://www.podparadise.com/) - Podcasts * [PodParadise](https://www.podparadise.com/) - Podcasts
* [Podbean](https://www.podbean.com/) - Podcasts * [Podbean](https://www.podbean.com/) - Podcasts
* [Podbay](https://podbay.fm/) - Podcasts * [Podbay](https://podbay.fm/) - Podcasts
* [BBC Podcasts](https://www.bbc.co.uk/sounds/podcasts) - Podcasts / [Downloader](https://github.com/get-iplayer/get_iplayer)
* [podcastindex](https://podcastindex.org/) - Podcasts * [podcastindex](https://podcastindex.org/) - Podcasts
* [player.fm](https://player.fm/) - Podcasts * [player.fm](https://player.fm/) - Podcasts
* [Podcast Republic](https://www.podcastrepublic.net/) - Podcasts * [Podcast Republic](https://www.podcastrepublic.net/) - Podcasts
@ -188,7 +169,7 @@
* [BlogTalkRadio](https://www.blogtalkradio.com/popular) - Podcasts * [BlogTalkRadio](https://www.blogtalkradio.com/popular) - Podcasts
* [Maps.fm](https://maps.fm/) - Find Podcasts from Anywhere * [Maps.fm](https://maps.fm/) - Find Podcasts from Anywhere
* [PodClips](https://podclips.com/) - Podcast Clips * [PodClips](https://podclips.com/) - Podcast Clips
* [podcast-dl](https://github.com/lightpohl/podcast-dl), [PodcastBulkDownloader](https://github.com/cnovel/PodcastBulkDownloader), [PodFetch](https://samtv12345.github.io/PodFetch) or [PodGrab](https://github.com/akhilrex/podgrab) - Podcast Downloaders * [podcast-dl](https://github.com/lightpohl/podcast-dl), [PodcastBulkDownloader](https://github.com/cnovel/PodcastBulkDownloader), [PodFetch](https://samtv12345.github.io/PodFetch), [PodDL](https://github.com/freshe/poddl) or [PodGrab](https://github.com/akhilrex/podgrab) - Podcast Downloaders
* [CPod](https://github.com/z-------------/CPod) - Podcast App * [CPod](https://github.com/z-------------/CPod) - Podcast App
* [PodScripts](https://podscripts.co/) - Podcast Transcript Search * [PodScripts](https://podscripts.co/) - Podcast Transcript Search
* [OpenPodcast](https://openpodcast.dev) - Podcast Analytics * [OpenPodcast](https://openpodcast.dev) - Podcast Analytics
@ -199,20 +180,35 @@
* [JRE Missing](https://www.jremissing.com/) - Tracks Missing JRE Podcasts * [JRE Missing](https://www.jremissing.com/) - Tracks Missing JRE Podcasts
* [Podcatalysts](https://podcatalysts.substack.com/) - Podcast Recommendation Newsletter * [Podcatalysts](https://podcatalysts.substack.com/) - Podcast Recommendation Newsletter
*** ***
## ▷ Ambient / Relaxation ## ▷ Ambient / Relaxation
* ↪️ **[Ambient Sound Mixers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_ambient_sound_mixers)** * ↪️ **[Ambient Sound Mixers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_ambient_sound_mixers)**
* ⭐ **[Rainy Mood](https://www.rainymood.com/)**, [Rainbow Hunt](https://rainbowhunt.com/), [Pluvior](https://pluvior.com/), [rainfor.me](https://rainfor.me/), [Raining.fm](https://raining.fm/) or [Rainyscope](https://rainyscope.com/) - Ambient Rain * ↪️ **[Android](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android/#wiki_.25B7_android_relaxation)** / **[iOS](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android/#wiki_.25B7_ios_relaxation)** - Ambient / Relaxation Mobile Apps
* ⭐ **[lofi.cafe](https://www.lofi.cafe/)**, **[Chillhop](https://chillhop.com/)**, [Moon Phase Radio](https://www.moonphaseradio.com/), [Ambient Sleeping Pill](https://ambientsleepingpill.com/), [Ambicular](https://ambicular.com/), [Lofi Music](https://lofimusic.app/), [Loofi](https://loofi.netlify.app/ ), [lofi](https://lofi.co/), [Lofi Club](https://loficlub.vercel.app/), [Lofi Limo](https://lofi.limo/), [DevTunes FM](https://radio.madza.dev/) or [Moss Garden](https://moss.garden/) - Lofi Radio * ⭐ **[Drone Zone](https://somafm.com/player/#/now-playing/dronezone)** or **[Music For Programming](https://musicforprogramming.net/latest/)** - Ambient Playlists
* ⭐ **[Music For Programming](https://musicforprogramming.net/latest/)** - Ambient Playlists
* ⭐ **[CityHop](https://www.cityhop.cafe/)** or [Japan Walkaround](https://thatguyedd.github.io/) - Lofi Radio / City Walks * ⭐ **[CityHop](https://www.cityhop.cafe/)** or [Japan Walkaround](https://thatguyedd.github.io/) - Lofi Radio / City Walks
* ⭐ **[Coding Cat](https://hostrider.com/)** - Lofi Radio / Nyan Cat's Cousin * ⭐ **[Coding Cat](https://hostrider.com/)** - Lofi Radio / Nyan Cat's Cousin
* ⭐ **[HaloMe](https://halome.nu/)** - Halo Menu Screens * ⭐ **[HaloMe](https://halome.nu/)** - Halo Menu Screens
* ⭐ **[Chillhop](https://chillhop.com/)** - Lofi Radio
* ⭐ **[Rainy Mood](https://www.rainymood.com/)** - Ambient Rain
* [FlowTunes](https://www.flowtunes.app/) - Lofi + Focus Radio / Ambient Sounds
* [Petrichoir](https://petrichoir.app/) - Lofi Radio / Ambient Sounds
* [Rainbow Hunt](https://rainbowhunt.com/) - Ambient Rain
* [Pluvior](https://pluvior.com/), [rainfor.me](https://rainfor.me/) - Ambient Rain
* [Raining.fm](https://raining.fm/) - Ambient Rain
* [Rainyscope](https://rainyscope.com/) - Ambient Rain
* [Moon Phase Radio](https://www.moonphaseradio.com/) - Lofi Radio
* [Lofi Cafe](https://www.loficafe.net/) - Lofi Radio
* [Ambient Sleeping Pill](https://ambientsleepingpill.com/) - Lofi Radio
* [Ambicular](https://ambicular.com/) - Lofi Radio
* [Lofi Music](https://lofimusic.app/) - Lofi Radio
* [Loofi](https://loofi.netlify.app/) - Lofi Radio
* [lofi.cafe](https://www.lofi.cafe/) - Lofi Radio
* [Lofi Club](https://loficlub.vercel.app/) - Lofi Radio
* [Lofi Limo](https://lofi.limo/) - Lofi Radio
* [DevTunes FM](https://radio.madza.dev/) - Lofi Radio
* [Moss Garden](https://moss.garden/) - Lofi Radio
* [Relaxing Sounds](https://unifycosmos.com/relaxing-sounds/), [Calmsound](https://www.calmsound.com/), [Click Relax](https://click-relax.com/), [Moszen](https://www.moszen.com/), [Zen Sounds](https://app.zenflowchart.com/zen-sounds) or [NoisyLoop](https://noisyloop.com/) - Ambient Soundscapes * [Relaxing Sounds](https://unifycosmos.com/relaxing-sounds/), [Calmsound](https://www.calmsound.com/), [Click Relax](https://click-relax.com/), [Moszen](https://www.moszen.com/), [Zen Sounds](https://app.zenflowchart.com/zen-sounds) or [NoisyLoop](https://noisyloop.com/) - Ambient Soundscapes
* [lofi-player](https://magenta.tensorflow.org/lofi-player), [2](https://magenta.github.io/lofi-player/) - Create Room / Lofi Player * [lofi-player](https://magenta.tensorflow.org/lofi-player), [2](https://magenta.github.io/lofi-player/) - Create Room / Lofi Player
* [Wisdom Tree](https://github.com/HACKER097/wisdom-tree/) - TUI Concentration App * [Wisdom Tree](https://github.com/HACKER097/wisdom-tree/) - TUI Concentration App
@ -223,9 +219,71 @@
* [Ambient Mixer](https://www.ambient-mixer.com/) - User-Made Soundscapes * [Ambient Mixer](https://www.ambient-mixer.com/) - User-Made Soundscapes
* [ChillOuts](http://www.chillouts.com/) - Meditation Aid * [ChillOuts](http://www.chillouts.com/) - Meditation Aid
* [You are Listening To LA](http://youarelistening.to/) - Ambient City Sounds & Live LAPD Police Radio * [You are Listening To LA](http://youarelistening.to/) - Ambient City Sounds & Live LAPD Police Radio
* [TheWhiteNoiseMachine](https://thewhitenoisemachine.com/) - White Noise Generator
* [Listen to Wikipedia](http://listen.hatnote.com/) - Wikipedia Recent Changes Feed Sounds * [Listen to Wikipedia](http://listen.hatnote.com/) - Wikipedia Recent Changes Feed Sounds
*** ***
# ► Spotify Clients
* ⭐ **[Spotify Desktop](https://www.spotify.com/us/download/)** - Official Client / Use Adblockers Below
* ⭐ **[Spicetify](https://spicetify.app/)** - Modded Client with Adblock Plugins / [Use Pre-1.2.53 Clients](https://docs.google.com/spreadsheets/d/1wztO1L4zvNykBRw7X4jxP8pvo11oQjT0O5DvZ_-S4Ok/)
* [Lofi Rocks](https://www.lofi.rocks/) - Tiny / Minimal Client / [GitHub](https://github.com/dvx/lofi)
* [Spotify Web Client](https://open.spotify.com/) / [Enhanced UI](https://senpaihunters.github.io/SpotOn/) / [Lyrics](https://github.com/mantou132/Spotify-Lyrics), [2](https://greasyfork.org/en/scripts/377439)
***
## ▷ Spotify Adblockers
* ⭐ **[SpotX](https://github.com/SpotX-Official/SpotX)** / [Telegram](https://t.me/SpotxCommunity)
* ⭐ **[BlockTheSpot](https://github.com/mrpond/BlockTheSpot)** / [Discord](https://discord.gg/9tCNMFESuC)
* [BurntSushi](https://github.com/OpenByteDev/burnt-sushi)
* [Spotify Adblock Guide](https://redd.it/yme7pf)
* Spotify Mobile Adblock - [Android](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android/#wiki_.25BA_android_audio) / [iOS](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android/#wiki_.25BA_ios_audio)
***
## ▷ Spotify Playlists
* ↪️ **[Spotify Playlist Generators](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage/#wiki_spotify_playlist_generators)**
* ⭐ **[exportify](https://exportify.app/)** / [GitHub](https://github.com/watsonbox/exportify) or [spotify-backup](https://github.com/caseychu/spotify-backup) - Playlist Backup
* ⭐ **[playlists.cloud](https://playlists.cloud/)** or [Trikatuka](http://trikatuka.aknakn.eu/) - Playlist Transfer Tools
* [Skiley](https://skiley.net/) or [Kotify](https://github.com/dzirbel/kotify) - Playlist Managers
* [Playlist Sorter](https://www.playlistsorter.com/) or [SortYourMusic](http://sortyourmusic.playlistmachinery.com/) / [GitHub](https://github.com/plamere/SortYourMusic) - Sort Playlists
* [Timelineify](https://www.timelineify.com/) - Sort Playlists by Release
* [Spotify Dedup](https://spotify-dedup.com/) - Remove Duplicates in Playlists / [GitHub](https://github.com/JMPerez/spotify-dedup/)
* [Tagify](https://tagify.me/) - Use Playlists as Tags
* [Share Liked Songs](https://nonnullish.github.io/share-liked-songs/) - Create Shareable Playlist from Liked Songs
* [PlaylistProxy](https://playlistproxy.net/) - Create Anonymous Playlists / [GitHub](https://github.com/okanten/playlistproxy.net)
* [Spotlistr](https://www.spotlistr.com/) - Playlist Converter
* [Playlistor](https://playlistor.io/) - Apple Music Playlist Converter
* [Playlist Randomizer](https://stevenaleong.com/tools/spotifyplaylistrandomizer) - Playlist Randomizer
* [XM Playlist](https://xmplaylist.com/) - XM Radio Spotify Playlists
* [Spotify Playlist Archive](https://spotifyplaylistarchive.com/) - Archive of Official Spotify Playlists
* [SpotifyCloud](https://spotifycloud.zamar-roura.com/) - Playlist Words
***
## ▷ Spotify Tools
* ⭐ **[Spicetify](https://spicetify.app/)** - Spotify Themes / Plugins
* ⭐ **Spicetify Tools** - [CLI](https://spicetify.app) / [Addons](https://github.com/3raxton/spicetify-custom-apps-and-extensions) / [Discord](https://discord.gg/VnevqPp2Rr)
* [sptlrx](https://github.com/raitonoberu/sptlrx) or [Versefy](https://versefy.app/) - Lyric Apps
* [Syrics](https://syrics-web-akashrchandran.vercel.app/) - Download Synced Lyrics / [GitHub](https://github.com/akashrchandran/syrics-web)
* [Random Songs](https://random-song.com/) - Play Random Spotify Songs
* [Opslagify](https://opslagify.deruever.nl/) - Library Size
* [Album Availability Map](https://kaaes.github.io/albums-availability/) - Check Album Availability
* [Awesome Spotify Stats](https://github.com/rimsiw/awesome-spotify-stats), [Spotify Stats](https://spotifystats.app/), [Your Spotify](https://github.com/Yooooomi/your_spotify) or [NewTunes](https://newtunes.xyz/) - Listening Stats
* [Chart My Music](https://www.chartmymusic.com/) - Spotify Album Collages
* [Tierify](https://tierify.app/) - Tier Lists
* [CanvasDownloader](https://www.canvasdownloader.com/) - Extract Spotify Canvas Walls
* [Kira](https://kira.vercel.app/) - Browse by Country / [GitLab](https://gitlab.com/timrossback/kira)
* [ListenByLabel](https://www.lbl.fm/) - Browse by Labels
* [spotify-github-profile](https://github.com/kittinan/spotify-github-profile) - GitHub Display
* [ReleaseFeed](https://releasefeed.elomatreb.eu/) - Create Artist RSS Feeds
***
# ► Audio Ripping # ► Audio Ripping
* **Note** - Some sites and tools accept URLs from various streaming sites but only use a particular source (usually YouTube) to get the audio. We've only mentioned a platform if it can directly rip audio from there. * **Note** - Some sites and tools accept URLs from various streaming sites but only use a particular source (usually YouTube) to get the audio. We've only mentioned a platform if it can directly rip audio from there.
@ -234,16 +292,12 @@
## ▷ Audio Ripping Sites ## ▷ Audio Ripping Sites
* ⭐ **[lucida](https://lucida.to/)**, [2](https://lucida.su/) - Multi-Site / 320kb / MP3 / FLAC / [Telegram](https://t.me/lucidahasmusic) / [Discord](https://discord.gg/5EEexMqVuE) * ⭐ **[lucida](https://lucida.to/)**, [2](https://lucida.su/) - Multi-Site / 320kb / MP3 / FLAC / [Auto-Retry](https://greasyfork.org/en/scripts/514514) / [Telegram](https://t.me/lucidahasmusic) / [Discord](https://discord.gg/5EEexMqVuE)
* ⭐ **[DoubleDouble](https://doubledouble.top/)** - [Multi-Site](https://pastebin.com/dPT8aE0R) / 320kb / MP3 / FLAC / [Telegram](https://t.me/+AuKfQGOOLrFlOTZk) / [Important Note](https://rentry.co/LucidaDoubleDouble) * ⭐ **[cobalt](https://cobalt.tools/)** - Youtube / SoundCloud / 320kb / MP3 / Ad-Free / [Instances](https://instances.cobalt.best/) / [Playlist Support](https://playlist.kwiatekmiki.pl/), [2](https://playlist.kwiatekmiki.com/)
* ⭐ **[cobalt](https://cobalt.tools/)** - [Multi-Site](https://github.com/imputnet/cobalt?tab=readme-ov-file#supported-services) / 320kb / MP3 / Ad-Free / [Instances](https://instances.hyper.lol/) * ⭐ **[squid.wtf](https://squid.wtf/)** or [Qobuz-DL](https://www.qobuz-dl.com/) - Deezer / Qobuz / FLAC / [GitHub](https://github.com/QobuzDL/Qobuz-DL)
* ⭐ **[squid.wtf](https://squid.wtf/)**, [2](https://qobuz.vercel.app/) - Deezer / Qobuz / FLAC / [Discord](https://discord.gg/ATjPbzR) * ⭐ **[yet another music server](https://yams.tf/)** - Deezer / Tidal / Qobuz / FLAC / [Discord](https://discord.com/invite/yjkdAc53rj)
* ⭐ **[yet another music server](https://yams.tf/)** - Deezer / Tidal / Qobuz / Spotify / FLAC
* ⭐ **[MP3 Daddy](https://mp3-daddy.com/)** - Deezer / 320kb / MP3 / FLAC
* [EzMP3](https://ezmp3.cc/) - YouTube / 320kb / MP3 / Ad-Free / [Subreddit](https://www.reddit.com/r/EzMP3/)
* [AZMP3](https://azmp3.cc/) - YouTube / 320kb / MP3 / Ad-Free
* [YTiz](https://ytiz.xyz/) - YouTube / SoundCloud / Bandcamp / 128kb / AAC / [GitHub](https://github.com/tizerk/ytiz) * [YTiz](https://ytiz.xyz/) - YouTube / SoundCloud / Bandcamp / 128kb / AAC / [GitHub](https://github.com/tizerk/ytiz)
* [YTMDL](https://ytmdl.deepjyoti30.dev/) - YouTube / 128kb AAC * [AMP3](https://amp3.cc/ ) - YouTube / 320kb
* [Download Bandcamp](https://downloadmusicschool.com/bandcamp/) - Bandcamp / 128kb MP3 * [Download Bandcamp](https://downloadmusicschool.com/bandcamp/) - Bandcamp / 128kb MP3
* [DownloadSound](https://downloadsound.cloud/) - SoundCloud / 128kb MP3 / [Discord](https://discord.com/invite/39bEkYuzrN) * [DownloadSound](https://downloadsound.cloud/) - SoundCloud / 128kb MP3 / [Discord](https://discord.com/invite/39bEkYuzrN)
* [SoundcloudMP3](https://soundcloudmp3.cc/) - SoundCloud / 128kb MP3 * [SoundcloudMP3](https://soundcloudmp3.cc/) - SoundCloud / 128kb MP3
@ -252,49 +306,37 @@
## ▷ Audio Ripping Tools ## ▷ Audio Ripping Tools
* 🌐 **[Music Ripping Guide](https://ori5000.github.io/musicripping.html)** or [MusicDL](https://rentry.org/musicdl) - Downloading / Ripping Guides * ↪️ **[YT-DLP](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_youtube_downloaders)** - YouTube / Multi-Site Downloaders
* ↪️ **[YT-DLP](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_youtube_downloaders)** - YouTube Downloaders * ⭐ **[Soulseek](https://slsknet.org/)** or [Nicotine+](https://nicotine-plus.org/) - Download App / [Stats](https://github.com/mrusse/Slsk-Upload-Stats-Tracker) / [Server App](https://github.com/slskd/slskd) / [Batch DDL](https://github.com/fiso64/slsk-batchdl)
* ⭐ **[Firehawk52](https://rentry.co/FMHYBase64#firehawk)** - Deezer / Qobuz
* ⭐ **[Soulseek](https://slsknet.org/)** or [Nicotine+](https://nicotine-plus.org/) - Download App / [Stats](https://github.com/mrusse/Slsk-Upload-Stats-Tracker) / [Server App](https://github.com/slskd/slskd)
* ⭐ **[Soggfy](https://github.com/Rafiuth/Soggfy)** - Spotify / 160kb Free / 320kb Premium * ⭐ **[Soggfy](https://github.com/Rafiuth/Soggfy)** - Spotify / 160kb Free / 320kb Premium
* [spotDL](https://spotdl.readthedocs.io/en/latest/) - YouTube / SoundCloud / 128kb AAC * ⭐ **[OnTheSpot](https://github.com/justin025/onthespot)** - Multi-Site / 160kb Free / 320kb Premium / [Discord](https://discord.com/invite/hz4mAwSujH)
* [CLSpotify](https://agent255.github.io/clspotifyweb/) - Spotify / 160kb Free / 320kb Premium / [GitHub](https://github.com/agent255/clspotify) - Direct Downloader * [Firehawk52](https://rentry.co/FMHYBase64#firehawk) - Deezer / Qobuz / Tidal / [Discord](https://discord.gg/uqfQbzHj6K) / [Telegram](https://t.me/firehawk52official)
* [Spytify](https://jwallet.github.io/spy-spotify/overview.html) - Spotify / 160kb Free / 320kb Premium * [Votify](https://github.com/glomatico/votify) - Spotify / 160kb Free / 320kb Premium / Requires WVD Keys / [Discord](https://discord.gg/aBjMEZ9tnq)
* [Zotify](https://zotify.xyz/) - Spotify / 160kb Free / 320kb Premium / [Discord](https://discord.gg/Arpx9hunkm) * [streamrip](https://github.com/nathom/streamrip) - Deezer / Tidal / Qobuz / SoundCloud / 128kb Free / FLAC / Use Firehawk52 / [Colab](https://github.com/r-piratedgames/rip)
* [OnTheSpot](https://github.com/justin025/onthespot) - Spotify / 160kb Free / 320kb Premium / [Discord](https://discord.com/invite/hz4mAwSujH) * [Orpheus](https://github.com/yarrm80s/orpheusdl) - Deezer / Qobuz / 128kb Free / FLAC / Use Firehawk52 / [Deezer Module](https://github.com/uhwot/orpheusdl-deezer) / [Qobuz Module](https://github.com/yarrm80s/orpheusdl-qobuz)
* [spotify_sync](https://github.com/jbh-cloud/spotify_sync) - Deezer / 128kb Free / FLAC Premium (Firehawk52) * [SaturnMusic](https://github.com/SaturnMusic/) - Deezer / FLAC / Use Firehawk52
* [streamrip](https://github.com/nathom/streamrip) - Deezer / Tidal / Qobuz / SoundCloud / 128kb Free / FLAC Premium (Firehawk52)/ [Colab](https://github.com/r-piratedgames/rip) * [DeemixFix](https://gitlab.com/deeplydrumming/DeemixFix) or [Deemix Revival](https://github.com/bambanah/deemix) - Deezer / FLAC / Use Firehawk52
* [d-fi](https://notabug.org/sayem314/d-fi) - Deezer / FLAC / Requires Premium (Firehawk52) / [GUI](https://github.com/jaylex32/BeatOn)
* [Orpheus](https://github.com/yarrm80s/orpheusdl) - Deezer / Qobuz / 128kb Free / FLAC Premium / [Deezer Module](https://github.com/uhwot/orpheusdl-deezer) / [Qobuz Module](https://github.com/yarrm80s/orpheusdl-qobuz)
* [SaturnMusic](https://github.com/SaturnMusic/) - Deezer / FLAC / Requires Premium (Firehawk52)
* [DeemixFix](https://gitlab.com/deeplydrumming/DeemixFix) - Deezer / FLAC / Requires Premium (Firehawk52)
* [QobuzDownloaderX-MOD](https://github.com/DJDoubleD/QobuzDownloaderX-MOD) - Qobuz / 128kb Free / FLAC Premium
* [qobuz-dl](https://github.com/vitiko98/qobuz-dl) - Qobuz /128kb Free / FLAC Premium
* [GamDL](https://github.com/glomatico/gamdl) - Apple / FLAC / Requires Premium
* [Murglar](https://murglar.app/) - Deezer / SoundCloud / VK / 320kb MP3 * [Murglar](https://murglar.app/) - Deezer / SoundCloud / VK / 320kb MP3
* [Savify](https://github.com/LaurenceRawlings/savify) - YouTube / SoundCloud / 128kb AAC
* [Spotify-DL](https://github.com/SathyaBhat/spotify-dl) - YouTube / SoundCloud / 128kb AAC
* [spotify-dl](https://github.com/SwapnilSoni1999/spotify-dl) - YouTube / SoundCloud / 128kb AAC
* [FreyrJS](https://github.com/miraclx/freyr-js) - YouTube / 128kb AAC
* [irs](https://github.com/cooperhammond/irs) - YouTube / SoundCloud / Bandcamp / 128kb AAC
* [Shira](https://github.com/KraXen72/shira) - YouTube / SoundCloud / Bandcamp / 128kb AAC * [Shira](https://github.com/KraXen72/shira) - YouTube / SoundCloud / Bandcamp / 128kb AAC
* [yewtube](https://github.com/mps-youtube/yewtube) - YouTube / 128kb AAC * [QobuzDownloaderX-MOD](https://github.com/DJDoubleD/QobuzDownloaderX-MOD) - Qobuz / 128kb Free / FLAC / Use Firehawk52
* [qobuz-dl](https://github.com/vitiko98/qobuz-dl) - Qobuz / 128kb Free / FLAC / Use Firehawk52
* [you-get](https://you-get.org/) - SoundCloud / Bilibili / 128kb MP3 * [you-get](https://you-get.org/) - SoundCloud / Bilibili / 128kb MP3
* [tidal-dl-ng](https://github.com/exislow/tidal-dl-ng) - Tidal / Use Firehawk52
* [GamDL](https://github.com/glomatico/gamdl) - Apple / FLAC / Use Firehawk52
* [BandCamp-DL](https://github.com/iheanyi/bandcamp-dl) - Bandcamp / 128kbp MP3 / [Discord](https://discord.com/invite/nwdT4MP) / Free Only * [BandCamp-DL](https://github.com/iheanyi/bandcamp-dl) - Bandcamp / 128kbp MP3 / [Discord](https://discord.com/invite/nwdT4MP) / Free Only
* [Sharky's EAC Guide](https://docs.google.com/document/d/1b1JJsuZj2TdiXs--XDvuKdhFUdKCdB_1qrmOMGkyveg) - CD Audio Ripping Guide * [Exact Audio Copy](https://www.exactaudiocopy.de/) / [Guide](https://docs.google.com/document/d/1b1JJsuZj2TdiXs--XDvuKdhFUdKCdB_1qrmOMGkyveg) or [Whipper](https://github.com/whipper-team/whipper) - CD / DVD Audio Ripper
* [Exact Audio Copy](https://www.exactaudiocopy.de/) or [Whipper](https://github.com/whipper-team/whipper) - CD / DVD Audio Ripper
* [AccurateRip](http://www.accuraterip.com/) - Verify Ripped Tracks are Error-Free * [AccurateRip](http://www.accuraterip.com/) - Verify Ripped Tracks are Error-Free
*** ***
## ▷ Telegram Bots ## ▷ Telegram Bots
* ⭐ **[BeatSpotBot](https://t.me/BeatSpotBot)** - Deezer / Tidal / Yandex / VK / FLAC * ⭐ **[Glomatico Amazon](https://t.me/GlomaticoAmazonMusicBot)** and **[Glomatico Apple](https://t.me/GlomaticoAppleMusicBot)** - Amazon / Apple / FLAC
* **[Glomatico Amazon](https://t.me/GlomaticoAmazonMusicBot)** and **[Glomatico Apple](https://t.me/GlomaticoAppleMusicBot)** - Amazon / Apple / FLAC / [FAQ](https://rentry.org/glomaticobotfaq) * [BeatSpotBot](https://t.me/BeatSpotBot) - Deezer / Tidal / Yandex / VK / FLAC / 25 Daily
* [JioDLBot](https://t.me/JioDLBot) - JioSaavn / Gaana / FLAC * [JioDLBot](https://t.me/JioDLBot) - JioSaavn / Gaana / FLAC
* [Spotify_download_bot](https://t.me/Spotify_downloa_bot) - YouTube / JioSaavn / 320kb MP3 * [Spotify_download_bot](https://t.me/Spotify_downloa_bot) - YouTube / JioSaavn / 320kb MP3
* [Music_Downloader_Bot_Spotify](https://t.me/Music_Downloader_Bot_Spotify) - Deezer / YouTube / Spotify / 320kb * [Music_Downloader_Bot_Spotify](https://t.me/Music_Downloader_Bot_Spotify) - YouTube / M4A / ACC / 128kb MP3
* [DeezerMusicBot](https://t.me/DeezerMusicBot) - Deezer / 320kb MP3 * [DeezerMusicBot](https://t.me/DeezerMusicBot) - Deezer / 320kb MP3 / FLAC
* [deezload2bot](https://t.me/deezload2bot) - Deezer / 320kb MP3 * [deezload2bot](https://t.me/deezload2bot) - Deezer / 320kb MP3
* [Music_Hunters](https://t.me/MusicsHuntersbot) - Deezer / 320kb MP3 * [Music_Hunters](https://t.me/MusicsHuntersbot) - Deezer / 320kb MP3
* [Motreeb](https://t.me/motreb_downloader_bot) - Spotify / 320kb MP3 * [Motreeb](https://t.me/motreb_downloader_bot) - Spotify / 320kb MP3
@ -303,8 +345,6 @@
* [soundcloudaudiodownloader](https://t.me/soundcloudaudiodownloader) - YouTube / SoundCloud / 128kb MP3 * [soundcloudaudiodownloader](https://t.me/soundcloudaudiodownloader) - YouTube / SoundCloud / 128kb MP3
* [VK Bot](https://t.me/vkmsaverbot), [vkmusbot](https://t.me/vkmusbot) or [Meph Bot](https://t.me/mephbot) - VK / 320kb MP3 * [VK Bot](https://t.me/vkmsaverbot), [vkmusbot](https://t.me/vkmusbot) or [Meph Bot](https://t.me/mephbot) - VK / 320kb MP3
* [Song_downloaderbot](https://t.me/Song_downloaderbot) - JioSaavn / 128kb MP3 * [Song_downloaderbot](https://t.me/Song_downloaderbot) - JioSaavn / 128kb MP3
* [JoeyMusicBot](https://t.me/joeymusicbot) - 320 kb MP3
* [bassmuzic](https://t.me/bassmuzic) - MP3
* [FLAC Musik](https://t.me/flacmuzik) - Bollywood FLAC * [FLAC Musik](https://t.me/flacmuzik) - Bollywood FLAC
* [flacmusics](https://t.me/flacmusics/) - FLAC * [flacmusics](https://t.me/flacmusics/) - FLAC
@ -312,16 +352,15 @@
## ▷ Download Sites ## ▷ Download Sites
* **Note** - Use **[redirect bypassers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25B7_redirect_bypass)** to skip annoying link shorteners. * **Note** - Use **[redirect bypassers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools/#wiki_.25B7_redirect_bypass)** to skip annoying link shorteners.
*** ***
* 🌐 **[Music Education Masterlist](https://rentry.co/FMHYBase64#music-education-masterlist)** * 🌐 **[Music Education Masterlist](https://rentry.co/FMHYBase64#music-education-masterlist)**
* ↪️ **[Royalty Free Music](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_royalty_free_music)** * ↪️ **[Royalty Free Music](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_royalty_free_music)**
* ⭐ **[TrackerHub](https://rentry.co/FMHYBase64#trackerhub)** - Artists Spreadsheet / [Discord](https://discord.gg/trackerhub) * ⭐ **[TrackerHub](https://rentry.co/FMHYBase64#trackerhub)** - Artists Spreadsheet / [Frontend](https://artistgrid.netlify.app/) / [Discord](https://discord.gg/trackerhub)
* ⭐ **[Audio Download CSE](https://cse.google.com/cse?cx=006516753008110874046:ibmyuhh72io)** / [CSE 2](https://cse.google.com/cse?cx=006516753008110874046:ohobg3wvr_w) / [CSE 3](https://cse.google.com/cse?cx=32d85b41e2feacd3f) - Multi-Site Search * ⭐ **[Audio Download CSE](https://cse.google.com/cse?cx=006516753008110874046:ibmyuhh72io)** / [CSE 2](https://cse.google.com/cse?cx=006516753008110874046:ohobg3wvr_w) / [CSE 3](https://cse.google.com/cse?cx=32d85b41e2feacd3f) - Multi-Site Search
* [/r/xTrill](https://reddit.com/r/xTrill) - Download App / [Backup](https://reddit.com/r/xTrillBackup) * [/r/xTrill](https://reddit.com/r/xTrill) - Download App / [Backup](https://reddit.com/r/xTrillBackup)
* [The Last Disaster](https://thelastdisaster.vip/) - Metal / Hardcore / Rock / 320kb / MP3 / FLAC
* [VK::MP3](https://metacpan.org/pod/VK::MP3) - VK MP3 Search Tool * [VK::MP3](https://metacpan.org/pod/VK::MP3) - VK MP3 Search Tool
* [musify](https://musify.club/) - 320kb / MP3 * [musify](https://musify.club/) - 320kb / MP3
* [ccMixter](https://ccmixter.org/) - DL / Stream / 320kb / MP3 * [ccMixter](https://ccmixter.org/) - DL / Stream / 320kb / MP3
@ -330,9 +369,10 @@
* [SongsLover](https://songslover.me/) - 256kb / MP3 * [SongsLover](https://songslover.me/) - 256kb / MP3
* [Freemp3cloud](https://freemp3cloud.com) - 256kb / MP3 * [Freemp3cloud](https://freemp3cloud.com) - 256kb / MP3
* [Ezhevika](https://ezhevika.blogspot.com/) - 192kb / MP3 * [Ezhevika](https://ezhevika.blogspot.com/) - 192kb / MP3
* [Archive.org](https://archive.org/details/audio) - MP3
* [SoundClick](https://www.soundclick.com/default.cfm) - MP3 * [SoundClick](https://www.soundclick.com/default.cfm) - MP3
* [nodata](https://nodata.tv/) - MP3
* [z1.fm](https://z2.fm/) - MP3 * [z1.fm](https://z2.fm/) - MP3
* [nodata](https://nodata.tv/) - MP3
* [Tancpol](https://tancpol.net/) - MP3 * [Tancpol](https://tancpol.net/) - MP3
* [New Album Releases](https://newalbumreleases.net/) - MP3 * [New Album Releases](https://newalbumreleases.net/) - MP3
* [mp3db](https://mp3db.pro/) - MP3 * [mp3db](https://mp3db.pro/) - MP3
@ -341,6 +381,7 @@
* [GloryBeats](https://glorybeats.com/) - MP3 * [GloryBeats](https://glorybeats.com/) - MP3
* [Cliggo](https://music.cliggo.com/) - MP3 * [Cliggo](https://music.cliggo.com/) - MP3
* [Mixupload](https://mixupload.com/) - MP3 * [Mixupload](https://mixupload.com/) - MP3
* [zvu4no](https://zvu4no.org/) - MP3
* [FLAC Attack](https://flacattack.net/) or [Lossless-Music](https://lossless-music.org/) - FLAC * [FLAC Attack](https://flacattack.net/) or [Lossless-Music](https://lossless-music.org/) - FLAC
* [Losslessma](https://losslessma.net/) - FLAC * [Losslessma](https://losslessma.net/) - FLAC
* [FlacMusic](https://www.flacmusic.info/) - FLAC * [FlacMusic](https://www.flacmusic.info/) - FLAC
@ -349,7 +390,6 @@
* [Lossless-FLAC](https://lossless-flac.com/) - FLAC * [Lossless-FLAC](https://lossless-flac.com/) - FLAC
* [DiscogC](https://www.discogc.com/) - FLAC * [DiscogC](https://www.discogc.com/) - FLAC
* [LosslessAlbums](https://losslessalbums.club/) or [HDMusic](https://hdmusic.cc/) - FLAC * [LosslessAlbums](https://losslessalbums.club/) or [HDMusic](https://hdmusic.cc/) - FLAC
* [DocOverBlog](https://docoverblog.blogspot.com/) - FLAC
* [Creamusic](https://creamusic.net/) - FLAC / Bypass Limit with VPN * [Creamusic](https://creamusic.net/) - FLAC / Bypass Limit with VPN
* [QMusic](https://rentry.co/FMHYBase64#qmusic) - MP3 / FLAC * [QMusic](https://rentry.co/FMHYBase64#qmusic) - MP3 / FLAC
* [IntMusic](https://intmusic.net/) - MP3 / FLAC * [IntMusic](https://intmusic.net/) - MP3 / FLAC
@ -364,24 +404,45 @@
* [ThemFire](https://themfire.pro/) - MP3 / FLAC * [ThemFire](https://themfire.pro/) - MP3 / FLAC
* [Music Rider](https://musicrider.org/) - MP3 / FLAC * [Music Rider](https://musicrider.org/) - MP3 / FLAC
* [FindFlac](http://findflac.com/) - FLAC / MP3 / MP4 * [FindFlac](http://findflac.com/) - FLAC / MP3 / MP4
* [iPlusFree](https://www7.iplusfree.org/), [iTDMusic](https://itdmusic.in/) or [Plus Premieres](http://www129.pluspremieres.biz//) - iTunes M4A * [iPlusFree](https://www7.iplusfree.org/), [iTopMusic](https://itopmusicx.com/) or [iTDMusic](https://itdmusic.in/) - iTunes M4A
* [Archive.org](https://archive.org/) - MP3
* [xprm](https://xprm.net/) - MP3 / DL / Stream / Requests * [xprm](https://xprm.net/) - MP3 / DL / Stream / Requests
* [Jimmy R](https://jimmyr.com/mp3_search.php) or [Musgle](http://www.musgle.com/) - Google Directory Search / MP3 * [Jimmy R](https://jimmyr.com/mp3_search.php) or [Musgle](http://www.musgle.com/) - Google Directory Search / MP3
* [SongStems](https://songstems.net/) - STEM Files
* [BitMidi](https://bitmidi.com/), [Geocities Midis](https://archive.org/details/archiveteam-geocities-midi-collection-2009) / [2](https://www.midicities.com/GeoCities), [Tricotism](https://www.tricotism.com/), [ArtScene](http://artscene.textfiles.com/music/midi/) or [VGMusic](https://www.vgmusic.com/) - MIDI Files
* [Free Music Archive](https://www.freemusicarchive.org/), [Unminus](https://www.unminus.com/), [BenSound](https://www.bensound.com/), [HookSounds](https://www.hooksounds.com/), [UppBeat](https://uppbeat.io/), [Soundimage](https://soundimage.org/), [free stock music](https://www.free-stock-music.com/) or [Fugue](https://icons8.com/music) - Royalty Free Music
* [Music Hoarders](https://discord.gg/kQUQkuwSaT) - Music Hoarding Community / [Wiki](https://wiki.musichoarders.xyz/)
***
## ▷ Genre Specific
* [The Last Disaster](https://thelastdisaster.vip/) - Metal / Hardcore / Rock / 320kb / MP3 / FLAC
* [Take Metal](https://takemetal.org/) - Metal / MP3 * [Take Metal](https://takemetal.org/) - Metal / MP3
* [Me-4U](https://me-4u.com/index.php) - Metal / MP3 * [Me-4U](https://me-4u.com/index.php) - Metal / MP3
* [Metalminos](https://metalminos.net/) - Metal / MP3 * [Metalminos](https://metalminos.net/) - Metal / MP3
* [In The Fog](https://in-the-fog.ru/) - Metal / MP3
* [TechnicalDeathMetal](https://technicaldeathmetal.org/) - Metal / MP3 * [TechnicalDeathMetal](https://technicaldeathmetal.org/) - Metal / MP3
* [HeavyMetalRarities](https://heavymetalrarities.com/) - Metal / MP3 * [HeavyMetalRarities](https://heavymetalrarities.com/) - Metal / MP3
* [GetMetal Club](https://getmetal.club/) - Metal / MP3 / FLAC * [GetMetal Club](https://getmetal.club/) - Metal / MP3 / FLAC
* [Nuclear Holocaust](https://nuclear-holocaust.blogspot.com/) - Metal / FLAC * [Nuclear Holocaust](https://nuclear-holocaust.blogspot.com/) - Metal / FLAC
* [The Last Disaster](https://thelastdisaster.vip/) - Metal / Hardcore / Rock / MP3 / FLAC * [We Need Match](https://we-need-match.ru/) - Metal / FLAC / M4A
* [Sophie's Floorboard](https://sophiesfloorboard.blogspot.com/) - Hardcore / MP3 * [Sophie's Floorboard](https://sophiesfloorboard.blogspot.com/) - Hardcore / MP3
* [1Gabba](https://1gabba.pw/), [Gabber](https://gabber.od.ua/), [EDM Lake](https://edmlake.com/), [EDMBoost](https://edmboost.org/), [EDMWaves](https://edmwaves.org/), [MusicFans](https://musicfans.space/), [PSYFP](https://psyfp.ucoz.ru/), [DMO](https://dance-music.org/), [MyPromoSound](https://mypromosound.com/), [ElectronicFresh](https://electronicfresh.com/) - Electronic / MP3 * [1Gabba](https://1gabba.pw/) - Electronic / MP3
* [Gabber](https://gabber.od.ua/) - Electronic / MP3
* [EDM Lake](https://edmlake.com/) - Electronic / MP3
* [EDMBoost](https://edmboost.org/) - Electronic / MP3
* [EDMWaves](https://edmwaves.org/) - Electronic / MP3
* [MusicFans](https://musicfans.space/) - Electronic / MP3
* [PSYFP](https://psyfp.ucoz.ru/) - Electronic / MP3
* [DMO](https://dance-music.org/) - Electronic / MP3
* [MyPromoSound](https://mypromosound.com/) - Electronic / MP3
* [ElectronicFresh](https://electronicfresh.com/) - Electronic / MP3
* [Ektoplazm](https://ektoplazm.com/) - Electronic / MP3 / FLAC * [Ektoplazm](https://ektoplazm.com/) - Electronic / MP3 / FLAC
* [KTI Music](https://ktimusic.blogspot.com/) - Electronic / MP3 / FLAC
* [1Trance](https://1trance.org/) - Trance / MP3 * [1Trance](https://1trance.org/) - Trance / MP3
* [1Techno](https://1techno.org/) - Techno / MP3 * [1Techno](https://1techno.org/) - Techno / MP3
* [GlobalDJMix](https://globaldjmix.com/) - DJ Mixes / MP3 * [GlobalDJMix](https://globaldjmix.com/) - DJ Mixes / MP3
* [EDMLiveSet](https://www.edmliveset.com/) - DJ Mixes / Livesets
* [loa2k](https://loa2k.neocities.org/), [nu guide](https://nuvaporwave.neocities.org/mirrors.html) or [Vaporware.ivan](https://vaporwave.ivan.moe/list/) - Vaporwave * [loa2k](https://loa2k.neocities.org/), [nu guide](https://nuvaporwave.neocities.org/mirrors.html) or [Vaporware.ivan](https://vaporwave.ivan.moe/list/) - Vaporwave
* [inconstant sol](https://inconstantsol.blogspot.com/), [David W. Niven Collection](https://archive.org/details/davidwnivenjazz) or [JazznBlues](https://jazznblues.club/) - Jazz / MP3 * [inconstant sol](https://inconstantsol.blogspot.com/), [David W. Niven Collection](https://archive.org/details/davidwnivenjazz) or [JazznBlues](https://jazznblues.club/) - Jazz / MP3
* [EssentialHouse](https://essentialhouse.club/) - House / MP3 * [EssentialHouse](https://essentialhouse.club/) - House / MP3
@ -389,10 +450,11 @@
* [BurningTheGround](https://burningtheground.net/) - 80s / 90s / FLAC * [BurningTheGround](https://burningtheground.net/) - 80s / 90s / FLAC
* [aboutdisco](https://aboutdiscowithlove.blogspot.com/) - Disco / MP3 * [aboutdisco](https://aboutdiscowithlove.blogspot.com/) - Disco / MP3
* [ProgRockVintage](https://www.progrockvintage.com/) - Classic Rock / MP3 * [ProgRockVintage](https://www.progrockvintage.com/) - Classic Rock / MP3
* [FoggyNotion](https://foggynotion-flac.blogspot.com/) or [FiftiesBeat](https://fiftiesbeat.blogspot.com/) - Classic Music / MP3 / FLAC
* [Classical Music Download](https://classical-music-download.com/) - Classical / FLAC * [Classical Music Download](https://classical-music-download.com/) - Classical / FLAC
* [FoggyNotion](https://foggynotion-flac.blogspot.com/) or [FiftiesBeat](https://fiftiesbeat.blogspot.com/) - Classic Music / MP3 / FLAC
* [chucrute com quiabo](https://rabanetecomquiabo.blogspot.com/) or [MeetingInMusic](https://meetinginmusic.blogspot.com/) - Classical / MP3 * [chucrute com quiabo](https://rabanetecomquiabo.blogspot.com/) or [MeetingInMusic](https://meetinginmusic.blogspot.com/) - Classical / MP3
* [FlatbackAndClassical](http://www.flatblackandclassical.com/) - Classic Indian Music / FLAC * [FlatbackAndClassical](http://www.flatblackandclassical.com/) - Classic Indian Music / FLAC
* [madrotter-treasure-hunt](https://madrotter-treasure-hunt.blogspot.com/) - Indonesian Music
* [Kiddie Records](http://www.kiddierecords.com/) - Classic Children's Records * [Kiddie Records](http://www.kiddierecords.com/) - Classic Children's Records
* [HQ Hip Hop](https://94hiphop.com/) or [GoldHipHop](https://goldhiphop.pro/) - Hip Hop / MP3 / FLAC * [HQ Hip Hop](https://94hiphop.com/) or [GoldHipHop](https://goldhiphop.pro/) - Hip Hop / MP3 / FLAC
* [Rapload](https://rapload.org/) or [HipHopa](https://hiphopa.net/) - Hip Hop / MP3 * [Rapload](https://rapload.org/) or [HipHopa](https://hiphopa.net/) - Hip Hop / MP3
@ -401,15 +463,9 @@
* [The Noise-Arch Archive](https://archive.org/details/noise-arch) - Underground Cassette Tapes * [The Noise-Arch Archive](https://archive.org/details/noise-arch) - Underground Cassette Tapes
* [MusicRepublic](https://music-republic-world-traditional.blogspot.com/) - World / MP3 / FLAC * [MusicRepublic](https://music-republic-world-traditional.blogspot.com/) - World / MP3 / FLAC
* [KPopMusicDownload](https://kpopdownloadscmm.blogspot.com/) - K-Pop / MP3 * [KPopMusicDownload](https://kpopdownloadscmm.blogspot.com/) - K-Pop / MP3
* [MP3JP](https://mp3jp.si/) - Japanese / MP3 / FLAC
* [FondSound](https://www.fondsound.com/) - Experimental / MP3 * [FondSound](https://www.fondsound.com/) - Experimental / MP3
* [Hipstrumentals](https://hipstrumentals.com/) - Instrumentals / MP3 * [Hipstrumentals](https://hipstrumentals.com/) - Instrumentals / MP3
* [MikuDB](https://mikudb.moe/) - Vocaloid / MP3 * [MikuDB](https://mikudb.moe/) - Vocaloid / MP3
* [Guitars101](https://www.guitars101.com/) - Live Audio / Video
* [SongStems](https://songstems.net/) - STEM Files
* [BitMidi](https://bitmidi.com/), [Geocities Midi's](https://archive.org/details/archiveteam-geocities-midi-collection-2009) / [2](https://www.midicities.com/GeoCities), [Tricotism](https://www.tricotism.com/), [ArtScene](http://artscene.textfiles.com/music/midi/) or [VGMusic](https://www.vgmusic.com/) - MIDI Files
* [Free Music Archive](https://www.freemusicarchive.org/), [Unminus](https://www.unminus.com/), [BenSound](https://www.bensound.com/), [HookSounds](https://www.hooksounds.com/), [UppBeat](https://uppbeat.io/), [Soundimage](https://soundimage.org/), [free stock music](https://www.free-stock-music.com/) or [Fugue](https://icons8.com/music) - Royalty Free Music
* [Music Hoarders](https://discord.gg/d4hgc7GCAj) - Music Hoarding Community / [Wiki](https://wiki.musichoarders.xyz/)
*** ***
@ -420,25 +476,21 @@
*** ***
* ↪️ **[General Torrent Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/torrent)** * ↪️ **[General Torrent Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/torrent)**
* ⭐ **[Redacted](https://interviewfor.red/)** - MP3 / FLAC * ⭐ **[Redacted](https://redacted.sh/)** - MP3 / FLAC / [Interviews](https://interviewfor.red/), [2](https://igwiki.lyci.de/wiki/Redacted.sh_Guide)
* ⭐ **[New-Team](https://new-team.org/)** - MP3 / FLAC * ⭐ **[New-Team](https://new-team.org/)** - MP3 / FLAC
* ⭐ **[Orpheus](https://orpheus.network/)** - MP3 / FLAC / [Interviews](https://interview.orpheus.network/) * ⭐ **[Orpheus](https://orpheus.network/)** - MP3 / FLAC / [Interviews](https://interview.orpheus.network/)
* ⭐ **[Redtopia](https://rentry.co/FMHYBase64#redtopia)** - Redtopia Repository / FLAC * ⭐ **[Redtopia](https://rentry.co/FMHYBase64#redtopia)** - Redtopia Repository / FLAC
* ⭐ **[Lidarr](http://lidarr.audio/)** or [Headphones](https://github.com/rembo10/headphones) - Audio Torrent Autodownload * ⭐ **[Lidarr](http://lidarr.audio/)** or [Headphones](https://github.com/rembo10/headphones) - Audio Torrent Autodownload
* ⭐ **[Audio Torrent CSE](https://cse.google.com/cse?cx=006516753008110874046:v75cyb4ci55)** - Multi-Site Search * ⭐ **[Audio Torrent CSE](https://cse.google.com/cse?cx=006516753008110874046:v75cyb4ci55)** - Multi-Site Search
* [DimeADozen](http://www.dimeadozen.org/) - MP3 / FLAC
* [TheTradersDen](http://www.thetradersden.org/) - FLAC
* [TPB Music](https://thepiratebay.org/search.php?q=top100:100) - MP3 / FLAC / **Avoid Software / Games** * [TPB Music](https://thepiratebay.org/search.php?q=top100:100) - MP3 / FLAC / **Avoid Software / Games**
* [HQMusic](http://hqmusic.info/) - FLAC / Signup Required * [TheMixingBowl](https://themixingbowl.org/) - Forum / Mixes / MP3 / Signup Required
* [TheMixingBowl](https://themixingbowl.org/) - MP3 / Signup Required * [Metal Tracker](https://en.metal-tracker.com/) or [RockBox](https://rawkbawx.rocks/) - Metal / MP3 320kb / FLAC
* [Metal Tracker](https://en.metal-tracker.com/) or [RockBox](https://rawkbawx.rocks/) - Metal / MP3
* [BlackTorrent](https://blacktorrent.ru/) or [iPlayMetal](https://metal.iplay.ro/) - Metal / MP3 / FLAC * [BlackTorrent](https://blacktorrent.ru/) or [iPlayMetal](https://metal.iplay.ro/) - Metal / MP3 / FLAC
* [the /kpg/ torrent](https://kpg.neocities.org/) - 800GB+ K-Pop Torrent File * [the /kpg/ torrent](https://kpg.neocities.org/) - 900GB+ K-Pop Torrent File / MP3 320kb / FLAC
* [MixtapeTorrent](http://www.mixtapetorrent.com/) - Mixtapes / MP3 * [MixtapeTorrent](http://www.mixtapetorrent.com/) - Mixtapes / MP3 / Various Bitrates
* [TribalMixed](https://www.tribalmixes.com/) - DJ Mixes / MP3 * [TribalMixes](https://www.tribalmixes.com/) - Forum / DJ Mixes / MP3
* [PandaCD](https://pandacd.io/) - User-Made Music / MP3 * [PandaCD](https://pandacd.io/) - User-Made Music / MP3 / FLAC
* [ZOMB Torrents](http://zombtracker.the-zomb.com/) - Forum * [ZOMB Torrents](http://zombtracker.the-zomb.com/) - Forum
* [bt.etree](https://bt.etree.org/), [etreedb](https://etreedb.org/ ), [LiveBootlegConcert](https://livebootlegconcert.blogspot.com/) or [DreamingTree](https://dreamingtree.org/) - Live Concert Recordings
* [NFO db](https://nfodb.ru/) - MP3 NFO Database * [NFO db](https://nfodb.ru/) - MP3 NFO Database
*** ***
@ -447,16 +499,14 @@
* 🌐 **[EverythingMoe](https://everythingmoe.com/#section-music)**, [2](https://everythingmoe.org/#section-music) - Otaku Music Sites Index / [Discord](https://discord.gg/GuueaDgKdS) * 🌐 **[EverythingMoe](https://everythingmoe.com/#section-music)**, [2](https://everythingmoe.org/#section-music) - Otaku Music Sites Index / [Discord](https://discord.gg/GuueaDgKdS)
* 🌐 **[Wotaku](https://wotaku.wiki/music)** - Otaku Music Index / [Discord](https://discord.gg/vShRGx8ZBC) * 🌐 **[Wotaku](https://wotaku.wiki/music)** - Otaku Music Index / [Discord](https://discord.gg/vShRGx8ZBC)
* ⭐ **[Sitting on Clouds](https://www.sittingonclouds.net/)**, [2](https://sittingonclouds.com/) - Anime / Game Soundtracks / [Discord](https://discord.com/invite/x23SFbE) / [.onion](http://cloudscbr2l7prtthmz5jk5hxpndisu4ohqytsri5vyua3ksfswl7gyd.onion/)
* ⭐ **[Squidify](https://www.squidify.org)** - Game / Anime Soundtracks / [Resources](https://wotaku.wiki/guides/music/squidify) * ⭐ **[Squidify](https://www.squidify.org)** - Game / Anime Soundtracks / [Resources](https://wotaku.wiki/guides/music/squidify)
* ⭐ **[Sitting on Clouds](https://www.sittingonclouds.net/)**, [2](https://sittingonclouds.com/) - Anime / Game Soundtracks / [Discord](https://discord.com/invite/x23SFbE) / [.onion](http://cloudscbr2l7prtthmz5jk5hxpndisu4ohqytsri5vyua3ksfswl7gyd.onion/)
* [MusicDex](https://musicdex.org/) - Anime Soundtracks / [Discord](https://discord.gg/yCXJkbdCHt) * [MusicDex](https://musicdex.org/) - Anime Soundtracks / [Discord](https://discord.gg/yCXJkbdCHt)
* [3ost](https://3ost.ru/), [joshw](https://pc.joshw.info/) / [Search](https://vgm.hcs64.com/) or [tanikal](https://www.tanikal.com/) - Soundtracks * [3ost](https://3ost.ru/), [joshw](https://pc.joshw.info/) / [Search](https://vgm.hcs64.com/) or [tanikal](https://www.tanikal.com/) - Soundtracks
* [RenovationRecords](https://renovatiorecords.blogspot.com/) - HQ Movies Soundtracks * [RenovationRecords](https://renovatiorecords.blogspot.com/) - HQ Movies Soundtracks
* [GTA Radio Stations Music](https://rentry.co/FMHYBase64#gta-radio-stations) - GTA Radio Stations
* [Animal Crossing Radio](https://animal-crossing-radio.com/) - Animal Crossing Radio * [Animal Crossing Radio](https://animal-crossing-radio.com/) - Animal Crossing Radio
* [AniPlaylist](https://aniplaylist.com/), [SakuraOST](https://www.sakuraost.com/), [HiyoriOST](https://www.hiyoriost.com/), [OSAnime](https://osanime.com/) or [Anime Sharing](https://koe.anime-sharing.com/) - Anime Soundtracks * [AniPlaylist](https://aniplaylist.com/), [SakuraOST](https://www.sakuraost.com/), [HiyoriOST](https://www.hiyoriost.com/), [OSAnime](https://osanime.com/) or [Anime Sharing](https://koe.anime-sharing.com/) - Anime Soundtracks
* [OtakuOst](https://otakuost.net/) - Anime Soundtracks & Japanese Music * [OtakuOst](https://otakuost.net/) - Anime Soundtracks & Japanese Music
* [KDramaOST](https://kdramaost.com/en) - Asian Drama Soundtracks
* [Doujin Cafe (Discord)](https://discord.com/invite/doujincafe) or [DoujinStyle](https://doujinstyle.com/) / [Discord](https://discord.com/invite/z2QDFdA) - Doujin Music * [Doujin Cafe (Discord)](https://discord.com/invite/doujincafe) or [DoujinStyle](https://doujinstyle.com/) / [Discord](https://discord.com/invite/z2QDFdA) - Doujin Music
*** ***
@ -475,10 +525,10 @@
* [RPGGamers Radio](http://www.rpgamers.net/radio/) - Game Music Radio * [RPGGamers Radio](http://www.rpgamers.net/radio/) - Game Music Radio
* [VGMRadio](https://vgmradio.com/) - Game Music Radio * [VGMRadio](https://vgmradio.com/) - Game Music Radio
* [VGM](https://vgm.mmosvc.com/) - Game Music Radio * [VGM](https://vgm.mmosvc.com/) - Game Music Radio
* [VGMStream](https://vgmstream.org/) - Stream Local Video Game Audio Files * [NSF j](https://nsf.nesbbs.com/) - NES Music
* [mood.gg](https://mood.gg/) - League of Legends Character-Based Playlists * [HVSC](https://www.hvsc.c64.org/) - Commodore 64 Music
* [NSF j](https://nsf.nesbbs.com/) - NES Game Music * [Goldenrod Radio](https://www.youtube.com/@GoldenrodRadio251) - Pokémon Music
* [Goldenrod Radio](https://www.youtube.com/@GoldenrodRadio251) - Pokémon Game Music * [GTA Radio Stations Music](https://rentry.co/FMHYBase64#gta-radio-stations) - GTA Radio Stations
* [Exotica](https://www.exotica.org.uk/) - Retro Gaming Music Wiki * [Exotica](https://www.exotica.org.uk/) - Retro Gaming Music Wiki
* [VGMdb](https://vgmdb.net/) - Video Game Music Database * [VGMdb](https://vgmdb.net/) - Video Game Music Database
@ -486,18 +536,22 @@
# ► Tracking / Discovery # ► Tracking / Discovery
* ⭐ **[Last.fm](https://www.last.fm/home)**, [ListenBrainz](https://listenbrainz.org/) or [Music Board](https://musicboard.app/) - Track Listening Habits / Songs * ⭐ **[RateYourMusic](https://rateyourmusic.com/)** - Ratings / Reviews / [Add Features](https://rateyourmusic.com/list/CaptainMocha/betterrym-browser-extension/) / [Last.fm Stats](https://github.com/dukhevych/rym-lastfm-stats)
* ⭐ **Last.fm Tools** - [Manual Scrobble](https://openscrobbler.com/) / [Web Scrobble](https://web-scrobbler.com/) / [Album Collages](https://www.chartmymusic.com/), [2](https://www.tapmusic.net/), [3](https://musicorumapp.com/generate) / [Artist Iceberg](https://lastfm-iceberg.dawdle.space/) / [Tag Cloud](https://tagcloud.joshuarainbow.co.uk/) / [Mainstream Calc](http://mainstream.ghan.nl/) / [Now Playing](https://descent.live/now) * ⭐ **[Last.fm](https://www.last.fm/home)** / [Tools](https://fmhy.net/audiopiracyguide#last-fm-tools), [ListenBrainz](https://listenbrainz.org/) or [Music Board](https://musicboard.app/) - Track Listening Habits / Songs
* ⭐ **[Has it leaked](https://hasitleaked.com/)** or [LEAKED](https://leaked.cx/) - Album Leak Tracker * ⭐ **[Has it leaked](https://hasitleaked.com/)** or [LEAKED](https://leaked.cx/) - Album Leak Tracker
* ⭐ **[Muspy](https://muspy.com/)**, [MusicButler](https://www.musicbutler.io/) or [Brew.fm](https://www.brew.fm/) - Get Album Release Updates * ⭐ **[Muspy](https://muspy.com/)**, [MusicButler](https://www.musicbutler.io/) or [Brew.fm](https://www.brew.fm/) - Get Album Release Updates
* ⭐ **[RateYourMusic](https://rateyourmusic.com/)**, **[Sputnik](https://www.sputnikmusic.com/)**, [Discogs](https://www.discogs.com/) / [Scout](https://greasyfork.org/en/scripts/439452-discogs-scout) / [Timestamps](https://martinbarker.me/tagger), [AlbumOfTheYear](https://www.albumoftheyear.org/), [AllMusic](https://www.allmusic.com/) or [MusicBrainz](https://musicbrainz.org/) - Ratings / Reviews
* ⭐ **[AnyDecentMusic](http://www.anydecentmusic.com/)** - Album Review Aggregator * ⭐ **[AnyDecentMusic](http://www.anydecentmusic.com/)** - Album Review Aggregator
* ⭐ **[RYM Ultimate Box Set](https://rateyourmusic.com/list/TheScientist/rym-ultimate-box-set/)** - Artist Recommendations by Genre * ⭐ **[RYM Ultimate Box Set](https://rateyourmusic.com/list/TheScientist/rym-ultimate-box-set/)** - Artist Recommendations by Genre
* ⭐ **[/r/ifyoulikeblank](https://www.reddit.com/r/ifyoulikeblank/)** - Artist Recommendations * ⭐ **[/r/ifyoulikeblank](https://www.reddit.com/r/ifyoulikeblank/)** - Artist Recommendations
* ⭐ **[EveryNoise](https://everynoise.com/)** - Discover Music Genres / [New Music](https://www.furia.com/page.cgi?type=log#id492) * ⭐ **[EveryNoise](https://everynoise.com/)** - Discover Music Genres / [New Music](https://www.furia.com/page.cgi?type=log#id492)
* ⭐ **[Tunefind](https://www.tunefind.com/)** - Find Music from Movies / TV * ⭐ **[Tunefind](https://www.tunefind.com/)** - Find Music from Movies / TV
* **[Discover Quickly](https://discoverquickly.com/)**, **[Chosic](https://www.chosic.com/)**, [TapeFear](https://www.tapefear.com/), [SongsLikeX](https://songslikex.com/), [Dubolt](https://dubolt.com/) or [Maroofy](https://maroofy.com/) - Song Discovery Tools * [lazyrecords](https://lazyrecords.app/), [Discover Quickly](https://discoverquickly.com/), [Chosic](https://www.chosic.com/), [TapeFear](https://www.tapefear.com/), [SongsLikeX](https://songslikex.com/), [Dubolt](https://dubolt.com/) or [Maroofy](https://maroofy.com/) - Song Discovery Tools
* [Music-Map](https://www.music-map.com/), [Musicroamer](https://www.musicroamer.com/), [Gnoosic](https://www.gnoosic.com/), [Music Galaxy](https://galaxy.spotifytrack.net/), [SAGE](https://hate5six.com/sage), [LivePlasma](https://liveplasma.com/) or [GNOD](https://www.gnod.com/) - Artist Discovery Tools * [Music-Map](https://www.music-map.com/), [Musicroamer](https://www.musicroamer.com/), [Gnoosic](https://www.gnoosic.com/), [Music Galaxy](https://galaxy.spotifytrack.net/), [SAGE](https://hate5six.com/sage), [LivePlasma](https://liveplasma.com/) or [GNOD](https://www.gnod.com/) - Artist Discovery Tools
* [Discogs](https://www.discogs.com/) - Ratings / Reviews / [Scout](https://greasyfork.org/en/scripts/439452-discogs-scout) / [Timestamps](https://martinbarker.me/tagger)
* [Sputnik](https://www.sputnikmusic.com/) - Ratings / Reviews
* [AlbumOfTheYear](https://www.albumoftheyear.org/) - Ratings / Reviews
* [AllMusic](https://www.allmusic.com/) - Ratings / Reviews
* [MusicBrainz](https://musicbrainz.org/) - Ratings / Reviews
* [Odesli](https://odesli.co/) - Song / Podcast Platform Search / [Telegram Bot](https://t.me/odesli_bot) * [Odesli](https://odesli.co/) - Song / Podcast Platform Search / [Telegram Bot](https://t.me/odesli_bot)
* [Kworb](https://kworb.net/) - Music Top Charts * [Kworb](https://kworb.net/) - Music Top Charts
* [ClassicRockHistory](https://www.classicrockhistory.com/classic-rock-bands-list-and-directory/) - Classic Rock Band Archive * [ClassicRockHistory](https://www.classicrockhistory.com/classic-rock-bands-list-and-directory/) - Classic Rock Band Archive
@ -505,18 +559,15 @@
* [Metal Archives](https://www.metal-archives.com/) - Metal Band Archive * [Metal Archives](https://www.metal-archives.com/) - Metal Band Archive
* [DAHR](https://adp.library.ucsb.edu/index.php) - American Historical Recordings Database * [DAHR](https://adp.library.ucsb.edu/index.php) - American Historical Recordings Database
* [IDM Discovery](https://www.idmdiscovery.com/) - IDM Artist Archive * [IDM Discovery](https://www.idmdiscovery.com/) - IDM Artist Archive
* [MixesDB](https://www.mixesdb.com/) - DJ Set Database
* [Rec Charts](https://pastebin.com/ayuqSpGR) - Music Recommendation Guides * [Rec Charts](https://pastebin.com/ayuqSpGR) - Music Recommendation Guides
* [45Cat](https://www.45cat.com/) - Vinyl Ratings / Reviews * [45Cat](https://www.45cat.com/) - Vinyl Ratings / Reviews
* [Spotalike](https://spotalike.com/), [playlist-generator](https://www.playlist-generator.com/), [Chat Jams](https://www.chatjams.ai/), [MagicPlaylist](https://magicplaylist.co/), [Vibesition](https://vibesition.jordantwells.com/), [NautrualLanguage](https://www.naturallanguageplaylist.com/), [Groovifi](https://groovifi.com/), [spotgen](https://epsil.github.io/spotgen), [Highlights2SPotify](https://highlights2spotify.com/), [Moodify](https://moodify.app/) or [RadioNewify](https://radionewify.com/) - Spotify Playlist Generators
* [XM Playlist](https://xmplaylist.com/) - XM Radio Spotify Playlists
* [Spotify Playlist Archive](https://spotifyplaylistarchive.com/) - Archive of Official Spotify Playlists
* [Spoqify](https://spoqify.com/) - Anonymous Playlist Generator * [Spoqify](https://spoqify.com/) - Anonymous Playlist Generator
* [MusitcTo](https://www.musicto.com/) - Musician Curated Playlists * [MusitcTo](https://www.musicto.com/) - Musician Curated Playlists
* [BoilTheFrog](http://boilthefrog.playlistmachinery.com/) - Create Playlist from 2 Artists * [BoilTheFrog](http://boilthefrog.playlistmachinery.com/) - Create Playlist from 2 Artists
* [TuneMyMusic](https://www.tunemymusic.com/) - Transfer Playlists between Services * [TuneMyMusic](https://www.tunemymusic.com/) - Transfer Playlists between Services
* [Obscurify](https://obscurifymusic.com/) or [MusicTaste](https://musictaste.space/) - Compare Music Taste to Others * [Obscurify](https://obscurifymusic.com/) or [MusicTaste](https://musictaste.space/) - Compare Music Taste to Others
* [Random Song Generator](https://randomsonggenerator.com/), [Samplette](https://samplette.io/) or [UnknownMusicBot](https://t.me/UnknownMusicBot) - Play Random YouTube Songs * [Random Song Generator](https://randomsonggenerator.com/), [Samplette](https://samplette.io/) or [UnknownMusicBot](https://t.me/UnknownMusicBot) - Play Random YouTube Songs
* [Random Songs](https://random-song.com/) - Play Random Spotify Songs
* [1001 Albums Generator](https://1001albumsgenerator.com/) - Generates Random Album Each Weekday * [1001 Albums Generator](https://1001albumsgenerator.com/) - Generates Random Album Each Weekday
* [DigitalDreamDoor](https://digitaldreamdoor.com/) - Greatest 100 Lists * [DigitalDreamDoor](https://digitaldreamdoor.com/) - Greatest 100 Lists
* [Acclaimed Music](https://www.acclaimedmusic.net/) - Discover Acclaimed Music of the Times * [Acclaimed Music](https://www.acclaimedmusic.net/) - Discover Acclaimed Music of the Times
@ -526,13 +577,11 @@
* [SoundtrackTracklist](https://soundtracktracklist.com/) or [FilmMusicSite](https://www.filmmusicsite.com/en/) - Soundtrack Databases * [SoundtrackTracklist](https://soundtracktracklist.com/) or [FilmMusicSite](https://www.filmmusicsite.com/en/) - Soundtrack Databases
* [generasia](https://www.generasia.com/) - Asian Music Wiki * [generasia](https://www.generasia.com/) - Asian Music Wiki
* [dbkpop](https://dbkpop.com/), [KPop Fandom](https://kpop.fandom.com/wiki/) or [KPopping](https://kpopping.com/) - K-Pop Databases * [dbkpop](https://dbkpop.com/), [KPop Fandom](https://kpop.fandom.com/wiki/) or [KPopping](https://kpopping.com/) - K-Pop Databases
* [Stage48](http://stage48.net/wiki/index.php) - Stage48 Idol Group Database
* [Music.ishkur](https://music.ishkur.com/) - Electronic Music Guide * [Music.ishkur](https://music.ishkur.com/) - Electronic Music Guide
* [TranceFix](https://www.trancefix.nl/index.php) - Trance Music Forum
* [This Is What You Listen To](https://tiwylt.musimap.io/) - Song Genre / Info Analyzer * [This Is What You Listen To](https://tiwylt.musimap.io/) - Song Genre / Info Analyzer
* [Identifying Music Genres](https://chunisama.github.io/Identifying-Music-Genres/) - Compare Music Genres * [Identifying Music Genres](https://chunisama.github.io/Identifying-Music-Genres/) - Compare Music Genres
* [Loudness War](https://dr.loudness-war.info/) - Albums Dynamic Range Database * [Loudness War](https://dr.loudness-war.info/) - Albums Dynamic Range Database
* [ConcertArchives](https://www.concertarchives.org/) - Concert Tracking / Database
* [setlist.fm](https://www.setlist.fm/) - Setlist Database
* [rate.house](https://rate.house/) - Media Tracker * [rate.house](https://rate.house/) - Media Tracker
* [MediaTracker](https://github.com/bonukai/MediaTracker) - Self-Hosted Media Tracker * [MediaTracker](https://github.com/bonukai/MediaTracker) - Self-Hosted Media Tracker
* [Maloja](https://maloja.krateng.ch) / [GitHub](https://github.com/krateng/maloja) or [Multi Scrobbler](https://github.com/FoxxMD/multi-scrobbler) - Self-Hosted Audio Scrobbling * [Maloja](https://maloja.krateng.ch) / [GitHub](https://github.com/krateng/maloja) or [Multi Scrobbler](https://github.com/FoxxMD/multi-scrobbler) - Self-Hosted Audio Scrobbling
@ -542,20 +591,34 @@
*** ***
## ▷ Last.fm Tools
* ⭐ **[OpenScrobbler](https://openscrobbler.com/)** - Manually Scrobble Anything / [Discord](https://discord.gg/SEDp6Zy) / [GitHub](https://github.com/elamperti/openwebscrobbler)
* ⭐ **[Last.fm Stats](https://lastfmstats.com/)** - In-Depth Last.fm Stats / [GitHub](https://github.com/felhag/lastfm-stats-web)
* [Web Scrobbler](https://web-scrobbler.com/) - Scrobble Any Site
* [Edit Scrobbles](https://greasyfork.org/en/scripts/485278) - Manually Edit Scrobbles
* [ChartMyMusic](https://www.chartmymusic.com/), [TapMusic](https://www.tapmusic.net/) or [MusicCoruMap](https://musicorumapp.com/generate) - Album Collages
* [Last.fm Iceberg](https://lastfm-iceberg.dawdle.space/) - Last.fm Artist Iceberg
* [TagCloud](https://tagcloud.joshuarainbow.co.uk/) - Last.fm Tag Cloud
* [Mainstream Calc](http://mainstream.ghan.nl/) - Mainstream Calculator
* [Decent.live](https://descent.live/now) - Now Playing Tool
***
# ► Audio Tools # ► Audio Tools
* 🌐 **[Music Megathread](https://github.com/MoonWalker440/Music-Megathread/)** or **[AudioMarx](https://audiomarx.mixa.site/)** - Audio Resources * 🌐 **[Music Megathread](https://github.com/MoonWalker440/Music-Megathread/)** or [AudioMarx](https://audiomarx.mixa.site/) - Audio Resources
* 🌐 **[Binaural Audio](https://binaural-audio.slite.page/p/i38zsD7728/Binaural-Audio)** - Binaural / 3D Audio Resources / [Discord](https://kutt.it/BinauralDiscord) * 🌐 **[Binaural Audio](https://binaural-audio.slite.page/p/i38zsD7728/Binaural-Audio)** - Binaural / 3D Audio Resources / [Discord](https://kutt.it/BinauralDiscord)
* ↪️ **[System Audio Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/system-tools#wiki_.25B7_system_audio)** * ↪️ **[System Audio Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/system-tools#wiki_.25B7_system_audio)**
* ↪️ **[Voice Change / Clone](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai#wiki_.25B7_voice_change_.2F_clone)** * ↪️ **[Voice Change / Clone](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai#wiki_.25B7_voice_change_.2F_clone)**
* ↪️ **[Text to Speech](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai#wiki_.25B7_text_to_speech)** * ↪️ **[Text to Speech](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai#wiki_.25B7_text_to_speech)**
* ⭐ **[Audio Glossary](https://wotaku.wiki/glossary/audio)** - Audio Terms Glossary * ⭐ **[Audio Glossary](https://wotaku.wiki/glossary/audio)** - Audio Terms Glossary
* ⭐ **[FFmpeg](https://ffmpeg.org/)**, [fre:ac](https://www.freac.org/) / [GitHub](https://github.com/enzo1982/freac), [FlicFlac](https://github.com/DannyBen/FlicFlac), [LameXP](https://sourceforge.net/projects/lamexp/) or [Sox](https://sourceforge.net/projects/sox/) - Audio Converters * ⭐ **[FFmpeg](https://ffmpeg.org/)**, [fre:ac](https://www.freac.org/) / [GitHub](https://github.com/enzo1982/freac), [FlicFlac](https://github.com/DannyBen/FlicFlac), [LameXP](https://sourceforge.net/projects/lamexp/) or [Sox](https://sourceforge.net/projects/sox/) - Audio Converters
* ⭐ **[Pillowcase](https://pillowcase.su/)** - Audio File Host / 200MB (500MB with Account) / Forever * [Hydrogenaudio](https://wiki.hydrogenaud.io/) - Audio Technology Wiki
* [Phiola](https://github.com/stsaz/phiola), [AudioToolSet](https://audiotoolset.com/) or [Safeaudiokit](https://safeaudiokit.com/) - Audio Multi-Tool Apps / Sites * [Phiola](https://github.com/stsaz/phiola), [AudioToolSet](https://audiotoolset.com/) or [Safeaudiokit](https://safeaudiokit.com/) - Audio Multi-Tool Apps / Sites
* [Tunebat](https://tunebat.com/) - Music Key / BPM Database * [Tunebat](https://tunebat.com/) - Music Key / BPM Database
* [Karaoke Mugen](https://mugen.karaokes.moe/en/) - Karaoke App * [Karaoke Mugen](https://mugen.karaokes.moe/en/) - Karaoke App
* [X-Minus](https://x-minus.pro/), [LRC Maker](https://lrcmaker.com/) or [karaoke-maker](https://humtools.com/karaoke-maker/) - Create Karaoke Songs * [X-Minus](https://x-minus.pro/) or [LRC Maker](https://lrcmaker.com/) - Create Karaoke Songs
* [VB Cables](https://rentry.co/FMHYBase64#vb-cables) - Virtual Audio Cables * [VB Cables](https://rentry.co/FMHYBase64#vb-cables) - Virtual Audio Cables
* [Librescore Downloader](https://github.com/LibreScore/dl-librescore) - Librescore Downloader * [Librescore Downloader](https://github.com/LibreScore/dl-librescore) - Librescore Downloader
@ -567,7 +630,6 @@
* ⭐ **Foobar2000 Tools** - [Components](https://audio-file.org/foobar2000-list-of-components/), [2](https://www.foobar2000.org/components) / [VU Meter](https://audio-file.org/foobar2000-vu-meter-skins-gallery/) / [Scrobble](https://github.com/gix/foo_scrobble) / [Lyric Sync](https://rentry.co/FB2K-SyncedLyrics) * ⭐ **Foobar2000 Tools** - [Components](https://audio-file.org/foobar2000-list-of-components/), [2](https://www.foobar2000.org/components) / [VU Meter](https://audio-file.org/foobar2000-vu-meter-skins-gallery/) / [Scrobble](https://github.com/gix/foo_scrobble) / [Lyric Sync](https://rentry.co/FB2K-SyncedLyrics)
* ⭐ **[WACUP](https://getwacup.com/)** / [Discord](https://discord.gg/5pVTdbj) * ⭐ **[WACUP](https://getwacup.com/)** / [Discord](https://discord.gg/5pVTdbj)
* ⭐ **[AIMP](https://www.aimp.ru/)** * ⭐ **[AIMP](https://www.aimp.ru/)**
* ⭐ **[VOX Music Player](https://vox.rocks/windows-music-player)**
* ⭐ **[MusicBee](https://getmusicbee.com/)** * ⭐ **[MusicBee](https://getmusicbee.com/)**
* [Harmonoid](https://harmonoid.com/) / [Discord](https://discord.gg/2Rc3edFWd8) * [Harmonoid](https://harmonoid.com/) / [Discord](https://discord.gg/2Rc3edFWd8)
* [TimeStetch](https://29a.ch/timestretch/) - Web-Based * [TimeStetch](https://29a.ch/timestretch/) - Web-Based
@ -581,8 +643,10 @@
* [Exaile](https://exaile.org/) * [Exaile](https://exaile.org/)
* [quodlibet](https://github.com/quodlibet/quodlibet/) * [quodlibet](https://github.com/quodlibet/quodlibet/)
* [deadbeef](https://deadbeef.sourceforge.io/) * [deadbeef](https://deadbeef.sourceforge.io/)
* [Swing](https://swingmx.com/ ) / [Telegram](https://t.me/+9n61PFcgKhozZDE0) / [GitHub](https://github.com/swingmx/swingmusic)
* [Museeks](https://museeks.io/) * [Museeks](https://museeks.io/)
* [Swing Music](https://swingmx.com/) * [Swing Music](https://swingmx.com/)
* [Imploded](https://www.imploded.com/)
* [Nora](https://github.com/Sandakan/Nora) * [Nora](https://github.com/Sandakan/Nora)
* [Hyperchroma](https://hyperchroma.app/) * [Hyperchroma](https://hyperchroma.app/)
* [Melodie](https://feugy.github.io/melodie/) * [Melodie](https://feugy.github.io/melodie/)
@ -595,18 +659,17 @@
## ▷ Audio Servers ## ▷ Audio Servers
* ⭐ **[AudioRelay](https://audiorelay.net/)** - Stream PC Audio to Phone * ⭐ **[Navidrome](https://navidrome.org)**
* ⭐ **[iBroadcast](https://ibroadcast.com)**
* ⭐ **[Airsonic](https://airsonic.github.io/)** or [Airsonic Advanced](https://github.com/airsonic-advanced/airsonic-advanced) / [Web UI](https://github.com/tamland/airsonic-refix) * ⭐ **[Airsonic](https://airsonic.github.io/)** or [Airsonic Advanced](https://github.com/airsonic-advanced/airsonic-advanced) / [Web UI](https://github.com/tamland/airsonic-refix)
* ⭐ **[koel](https://koel.dev/)** * ⭐ **[koel](https://koel.dev/)**
* [Gelli](https://github.com/dkanada/gelli), [Feishin](https://github.com/jeffvli/feishin) or [Sonixd](https://github.com/jeffvli/sonixd) - Jellyfin Music Players * ⭐ **[iBroadcast](https://ibroadcast.com)**
* [SoundSync](https://soundsync.app/), [SnapCast](https://github.com/badaix/snapcast) or [SonoBus](https://sonobus.net/) - Sound System Sync * ⭐ **[AudioRelay](https://audiorelay.net/)** - Stream Audio Between Devices
* [Audioling](https://github.com/audioling/audioling) or [Gelli](https://github.com/dkanada/gelli) (Android) - Jellyfin Music Players
* [SnapCast](https://github.com/badaix/snapcast) or [SonoBus](https://sonobus.net/) - Sound System Sync
* [mStream](https://mstream.io/) * [mStream](https://mstream.io/)
* [Mopidy](https://mopidy.com/) * [Mopidy](https://mopidy.com/)
* [Auddly](https://auddly.app/)
* [Black Candy](https://github.com/blackcandy-org/blackcandy) * [Black Candy](https://github.com/blackcandy-org/blackcandy)
* [Music Player Daemon](https://www.musicpd.org/) * [Music Player Daemon](https://www.musicpd.org/)
* [Navidrome](https://www.navidrome.org/)
* [Polaris](https://github.com/agersant/polaris) * [Polaris](https://github.com/agersant/polaris)
* [Gonic](https://github.com/sentriz/gonic) * [Gonic](https://github.com/sentriz/gonic)
* [SynchronousAudioRouter](https://github.com/eiz/SynchronousAudioRouter) * [SynchronousAudioRouter](https://github.com/eiz/SynchronousAudioRouter)
@ -623,6 +686,7 @@
* [TagEditor](https://github.com/Martchus/tageditor) - Metadata Organizer * [TagEditor](https://github.com/Martchus/tageditor) - Metadata Organizer
* [tone](https://github.com/sandreas/tone) - Metadata Organizer * [tone](https://github.com/sandreas/tone) - Metadata Organizer
* [Kid3](https://kid3.kde.org/) - Metadata Organizer * [Kid3](https://kid3.kde.org/) - Metadata Organizer
* [Imploded](https://www.imploded.com/) - Metadata Organizer
* [MetaTogger](https://luminescence-software.org/en/metatogger/about/) - Metadata Organizer * [MetaTogger](https://luminescence-software.org/en/metatogger/about/) - Metadata Organizer
* [MusicBrainz](https://picard.musicbrainz.org/) - Metadata Organizer * [MusicBrainz](https://picard.musicbrainz.org/) - Metadata Organizer
* [TagScanner](https://www.xdlab.ru/en/) - Metadata Organizer * [TagScanner](https://www.xdlab.ru/en/) - Metadata Organizer
@ -635,9 +699,11 @@
* ⭐ **[WhatAmIHearing](https://github.com/zemoto/WhatAmIHearing)** - Song Identification App * ⭐ **[WhatAmIHearing](https://github.com/zemoto/WhatAmIHearing)** - Song Identification App
* ⭐ **[WatZatSong](https://www.watzatsong.com/en)** - Song Identification Forum * ⭐ **[WatZatSong](https://www.watzatsong.com/en)** - Song Identification Forum
* [/r/NameThatSong](https://reddit.com/r/NameThatSong) - Song Identification Subreddit * [/r/NameThatSong](https://reddit.com/r/NameThatSong) - Song Identification Subreddit
* [FlairMax](https://apps.microsoft.com/detail/9pdzvj34ztxg)
* [Midomi](https://www.midomi.com/) * [Midomi](https://www.midomi.com/)
* [Aha Music](https://www.aha-music.com/identify-songs-music-recognition-online) * [Aha Music](https://www.aha-music.com/identify-songs-music-recognition-online)
* [AudioTag](https://audiotag.info/) * [AudioTag](https://audiotag.info/)
* [SampleSeek](https://www.sampleseek.co.uk/) - Find Sample Origins
* [SoundHound](https://www.soundhound.com/soundhound) - Android * [SoundHound](https://www.soundhound.com/soundhound) - Android
* [Audile](https://github.com/aleksey-saenko/MusicRecognizer) - Android * [Audile](https://github.com/aleksey-saenko/MusicRecognizer) - Android
* [Audire](https://github.com/alexmercerind/audire) - Android * [Audire](https://github.com/alexmercerind/audire) - Android
@ -655,6 +721,7 @@
* [LyricsTranslate](https://lyricstranslate.com/) - Lyric Translator * [LyricsTranslate](https://lyricstranslate.com/) - Lyric Translator
* [LRCGET](https://github.com/tranxuanthang/lrcget) - Download Synced Lyrics * [LRCGET](https://github.com/tranxuanthang/lrcget) - Download Synced Lyrics
* [LRCLIB](https://lrclib.net/) - Synced Lyrics Search * [LRCLIB](https://lrclib.net/) - Synced Lyrics Search
* [namuwiki](https://en.namu.wiki/) - Korean Media
*** ***
@ -667,12 +734,11 @@
* [Sheethost](https://sheet.host/) - Publish Sheet Music * [Sheethost](https://sheet.host/) - Publish Sheet Music
* [The ABC Music Project](https://abc.sourceforge.net/) / [Editor](https://sourceforge.net/projects/toadflax/), [2](https://runabc.sourceforge.io/), [3](https://easyabc.sourceforge.net/) / [PNG Convert](https://sourceforge.net/projects/abccairo/) / [MIDI Convert](https://abcmidi.sourceforge.io/) / [Webpages](https://netabc.sourceforge.io/) - Notation Markup Language * [The ABC Music Project](https://abc.sourceforge.net/) / [Editor](https://sourceforge.net/projects/toadflax/), [2](https://runabc.sourceforge.io/), [3](https://easyabc.sourceforge.net/) / [PNG Convert](https://sourceforge.net/projects/abccairo/) / [MIDI Convert](https://abcmidi.sourceforge.io/) / [Webpages](https://netabc.sourceforge.io/) - Notation Markup Language
* [Chordly](https://chordly.co.uk/) - Chord Sheet Creator / [GitHub](https://github.com/stufro/chordly) * [Chordly](https://chordly.co.uk/) - Chord Sheet Creator / [GitHub](https://github.com/stufro/chordly)
* [Piascore](https://apps.apple.com/us/app/piascore-hd/id406141702) - iOS Music Score Viewer * [Piascore](https://apps.apple.com/app/piascore-hd/id406141702) - iOS Music Score Viewer
* [IMSLP](https://imslp.org/wiki/Main_Page) - Public Domain Scores * [IMSLP](https://imslp.org/wiki/Main_Page) - Public Domain Scores
* [/r/sheetmusic](https://reddit.com/r/sheetmusic) - Reddit Community * [/r/sheetmusic](https://reddit.com/r/sheetmusic) - Reddit Community
* [VGLeadSheets](https://www.vgleadsheets.com/) - Transcribe Video Game Music * [VGLeadSheets](https://www.vgleadsheets.com/) - Transcribe Video Game Music
* [Omnizart](https://github.com/Music-and-Culture-Technology-Lab/omnizart) - Python Music Transcription Library * [Omnizart](https://github.com/Music-and-Culture-Technology-Lab/omnizart) - Python Music Transcription Library
* [Soundslice](https://www.soundslice.com/transcribe/) - Manually Transcribe
* [Audiveris](https://audiveris.github.io/audiveris/_pages/handbook/) - OMR Engine / [GitHub](https://github.com/Audiveris/audiveris) * [Audiveris](https://audiveris.github.io/audiveris/_pages/handbook/) - OMR Engine / [GitHub](https://github.com/Audiveris/audiveris)
* [Oemer](https://github.com/BreezeWhite/oemer) - OMR Tool / [Colab](https://colab.research.google.com/github/BreezeWhite/oemer/blob/main/colab.ipynb) / [Demo](https://breezewhite.github.io/oemer/) * [Oemer](https://github.com/BreezeWhite/oemer) - OMR Tool / [Colab](https://colab.research.google.com/github/BreezeWhite/oemer/blob/main/colab.ipynb) / [Demo](https://breezewhite.github.io/oemer/)
* [Sheet Music Scanner](https://sheetmusicscanner.com/) - Mobile OMR App * [Sheet Music Scanner](https://sheetmusicscanner.com/) - Mobile OMR App
@ -689,21 +755,20 @@
* ⭐ **[Fakin' The Funk?](https://fakinthefunk.net/)** * ⭐ **[Fakin' The Funk?](https://fakinthefunk.net/)**
* ⭐ **[Sonic Visualizer](https://www.sonicvisualiser.org/)** * ⭐ **[Sonic Visualizer](https://www.sonicvisualiser.org/)**
* ⭐ **[Spek](https://www.spek.cc/)** * ⭐ **[Spek](https://www.spek.cc/)**
* [Lossless Audio Checker](https://losslessaudiochecker.com/)
* [Visual Analyser](https://www.sillanumsoft.org/) * [Visual Analyser](https://www.sillanumsoft.org/)
* [DFT](https://webfft.net/dft/) * [DFT](https://webfft.net/dft/)
* [Friture](https://friture.org/) * [Friture](https://friture.org/)
* [Spectro](http://spectro.enpts.com/) * [Spectro](http://spectro.enpts.com/)
* [Cambia](https://logs.musichoarders.xyz/) - CD Rip Log Checker
*** ***
# ► Audio Editing # ► Audio Editing
* 🌐 **[Awesome Music Production](https://github.com/ad-si/awesome-music-production)** or [AFreeStudio](https://www.afreestudio.com/) - Music Production Indexes * 🌐 **[Awesome Music Production](https://github.com/ad-si/awesome-music-production)** or [AFreeStudio](https://www.afreestudio.com/) - Music Production Indexes
* 🌐 **[MultiSong Leaderboard](https://mvsep.com/quality_checker/multisong_leaderboard)** - Music & Voice Separation AI Leaderboards
* ↪️ **[AI Audio Generation](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai#wiki_.25BA_audio_generation)** * ↪️ **[AI Audio Generation](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai#wiki_.25BA_audio_generation)**
* ↪️ **[Separate Voice / Instrumentals](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_remove_vocals)** * ↪️ **[Separate Voice / Instrumentals](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_remove_vocals)**
* ⭐ **[KVR Audio](https://www.kvraudio.com/)** or [VI-CONTROL](https://vi-control.net/community/) - Audio Production News / Forums * ⭐ **[AudioSEX](https://audiosex.pro/)**, [KVR Audio](https://www.kvraudio.com/) or [VI-CONTROL](https://vi-control.net/community/) - Audio Production Forums / News
* [ProducerLibrary](https://producerlibrary.carrd.co/) - Audio Production Tutorials / [Discord](https://discord.gg/KfyHfUTjsK) * [ProducerLibrary](https://producerlibrary.carrd.co/) - Audio Production Tutorials / [Discord](https://discord.gg/KfyHfUTjsK)
* [We Suck At Producing](https://discord.gg/wsap) - Audio Production Discord * [We Suck At Producing](https://discord.gg/wsap) - Audio Production Discord
* [Adobe Enhance](https://podcast.adobe.com/enhance) - Speech Enhancer * [Adobe Enhance](https://podcast.adobe.com/enhance) - Speech Enhancer
@ -711,7 +776,7 @@
* [Oscilloscope](https://bummsn.de/osc_txt/) - Audio Oscillation Test (turn volume down) * [Oscilloscope](https://bummsn.de/osc_txt/) - Audio Oscillation Test (turn volume down)
* [MoFi](https://mofi.loud.red/) - Create Audio Loops * [MoFi](https://mofi.loud.red/) - Create Audio Loops
* [Jukeblocks](https://jukeblocks.io/) - Generate Audio Project Templates (can lag browser) * [Jukeblocks](https://jukeblocks.io/) - Generate Audio Project Templates (can lag browser)
* [Music Software Deals](https://musicsoftwaredeals.com/) - Track Music Software Prices * [PresetShare](https://presetshare.com/ ) - Audio Presets
* [VSTSkins](https://vstskins.com/category/skins/?fwp_license=free) - VST Skins * [VSTSkins](https://vstskins.com/category/skins/?fwp_license=free) - VST Skins
*** ***
@ -719,25 +784,21 @@
## ▷ Audio Editors ## ▷ Audio Editors
* ⭐ **[G-MEH](https://g-meh.com/)** - Audio Editors / [Discord](https://discord.com/invite/xqPBaXUg7p) / [Premium Bypass](https://gmehpremium.pages.dev/) * ⭐ **[G-MEH](https://g-meh.com/)** - Audio Editors / [Discord](https://discord.com/invite/xqPBaXUg7p) / [Premium Bypass](https://gmehpremium.pages.dev/)
* ⭐ **[Tenacity](https://tenacityaudio.org/)**, [Sneedacity](https://github.com/Sneeds-Feed-and-Seed/sneedacity) or [Audacity](https://www.audacityteam.org/) - Audio Editor * ⭐ **[Tenacity](https://tenacityaudio.org/)**, [Sneedacity](https://github.com/Sneeds-Feed-and-Seed/sneedacity) or [Audacity](https://www.audacityteam.org/) - Audio Editors
* ⭐ **[Team V.R releases](https://codec.kyiv.ua/Audi0.htm)** - Audio Editors, Adobe Software, Plugins etc. * ⭐ **[Reaper](https://www.reaper.fm/)** - Digital Audio Workstation / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#reaper-note)
* ⭐ **[Team V.R releases](https://rentry.co/FMHYBase64#team-vr)** or [AudioZ](https://audioz.download/) / [Forum](https://audiosex.pro/) - Audio Editors, Adobe Software, Plugins etc.
* ⭐ **[Moises](https://moises.ai/)** - Live Music Mixer * ⭐ **[Moises](https://moises.ai/)** - Live Music Mixer
* ⭐ **[OpenMPT](https://openmpt.org/)**, [Schism Tracker](https://schismtracker.org/) or [MilkyTracker](https://milkytracker.org/) - Music Trackers * ⭐ **[OpenMPT](https://openmpt.org/)**, [Schism Tracker](https://schismtracker.org/) or [MilkyTracker](https://milkytracker.org/) - Music Trackers
* [Zrythm](https://www.zrythm.org/en/index.html) or [LMMS](https://lmms.io/) - Digital Audio Workstations * [Zrythm](https://www.zrythm.org/en/index.html) - Digital Audio Workstation
* [Furnace](https://github.com/tildearrow/furnace), [FamiStudio](https://famistudio.org/) or [Pata Tracker](https://pixwlk.itch.io/pata-tracker) - Chiptune Music Trackers * [LMMS](https://lmms.io/) - Digital Audio Workstation
* [Ossia](https://ossia.io/) - Intermedia Sequencer * [Ossia](https://ossia.io/) - Intermedia Sequencer
* [Bosca Ceoil](https://terrycavanagh.itch.io/bosca-ceoil) - Simple Music Sequencer
* [Mixxx](https://mixxx.org/) or [Serato](https://serato.com/) - DJ Software * [Mixxx](https://mixxx.org/) or [Serato](https://serato.com/) - DJ Software
* [plugdata](https://plugdata.org/) - Visual Audio Editor / [Discord](https://discord.com/invite/eT2RxdF9Nq) * [plugdata](https://plugdata.org/) - Visual Audio Editor / [Discord](https://discord.com/invite/eT2RxdF9Nq)
* [Element](https://kushview.net/element/), [Bespoke](https://www.bespokesynth.com/) or [SunVox](https://warmplace.ru/soft/sunvox/) - Modular Audio Environments / [Discord](https://discord.com/invite/RVk3RVJ) * [Element](https://kushview.net/element/), [Bespoke](https://www.bespokesynth.com/) or [SunVox](https://warmplace.ru/soft/sunvox/) - Modular Audio Environments / [Discord](https://discord.com/invite/RVk3RVJ)
* [Music Experiment](https://petersalomonsen.com/webassemblymusic/livecodev2/), [Sonic-Pi](https://sonic-pi.net/), [SuperCollider](https://supercollider.github.io/) or [WebChuck IDE](https://ccrma.stanford.edu/~tzfeng/webchuck-ide/) - Create Music with Code * [Music Experiment](https://petersalomonsen.com/webassemblymusic/livecodev2/), [Sonic-Pi](https://sonic-pi.net/), [SuperCollider](https://supercollider.github.io/) or [WebChuck IDE](https://ccrma.stanford.edu/~tzfeng/webchuck-ide/) - Create Music with Code
* [WaveTracker](https://wavetracker.org/) - Wavetable Audio Editor / [GitHub](https://github.com/squiggythings/WaveTracker) * [WaveTracker](https://wavetracker.org/) - Wavetable Audio Editor / [GitHub](https://github.com/squiggythings/WaveTracker)
* [ocenaudio](https://www.ocenaudio.com/) - Audio Editor * [ocenaudio](https://www.ocenaudio.com/) - Audio Editor
* [Reaper](https://www.reaper.fm/) - Audio Editor / [Note](https://pastebin.com/aP4M6ArY)
* [danielx](https://danielx.net/composer/) or [AMS](https://flyx.org/ams/) - Mario Paint Composer Ports / [Archive](https://archive.org/details/mariopaintcomposer_201609)
* [LittleSoundDJ](https://www.littlesounddj.com/lsd/index.php) - Game Boy Audio Editor * [LittleSoundDJ](https://www.littlesounddj.com/lsd/index.php) - Game Boy Audio Editor
* [Open Note Block Studio](https://opennbs.org/) - Minecraft Note Block Song Editor
* [QasarBeach](https://adamstrange.itch.io/qasarbeach) - Fairlight CMI Emulation
* [Rosegarden](https://rosegardenmusic.com/) or [Ariamaestosa](https://ariamaestosa.github.io/ariamaestosa/docs/index.html) - Midi Sequencer / Notation Editors * [Rosegarden](https://rosegardenmusic.com/) or [Ariamaestosa](https://ariamaestosa.github.io/ariamaestosa/docs/index.html) - Midi Sequencer / Notation Editors
* [Basic Pitch](https://basicpitch.spotify.com/) - Create MIDI via Sound * [Basic Pitch](https://basicpitch.spotify.com/) - Create MIDI via Sound
* [BitMidi](https://bitmidi.com/) or [VGMusic](https://www.vgmusic.com/) - MIDI Files * [BitMidi](https://bitmidi.com/) or [VGMusic](https://www.vgmusic.com/) - MIDI Files
@ -750,22 +811,21 @@
* ⭐ **[Audioalter](https://audioalter.com/)** - Online Editor * ⭐ **[Audioalter](https://audioalter.com/)** - Online Editor
* ⭐ **[WavaCity](https://wavacity.com/)** - Online Editor * ⭐ **[WavaCity](https://wavacity.com/)** - Online Editor
* ⭐ **[BandLab](https://www.bandlab.com/)** - Digtal Audio Workstation
* ⭐ **[Drumha](https://www.drumha.us/)**, [iO-808](https://io808.com/), [Sequencer64](https://www.sequencer64.com/), [Drummy](https://drummy.io/), [Hammmerhead](http://www.threechords.com/hammerhead/), [DrumBit](https://drumbit.app/), [orDrumbox](https://www.ordrumbox.com/), [Peel](https://peel.fm/) or [Hydrogen](http://hydrogen-music.org/) - Virtual Drum Machines * ⭐ **[Drumha](https://www.drumha.us/)**, [iO-808](https://io808.com/), [Sequencer64](https://www.sequencer64.com/), [Drummy](https://drummy.io/), [Hammmerhead](http://www.threechords.com/hammerhead/), [DrumBit](https://drumbit.app/), [orDrumbox](https://www.ordrumbox.com/), [Peel](https://peel.fm/) or [Hydrogen](http://hydrogen-music.org/) - Virtual Drum Machines
* [UltraBox](https://ultraabox.github.io/), [JummBox](https://jummbus.bitbucket.io/) or [BeepBox](https://www.beepbox.co/) - Chiptune Sequencers * [UltraBox](https://ultraabox.github.io/), [JummBox](https://jummbus.bitbucket.io/) or [BeepBox](https://www.beepbox.co/) - Chiptune Sequencers
* [Chrome Song Maker](https://musiclab.chromeexperiments.com/Song-Maker/) - Sequencer
* [Pro-54](https://cmajor.dev/docs/Examples/Pro54/) - Pro-53 Browser Port * [Pro-54](https://cmajor.dev/docs/Examples/Pro54/) - Pro-53 Browser Port
* [Roland50.studio](https://roland50.studio/) or [Acid Machine 2](https://errozero.co.uk/acid-machine/) - Drum Machine / TB-303 Bass Synth * [Roland50.studio](https://roland50.studio/) or [Acid Machine 2](https://errozero.co.uk/acid-machine/) - Drum Machine / TB-303 Bass Synth
* [Sequencer](https://sequencer.henryfellerhoff.com/) or [DrawBeats](https://drawbeats.com/) - Scale Sequencers * [Efflux](https://www.igorski.nl/application/efflux/), [OnlineSequencer](https://onlinesequencer.net/) or [Chrome Song Maker](https://musiclab.chromeexperiments.com/Song-Maker/) - Online Sequencers
* [OnlineSequencer](https://onlinesequencer.net/) - Music Sequencer * [Sequencer](https://sequencer.henryfellerhoff.com/), [Draw Audio](https://draw.audio/) or [DrawBeats](https://drawbeats.com/) - Scale Sequencers
* [Petaporon](https://pixwlk.itch.io/petaporon) - Piano Sequencer / [Instrument Editor](https://pixwlk.itch.io/petaporon-editor) * [Petaporon](https://pixwlk.itch.io/petaporon) - Piano Sequencer / [Instrument Editor](https://pixwlk.itch.io/petaporon-editor)
* [AudioMass](https://audiomass.co/) - Online Editor * [AudioMass](https://audiomass.co/) - Online Editor
* [editor.audio](https://editor.audio/) - Online Editor * [editor.audio](https://editor.audio/) - Online Editor
* [Efflux](https://www.igorski.nl/application/efflux/) - Music Sequencer
* [TwistedWave](https://twistedwave.com/online) - Online Editor * [TwistedWave](https://twistedwave.com/online) - Online Editor
* [xAudioPro](https://www.xaudiopro.com/en/) - Online Editor * [xAudioPro](https://www.xaudiopro.com/en/) - Online Editor
* [Signal](https://signal.vercel.app/) - MIDI Editor * [Signal](https://signal.vercel.app/) - MIDI Editor
* [Tonecraft](https://dinahmoelabs.com/tonecraft ) - 3D Song Creator * [Tonecraft](https://dinahmoelabs.com/tonecraft ) - 3D Song Creator
* [WebSynths](https://www.websynths.com/) - Browser Synthesizers * [WebSynths](https://www.websynths.com/) or [Wavepad](https://alexgibson.github.io/wavepad/) - Browser Synthesizers
* [NoiseCraft](https://noisecraft.app/) - Modular Synth Builder * [NoiseCraft](https://noisecraft.app/) - Modular Synth Builder
* [StarrynetsPiano](https://piano.starrynets.com/) or [VirtualPiano](https://virtualpiano.net/) - Browser Pianos * [StarrynetsPiano](https://piano.starrynets.com/) or [VirtualPiano](https://virtualpiano.net/) - Browser Pianos
* [MK-1](https://ericrosenbaum.github.io/MK-1/) - Online Sampling Keyboard * [MK-1](https://ericrosenbaum.github.io/MK-1/) - Online Sampling Keyboard
@ -786,15 +846,15 @@
## ▷ Audio Plugins ## ▷ Audio Plugins
* ⭐ **[G-MEH](https://g-meh.com/)** - Download / [Premium Bypass](https://gmehpremium.pages.dev/) * ⭐ **[G-MEH](https://g-meh.com/)** - Download / [Premium Bypass](https://gmehpremium.pages.dev/)
* ⭐ **[AudioZ](https://audioz.download/)** - Download / [Forum](https://audiosex.pro/)
* ⭐ **[Team V.R releases](https://rentry.co/FMHYBase64#team-vr)**- Download
* ⭐ **[Kits4Beats](https://kits4beats.com/)** - Download / Torrent / [Telegram](https://t.me/kits4beats) * ⭐ **[Kits4Beats](https://kits4beats.com/)** - Download / Torrent / [Telegram](https://t.me/kits4beats)
* ⭐ **[bobdule](https://bobdule999.wixsite.com/bob-dule-factory-2)** - Kontakt / Native Instruments Plugins & Tools * ⭐ **[bobdule](https://bobdule999.wixsite.com/bob-dule-factory-2)** - Kontakt / Native Instruments Plugins & Tools
* ⭐ **[PLUGG SUPPLY](https://t.me/pluggsupply)** - Telegram / [VK](https://vk.com/pluggsupply) * ⭐ **[PLUGG SUPPLY](https://t.me/pluggsupply)** - Telegram / [VK](https://vk.com/pluggsupply)
* ⭐ **[Plugin Clouds](https://t.me/joinchat/eBPFLPGucTU5YjQ9)** - Telegram / [Archive](https://t.me/plugincloudsarchive) * ⭐ **[Plugin Clouds](https://t.me/joinchat/eBPFLPGucTU5YjQ9)** - Telegram / [Archive](https://t.me/plugincloudsarchive)
* [AudioZ](https://audioz.download/) - Download / Use Debrid / [Forum](https://audiosex.pro/) * [AirWindows](https://www.airwindows.com/) - Download / [Consolidated](https://www.airwindows.com/consolidated/)
* [AudioWavePro](https://t.me/AudioWavePro) - Telegram / AudioZ Reuploads * [AudioWavePro](https://t.me/AudioWavePro) - Telegram / AudioZ Reuploads
* [/u/BitterApple69 Plugins](https://rentry.co/FMHYBase64#ubitterapple69-plugins) - Torrent * [/u/BitterApple69 Plugins](https://rentry.co/FMHYBase64#ubitterapple69-plugins) - Torrent
* [VST Torrents](https://vsttorrentz.net/) - Torrent
* [PluginTorrent](https://plugintorrent.com/) - Torrent
* [AudioTools](https://audiotools.in/) - Torrent / Use [translator](https://addons.mozilla.org/en-US/firefox/addon/traduzir-paginas-web/) * [AudioTools](https://audiotools.in/) - Torrent / Use [translator](https://addons.mozilla.org/en-US/firefox/addon/traduzir-paginas-web/)
* [Producer Plug Sheet](https://rentry.co/FMHYBase64#producer-plug-sheet) - Plugin / Sample Index * [Producer Plug Sheet](https://rentry.co/FMHYBase64#producer-plug-sheet) - Plugin / Sample Index
* [HQVst](https://t.me/HQVst) - Telegram * [HQVst](https://t.me/HQVst) - Telegram
@ -825,20 +885,20 @@
## ▷ SFX / Loops ## ▷ SFX / Loops
* ⭐ **[OrangeFreeSounds](https://orangefreesounds.com/)** * ⭐ **[OrangeFreeSounds](https://orangefreesounds.com/)**
* ⭐ **[BandLab SFX](https://www.bandlab.com/sounds/packs)** - Account Required
* [EXP Soundboard](https://sourceforge.net/projects/expsoundboard/), [Soundux](https://soundux.rocks/) or [Resanance](https://resanance.com/) - Soundboard Programs * [EXP Soundboard](https://sourceforge.net/projects/expsoundboard/), [Soundux](https://soundux.rocks/) or [Resanance](https://resanance.com/) - Soundboard Programs
* [MyInstants](https://www.myinstants.com/index/us/), [Thirtydollar](https://thirtydollar.website/), [InternetsFun](https://instantsfun.es/), [101soundboards](https://www.101soundboards.com/) or [Soundboard.com](https://www.soundboard.com/) - Online Soundboards * [MyInstants](https://www.myinstants.com/index/us/), [Thirtydollar](https://thirtydollar.website/), [InternetsFun](https://instantsfun.es/), [101soundboards](https://www.101soundboards.com/) or [Soundboard.com](https://www.soundboard.com/) - Online Soundboards
* [SampleBrain](https://gitlab.com/then-try-this/samplebrain), [rFXGen](https://raylibtech.itch.io/rfxgen), [Bfxr](https://iznaut.itch.io/bfxr), [ChipTone](https://sfbgames.itch.io/chiptone) or [SFXR](https://sfxr.me/) - Sound Effect Creators * [SampleBrain](https://gitlab.com/then-try-this/samplebrain), [rFXGen](https://raylibtech.itch.io/rfxgen), [Bfxr](https://iznaut.itch.io/bfxr), [ChipTone](https://sfbgames.itch.io/chiptone) or [SFXR](https://sfxr.me/) - Sound Effect Creators
* [/r/LoopKits](https://www.reddit.com/r/loopkits/) * [/r/LoopKits](https://www.reddit.com/r/loopkits/)
* [Free Adobe SFX](https://www.adobe.com/products/audition/offers/AdobeAuditionDLCSFX.html) * [Free Adobe SFX](https://www.adobe.com/products/audition/offers/AdobeAuditionDLCSFX.html)
* [BBC Sound Effects](https://sound-effects.bbcrewind.co.uk/) / [Downloader](https://github.com/get-iplayer/get_iplayer) * [BBC Sound Effects](https://sound-effects.bbcrewind.co.uk/) / [Downloader](https://github.com/get-iplayer/get_iplayer)
* [Free-Loops](https://free-loops.com/)
* [Freesound](https://freesound.org/) * [Freesound](https://freesound.org/)
* [GDC](https://sonniss.com/gameaudiogdc) * [GDC](https://sonniss.com/gameaudiogdc)
* [Citizen DJ](https://citizen-dj.labs.loc.gov/) * [Citizen DJ](https://citizen-dj.labs.loc.gov/)
* [soundbible](https://soundbible.com/)
* [SoundGator](https://www.soundgator.com/) * [SoundGator](https://www.soundgator.com/)
* [FindSounds](https://www.findsounds.com/) * [FindSounds](https://www.findsounds.com/)
* [PacDV](https://www.pacdv.com/sounds/index.html) * [PacDV](https://www.pacdv.com/sounds/index.html)
* [SoundBible](https://soundbible.com/)
* [looperman](https://www.looperman.com/loops) * [looperman](https://www.looperman.com/loops)
* [Noizable](https://noizable.media/) * [Noizable](https://noizable.media/)
* [sampleswap](https://sampleswap.org/) * [sampleswap](https://sampleswap.org/)

View file

@ -12,11 +12,11 @@
Piracy sites usually contain ads, some of which can be harmful, often leading to unwanted pages or fake download buttons. Real download buttons are usually small, and match the sites design, while fake ones are often big and eye-catching. It can be hard to tell them apart, so its important to always have an adblocker. Piracy sites usually contain ads, some of which can be harmful, often leading to unwanted pages or fake download buttons. Real download buttons are usually small, and match the sites design, while fake ones are often big and eye-catching. It can be hard to tell them apart, so its important to always have an adblocker.
For browsers we recommend **[uBO](https://github.com/gorhill/uBlock#installation)**, and you can also use a **[Redirect Skipper](https://fmhy.net/adblockvpnguide#redirect-bypass)** to skip annoying countdowns. For browsers we recommend **[uBO](https://github.com/gorhill/uBlock)**, and you can also use a **[Redirect Skipper](https://fmhy.net/internet-tools#redirect-bypass)** to skip annoying countdowns.
For mobile **[AdGuard Premium](https://rentry.co/FMHYBase64#adguard-premium)** / [iOS](https://rentry.co/FMHYBase64#adguard-pro-ios) or **[Rethink DNS](https://rethinkdns.com/app)**, and you can block YouTube, Reddit, and Twitter ads with **[ReVanced Manager](https://github.com/revanced/revanced-manager)** / [Easy Setup](https://rentry.co/revanced-auto-update). For mobile **[AdGuard Premium](https://rentry.co/FMHYBase64#adguard-premium)** / [iOS](https://adguard.com/en/adguard-ios/overview.html) / [Guide](https://ios.cfw.guide/sideloading-apps/) or **[Rethink DNS](https://rethinkdns.com/app)**, and you can block YouTube, Reddit, and X.com ads with **[ReVanced Manager](https://github.com/revanced/revanced-manager)** / [Easy Setup](https://rentry.co/revanced-auto-update).
!!!note Using several ad blockers, like uBO and Adblock Plus at the same time can [mess things up](https://twitter.com/gorhill/status/1033706103782170625). This only happens with regular ad blockers, so its perfectly okay to use uBO alongside something like SponsorBlock. !!!note Using several ad blockers, like uBO and Adguard at the same time can [mess things up](https://x.com/gorhill/status/1033706103782170625). This only happens with regular ad blockers, so its perfectly okay to use uBO alongside something like SponsorBlock.
*** ***
@ -26,7 +26,7 @@ For mobile **[AdGuard Premium](https://rentry.co/FMHYBase64#adguard-premium)** /
We recommend **[Firefox](https://www.mozilla.org/en-US/firefox/new/)**, but you can also try **[Privacy-Focused Browsers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25B7_browser_privacy)**, or **[Brave](https://brave.com/)** if you prefer Chromium-based. We recommend **[Firefox](https://www.mozilla.org/en-US/firefox/new/)**, but you can also try **[Privacy-Focused Browsers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25B7_browser_privacy)**, or **[Brave](https://brave.com/)** if you prefer Chromium-based.
For mobile we recommend **[Cromite](https://github.com/uazo/cromite)**, **[Firefox](https://www.mozilla.org/en-US/firefox/browsers/mobile/android/)** or **[Mull](https://gitlab.com/divested-mobile/mull-fenix)** for privacy. For mobile we recommend **[Firefox](https://www.mozilla.org/en-US/firefox/browsers/mobile/android/)**, **[Cromite](https://github.com/uazo/cromite)** for privacy or **[Orion](https://kagi.com/orion/)** for iOS.
!!!note Its highly recommended to look through our [Extension](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_browser_extensions) / [Userscript](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_userscripts) pages to find ways to enhance your browser. !!!note Its highly recommended to look through our [Extension](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_browser_extensions) / [Userscript](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_userscripts) pages to find ways to enhance your browser.
@ -34,18 +34,18 @@ For mobile we recommend **[Cromite](https://github.com/uazo/cromite)**, **[Firef
### Movies / Shows ### Movies / Shows
* **Streaming: [movie-web](https://erynith.github.io/movie-web-instances/) / [watch.lonelil](https://watch.lonelil.ru/) + [Sources](https://watch.lonelil.ru/onboarding/extension) / [Nunflix](https://nunflix.org/) / [Braflix](https://www.braflix.is/)** * **Streaming: [Cineby](https://www.cineby.app/) / [Freek](https://freek.to/) / [Rive](https://rivestream.live/) / [movie-web Instances](https://erynith.github.io/movie-web-instances/) + [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#movie-web-extension)**
* **Downloading: [Vadapav](https://rentry.co/FMHYBase64#vadapav) / [Pahe](https://pahe.ink/) / [PSARips](https://psa.wf/)** * **Downloading: [DataDiff](https://rentry.co/FMHYBase64#datadiff) / [Pahe](https://pahe.ink/) / [PSARips](https://psa.wf/)**
* **Torrenting: [1337x](https://1337x.to/movie-library/1/) / [TorrentGalaxy](https://torrentgalaxy.to/torrents.php?parent_cat=Movies) / [Aggregators](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/torrent/#wiki_.25B7_aggregators)** * **Torrenting: [1337x](https://1337x.to/movie-library/1/) / [TorrentGalaxy](https://torrentgalaxy.to/torrents.php?parent_cat=Movies) / [Aggregators](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/torrent/#wiki_.25B7_aggregators)**
* **Sports Streaming: [Streamed](https://streamed.su/) / [Sportsurge](https://v2.sportsurge.net/home4/)** * **Sports Streaming: [Streamed](https://streamed.su/) / [Sportsurge](https://v2.sportsurge.net/home4/)**
* **Drama Streaming: [DramaCool](https://asianc.to/) / [KissAsian](https://kissasian.video/)** * **Drama Streaming: [KissAsian](https://kissasian.video/)**
* **Track / Discover: [Trakt](https://trakt.tv/) / [Simkl](https://simkl.com/) / [Letterboxd](https://letterboxd.com/)** * **Track / Discover: [Trakt](https://trakt.tv/) / [Simkl](https://simkl.com/) / [Letterboxd](https://letterboxd.com/)**
*** ***
### Anime ### Anime
* **Streaming: [HiAnime](https://hianime.to/) / [Miruro](https://www.miruro.com/) / [AnimePahe](https://animepahe.ru/)** * **Streaming: [HiAnime](https://hianime.to/) / [Miruro](https://www.miruro.com/) / [AnimePahe](https://animepahe.ru/) / [Kuroiru](https://kuroiru.co/)**
* **Downloading: [Tokyo Insider](https://www.tokyoinsider.com/) / [Hi10Anime](https://hi10anime.com/)** * **Downloading: [Tokyo Insider](https://www.tokyoinsider.com/) / [Hi10Anime](https://hi10anime.com/)**
* **Torrenting: [Nyaa](https://nyaa.si/) / [Miru](https://miru.watch/)** * **Torrenting: [Nyaa](https://nyaa.si/) / [Miru](https://miru.watch/)**
* **Track / Discover: [MyAnimeList](https://myanimelist.net/) / [AniList](https://anilist.co/)** * **Track / Discover: [MyAnimeList](https://myanimelist.net/) / [AniList](https://anilist.co/)**
@ -55,8 +55,8 @@ For mobile we recommend **[Cromite](https://github.com/uazo/cromite)**, **[Firef
### Music ### Music
* **Streaming: [SpotX](https://github.com/SpotX-Official/SpotX) / [Custom YouTube Music](https://th-ch.github.io/youtube-music/)** * **Streaming: [SpotX](https://github.com/SpotX-Official/SpotX) / [Custom YouTube Music](https://th-ch.github.io/youtube-music/)**
* **Downloading: [lucida](https://lucida.to/) / [squid.wtf](https://squid.wtf/) / [MP3 Daddy](https://mp3-daddy.com/) / [Soulseek](https://slsknet.org/)** * **Downloading: [lucida](https://lucida.to/) / [Soulseek](https://slsknet.org/)**
* **Mobile: [xManager](https://www.xmanagerapp.com/) / [InnerTune](https://github.com/z-huang/InnerTune) / [EeveeSpotify](https://github.com/whoeevee/EeveeSpotify) (iOS)** * **Mobile: [xManager](https://www.xmanagerapp.com/) / [OuterTune](https://github.com/DD3Boh/OuterTune) / [SpotC++](https://spotcompiled.github.io/) (iOS)**
* **Track / Discover: [Last.fm](https://www.last.fm/home) / [RateYourMusic](https://rateyourmusic.com/)** * **Track / Discover: [Last.fm](https://www.last.fm/home) / [RateYourMusic](https://rateyourmusic.com/)**
*** ***
@ -64,18 +64,17 @@ For mobile we recommend **[Cromite](https://github.com/uazo/cromite)**, **[Firef
### Gaming ### Gaming
* **Download / Torrent: [FitGirl Repacks](https://fitgirl-repacks.site/) / [SteamRIP](https://steamrip.com/)** * **Download / Torrent: [FitGirl Repacks](https://fitgirl-repacks.site/) / [SteamRIP](https://steamrip.com/)**
* **Emulation / ROMs: [Emulation Wiki](https://emulation.gametechwiki.com/index.php/Main_Page)/ [/r/ROMs Mega](https://r-roms.github.io/) / [Myrient](https://rentry.co/FMHYBase64#myrient)** * **Emulation / ROMs: [Emulation Wiki](https://emulation.gametechwiki.com/index.php/Main_Page) / [/r/ROMs Mega](https://r-roms.github.io/) / [Myrient](https://rentry.co/FMHYBase64#myrient)**
* **DLC Unlocker: [Koalageddon](https://github.com/acidicoala/Koalageddon/)**
* **Download Managers: [JDownloader](https://jdownloader.org/jdownloader2) / [Go Speed](https://gopeed.com/)** * **Download Managers: [JDownloader](https://jdownloader.org/jdownloader2) / [Go Speed](https://gopeed.com/)**
* **Track / Discover: [Glitchwave](https://glitchwave.com/)** * **Track / Discover: [Backloggd](https://www.backloggd.com/) / [Glitchwave](https://glitchwave.com/)**
*** ***
### Reading ### Reading
* **Downloading: [Annas Archive](https://annas-archive.org/) / [Library Genesis](https://libgen.is) / [Z-Library](https://z-lib.gs/) / [Mobilism](https://forum.mobilism.org) / [Bookracy](https://bookracy.ru)** * **Downloading: [Annas Archive](https://annas-archive.org/) / [Bookracy](https://bookracy.ru) / [Library Genesis](https://libgen.is) / [Z-Library](https://z-lib.gs/) / [Mobilism](https://forum.mobilism.org)**
* **Audiobooks: [AudiobookBay](https://audiobookbay.lu/) / [Mobilism Audiobooks](https://forum.mobilism.org/viewforum.php?f=124) / [Tokybook](https://tokybook.com/)** * **Audiobooks: [AudiobookBay](https://audiobookbay.lu/) / [Mobilism Audiobooks](https://forum.mobilism.org/viewforum.php?f=124) / [Tokybook](https://tokybook.com/)**
* **Manga: [ComicK](https://comick.io/) / [MangaSee](https://mangasee123.com/) / [MangaDex](https://mangadex.org/)** * **Manga: [ComicK](https://comick.io/) / [Weeb Central](https://weebcentral.com/) / [MangaDex](https://mangadex.org/)**
* **Comics: [ReadComicsOnline](https://readcomiconline.li/) / [GetComics](https://getcomics.org/)** * **Comics: [ReadComicsOnline](https://readcomiconline.li/) / [GetComics](https://getcomics.org/)**
* **Ebook Readers: [Google Play Books](https://play.google.com/books) / [Koodo](https://www.koodoreader.com/) / [Foxit](https://www.foxit.com/pdf-reader/)** * **Ebook Readers: [Google Play Books](https://play.google.com/books) / [Koodo](https://www.koodoreader.com/) / [Foxit](https://www.foxit.com/pdf-reader/)**
* **Android Readers: [Librera](https://librera.mobi/) / [Moon+ Reader](https://www.moondownload.com/) / [Readera](https://play.google.com/store/apps/details?id=org.readera)** * **Android Readers: [Librera](https://librera.mobi/) / [Moon+ Reader](https://www.moondownload.com/) / [Readera](https://play.google.com/store/apps/details?id=org.readera)**
@ -85,7 +84,7 @@ For mobile we recommend **[Cromite](https://github.com/uazo/cromite)**, **[Firef
### Antivirus ### Antivirus
> How can I safely scan files, and determine if detection's are false positives? > How can I safely scan files, and determine if detections are false positives?
Before installing any file, its recommended to scan the setup / install with **[VirusTotal](https://www.virustotal.com/)**. If you're having trouble determining if something is a false positive, refer to the **[Scan Guide](https://rentry.co/VTGuide)**, or send it to us in Discord and we'll take a look for you. Before installing any file, its recommended to scan the setup / install with **[VirusTotal](https://www.virustotal.com/)**. If you're having trouble determining if something is a false positive, refer to the **[Scan Guide](https://rentry.co/VTGuide)**, or send it to us in Discord and we'll take a look for you.
@ -112,7 +111,7 @@ For email privacy, we recommend **[Proton](https://proton.me/mail)** and for sea
Download an ISO from Massgrave's **[Genuine Installation Media](https://massgrave.dev/genuine-installation-media)** page, and follow the **[Clean Install Windows Guide](https://gravesoft.dev/clean_install_windows)** to install it. After install, activate it with **[Microsoft Activation Scripts](https://massgrave.dev/#Method-1---PowerShell)**. Download an ISO from Massgrave's **[Genuine Installation Media](https://massgrave.dev/genuine-installation-media)** page, and follow the **[Clean Install Windows Guide](https://gravesoft.dev/clean_install_windows)** to install it. After install, activate it with **[Microsoft Activation Scripts](https://massgrave.dev/#Method-1---PowerShell)**.
* **Software Piracy: [CRACKSurl](https://cracksurl.com/) / [LRepacks](https://lrepacks.net/)** * **Software Piracy: [CRACKSurl](https://cracksurl.com/) / [LRepacks](https://lrepacks.net/)**
* **Adobe Piracy: [M0nkrus](https://w14.monkrus.ws/) / [GenP](https://www.reddit.com/r/GenP/wiki/redditgenpguides/)** * **Adobe Piracy: [m0nkrus](https://w16.monkrus.ws/) / [2](https://vk.com/monkrus) / [3](https://monkrus.dvuzu.com/) / [GenP](https://www.reddit.com/r/GenP/wiki/redditgenpguides/)**
!!!note Be aware that people have been known to steal from M0nkrus and upload altered versions of their apps that contain harmful elements. Always double-check that you're on the official site before downloading anything. !!!note Be aware that people have been known to steal from M0nkrus and upload altered versions of their apps that contain harmful elements. Always double-check that you're on the official site before downloading anything.
@ -122,11 +121,11 @@ Download an ISO from Massgrave's **[Genuine Installation Media](https://massgrav
> Do I need a VPN to torrent? > Do I need a VPN to torrent?
Downloading files through torrenting can cause issues with your ISP, so using a **[VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25BA_vpn)** is a must in most countries. VPNs have a kill switch feature that stops data from leaking, but you should also **[bind your VPN](https://redd.it/ssy8vv)** to your torrent client. You can also use **[Remote Torrenting Services](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/torrent#wiki_.25B7_remote_torrenting)** to avoid the need for VPN altogether. Downloading files through torrenting can cause issues with your ISP, so using a **[VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25BA_vpn)** is a must in most countries. You should also **[bind your VPN](https://redd.it/ssy8vv)** to your torrent client to avoid leaks from accidental disconnects. You can also use **[Remote Torrenting Services](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/torrent#wiki_.25B7_remote_torrenting)** to avoid the need for a VPN altogether.
* **Torrent Clients: [qBittorrent](https://www.qbittorrent.org/) / [Transmission](https://transmissionbt.com/) / [Deluge](https://www.deluge-torrent.org/)** > What is Port Forwarding? Do I need it?
* **Torrent Sites: [TorrentGalaxy](https://torrentgalaxy.to/) / [RuTracker](https://rutracker.org/)**
* **Torrent Streaming: [Stremio](https://www.stremio.com/) + [Addons](https://stremio-addons.netlify.app/) / [Guide](https://guides.viren070.me/stremio), [2](https://rentry.co/bye-sudo)** [Port forwarding](https://rentry.org/the-piracy-glossary#torrenting-terms) (having an open port) is an essential part of torrenting and it's recommended to set it up. While it's not strictly needed, it benefits the swarm, can sometimes boost download speeds, and improves connectability for torrents with fewer seeds.
*** ***
@ -140,11 +139,22 @@ Downloading files through torrenting can cause issues with your ISP, so using a
*** ***
### iOS Sideloading
* **[Sideloading Guide](https://ios.cfw.guide/sideloading-apps/)** - Sidloading Guide
* **[TrollStore](https://github.com/opa334/TrollStore)** - Unlimited App Sideloading [iOS 14.0-17.0]
* **[SideStore](https://sidestore.io/)** - Sideloading App [iOS 14.0 & Above]
* **[Sideloadly](https://sideloadly.io/)** - Sideload Apps [iOS 7.0 & Above]
* **[Feather](https://github.com/khcrysalis/Feather)** - Sideload Apps with Paid Dev Cert [iOS 15 & Above]
***
### Useful Links ### Useful Links
* **[Piracy Glossary](https://rentry.org/the-piracy-glossary)** - Common piracy term definitions * **[Piracy Glossary](https://rentry.org/the-piracy-glossary)** - Common piracy term definitions
* **[Unsafe Sites / Software](https://redd.it/10bh0h9)** - Things we recommend avoiding * **[Unsafe Sites / Software](https://fmhy.net/unsafesites)** / [2](https://redd.it/10bh0h9) - Things we recommend avoiding
* **[Base64 Decoders](https://fmhy.net/text-tools#encode-decode) / [Auto Decode](https://greasyfork.org/en/scripts/485772)** - Tools to decode base64 links * **[Base64 Decoders](https://fmhy.net/text-tools#encode-decode) / [Auto Decode](https://greasyfork.org/en/scripts/485772)** - Tools to decode base64 links
* **[FMHY Website](https://fmhy.net/)** - Our website with many more sites / tools
*** ***

File diff suppressed because it is too large Load diff

View file

@ -6,7 +6,7 @@
# ► Download Directories # ► Download Directories
* **Note** - Some Open Directories grab IP's, so use a VPN or Tor when accessing them. * **Note** - Some Open Directories grab IPs, so use a VPN or Tor when accessing them.
*** ***
@ -18,12 +18,10 @@
* ⭐ **[Soulseek](https://slsknet.org/)** or [Nicotine+](https://nicotine-plus.org/) - File Sharing App / [Stats](https://github.com/mrusse/Slsk-Upload-Stats-Tracker) / [Server App](https://github.com/slskd/slskd) * ⭐ **[Soulseek](https://slsknet.org/)** or [Nicotine+](https://nicotine-plus.org/) - File Sharing App / [Stats](https://github.com/mrusse/Slsk-Upload-Stats-Tracker) / [Server App](https://github.com/slskd/slskd)
* [eMule Plus](https://sourceforge.net/projects/emuleplus/) - File Sharing App * [eMule Plus](https://sourceforge.net/projects/emuleplus/) - File Sharing App
* [mega.archive (Discord)](https://discord.gg/R3zEZUPp3Q) / [Chat](https://discord.gg/ZRhpUtzvkC) - Megadrive Archive * [mega.archive (Discord)](https://discord.gg/R3zEZUPp3Q) / [Chat](https://discord.gg/ZRhpUtzvkC) - Megadrive Archive
* [GDrive Server](https://telegra.ph/GDrive-Server-Direct-Links-06-28)
* [Napalm FTP](https://www.searchftps.net/), [Mamont](https://www.mmnt.ru/int/) or [Search-22](https://search-22.com/ftp-search-tools) - FTP Search * [Napalm FTP](https://www.searchftps.net/), [Mamont](https://www.mmnt.ru/int/) or [Search-22](https://search-22.com/ftp-search-tools) - FTP Search
* [dedigger](https://www.dedigger.com/) - GDrive File Search * [dedigger](https://www.dedigger.com/) - Google Drive File Search
* [Sala De Espera](https://matrix.to/#/!qbOtnJEDGsPuWZBHLX:matrix.org?via=matrix.org) - Drive Sharing Community * [Sala De Espera](https://matrix.to/#/!qbOtnJEDGsPuWZBHLX:matrix.org?via=matrix.org) - Drive Sharing Community
* [Open Directory Downloader](https://github.com/KoalaBear84/OpenDirectoryDownloader) - Open Directory Indexer * [Open Directory Downloader](https://github.com/KoalaBear84/OpenDirectoryDownloader) - Open Directory Indexer
* [Pastebin CSE](https://cse.google.com/cse?cx=0cd79b819f26af9d0) - Search Pastebin Directories
* [CD.TextFiles](http://cd.textfiles.com/) - CD Text File Archive * [CD.TextFiles](http://cd.textfiles.com/) - CD Text File Archive
* [Defacto2](https://defacto2.net/) - Scene / Sub-Scene Database * [Defacto2](https://defacto2.net/) - Scene / Sub-Scene Database
@ -35,15 +33,14 @@
*** ***
* ⭐ **[Archive.org](https://archive.org/)** - Video / Audio / Magazines / Newspapers / ROMs / [Downloader](https://github.com/MiniGlome/Archive.org-Downloader) / [CLI](https://github.com/jjjake/internetarchive) * ⭐ **[Archive.org](https://archive.org/)** - Video / Audio / Magazines / Newspapers / ROMs / / [Downloader](https://github.com/MiniGlome/Archive.org-Downloader), [2](https://bookripper.neocities.org/), [3](https://redd.it/fm1xpw), [4](https://rentry.org/arch1ve) / [Extension](https://github.com/elementdavv/internet_archive_downloader) / [Script](https://redd.it/ofcqds) / [CLI](https://github.com/jjjake/internetarchive)
* ⭐ **[The Eye](https://beta.the-eye.eu/)** - Audio / Books / Comics / Magazines / [Discord](https://discord.com/invite/the-eye) * ⭐ **[The Eye](https://beta.the-eye.eu/)** - Audio / Books / Comics / Magazines / [Discord](https://discord.com/invite/the-eye)
* ⭐ **[DirtyWarez](https://forum.dirtywarez.com/)** - Video / Audio / Books / Comics * ⭐ **[DirtyWarez](https://forum.dirtywarez.com/)** - Video / Audio / Books / Comics
* ⭐ **[/r/DataHoarder](https://reddit.com/r/DataHoarder)**, [Data Horde](https://datahorde.org/), [Archive Team](https://wiki.archiveteam.org/) / [Subreddit](https://www.reddit.com/r/Archiveteam/), [Gnutella Forums](https://www.gnutellaforums.com/) or [FileSharingTalk](https://filesharingtalk.com/forum.php) - File Hoarding Forums * ⭐ **[/r/DataHoarder](https://reddit.com/r/DataHoarder)**, [Data Horde](https://datahorde.org/), [Archive Team](https://wiki.archiveteam.org/) / [Subreddit](https://www.reddit.com/r/Archiveteam/), [Gnutella Forums](https://www.gnutellaforums.com/) or [FileSharingTalk](https://filesharingtalk.com/forum.php) - File Hoarding Forums
* [WorldSRC](https://www.worldsrc.net/) - Video / Audio / [Donate](https://www.worldsrc.net/service_end) * [WorldSRC](https://www.worldsrc.net/) - Video / Audio / [Donate](https://www.worldsrc.net/service_end)
* [WarezForums](https://warezforums.com/) - Video / Audio / ROMs / Books / Comics * [WarezForums](https://warezforums.com/) - Video / Audio / ROMs / Books / Comics
* [rlsbb](https://rlsbb.ru/), [2](https://rlsbb.to/), [3](https://comment.rlsbb.cc/), [4](http://rlsbb.in/) - Video / Audio / Books / Magazines / [Track Shows](https://openuserjs.org/scripts/drdre1/ReleaseBB_rlsbb_TV_Show_Tracker) * [rlsbb](https://rlsbb.ru/), [2](https://rlsbb.to/), [3](https://rlsbb.cc/), [4](http://rlsbb.in/) - Video / Audio / Books / Magazines / [Track Shows](https://openuserjs.org/scripts/drdre1/ReleaseBB_rlsbb_TV_Show_Tracker)
* [Adit-HD](https://www.adit-hd.com/) - Video / Audio / Books * [Adit-HD](https://www.adit-hd.com/) - Video / Audio / Books
* [AsanDL](http://asandl.com/) - Use [translator](https://addons.mozilla.org/en-US/firefox/addon/traduzir-paginas-web/)
* [Novanon](https://novanon.net/) - Video / Audio / Magazines / Comics / Books / Courses * [Novanon](https://novanon.net/) - Video / Audio / Magazines / Comics / Books / Courses
* [psychodownloads](https://psychodownloads.com/) - Video / Audio / ROMs / Books / Magazines / NSFW * [psychodownloads](https://psychodownloads.com/) - Video / Audio / ROMs / Books / Magazines / NSFW
* [Merlin Warez](https://merlinwz.com/) - Video / Audio / Books / Audiobooks / Comics / Magazines * [Merlin Warez](https://merlinwz.com/) - Video / Audio / Books / Audiobooks / Comics / Magazines
@ -72,7 +69,7 @@
* [Warez-World](https://warez-world.org/) - Video / Audio / Books / Magazines / NSFW * [Warez-World](https://warez-world.org/) - Video / Audio / Books / Magazines / NSFW
* [0DayDDL](https://0dayddl.com/) - Video / Audio / Books / Magazines * [0DayDDL](https://0dayddl.com/) - Video / Audio / Books / Magazines
* [Downturk.net](https://www.downturk.net/) - Video / Audio / Books * [Downturk.net](https://www.downturk.net/) - Video / Audio / Books
* [SoftArchive](https://softarchive.is/), [2](https://sanet.lc/), [3](https://sanet.st) - Video / Audio / Books / Comics / Newspapers / Magazines / [Status](https://sastatus.com/) / [Avoid Software / Games](https://pastebin.com/DyXv0MGR) * [SoftArchive](https://softarchive.is/), [2](https://sanet.lc/), [3](https://sanet.st) - Video / Audio / Books / Comics / Newspapers / Magazines / [Status](https://sastatus.com/) / [Avoid Software / Games](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#sanet-warning)
* [Pouet](https://www.pouet.net/prodlist.php) - Demos / Cracktros * [Pouet](https://www.pouet.net/prodlist.php) - Demos / Cracktros
* [Redump](http://redump.org/) - Disc Preservation Project * [Redump](http://redump.org/) - Disc Preservation Project
* [DemoZoo](https://demozoo.org/) or [scene.org](https://files.scene.org/) - Demoscene Archive / [Wiki](https://en.wikipedia.org/wiki/Demoscene) * [DemoZoo](https://demozoo.org/) or [scene.org](https://files.scene.org/) - Demoscene Archive / [Wiki](https://en.wikipedia.org/wiki/Demoscene)
@ -89,8 +86,7 @@
* ⭐ **[Download CSE](https://cse.google.com/cse?cx=006516753008110874046:1ugcdt3vo7z)** / [CSE 2](https://cse.google.com/cse?cx=006516753008110874046:reodoskmj7h) - Multi-Site Search * ⭐ **[Download CSE](https://cse.google.com/cse?cx=006516753008110874046:1ugcdt3vo7z)** / [CSE 2](https://cse.google.com/cse?cx=006516753008110874046:reodoskmj7h) - Multi-Site Search
* ⭐ **[FilePursuit](https://filepursuit.com)** / [Discord](https://discord.gg/xRfFd8h) * ⭐ **[FilePursuit](https://filepursuit.com)** / [Discord](https://discord.gg/xRfFd8h)
* ⭐ **[4Shared](https://www.4shared.com/)** * ⭐ **[4Shared](https://www.4shared.com/)**
* ⭐ **[Hatt](https://github.com/FrenchGithubUser/Hatt)** - File Search App * [Meawfy](https://meawfy.com/) - Mega, GoFile and MediaFire Search
* [Meawfy](https://meawfy.com/) - Mega.nz Search
* [File Host Search](https://cse.google.com/cse?cx=90a35b59cee2a42e1) * [File Host Search](https://cse.google.com/cse?cx=90a35b59cee2a42e1)
* [scnlog](https://scnlog.me/) * [scnlog](https://scnlog.me/)
* [fidigger](https://fidigger.com/) * [fidigger](https://fidigger.com/)
@ -129,34 +125,28 @@
*** ***
* 🌐 **[Adobe Alternatives](https://github.com/KenneyNL/Adobe-Alternatives)** - Adobe Software Alternative Index * 🌐 **[Adobe Alternatives](https://github.com/KenneyNL/Adobe-Alternatives)**, [2](https://rentry.org/adobealt) - Adobe Software Alternative Index
* ↪️ **[Windows ISOs / Activation](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/system-tools#wiki_.25BA_windows_isos)** * ↪️ **[Windows ISOs / Activation](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/system-tools#wiki_.25BA_windows_isos)**
* ⭐ **[CRACKSurl](https://cracksurl.com/)** / [Telegram](https://t.me/cracksurldotcom) * ⭐ **[CRACKSurl](https://cracksurl.com/)** / [Telegram](https://t.me/cracksurldotcom)
* ⭐ **[LRepacks](https://lrepacks.net/)** * ⭐ **[LRepacks](https://lrepacks.net/)**
* ⭐ **[Mobilism](https://forum.mobilism.org/)** - [Mobile App](https://forum.mobilism.org/app/) * ⭐ **[Mobilism](https://forum.mobilism.org/)** - [Mobile App](https://forum.mobilism.org/app/)
* ⭐ **[soft98](https://soft98.ir/)** - Use [translator](https://addons.mozilla.org/en-US/firefox/addon/traduzir-paginas-web/) * ⭐ **[soft98](https://soft98.ir/)** - Use [Translator](https://addons.mozilla.org/en-US/firefox/addon/traduzir-paginas-web/) / [Anti-Adblock Fix](https://github.com/uBlockOrigin/uAssets/issues/14480#issuecomment-1907310059)
* ⭐ **[Nsane Forums](https://www.nsaneforums.com/)** - Signup Required * ⭐ **[Nsane Forums](https://www.nsaneforums.com/)** - Signup Required
* ⭐ **[Software CSE](https://cse.google.com/cse?cx=ae17d0c72fa6cbcd4)** - Multi-Site Software Search * ⭐ **[Software CSE](https://cse.google.com/cse?cx=ae17d0c72fa6cbcd4)** - Multi-Site Software Search
* ⭐ **[AlternativeTo](https://alternativeto.net/)** - Crowdsourced Recommendations * ⭐ **[AlternativeTo](https://alternativeto.net/)** or [European Alternatives](https://european-alternatives.eu/) - Crowdsourced Recommendations
* [AIOWares](https://www.aiowares.com/) * [AIOWares](https://www.aiowares.com/)
* [TheMicroTech](https://programs.themicrotech.net/)
* [DownloadHa](https://www.downloadha.com/) - Use [translator](https://addons.mozilla.org/en-US/firefox/addon/traduzir-paginas-web/) * [DownloadHa](https://www.downloadha.com/) - Use [translator](https://addons.mozilla.org/en-US/firefox/addon/traduzir-paginas-web/)
* [Patoghu](https://patoghu.com/) - Use [translator](https://addons.mozilla.org/en-US/firefox/addon/traduzir-paginas-web/)
* [Mutaz](https://www.mutaz.pro/)
* [Heidoc](https://www.heidoc.net/joomla/) * [Heidoc](https://www.heidoc.net/joomla/)
* [Softlay](https://www.softlay.com/downloads/) * [Softlay](https://www.softlay.com/downloads/)
* [AsanDL](http://asandl.com/) - Use [translator](https://addons.mozilla.org/en-US/firefox/addon/traduzir-paginas-web/)
* [RetroSystemRevival](https://retrosystemsrevival.blogspot.com/) * [RetroSystemRevival](https://retrosystemsrevival.blogspot.com/)
* [Libreware](https://t.me/Libreware) or [Xetrin RePacks](https://t.me/repacks_by_xetrin) - Telegram Channels * [Libreware](https://t.me/Libreware) or [Xetrin RePacks](https://t.me/repacks_by_xetrin) - Telegram Channels
* [Rarewares](https://www.rarewares.org/) - Rare Software * [Rarewares](https://www.rarewares.org/) - Rare Software
* [PLC4Me](https://plc4me.com/) - Automation Software * [PLC4Me](https://plc4me.com/) - Automation Software
* [Software Heritage](https://www.softwareheritage.org/) - Software Source Code Archive * [Software Heritage](https://www.softwareheritage.org/) - Software Source Code Archive
* [Team V.R releases](https://codec.kyiv.ua/) - Professional Video, Audio & Adobe Software / Plugins
* [WLSetup-All](https://rentry.co/FMHYBase64#wlsetup-all) - Windows Live Essentials 2012 Archive * [WLSetup-All](https://rentry.co/FMHYBase64#wlsetup-all) - Windows Live Essentials 2012 Archive
* [GenP](https://www.reddit.com/r/GenP/wiki/index), [2](https://genpguides.github.io/) - Adobe Software Patcher / [Discord](https://discord.gg/BVBh2XVn9s) * [GenP](https://www.reddit.com/r/GenP/wiki/index), [2](https://genpguides.github.io/) - Adobe Software Patcher / [Discord](https://discord.gg/BVBh2XVn9s)
* [ZXPInstaller](https://zxpinstaller.com/) - Adobe Extension Installer * [ZXPInstaller](https://zxpinstaller.com/) - Adobe Extension Installer
*** ***
## ▷ FOSS Sites ## ▷ FOSS Sites
@ -172,6 +162,7 @@
* [Opensource Builders](https://opensource.builders/) - FOSS Alt Search * [Opensource Builders](https://opensource.builders/) - FOSS Alt Search
* [OpenAlternative](https://openalternative.co/) - FOSS Alt Search * [OpenAlternative](https://openalternative.co/) - FOSS Alt Search
* [opensourcealternative.to](https://www.opensourcealternative.to/) - FOSS Alt Search * [opensourcealternative.to](https://www.opensourcealternative.to/) - FOSS Alt Search
* [CLI Club](https://cli.club/) - FOSS CLI Tools
* [Free Software Directory](https://directory.fsf.org/wiki/Main_Page) - FOSS Wikis * [Free Software Directory](https://directory.fsf.org/wiki/Main_Page) - FOSS Wikis
* [FOSS Wiki](https://en.wikipedia.org/wiki/Portal:Free_and_open-source_software/Categories) - FOSS Wikis * [FOSS Wiki](https://en.wikipedia.org/wiki/Portal:Free_and_open-source_software/Categories) - FOSS Wikis
@ -179,12 +170,12 @@
## ▷ Freeware Sites ## ▷ Freeware Sites
* 🌐 **[Awesome Free Software](https://github.com/johnjago/awesome-free-software)**, [Windows Ultimate Collection](https://xdaforums.com/t/windows-ultimate-collection-guides.4507867/) or [Free Lunch](https://github.com/auctors/free-lunch) - Freeware Indexes * 🌐 **[Awesome Free Software](https://github.com/johnjago/awesome-free-software)**, [Awesome Free Apps](https://github.com/Axorax/awesome-free-apps), [Windows Ultimate Collection](https://xdaforums.com/t/windows-ultimate-collection-guides.4507867/) or [Free Lunch](https://github.com/auctors/free-lunch) - Freeware Indexes
* 🌐 **[Awesome Selfhosted](https://awesome-selfhosted.net/)** / [2](https://gitlab.com/awesome-selfhosted/awesome-selfhosted) / [3](https://gist.github.com/kvnxiao/27c14760cbec35b4e312e34c856b51a8) or [Selfh.st](https://selfh.st/apps/) - Self-Hosted Software Indexes * 🌐 **[Awesome Selfhosted](https://awesome-selfhosted.net/)** / [2](https://github.com/awesome-selfhosted/awesome-selfhosted) / [3](https://gist.github.com/kvnxiao/27c14760cbec35b4e312e34c856b51a8) or [Selfh.st](https://selfh.st/apps/) - Self-Hosted Software Indexes
* 🌐 **[Awesome Python Applications](https://github.com/mahmoud/awesome-python-applications)** - Python App Index * 🌐 **[Awesome Python Applications](https://github.com/mahmoud/awesome-python-applications)** - Python App Index
* ↪️ **[Software Package Managers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/system-tools#wiki_.25B7_package_managers)** * ↪️ **[Software Package Managers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/system-tools#wiki_.25B7_package_managers)**
* ⭐ **[FluentStore](https://github.com/yoshiask/FluentStore)** - Microsoft Store Frontend * ⭐ **[FluentStore](https://github.com/yoshiask/FluentStore)** - Microsoft Store Frontend
* ⭐ **[store.rg](https://store.rg-adguard.net/)** - Paid Microsoft Store Link Generator / [Guide](https://rentry.co/paidAppsMsStore) * ⭐ **[store.rg](https://store.rg-adguard.net/)** or [StoreWeb](https://msft-store.tplant.com.au/) - Paid Microsoft Store Link Generators / [Guide](https://rentry.co/paidAppsMsStore)
* [MajorGeeks](https://www.majorgeeks.com/content/page/top_freeware_picks.html) - Freeware Downloads * [MajorGeeks](https://www.majorgeeks.com/content/page/top_freeware_picks.html) - Freeware Downloads
* [Softpedia](https://www.softpedia.com/) - Freeware Directory * [Softpedia](https://www.softpedia.com/) - Freeware Directory
* [Realityripple](https://realityripple.com/) - Freeware Directory * [Realityripple](https://realityripple.com/) - Freeware Directory
@ -195,7 +186,7 @@
* [GRC](https://www.grc.com/freepopular.htm) - Freeware Directory * [GRC](https://www.grc.com/freepopular.htm) - Freeware Directory
* [Uwe Sieber](https://www.uwe-sieber.de/english.html) - Freeware Directory * [Uwe Sieber](https://www.uwe-sieber.de/english.html) - Freeware Directory
* [Software Informer](https://software.informer.com/) - Freeware Directory * [Software Informer](https://software.informer.com/) - Freeware Directory
* [PortableApps.com](https://portableapps.com/), [Portapps](https://portapps.io/) or [PortableAppZ](https://portableappz.blogspot.com/) - Portable Apps * [PortableApps.com](https://portableapps.com/), [PortableFreeware](https://www.portablefreeware.com/), [Portapps](https://portapps.io/) or [PortableAppZ](https://portableappz.blogspot.com/) - Portable Apps
* [Nirsoft](https://www.nirsoft.net/), [Windows-Utilities](https://orga.cat/windows-utilities), [OS Vault](https://osvault.weebly.com/directory.html) or [WinTools](https://www.wintools.info/) - Windows Software * [Nirsoft](https://www.nirsoft.net/), [Windows-Utilities](https://orga.cat/windows-utilities), [OS Vault](https://osvault.weebly.com/directory.html) or [WinTools](https://www.wintools.info/) - Windows Software
* [Suckless](https://suckless.org/) - Simple Software Archive * [Suckless](https://suckless.org/) - Simple Software Archive
* [VETUSWARE](https://vetusware.com/) - Abandonware / Operating Systems / Games * [VETUSWARE](https://vetusware.com/) - Abandonware / Operating Systems / Games
@ -218,7 +209,7 @@
* [Libera Guides](https://libera.chat/guides/), [LoadGuru](https://www.theloadguru.com/xdcc-irc-beginners-guide/), [New Blood](https://anonops.com/newblood/) or [Simple Wiki Guide](https://en.wikipedia.org/wiki/Wikipedia:IRC/Tutorial) - IRC Guides * [Libera Guides](https://libera.chat/guides/), [LoadGuru](https://www.theloadguru.com/xdcc-irc-beginners-guide/), [New Blood](https://anonops.com/newblood/) or [Simple Wiki Guide](https://en.wikipedia.org/wiki/Wikipedia:IRC/Tutorial) - IRC Guides
* [AdiIRC](https://adiirc.com/), [Convos](https://convos.chat/), [mIRC](https://www.mirc.com/get.html) or [Bitchx](https://bitchx.sourceforge.net/) - IRC Clients * [AdiIRC](https://adiirc.com/), [Convos](https://convos.chat/), [mIRC](https://www.mirc.com/get.html) or [Bitchx](https://bitchx.sourceforge.net/) - IRC Clients
* [Hexchat](https://hexchat.github.io/) - Private IRC Client * [Hexchat](https://hexchat.github.io/) - Private IRC Client
* [KiwiIRC](https://kiwiirc.com/) or [TheLounge](https://thelounge.chat/) - WebIRC Client * [TheLounge](https://thelounge.chat/) - WebIRC Client
* [libera](https://libera.chat/), [tilde](https://tilde.chat/), [anonops](https://anonops.com/) or [rizon](https://rizon.net/) - IRC Networks * [libera](https://libera.chat/), [tilde](https://tilde.chat/), [anonops](https://anonops.com/) or [rizon](https://rizon.net/) - IRC Networks
* [Mibbit](https://search.mibbit.com/) - IRC Channel Search * [Mibbit](https://search.mibbit.com/) - IRC Channel Search
@ -261,9 +252,9 @@
* 🌐 **[/r/usenet Providers](https://www.reddit.com/r/usenet/wiki/providers)** - Provider Lists * 🌐 **[/r/usenet Providers](https://www.reddit.com/r/usenet/wiki/providers)** - Provider Lists
* 🌐 **[/r/usenet Deals](https://www.reddit.com/r/usenet/wiki/providerdeals)** - Provider Deals * 🌐 **[/r/usenet Deals](https://www.reddit.com/r/usenet/wiki/providerdeals)** - Provider Deals
* 🌐 **[Usenet Provider Deals](https://rexum.space/p/usenet-provider-deals/)**
* [Usenet Providers Map](https://mediavoid.io/map.svg) * [Usenet Providers Map](https://mediavoid.io/map.svg)
* [usenetmax](https://www.usenetmax.com/) * [usenetmax](https://www.usenetmax.com/)
* [xsusenet](https://xsusenet.com/)
* [usenet.farm](https://usenet.farm/#trial) * [usenet.farm](https://usenet.farm/#trial)
* [Free Trials](https://www.ngprovider.com/free-usenet-trials.php) * [Free Trials](https://www.ngprovider.com/free-usenet-trials.php)
@ -272,7 +263,7 @@
## ▷ Downloaders ## ▷ Downloaders
* ⭐ **[sabnzbd](https://sabnzbd.org/)** / [Grabber](https://github.com/lem6ns/sabgrab) / [Firefox](https://addons.mozilla.org/en-US/firefox/addon/nzb-unity/) / [Chrome](https://chromewebstore.google.com/detail/nzb-unity/mpejfoghnejnbfkpbiafklkmlhebkapb) * ⭐ **[sabnzbd](https://sabnzbd.org/)** / [Grabber](https://github.com/lem6ns/sabgrab) / [Firefox](https://addons.mozilla.org/en-US/firefox/addon/nzb-unity/) / [Chrome](https://chromewebstore.google.com/detail/nzb-unity/mpejfoghnejnbfkpbiafklkmlhebkapb)
* ⭐ **[NZBUnity](https://github.com/tumblfeed/nzbunity)** - Send Usenet Files to Client * ⭐ **[NZBUnity](https://github.com/tumblfeed/nzbunity)** - Send NZBs to Client
* [nzbget](https://nzbget.com/) / [GitHub](https://github.com/nzbgetcom/nzbget) * [nzbget](https://nzbget.com/) / [GitHub](https://github.com/nzbgetcom/nzbget)
* [Usenet File Hashes](https://gist.github.com/4chenz/de3a3490aff19fd72e4fdd9b7dafc8f4) - Link File Hashes * [Usenet File Hashes](https://gist.github.com/4chenz/de3a3490aff19fd72e4fdd9b7dafc8f4) - Link File Hashes
* [Tg-UsenetBot](https://github.com/sanjit-sinha/Tg-UsenetBot) - Usenet Telegram Bot * [Tg-UsenetBot](https://github.com/sanjit-sinha/Tg-UsenetBot) - Usenet Telegram Bot
@ -284,9 +275,9 @@
* 🌐 **[Free Premium Leech Wiki](https://filehostlist.miraheze.org/wiki/Free_Premium_Leeches)** or [leechlisting](https://www.leechlisting.com/) - Leech Lists * 🌐 **[Free Premium Leech Wiki](https://filehostlist.miraheze.org/wiki/Free_Premium_Leeches)** or [leechlisting](https://www.leechlisting.com/) - Leech Lists
* [@Transload](https://t.me/transload) - Telegram Leech Bots * [@Transload](https://t.me/transload) - Telegram Leech Bots
* [Multi-OCH Helper](https://greasyfork.org/en/scripts/13884-multi-och-helper) - Send Premium Files to Leeches / 2 Hosts Only * [Multi-OCH Helper](https://greasyfork.org/en/scripts/13884-multi-och-helper) - Send Premium Files to Leeches / 2 Hosts Only
* [RapidGrab](https://rapidgrab.ovh/) or [Newscon](https://www.newscon.net/d1/) / [2](https://www.newscon.org/d3/) - Leech * [RapidGrab](https://rapidgrab.ovh/) or [Newscon](https://www.newscon.org/d3/) - Leech
* [Real-Debrid](https://real-debrid.com/) - Paid Debrid Service / [Torrent Client](https://github.com/rogerfar/rdt-client) / [DDL Client](https://github.com/ItsYeBoi20/TorrentDownloaderRD) / [Movies / TV](https://hdencode.org/) * [Real-Debrid](https://real-debrid.com/) - Paid Debrid Service / [Torrent Client](https://github.com/rogerfar/rdt-client) / [DDL Client](https://github.com/ItsYeBoi20/TorrentDownloaderRD) / [Movies / TV](https://hdencode.org/)
* [Debrid-Link](https://debrid-link.com) - Debrid with Free Tier * [Unchained for Android](https://github.com/LivingWithHippos/unchained-android) - Interact with Real-Debrid API
* [Debrid Media Manager](https://debridmediamanager.com/) - Manage / Stream / Download RD Files * [Debrid Media Manager](https://debridmediamanager.com/) - Manage / Stream / Download RD Files
*** ***

View file

@ -39,12 +39,13 @@
* 🌐 **[Awesome Courses](https://github.com/prakhar1989/awesome-courses/)** - Courses * 🌐 **[Awesome Courses](https://github.com/prakhar1989/awesome-courses/)** - Courses
* 🌐 **[Limnology](https://limnology.co/)** - Educational YouTube Channels * 🌐 **[Limnology](https://limnology.co/)** - Educational YouTube Channels
* ↪️ **[Udemy Tools / Coupons](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_udemy_coupons)** * ↪️ **[Udemy Tools / Coupons](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_udemy_coupons)**
* ↪️ **[Chemistry Lessons](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_chemistry_lessons)**
* ⭐ **[Coursera](https://www.coursera.org/)** - Courses / [Financial Aid](https://github.com/EminentPhoton/financial-aid-on-coursera) / [Download](https://github.com/raffaem/cs-dlp) * ⭐ **[Coursera](https://www.coursera.org/)** - Courses / [Financial Aid](https://github.com/EminentPhoton/financial-aid-on-coursera) / [Download](https://github.com/raffaem/cs-dlp)
* ⭐ **[edX](https://www.edx.org/)** - Courses / [Downloader](https://github.com/rehmatworks/edx-downloader) * ⭐ **[edX](https://www.edx.org/)** - Courses / [Downloader](https://github.com/rehmatworks/edx-downloader)
* ⭐ **[MitOpenCourseWare](https://ocw.mit.edu/)** - Courses * ⭐ **[MitOpenCourseWare](https://ocw.mit.edu/)** - Courses
* ⭐ **[Khan Academy](https://www.khanacademy.org/)** - Courses / [Downloader](https://github.com/rand-net/khan-dl) / [Solver](https://greasyfork.org/en/scripts/427964) * ⭐ **[Khan Academy](https://www.khanacademy.org/)** - Courses / [Downloader](https://github.com/rand-net/khan-dl) / [Solver](https://greasyfork.org/en/scripts/427964)
* ⭐ **[Class Central](https://www.classcentral.com/)** - Search for Courses * ⭐ **[Class Central](https://www.classcentral.com/)** - Search for Courses
* [CourseBuffet](https://www.coursebuffet.com/) - Multi-Site Course Search * [CourseBuffet](https://www.coursebuffet.com/) or [Course CSE](https://cse.google.com/cse?cx=67ed14bf7b99643e3) - Multi-Site Course Search
* [Git.ir](https://git.ir/) - Courses * [Git.ir](https://git.ir/) - Courses
* [OpenLearn](https://www.open.edu/openlearn/) - Courses * [OpenLearn](https://www.open.edu/openlearn/) - Courses
* [Alison](https://alison.com/) - Courses * [Alison](https://alison.com/) - Courses
@ -54,6 +55,7 @@
* [Hillsdale College](https://online.hillsdale.edu/) - Courses * [Hillsdale College](https://online.hillsdale.edu/) - Courses
* [OpenHPI](https://open.hpi.de/) - Courses * [OpenHPI](https://open.hpi.de/) - Courses
* [TutsPlus](https://tutsplus.com/) - Courses * [TutsPlus](https://tutsplus.com/) - Courses
* [OLI](https://oli.cmu.edu/independent-learner-courses/) - Courses
* [LearnOutLoud](https://www.learnoutloud.com/) - Documentaries / Courses * [LearnOutLoud](https://www.learnoutloud.com/) - Documentaries / Courses
* [Video Lectures](https://videolectures.net/) - Lectures * [Video Lectures](https://videolectures.net/) - Lectures
* [Gresham College](https://www.gresham.ac.uk/) / [YouTube](https://www.youtube.com/@GreshamCollege/videos) - Lectures / Signup Required * [Gresham College](https://www.gresham.ac.uk/) / [YouTube](https://www.youtube.com/@GreshamCollege/videos) - Lectures / Signup Required
@ -63,24 +65,25 @@
## ▷ Downloading ## ▷ Downloading
* **Note** - Use **[redirect bypassers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25B7_redirect_bypass)** to skip annoying link shorteners. * **Note** - Use **[redirect bypassers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools/#wiki_.25B7_redirect_bypass)** to skip annoying link shorteners.
*** ***
* 🌐 **[Free-Courses-For-Everyone](https://github.com/MasterBrian99/Free-Courses-For-Everyone)** - Course Site Index * 🌐 **[Free-Courses-For-Everyone](https://github.com/MasterBrian99/Free-Courses-For-Everyone)** - Course Site Index
* ↪️ **[Course Megadrives](https://rentry.co/FMHYBase64#course-megadrives)** * ↪️ **[Course Megadrives](https://rentry.co/FMHYBase64#course-megadrives)**
* ⭐ **[TutFlix](https://tutflix.org/)** - Courses / Drives / Signup Opens Fridays * ⭐ **[TutFlix](https://tutflix.org/)** - Courses / Drives / Signup Opens Fridays
* ⭐ **[OneHack](https://onehack.us/)** - Courses / [Telegram](https://t.me/Official_OneHack)
* ⭐ **[HackNation](https://hacksnation.com/)** - Courses * ⭐ **[HackNation](https://hacksnation.com/)** - Courses
* ⭐ **[TutsNode](https://tutsnode.net/)** - Courses * ⭐ **[TutsNode](https://tutsnode.net/)** - Courses
* ⭐ **[InfiCourses](https://www.inficourses.com/)** - Courses
* ⭐ **[tut4dl](https://tut4it.com/)** - Courses * ⭐ **[tut4dl](https://tut4it.com/)** - Courses
* ⭐ **[Course Busters](https://t.me/coursebusters)** - Course Busters Access
* [Revival](https://rentry.co/FMHYBase64#revival) - Courses * [Revival](https://rentry.co/FMHYBase64#revival) - Courses
* [FreeEducationWeb](https://freeeducationweb.com/) - Courses * [FreeEducationWeb](https://freeeducationweb.com/) - Courses
* [FreeCourseDL](https://freecoursedl.com/) - Courses * [FreeCourseDL](https://freecoursedl.com/) - Courses
* [OneHack](https://onehack.us/) - Courses / [Telegram](https://t.me/Official_OneHack)
* [FreeCourseSite](https://freecoursesite.com/), [2](https://freecoursesites.com/) - Courses * [FreeCourseSite](https://freecoursesite.com/), [2](https://freecoursesites.com/) - Courses
* [technet24](https://technet24.ir/category/videos) - Courses * [technet24](https://technet24.ir/category/videos) - Courses
* [AfraTafreeh](https://afratafreeh.com/) - Courses * [AfraTafreeh](https://afratafreeh.com/) - Courses
* [InfiCourses](https://www.inficourses.com/) - Courses
* [learningDL](https://learningdl.net/) - Courses / Leech required * [learningDL](https://learningdl.net/) - Courses / Leech required
* [LinkedIn_Learning](https://t.me/linkedin_learning) - LinkedIn Courses * [LinkedIn_Learning](https://t.me/linkedin_learning) - LinkedIn Courses
* [CertCommunity](https://www.certcommunity.org/forum/) - IT Cert Courses * [CertCommunity](https://www.certcommunity.org/forum/) - IT Cert Courses
@ -113,23 +116,24 @@
* ↪️ **[Ebook Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/reading#wiki_.25BA_educational_books)** * ↪️ **[Ebook Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/reading#wiki_.25BA_educational_books)**
* ↪️ **[Typing Tests / Games](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_typing_lessons)** * ↪️ **[Typing Tests / Games](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_typing_lessons)**
* ↪️ **[Survival / Prepping](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_survival)** * ↪️ **[Survival / Prepping](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_survival)**
* ↪️ **[Science News](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/misc/#wiki_.25B7science_news)**
* ⭐ **[PhET](https://phet.colorado.edu/)**, [Cognito](https://www.cognitoedu.org/), [Academo](https://academo.org/) - Interactive Lessons * ⭐ **[PhET](https://phet.colorado.edu/)**, [Cognito](https://www.cognitoedu.org/), [Academo](https://academo.org/) - Interactive Lessons
* ⭐ **[/r/coolguides](https://reddit.com/r/coolguides/)**, [info.stylee32](https://info.stylee32.net/) or [coolguid.es](https://coolguid.es/) - Guides & Tutorials * ⭐ **[/r/coolguides](https://reddit.com/r/coolguides/)** or [coolguid.es](https://coolguid.es/) - Guides & Tutorials
* ⭐ **[/r/educationalgifs](https://reddit.com/r/educationalgifs)** - Learn with GIFs * ⭐ **[/r/educationalgifs](https://reddit.com/r/educationalgifs)** - Learn with GIFs
* ⭐ **[/r/explainlikeimfive](https://www.reddit.com/r/explainlikeimfive/)** - Have Anything Explained Very Simply * ⭐ **[/r/explainlikeimfive](https://www.reddit.com/r/explainlikeimfive/)** - Have Anything Explained Very Simply
* ⭐ **[The Punctuation Guide](https://www.thepunctuationguide.com/)** - Punctuation Guide * ⭐ **[The Punctuation Guide](https://www.thepunctuationguide.com/)** - Punctuation Guide
* [Make it Yourself](https://makeityourself.org/) - 1000 DIY Projects / [Video](https://youtu.be/TSFJ2OH1PQA)
* [media.ccc.de](https://media.ccc.de/) - Educational Presentations * [media.ccc.de](https://media.ccc.de/) - Educational Presentations
* [Ted Talks](https://www.ted.com/) - Inspiring and Educational Talks * [Ted Talks](https://www.ted.com/) - Inspiring and Educational Talks
* [Stack Exchange](https://stackexchange.com/) or [Quetre](https://quetre.iket.me) - Q&A Communities * [Stack Exchange](https://stackexchange.com/) or [Quetre](https://quetre.iket.me) - Q&A Communities
* [AFAIK](https://afaik.io/) - Learning Map / [Discord](https://discord.gg/mMNwRvWM8s) * [AFAIK](https://afaik.io/) - Learning Map / [Discord](https://discord.gg/mMNwRvWM8s)
* [Open Educational Resources](https://cdn-infographic.pressidium.com/wp-content/uploads/How-to-Search-for-Open-Educational-Resources-Infographic.jpg) - How to Search for Open Educational Resources * [Open Educational Resources](https://cdn-infographic.pressidium.com/wp-content/uploads/How-to-Search-for-Open-Educational-Resources-Infographic.jpg) - How to Search for Open Educational Resources
* [AnimaGraffs](https://animagraffs.com/) - Animated Infographs * [AnimaGraffs](https://animagraffs.com/) - Animated Infographs
* [Eylenburg](https://eylenburg.github.io/) - Infographs, Maps & Papers
* [Memory Toys](https://memory.toys/), [Dual N-Back](https://dualn-back.com/) or [BrainScale](https://brainscale.net/) - Memory Tests / Training * [Memory Toys](https://memory.toys/), [Dual N-Back](https://dualn-back.com/) or [BrainScale](https://brainscale.net/) - Memory Tests / Training
* [Matthen](https://blog.matthen.com/) - Math & Science Animations * [Matthen](https://blog.matthen.com/) - Math & Science Animations
* [Information Is Beautiful](https://informationisbeautiful.net/) - Data / Information / Infographics / Visualizations * [Information Is Beautiful](https://informationisbeautiful.net/) or [HalcyonMaps](https://www.halcyonmaps.com/infographics) - Data / Information / Infographics / Visualizations
* [Lucid](https://apps.apple.com/us/app/imprint-learn-visually/id1482780647) - Visual Learning Guides / iOS
* [HowStuffWorks](https://www.howstuffworks.com/) or [CoolMindMaps](https://www.coolmindmaps.com/) - Learn How Things Work * [HowStuffWorks](https://www.howstuffworks.com/) or [CoolMindMaps](https://www.coolmindmaps.com/) - Learn How Things Work
* [Common Misconceptions](https://en.wikipedia.org/wiki/List_of_common_misconceptions) - Common Misconception Index
* [Explorabl.es](https://explorabl.es/), [MinuteLabs](https://minutelabs.io/), [Wikiversity](https://www.wikiversity.org/) or [Learnamic](https://www.learnamic.com/) - Quizzes / Guides / Games * [Explorabl.es](https://explorabl.es/), [MinuteLabs](https://minutelabs.io/), [Wikiversity](https://www.wikiversity.org/) or [Learnamic](https://www.learnamic.com/) - Quizzes / Guides / Games
* [masterWiki](https://masterwiki.how/) - MasterClass Classes Republished as wikiHow Articles * [masterWiki](https://masterwiki.how/) - MasterClass Classes Republished as wikiHow Articles
* [LabXchange](https://www.labxchange.org/), [JavaLab](https://javalab.org/en/) or [EduMedia](https://www.edumedia.com/) - Interactive Science Simulations * [LabXchange](https://www.labxchange.org/), [JavaLab](https://javalab.org/en/) or [EduMedia](https://www.edumedia.com/) - Interactive Science Simulations
@ -144,8 +148,10 @@
* [Ian's Shoelace Site](https://www.fieggen.com/shoelace/) - Learn to Tie Shoelaces * [Ian's Shoelace Site](https://www.fieggen.com/shoelace/) - Learn to Tie Shoelaces
* [Perry Morse](https://www.perry.qa/morse), [Morse Typing Trainer](https://morse.withgoogle.com/learn/) or [ICWO](https://lcwo.net/) - Learn / Practice Morse Code * [Perry Morse](https://www.perry.qa/morse), [Morse Typing Trainer](https://morse.withgoogle.com/learn/) or [ICWO](https://lcwo.net/) - Learn / Practice Morse Code
* [Lock Picking 101](https://www.lockpicking101.com/) - Lock Picking Forum * [Lock Picking 101](https://www.lockpicking101.com/) - Lock Picking Forum
* [LibraryOfJuggling](https://libraryofjuggling.com/) - Juggling Technique Database
* [diyhpluswiki](https://diyhpl.us/wiki/) - DIY Biohacking * [diyhpluswiki](https://diyhpl.us/wiki/) - DIY Biohacking
* [BeatBlackjack](https://www.beatblackjack.org/) - Learn Blackjack Card Counting * [BeatBlackjack](https://www.beatblackjack.org/) - Learn Blackjack Card Counting
* [Excel Practice Online](https://excel-practice-online.com/) - Excel Practice / Guides
* [Pixel Wealth](https://mkorostoff.github.io/1-pixel-wealth/) - Wealth Inequality Visualization * [Pixel Wealth](https://mkorostoff.github.io/1-pixel-wealth/) - Wealth Inequality Visualization
* [ActivistHandbook](https://activisthandbook.org/) - Campaigning / Activism Guides * [ActivistHandbook](https://activisthandbook.org/) - Campaigning / Activism Guides
* [Erowid](https://www.erowid.org/) - Psychoactive Information * [Erowid](https://www.erowid.org/) - Psychoactive Information
@ -170,7 +176,6 @@
* [Imperial War Museums](https://www.iwm.org.uk/) - Historic War Footage * [Imperial War Museums](https://www.iwm.org.uk/) - Historic War Footage
* [Museo](https://museo.app/) - Museum Search * [Museo](https://museo.app/) - Museum Search
* [Wonderous](https://play.google.com/store/apps/details?id=com.gskinner.flutter.wonders) - Learn About Ancient Structures * [Wonderous](https://play.google.com/store/apps/details?id=com.gskinner.flutter.wonders) - Learn About Ancient Structures
* [Letters of Note](https://news.lettersofnote.com/) - Historical Letters
* [Shorpy](https://shorpy.com/) or [Old World](https://oldworld.cloud/) - Historical Photos * [Shorpy](https://shorpy.com/) or [Old World](https://oldworld.cloud/) - Historical Photos
* [EyewitnesstoHistory](http://www.eyewitnesstohistory.com/index.html) - Historical Eyewitness Testimonies * [EyewitnesstoHistory](http://www.eyewitnesstohistory.com/index.html) - Historical Eyewitness Testimonies
* [ManuscriptMiniatures](https://manuscriptminiatures.com/) - Medieval Manuscript Images * [ManuscriptMiniatures](https://manuscriptminiatures.com/) - Medieval Manuscript Images
@ -203,7 +208,7 @@
## ▷ Philosophy ## ▷ Philosophy
* ⭐ **[Stanford Encyclopedia of Philosophy](https://plato.stanford.edu/index.html)**, [IEP](https://iep.utm.edu/) or [nLab](https://ncatlab.org/) - Philosophy Encyclopedias / [Search](https://www.visualizingsep.com/) * ⭐ **[Stanford Encyclopedia of Philosophy](https://plato.stanford.edu/index.html)**, [IEP](https://iep.utm.edu/) or [nLab Philosophy](https://ncatlab.org/nlab/show/philosophy) - Philosophy Encyclopedias / [Search](https://www.visualizingsep.com/)
* [Philosophy Bro](https://www.philosophybro.com/), [Reasoned](https://www.reasoned.org/dir/), [TheDailyIdea](https://thedailyidea.org/) or [PhilosophyBasics](https://www.philosophybasics.com/) - Philosophy Resources / Learning * [Philosophy Bro](https://www.philosophybro.com/), [Reasoned](https://www.reasoned.org/dir/), [TheDailyIdea](https://thedailyidea.org/) or [PhilosophyBasics](https://www.philosophybasics.com/) - Philosophy Resources / Learning
* [Untools](https://untools.co/) - Better Thinking Tools * [Untools](https://untools.co/) - Better Thinking Tools
* [Brainkit](https://www.braink.it/) - Learn Helpful Principles * [Brainkit](https://www.braink.it/) - Learn Helpful Principles
@ -213,7 +218,7 @@
* [IEoP](https://iep.utm.edu/fallacy/), [YouLogicalFallacyIs](https://yourlogicalfallacyis.com/), [FallacyFiles](https://fallacyfiles.org/index.html) or [LogicalFallacies](https://www.logicalfallacies.org/) - Learn about Logical Fallacies * [IEoP](https://iep.utm.edu/fallacy/), [YouLogicalFallacyIs](https://yourlogicalfallacyis.com/), [FallacyFiles](https://fallacyfiles.org/index.html) or [LogicalFallacies](https://www.logicalfallacies.org/) - Learn about Logical Fallacies
* [YourBiasIs](https://yourbias.is/) - Learn about Biases * [YourBiasIs](https://yourbias.is/) - Learn about Biases
* [RationalWiki](https://rationalwiki.org/) - Pseudoscience Refutation Wiki * [RationalWiki](https://rationalwiki.org/) - Pseudoscience Refutation Wiki
* [Advanced Logic Calculators](https://pastebin.com/WFZwQw86) * [Advanced Logic Calculators](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#advanced-logic-calculators)
* [Kialo](https://www.kialo.com/) - Debates / Discussion * [Kialo](https://www.kialo.com/) - Debates / Discussion
* [WikEnigma](https://wikenigma.org.uk/) - 'Known Unknowns' Wiki * [WikEnigma](https://wikenigma.org.uk/) - 'Known Unknowns' Wiki
* [The Trolley Problem Game](https://newfastuff.com/the-trolley-problem-game/) - The Trolley Problem * [The Trolley Problem Game](https://newfastuff.com/the-trolley-problem-game/) - The Trolley Problem
@ -227,7 +232,7 @@
* 🌐 **[Awesome Music Theory](https://github.com/vpavlenko/study-music)** - Music Theory Resources * 🌐 **[Awesome Music Theory](https://github.com/vpavlenko/study-music)** - Music Theory Resources
* 🌐 **[Music Outfitters](https://musicoutfitters.com/)** - Music Services / Information * 🌐 **[Music Outfitters](https://musicoutfitters.com/)** - Music Services / Information
* ↪️ **[Sheet Music / Notation](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/audio#wiki_.25B7_sheet_music)** * ↪️ **[Sheet Music / Notation](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/audio#wiki_.25B7_sheet_music)**
* ⭐ **[Muted](https://muted.io/)**, **[Open Music Theory](https://viva.pressbooks.pub/openmusictheory/)**, [Chromatone](https://chromatone.center/), [Teoria](https://www.teoria.com/index.php), [SimplifyingTheory](https://www.simplifyingtheory.com/), [LightNote](https://www.lightnote.co/) or [Music Theory](https://www.musictheory.net/) - Music Theory * ⭐ **[Muted](https://muted.io/)**, **[Open Music Theory](https://viva.pressbooks.pub/openmusictheory/)** / [2](https://openmusictheory.github.io/), [Chromatone](https://chromatone.center/), [Teoria](https://www.teoria.com/index.php), [SimplifyingTheory](https://www.simplifyingtheory.com/), [LightNote](https://www.lightnote.co/) or [Music Theory](https://www.musictheory.net/) - Music Theory
* [Helio](https://helio.fm/) or [NoteHeads](https://noteheads.net/) - Music Composition Tools * [Helio](https://helio.fm/) or [NoteHeads](https://noteheads.net/) - Music Composition Tools
* [MusicKit](https://musickit.jull.dev/) or [Tone Generator](https://www.szynalski.com/tone-generator/) - Metronome, Tuner & Tone Generators * [MusicKit](https://musickit.jull.dev/) or [Tone Generator](https://www.szynalski.com/tone-generator/) - Metronome, Tuner & Tone Generators
* [Tuner Ninja](https://tuner.ninja/) - Instrument Tuner * [Tuner Ninja](https://tuner.ninja/) - Instrument Tuner
@ -238,22 +243,23 @@
* [Piano Scribe](https://piano-scribe.glitch.me/) - Piano Transcriber * [Piano Scribe](https://piano-scribe.glitch.me/) - Piano Transcriber
* [LilyPond](https://lilypond.org/) - Music Engraving Program * [LilyPond](https://lilypond.org/) - Music Engraving Program
* [Learning Music](https://learningmusic.ableton.com/) or [Musica](https://www.musicca.com/) - Music-Making Lessons * [Learning Music](https://learningmusic.ableton.com/) or [Musica](https://www.musicca.com/) - Music-Making Lessons
* [Piano Trainer](https://zaneh.itch.io/piano-trainer), [sightread](https://sightread.dev/) or [PianoCheetah](https://pianocheetah.app) - Piano Practice * [Piano Trainer](https://zaneh.itch.io/piano-trainer), [Chord Nebula](https://chords.yottanami.com/), [sightread](https://sightread.dev/) or [PianoCheetah](https://pianocheetah.app) - Piano Practice
* [Keyboard Connect](https://keyboardconnect.com/) - Keyboard Tutoring App * [Keyboard Connect](https://keyboardconnect.com/) - Keyboard Tutoring App
* [TrueToneGuitar](https://www.truetoneguitar.co.uk/tools/guitar-practice-routine-generator), [Songsterr](https://www.songsterr.com/), [FAChords](https://www.fachords.com/) or [ChordBook](https://chordbook.com/) - Guitar Tools * [TrueToneGuitar](https://www.truetoneguitar.co.uk/tools/guitar-practice-routine-generator), [Songsterr](https://www.songsterr.com/) / [Premium](https://rentry.co/FMHYBase64#songsterr), [FAChords](https://www.fachords.com/) or [ChordBook](https://chordbook.com/) - Guitar Tools
* [FretFlip](https://fretflip.com/guitar-scales), [StringScales](https://stringscales.com/) or [GuitarScale](https://www.guitarscale.org/) - Guitar Scales * [FretFlip](https://fretflip.com/guitar-scales), [Oolimo](https://www.oolimo.com/en/index.php), [StringScales](https://stringscales.com/) or [GuitarScale](https://www.guitarscale.org/) - Learn Guitar Scales / Chords
* [JamStart](https://jamstart.app/) - Spotify Chord Charts * [JamStart](https://jamstart.app/) - Spotify Chord Charts
* [#fretflip](https://fretflip.com/) - Create / Print Guitar Scales & Chord Charts * [#fretflip](https://fretflip.com/) - Create / Print Guitar Scales & Chord Charts
* [JustinGuitar](https://www.justinguitar.com/) or [Guitarsix](https://guitarsix.com/) - Guitar Lessons * [JustinGuitar](https://www.justinguitar.com/) or [Guitarsix](https://guitarsix.com/) - Guitar Lessons
* [Ultimate Guitar](https://www.ultimate-guitar.com/) - Guitar Tabs * [Ultimate Guitar](https://www.ultimate-guitar.com/) - Guitar Tabs
* [Chorder](https://www.chorder.com/guitar-chords/) - C Major Guitar Chord * [Chorder](https://www.chorder.com/guitar-chords/) - C Major Guitar Chord
* [Guitar Fretboard](https://muted.io/guitar-fretboard/) or [Fretboard Fly](https://www.fretboardfly.com/) - Virtual Fretboards * [Guitar Fretboard](https://muted.io/guitar-fretboard/), [Fretastic](https://fretastic.com/guitar) or [Fretboard Fly](https://www.fretboardfly.com/) - Virtual Fretboards / Guitar Lessons
* [coop3rdrumm3r](https://www.drumeo.com/coop3rdrumm3r/) or [FreeDrumLessons](https://www.youtube.com/c/freedrumlessons) - Drum Lessons * [coop3rdrumm3r](https://www.drumeo.com/coop3rdrumm3r/) or [FreeDrumLessons](https://www.youtube.com/c/freedrumlessons) - Drum Lessons
* [911tabs](https://www.911tabs.com/) or [Finger Tabs](https://fingertabs.com/) - Tabs * [911tabs](https://www.911tabs.com/) or [Finger Tabs](https://fingertabs.com/) - Tabs
* [Jazz Improvisor](https://www.cs.hmc.edu/~keller/jazz/improvisor/) - Improvised Jazz * [Jazz Improvisor](https://www.cs.hmc.edu/~keller/jazz/improvisor/) - Improvised Jazz
* [LearningSynths](https://learningsynths.ableton.com/) - Synthesizers * [LearningSynths](https://learningsynths.ableton.com/) - Synthesizers
* [Sight Singing Factory](https://www.sightreadingfactory.com/) - Sight Singing Practice * [Sight Singing Factory](https://www.sightreadingfactory.com/) - Sight Singing Practice
* [A-Complete-UTAU-Tutorial-For-Beginners](https://www.quotev.com/story/9299060/A-Complete-UTAU-Tutorial-For-Beginners) - UTAU Tutorial * [A-Complete-UTAU-Tutorial-For-Beginners](https://www.quotev.com/story/9299060/A-Complete-UTAU-Tutorial-For-Beginners) - UTAU Tutorial
* [PerfectPitch](https://artistaiden.com/perfectpitch) - Pitch Recognition Practice
* [MusicStaff](https://musicstaff.com/) - Music Teacher Search * [MusicStaff](https://musicstaff.com/) - Music Teacher Search
* [ChiffAndFipple](https://forums.chiffandfipple.com/index.php) - Irish Traditional Music Forum * [ChiffAndFipple](https://forums.chiffandfipple.com/index.php) - Irish Traditional Music Forum
* [MIMO](https://mimo-international.com/MIMO/) - Musical Instrument Database * [MIMO](https://mimo-international.com/MIMO/) - Musical Instrument Database
@ -270,11 +276,10 @@
* ⭐ **[PaintingTube](https://painting.tube)**, [MarcoBucci](https://www.youtube.com/@marcobucci), [Alphonso Dunn](https://www.youtube.com/c/ALPHONSODUNN/videos?view=0&sort=p&flow=grid), [Feng Zhu FZD](https://www.youtube.com/user/FZDSCHOOL/videos), [Art Fundamentals](https://www.youtube.com/playlist?list=PLVgLT-e3jXPDgeED0pD0BPq8kY1VAZAGa) or [Circle Line Art](https://www.youtube.com/user/circlelinemedia/videos) - Art Video Tutorials * ⭐ **[PaintingTube](https://painting.tube)**, [MarcoBucci](https://www.youtube.com/@marcobucci), [Alphonso Dunn](https://www.youtube.com/c/ALPHONSODUNN/videos?view=0&sort=p&flow=grid), [Feng Zhu FZD](https://www.youtube.com/user/FZDSCHOOL/videos), [Art Fundamentals](https://www.youtube.com/playlist?list=PLVgLT-e3jXPDgeED0pD0BPq8kY1VAZAGa) or [Circle Line Art](https://www.youtube.com/user/circlelinemedia/videos) - Art Video Tutorials
* [online-courses](https://online-courses.club/) - Art / Design Courses * [online-courses](https://online-courses.club/) - Art / Design Courses
* [Curriculum for the Solo Artists](https://alexhuneycutt.gumroad.com/l/free_curriculum) - Self-Taught Artist Curriculum / [PDF Version](https://mega.nz/file/sU0AxThb#m96_xISlS-5wtpSrauWFdh8mjhed7EitknQn_XIBaQc) / [Gallery Version](https://i.redd.it/7ns7su264gp31.png), [2](https://imgur.com/a/EZPc28m) * [Curriculum for the Solo Artists](https://alexhuneycutt.gumroad.com/l/free_curriculum) - Self-Taught Artist Curriculum / [PDF Version](https://mega.nz/file/sU0AxThb#m96_xISlS-5wtpSrauWFdh8mjhed7EitknQn_XIBaQc) / [Gallery Version](https://i.redd.it/7ns7su264gp31.png), [2](https://imgur.com/a/EZPc28m)
* [TryDraw](https://www.trydraw.com/) - Improve Drawing Skills
* [DoArtDaily](https://dad.gallery) - Daily Art Challenges * [DoArtDaily](https://dad.gallery) - Daily Art Challenges
* [Character Design References](https://characterdesignreferences.com/visual-library) - Character Design Visual Library * [Character Design References](https://characterdesignreferences.com/visual-library) - Character Design Visual Library
* [FloobyNooby](http://www.floobynooby.com/comp1.html), [Let's Learn Storyboarding](https://nicparris.gumroad.com/l/JyCxo), [JMMStoryboardTips](https://jimmortensen.gumroad.com/l/JMMStoryboardTips) or [A Guide to Storyboards](https://magicbunnyart.gumroad.com/l/fjvKA) - Storyboard Guides * [FloobyNooby](http://www.floobynooby.com/comp1.html), [Let's Learn Storyboarding](https://nicparris.gumroad.com/l/JyCxo), [JMMStoryboardTips](https://jimmortensen.gumroad.com/l/JMMStoryboardTips) or [A Guide to Storyboards](https://magicbunnyart.gumroad.com/l/fjvKA) - Storyboard Guides
* [MangaMaterials](https://www.youtube.com/channel/UCnx8zKs3c3yeFPYQ2QzMqLA/), [animesijyuku](https://www.youtube.com/@animesijyuku/) or [DoKiDoKiDrawing](https://www.youtube.com/@DoKiDoKiDrawing/) - Manga Video Tutorials / [Twitter](https://twitter.com/mangamaterials2) / [Pixiv](https://www.pixiv.net/en/users/16776564) * [MangaMaterials](https://www.youtube.com/channel/UCnx8zKs3c3yeFPYQ2QzMqLA/), [animesijyuku](https://www.youtube.com/@animesijyuku/) or [DoKiDoKiDrawing](https://www.youtube.com/@DoKiDoKiDrawing/) - Manga Video Tutorials / [X](https://x.com/mangamaterials2) / [Pixiv](https://www.pixiv.net/en/users/16776564)
* [Settei Dreams](https://setteidreams.net/) - Anime Production Materials * [Settei Dreams](https://setteidreams.net/) - Anime Production Materials
* [Anime Study General](https://discord.gg/3bwdfRk) - Anime Production Community * [Anime Study General](https://discord.gg/3bwdfRk) - Anime Production Community
* [McLelun](http://www.mclelun.com/p/tutorial.html) - Anime Style Background Tutorial * [McLelun](http://www.mclelun.com/p/tutorial.html) - Anime Style Background Tutorial
@ -296,7 +301,7 @@
* [Thomas Romain Perspective](https://ibb.co/album/chGtPJ?sort=name_asc) - Perspective Guide * [Thomas Romain Perspective](https://ibb.co/album/chGtPJ?sort=name_asc) - Perspective Guide
* [Dimensions](https://www.dimensions.com/) - Object Dimension Reference * [Dimensions](https://www.dimensions.com/) - Object Dimension Reference
* [The Dimensions Of Colour](http://www.huevaluechroma.com/) - Colour Theory Guide * [The Dimensions Of Colour](http://www.huevaluechroma.com/) - Colour Theory Guide
* [DevinKorwin Color Guide](https://twitter.com/devinkorwin/status/1278049901709012995) - Color in Paintings Guide * [DevinKorwin Color Guide](https://x.com/devinkorwin/status/1278049901709012995) - Color in Paintings Guide
* [Draw Mix Paint](https://www.drawmixpaint.com/) - Learn Oil Painting * [Draw Mix Paint](https://www.drawmixpaint.com/) - Learn Oil Painting
* [Painting Demos](https://paintingdemos.com/) - Painting Demonstrations * [Painting Demos](https://paintingdemos.com/) - Painting Demonstrations
@ -307,14 +312,15 @@
* 🌐 **[Awesome Datasets](https://github.com/awesomedata/awesome-public-datasets)** - Public Datasets * 🌐 **[Awesome Datasets](https://github.com/awesomedata/awesome-public-datasets)** - Public Datasets
* 🌐 **[Country Infographics](https://rentry.org/o4gq6cq5)** - Country Infographic Images * 🌐 **[Country Infographics](https://rentry.org/o4gq6cq5)** - Country Infographic Images
* ↪️ **[Historical / Modern Maps](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/misc#wiki_.25BA_maps)** - Map Resources * ↪️ **[Historical / Modern Maps](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/misc#wiki_.25BA_maps)** - Map Resources
* ⭐ **[Worldometer](https://www.worldometers.info/)**, [TheScaleOfLife](https://www.thescaleoflife.com/), [WorldBank](https://databank.worldbank.org/), [US Census](https://data.census.gov/), [DataUSA](https://datausa.io/), [Ozymandias](https://population.ozymandias.so/) or [UN Data](https://data.un.org/) - World Data & Statistics * ⭐ **[Worldometer](https://www.worldometers.info/)**, [TheScaleOfLife](https://www.thescaleoflife.com/), [WorldBank](https://databank.worldbank.org/), [US Census](https://data.census.gov/), [DataUSA](https://datausa.io/), [Ozymandias](https://population.ozymandias.so/), [Data.gov](https://data.gov/) or [UN Data](https://data.un.org/) - World Data & Statistics
* ⭐ **[Our World in Data](https://ourworldindata.org/)** - World Problem Database * ⭐ **[Our World in Data](https://ourworldindata.org/)** - World Problem Database
* ⭐ **[The Atlas of Economic Complexity](https://atlas.cid.harvard.edu/)** - Global Economic Growth Data * ⭐ **[The Atlas of Economic Complexity](https://atlas.cid.harvard.edu/)** - Global Economic Growth Data
* ⭐ **[Soar](https://soar.earth/)** - Digital Atlas * ⭐ **[Soar](https://soar.earth/)** - Digital Atlas
* [LizardPoint](https://lizardpoint.com/) or [Worldle](https://worldle.teuteuf.fr/) - Geography Quizzes * [Maps.com](https://www.maps.com/) - Interesting / Educational Maps
* [LizardPoint](https://lizardpoint.com/) or [Teuteuf](https://teuteuf.fr/) - Geography Games / Quizzes
* [AntipodesMap](https://www.antipodesmap.com/) - Find Antipodes * [AntipodesMap](https://www.antipodesmap.com/) - Find Antipodes
* [The True Size](https://thetruesize.com/) or [True Size of Countries](https://truesizeofcountries.com/) - Compare Country Size * [The True Size](https://thetruesize.com/) or [True Size of Countries](https://truesizeofcountries.com/) - Compare Country Size
* [Location Data](https://locationdata.us/) or [NationsEncyclopedia](https://www.nationsencyclopedia.com/) - Location / Population Data * [NationsEncyclopedia](https://www.nationsencyclopedia.com/) - Location / Population Data
* [City Data](https://www.city-data.com/) - US City Data * [City Data](https://www.city-data.com/) - US City Data
* [Google Public Data](https://www.google.com/publicdata/directory) - Data Visualizations * [Google Public Data](https://www.google.com/publicdata/directory) - Data Visualizations
* [Global Consciousness Project](https://gcpdot.com/) - Real-Time Global Consciousness Data * [Global Consciousness Project](https://gcpdot.com/) - Real-Time Global Consciousness Data
@ -333,6 +339,7 @@
* [Incarceration in Real Numbers](https://mkorostoff.github.io/incarceration-in-real-numbers/) - Incarceration Visualization / Facts * [Incarceration in Real Numbers](https://mkorostoff.github.io/incarceration-in-real-numbers/) - Incarceration Visualization / Facts
* [Expatistan](https://www.expatistan.com/) - Cost of Living Calculator * [Expatistan](https://www.expatistan.com/) - Cost of Living Calculator
* [Climate Data](https://climate-data.org/) or [Climate Explorer](https://crt-climate-explorer.nemac.org/) - Climate Change Data * [Climate Data](https://climate-data.org/) or [Climate Explorer](https://crt-climate-explorer.nemac.org/) - Climate Change Data
* [ExtremeWeatherWatch](https://www.extremeweatherwatch.com/) - Extreme Weather Data / Tracking
* [En-ROADS](https://en-roads.climateinteractive.org/scenario.html) - Climate Solutions Simulator * [En-ROADS](https://en-roads.climateinteractive.org/scenario.html) - Climate Solutions Simulator
* [Global Volcanism Program](https://volcano.si.edu/) - Volcano Information Database * [Global Volcanism Program](https://volcano.si.edu/) - Volcano Information Database
* [8000ers](https://martin-laxenaire.fr/experiments/8000ers/#/everest) - Mountain Visualization & Info * [8000ers](https://martin-laxenaire.fr/experiments/8000ers/#/everest) - Mountain Visualization & Info
@ -352,34 +359,38 @@
* 🌐 **[/m/Chess](https://www.reddit.com/user/korfor/m/chess/)** or [/r/Chess](https://reddit.com/r/chess) - Chess Subreddits * 🌐 **[/m/Chess](https://www.reddit.com/user/korfor/m/chess/)** or [/r/Chess](https://reddit.com/r/chess) - Chess Subreddits
* 🌐 **[/r/Chess Books](https://reddit.com/r/chess/wiki/books)** - Recommended Chess Books * 🌐 **[/r/Chess Books](https://reddit.com/r/chess/wiki/books)** - Recommended Chess Books
* ⭐ **[Scid vs. PC](https://scidvspc.sourceforge.net/)** - Learn / Practice Chess * ⭐ **[Scid vs. PC](https://scidvspc.sourceforge.net/)** - Learn / Practice Chess
* [ChessGames](https://www.chessgames.com/) - Chess Database / Community
* [ChessLab](https://chesslab.me/) - Chess Lessons / [Discord](https://discord.com/invite/AA5G5f9wKC) * [ChessLab](https://chesslab.me/) - Chess Lessons / [Discord](https://discord.com/invite/AA5G5f9wKC)
* [List Study](https://listudy.org/en) - Chess Lessons * [List Study](https://listudy.org/en) - Chess Lessons
* [Chessable](https://www.chessable.com/) - Chess Lessons * [Chessable](https://www.chessable.com/) - Chess Lessons
* [TheChessWebsite](https://www.thechesswebsite.com/) - Learn / Practice Chess * [TheChessWebsite](https://www.thechesswebsite.com/) - Learn / Practice Chess
* [HerculesChess](https://herculeschess.com/) - Learn / Practice Chess
* [Chess Tempo](https://chesstempo.com/) - Chess Practice * [Chess Tempo](https://chesstempo.com/) - Chess Practice
* [Lucas Chess](https://lucaschess.pythonanywhere.com/) - Chess Practice * [Lucas Chess](https://lucaschess.pythonanywhere.com/) - Chess Practice
* [Chess Coach](https://rentry.co/FMHYBase64#chess-coach) - Chess Coaching App * [Chess Coach](https://rentry.co/FMHYBase64#chess-coach) - Chess Coaching App
* [Chessercise](https://www.chessercise.xyz/) - Chess Game / Move Analysis * [Chessercise](https://www.chessercise.xyz/) - Chess Game / Move Analysis
* [Game Report](https://chess.wintrcat.uk/) - Chess Game / Move Analysis * [Game Report](https://chess.wintrcat.uk/) - Chess Game / Move Analysis
* [Decode Chess](https://app.decodechess.com/) - Chess Game / Move Analysis * [Decode Chess](https://app.decodechess.com/) - Chess Game / Move Analysis
* [YottaChess](https://www.yottachess.com/) - Chess Game / Move Analysis
* [En Croissant](https://encroissant.org/) - Chess Game / Move Analysis * [En Croissant](https://encroissant.org/) - Chess Game / Move Analysis
* [Chess Vision](https://chessvision.ai/) - Chess Game / Move Analysis * [Chess Vision](https://chessvision.ai/) - Chess Game / Move Analysis
* [OpeningTree](https://www.openingtree.com/) - Download / Visualize Chess Games * [OpeningTree](https://www.openingtree.com/) - Download / Visualize Chess Games
* [Chess Monitor](https://www.chessmonitor.com/) - Track Chess Analytics * [Chess Monitor](https://www.chessmonitor.com/) - Track Chess Analytics
* [2700chess](https://2700chess.com/) - Live Chess Player Ratings * [2700chess](https://2700chess.com/) - Live Chess Player Ratings
* [Bill Wall's Chess Page](http://billwall.phpwebhosting.com/) or [365Chess](https://www.365chess.com/) - Chess History / Lessons * [Bill Wall's Chess Page](http://billwall.phpwebhosting.com/) or [365Chess](https://www.365chess.com/) - Chess History / Lessons
* [ChessVariants](https://www.chessvariants.com/index/favorites.php) - 1000+ Chess Variants + Guides
*** ***
## ▷ Quote Indexes ## ▷ Quote Indexes
* ⭐ **[Wikiquote](https://en.wikiquote.org)** * ⭐ **[Wikiquote](https://en.wikiquote.org)**
* [QuotationsPage](http://www.quotationspage.com/)
* [BrainyQuote](https://www.brainyquote.com/) * [BrainyQuote](https://www.brainyquote.com/)
* [AZQuotes](https://www.azquotes.com/) * [AZQuotes](https://www.azquotes.com/)
* [QuoteGarden](https://www.quotegarden.com/) * [QuoteGarden](https://www.quotegarden.com/)
* [Quote Collections](https://redd.it/dlao3b) * [QuoteMaster](https://www.quotemaster.org/)
* [TheOtherPages](https://theotherpages.org/quote.html) * [TheOtherPages](https://theotherpages.org/quote.html)
* [Quote Collections](https://pastebin.com/raw/ZH1D8wn3)
*** ***
@ -397,8 +408,9 @@
* [Virtual Vist Tours](https://www.virtualvisittours.com/) - Ireland Virtual Tours * [Virtual Vist Tours](https://www.virtualvisittours.com/) - Ireland Virtual Tours
* [Matterport](https://matterport.com/discover) - Explore Real Places Digitally * [Matterport](https://matterport.com/discover) - Explore Real Places Digitally
* [Hashima Island](https://www.hashima-island.co.uk/) - Hashima Island Virtual Tour * [Hashima Island](https://www.hashima-island.co.uk/) - Hashima Island Virtual Tour
* [Zhijianshang](https://www.zhijianshang.com/), [360Cities](https://www.360cities.net/) or [Airpano](https://www.airpano.com/) - 360 Images / Videos * [360Cities](https://www.360cities.net/) or [Airpano](https://www.airpano.com/) - 360 Images / Videos
* [Smithsonian 3D](https://3d.si.edu/) - Smithsonian 3D Digitization Museum * [Smithsonian 3D](https://3d.si.edu/) - Smithsonian 3D Digitization Museum
* [The Bayeux Tapestry](https://www.bayeuxmuseum.com/en/the-bayeux-tapestry/discover-the-bayeux-tapestry/explore-online/) - Bayeux Tapestry 3D Digitization
*** ***
@ -410,9 +422,11 @@
* ↪️ **[Math and Physics Books](https://rentry.co/FMHYBase64#math-and-physics-books)** * ↪️ **[Math and Physics Books](https://rentry.co/FMHYBase64#math-and-physics-books)**
* ⭐ **[phys](https://phys.org/)** - Latest / News / Article / Physics * ⭐ **[phys](https://phys.org/)** - Latest / News / Article / Physics
* ⭐ **[The Feynman Lectures](https://www.feynmanlectures.caltech.edu/)** - Physics Lectures * ⭐ **[The Feynman Lectures](https://www.feynmanlectures.caltech.edu/)** - Physics Lectures
* ⭐ **[Bartosz Ciechanowski](https://ciechanow.ski/)**, [Isaac Physics](https://isaacphysics.org/) [PhysicsClassroom](https://www.physicsclassroom.com/), [MotionMountain](https://www.motionmountain.net/index.html) or [Splung](https://www.splung.com/) - Physics Lessons * ⭐ **[Bartosz Ciechanowski](https://ciechanow.ski/)**, [Isaac Physics](https://isaacphysics.org/) [PhysicsClassroom](https://www.physicsclassroom.com/), [HyperPhysics](http://hyperphysics.phy-astr.gsu.edu/hbase/), [MotionMountain](https://www.motionmountain.net/index.html) or [Splung](https://www.splung.com/) - Physics Lessons / Learning
* ⭐ **[Physics Simulations](https://www.csun.edu/science/software/simulations/physics.html)**, [Mujoco](https://github.com/google-deepmind/mujoco), [Physics Animations](https://www.animations.physics.unsw.edu.au/), [oPhysics](https://ophysics.com/index.html) or [MyPhysicsLab](https://www.myphysicslab.com/index-en.html) - Physics Simulations / Animations * ⭐ **[Physics Simulations](https://www.csun.edu/science/software/simulations/physics.html)**, [Mujoco](https://github.com/google-deepmind/mujoco), [Physics Animations](https://www.animations.physics.unsw.edu.au/), [oPhysics](https://ophysics.com/index.html) or [MyPhysicsLab](https://www.myphysicslab.com/index-en.html) - Physics Simulations / Animations
* [TIB AV-Portal](https://av.tib.eu/) - Science Videos
* [PhysicsTravelGuide](https://physicstravelguide.com/) - Physics Explanations * [PhysicsTravelGuide](https://physicstravelguide.com/) - Physics Explanations
* [nLab Physics](https://ncatlab.org/nlab/show/higher+category+theory+and+physics) - Physics Encyclopedia
* [Algodoo](http://www.algodoo.com/) - Interactive Physics Tool * [Algodoo](http://www.algodoo.com/) - Interactive Physics Tool
* [QPaths](https://qpaths.deqart.com/) - Learn Basic Quantum Terms * [QPaths](https://qpaths.deqart.com/) - Learn Basic Quantum Terms
* [quantum](https://play.google.com/store/apps/details?id=brychta.stepan.quantum_en) - Quantum Physics Learning App * [quantum](https://play.google.com/store/apps/details?id=brychta.stepan.quantum_en) - Quantum Physics Learning App
@ -428,7 +442,7 @@
* [Bouncy Balls](https://bouncyballs.org/) or [Balls Simulation](https://phydemo.app/balls-simulation/) - Ball Physics Simulator * [Bouncy Balls](https://bouncyballs.org/) or [Balls Simulation](https://phydemo.app/balls-simulation/) - Ball Physics Simulator
* [WebGL Water](https://madebyevan.com/webgl-water/) - Water Simulation * [WebGL Water](https://madebyevan.com/webgl-water/) - Water Simulation
* [LAMMPS](https://www.lammps.org/) - Molecular Dynamics (MD) Code * [LAMMPS](https://www.lammps.org/) - Molecular Dynamics (MD) Code
* [avogadro](https://sourceforge.net/projects/avogadro/) or [MolView](https://molview.org/) - Molecular Viewers / Editors * [avogadro](https://two.avogadro.cc/index.html), [2](https://sourceforge.net/projects/avogadro/) or [MolView](https://molview.org/) - Molecular Viewers / Editors
* [Simuwaerm](https://github.com/lennart-finke/simuwaerm) - Heat Simulator * [Simuwaerm](https://github.com/lennart-finke/simuwaerm) - Heat Simulator
* [Electromagnetic Radiation Spectrum Chart](https://i.ibb.co/XCyQNB7/01930032e368.jpg) * [Electromagnetic Radiation Spectrum Chart](https://i.ibb.co/XCyQNB7/01930032e368.jpg)
@ -467,10 +481,11 @@
* [Earth and Moon Viewer](https://www.fourmilab.ch/cgi-bin/Earth) - Earth / Moon Latitude and Longitude Viewer * [Earth and Moon Viewer](https://www.fourmilab.ch/cgi-bin/Earth) - Earth / Moon Latitude and Longitude Viewer
* [SDO Dashboard](https://sdo.gsfc.nasa.gov/data/dashboard/) - Live Sun Feed * [SDO Dashboard](https://sdo.gsfc.nasa.gov/data/dashboard/) - Live Sun Feed
* [CelesTrack](https://celestrak.org/) - Earth Orbit Visualization * [CelesTrack](https://celestrak.org/) - Earth Orbit Visualization
* [TheSkyLive](https://theskylive.com/) - Solar System Simulators / Information
* [1 Pixel moon](https://www.joshworth.com/dev/pixelspace/pixelspace_solarsystem.html), [LightYear](https://www.lightyear.fm/) or [OMG SPACE](https://omgspace.net/) - Solar System Scale Model * [1 Pixel moon](https://www.joshworth.com/dev/pixelspace/pixelspace_solarsystem.html), [LightYear](https://www.lightyear.fm/) or [OMG SPACE](https://omgspace.net/) - Solar System Scale Model
* [3DSolarSystem](https://theskylive.com/3dsolarsystem) - Solar System Simulators
* [Marspedia](https://marspedia.org/) - Mars Wiki * [Marspedia](https://marspedia.org/) - Mars Wiki
* [ExoplanetExplore](https://exoplanetexplore.vercel.app) - Interactive Exoplanet Visualization * [ExoplanetExplore](https://exoplanetexplore.vercel.app) - Interactive Exoplanet Visualization
* [ExoplanetArchive](https://exoplanetarchive.ipac.caltech.edu/) - Exoplanet Database
* [Space Object Comparison](https://mr21.github.io/space-object-comparison/) - Compare Sizes Of Celestial Objects * [Space Object Comparison](https://mr21.github.io/space-object-comparison/) - Compare Sizes Of Celestial Objects
* [Astrogeology](https://astrogeology-usgs.hub.arcgis.com/pages/map-search) - Planetary Maps * [Astrogeology](https://astrogeology-usgs.hub.arcgis.com/pages/map-search) - Planetary Maps
* [Map of the Universe](https://mapoftheuniverse.net/), [Scale of the Universe](https://scaleofuniverse.com/), [AndroidCelestia](https://github.com/celestiamobile/AndroidCelestia/) or [SpaceEngine](https://spaceengine.org/) / [Old Versions](https://forum.spaceengine.org/viewtopic.php?t=182) - Interactive Universe Scales * [Map of the Universe](https://mapoftheuniverse.net/), [Scale of the Universe](https://scaleofuniverse.com/), [AndroidCelestia](https://github.com/celestiamobile/AndroidCelestia/) or [SpaceEngine](https://spaceengine.org/) / [Old Versions](https://forum.spaceengine.org/viewtopic.php?t=182) - Interactive Universe Scales
@ -482,10 +497,9 @@
* [ESAsky](https://sky.esa.int/) - Public Astronomical Data * [ESAsky](https://sky.esa.int/) - Public Astronomical Data
* [Stellarium-Web](https://stellarium-web.org/) or [Stellarium](https://stellarium.org/) - Virtual Stellariums * [Stellarium-Web](https://stellarium-web.org/) or [Stellarium](https://stellarium.org/) - Virtual Stellariums
* [WorldwideTelescope](https://worldwidetelescope.org/) - Interactive Telescope Data / [Home Page](https://worldwidetelescope.org/home/) / [GitHub](https://github.com/WorldWideTelescope) * [WorldwideTelescope](https://worldwidetelescope.org/) - Interactive Telescope Data / [Home Page](https://worldwidetelescope.org/home/) / [GitHub](https://github.com/WorldWideTelescope)
* [ESA Hubble](https://esahubble.org/) or [HubbleSite](https://hubblesite.org/) - Hubble Telescope Images * [ESA Hubble](https://esahubble.org/), [SpaceTelescopeLive](https://spacetelescopelive.org/) or [HubbleSite](https://hubblesite.org/) - Hubble Telescope Images
* [Webb Space Telescope](https://webbtelescope.org/), [James Webb Space Telescope](https://science.nasa.gov/mission/webb/) or [ESAWebb](https://esawebb.org/) - Webb Space Telescope Sites * [Webb Space Telescope](https://webbtelescope.org/), [James Webb Space Telescope](https://science.nasa.gov/mission/webb/) or [ESAWebb](https://esawebb.org/) - Webb Space Telescope Sites
* [Webb Compare](https://www.webbcompare.com/) - Webb / Hubble Images * [Webb Compare](https://www.webbcompare.com/) - Webb / Hubble Images
* [Space Telescope Live](https://spacetelescopelive.org/) - Live Hubble Image Data
* [APOD](https://apod.nasa.gov/) - Daily NASA Astronomy Images * [APOD](https://apod.nasa.gov/) - Daily NASA Astronomy Images
* [ESO Images](https://www.eso.org/public/images/), [NASA2Explore](https://www.flickr.com/photos/nasa2explore/) or [Astrobin](https://www.astrobin.com/search/) - Astronomy Images * [ESO Images](https://www.eso.org/public/images/), [NASA2Explore](https://www.flickr.com/photos/nasa2explore/) or [Astrobin](https://www.astrobin.com/search/) - Astronomy Images
* [/r/SpacePorn](https://www.reddit.com/r/spaceporn/) or [/r/Astrophotography](https://www.reddit.com/r/astrophotography/) - Astrophotography Subreddits * [/r/SpacePorn](https://www.reddit.com/r/spaceporn/) or [/r/Astrophotography](https://www.reddit.com/r/astrophotography/) - Astrophotography Subreddits
@ -507,18 +521,24 @@
* ⭐ **[Wumbo](https://wumbo.net/)** - Math Reference Site * ⭐ **[Wumbo](https://wumbo.net/)** - Math Reference Site
* ⭐ **[Open Source Society University](https://github.com/ossu/math)** / [PT-BR](https://github.com/ossu/math-br) - Math Roadmap * ⭐ **[Open Source Society University](https://github.com/ossu/math)** / [PT-BR](https://github.com/ossu/math-br) - Math Roadmap
* ⭐ **[AoPS Alcumus](https://artofproblemsolving.com/alcumus)** or [MathDash](https://mathdash.live/) - Adaptive Problem Solving * ⭐ **[AoPS Alcumus](https://artofproblemsolving.com/alcumus)** or [MathDash](https://mathdash.live/) - Adaptive Problem Solving
* ⭐ **[Desmos](https://www.desmos.com/)** or [GeoGebra](https://www.geogebra.org/) - Graphing Calculators * ⭐ **[GeoGebra](https://www.geogebra.org/)**, [Grapes](https://www.criced.tsukuba.ac.jp/grapes/) or [Desmos](https://www.desmos.com/) - Graphing Calculators
* ⭐ **[BetterExplained](https://betterexplained.com/)** - Math Guides / Courses * ⭐ **[BetterExplained](https://betterexplained.com/)** - Math Guides / Courses
* ⭐ **[SageCalc](https://sagecalc.com/)** or [CEmu](https://github.com/CE-Programming/CEmu) - TI-84 Calculators * ⭐ **[SageCalc](https://sagecalc.com/)**, [CEmu](https://github.com/CE-Programming/CEmu), [ti-84calculatoronline](https://ti-84calculatoronline.com), [TI 84 Calculator](https://ti84calculator.co/en-US), [TI-84 Plus](https://ti84.pages.dev/) or [ti84calc](https://ti84calc.com/) - TI-84 Calculators
* ⭐ **[Wolfram|Alpha](https://www.wolframalpha.com/examples/mathematics)** - Calculators * ⭐ **[Wolfram|Alpha](https://www.wolframalpha.com/examples/mathematics)** - Calculators
* ⭐ **[Omni Calculator](https://www.omnicalculator.com/)** - Calculators * ⭐ **[Omni Calculator](https://www.omnicalculator.com/)** - Calculators
* ⭐ **[Manim](https://www.manim.community/)**, [2](https://github.com/3b1b/manim) - Generate Explanatory Math Videos / [Videos](https://github.com/3b1b/videos) / [Difference Between Versions](https://docs.manim.community/en/stable/faq/installation.html#different-versions) * ⭐ **[Manim](https://www.manim.community/)**, [2](https://github.com/3b1b/manim) - Generate Explanatory Math Videos / [Videos](https://github.com/3b1b/videos) / [Difference Between Versions](https://docs.manim.community/en/stable/faq/installation.html#different-versions)
* ⭐ **[OpenCalc](https://github.com/Darkempire78/OpenCalc)**, [yetCalc](https://github.com/Yet-Zio/yetCalc), [microMathematics](https://github.com/mkulesh/microMathematics), [Calculator++](https://play.google.com/store/apps/details?id=org.solovyev.android.calculator), [Calc 991](https://play.google.com/store/apps/details?id=advanced.scientific.calculator.calc991.plus) or [Graph89](https://github.com/eanema/graph89) - Android Calculators
* [Omnimaga](https://www.omnimaga.org/index.php) - Calculator Community / Forums
* [Wolfram MathWorld](https://mathworld.wolfram.com/), [Encyclopedia Of Math](https://encyclopediaofmath.org/) or [nLab Math](https://ncatlab.org/nlab/show/mathematics) - Mathematic Encyclopedias
* [Red Blob Games](https://www.redblobgames.com/) or [Mathspad](https://www.mathspad.co.uk/resources.php?interactives=1) - Interactive Math Sites * [Red Blob Games](https://www.redblobgames.com/) or [Mathspad](https://www.mathspad.co.uk/resources.php?interactives=1) - Interactive Math Sites
* [OmniCalculator](https://www.omnicalculator.com/) - Calculators
* [GoodCalculators](https://goodcalculators.com/) - Calculators * [GoodCalculators](https://goodcalculators.com/) - Calculators
* [GigaCalculator](https://www.gigacalculator.com/) - Calculators * [GigaCalculator](https://www.gigacalculator.com/) - Calculators
* [numbr.dev](https://numbr.dev/) - Calculators * [numbr.dev](https://numbr.dev/) - Calculators
* [Aqua Calc](https://www.aqua-calc.com/) - Calculators * [Aqua Calc](https://www.aqua-calc.com/) - Calculators
* [PlanetCalc](https://planetcalc.com/) - Calculators * [PlanetCalc](https://planetcalc.com/) - Calculators
* [ti30calc](https://ti84calc.com/ti30) - TI-30XS Calculator
* [ThomasOkken](https://thomasokken.com/) - HP-42S Calculator
* [MatrixCalc](https://matrixcalc.org/en/) or [Reshish](https://matrix.reshish.com/) - Matrix Calculators * [MatrixCalc](https://matrixcalc.org/en/) or [Reshish](https://matrix.reshish.com/) - Matrix Calculators
* [Qalculate](https://qalculate.github.io/) - Desktop Calculator * [Qalculate](https://qalculate.github.io/) - Desktop Calculator
* [QwikTape](https://github.com/4silvertooth/QwikTape) - Note Style Calculator * [QwikTape](https://github.com/4silvertooth/QwikTape) - Note Style Calculator
@ -527,24 +547,28 @@
* [OEIS](https://oeis.org/) - Encyclopedia of Integer Sequences * [OEIS](https://oeis.org/) - Encyclopedia of Integer Sequences
* [Giac/Xcas](https://www-fourier.ujf-grenoble.fr/~parisse/giac.html) - Algebra System * [Giac/Xcas](https://www-fourier.ujf-grenoble.fr/~parisse/giac.html) - Algebra System
* [Algebra Rules](https://algebrarules.com/) - Learn Algebra Rules * [Algebra Rules](https://algebrarules.com/) - Learn Algebra Rules
* [CalculusMadeEasy](https://calculusmadeeasy.org) - Learn Calculus
* [CLP](https://personal.math.ubc.ca/~CLP/) - Calculus Textbooks
* [Mathematics Roadmap](https://github.com/TalalAlrawajfeh/mathematics-roadmap) - Mathematics Book Recommendations * [Mathematics Roadmap](https://github.com/TalalAlrawajfeh/mathematics-roadmap) - Mathematics Book Recommendations
* [Converter Pro](https://f-droid.org/packages/com.ferrarid.converterpro/), [OneConvert](https://oneconvert.org/) or [ConvertAll](https://convertall.bellz.org/) - Unit Converters * [Converter Pro](https://f-droid.org/packages/com.ferrarid.converterpro/), [OneConvert](https://oneconvert.org/) or [ConvertAll](https://convertall.bellz.org/) - Unit Converters
* [Integral Calculator](https://www.integral-calculator.com/) or [Derivative Calculator](https://www.derivative-calculator.net/) - Integral / Derivative Calculators * [Integral Calculator](https://www.integral-calculator.com/) or [Derivative Calculator](https://www.derivative-calculator.net/) - Integral / Derivative Calculators
* [TicCalc](https://www.ticalc.org/pub/) - TI Graphing Calculator Files * [TicCalc](https://www.ticalc.org/pub/) - TI Graphing Calculator Files
* [TI-Basic Developer](http://tibasicdev.wikidot.com/) - TI-Basic Info Repository * [TI-Basic Developer](http://tibasicdev.wikidot.com/) - TI-Basic Info Repository
* [fxSolver](https://www.fxsolver.com/), [Kalker](https://kalker.xyz/) or [Numbat](https://numbat.dev/) - Scientific Calculators * [MathJax](https://www.mathjax.org/) - JavaScript Math Display
* [fxSolver](https://www.fxsolver.com/), [SpeedCrunch](https://heldercorreia.bitbucket.io/speedcrunch/), [Kalker](https://kalker.xyz/) or [Numbat](https://numbat.dev/) - Scientific Calculators
* [ISciDAVis](https://sourceforge.net/projects/scidavis/) - Scientific Data Plotter * [ISciDAVis](https://sourceforge.net/projects/scidavis/) - Scientific Data Plotter
* [FreeFEM](https://freefem.org/) - Partial Differential Equations Solver * [FreeFEM](https://freefem.org/) - Partial Differential Equations Solver
* [Approach0](https://approach0.xyz/search/) - Math Formula Search * [Approach0](https://approach0.xyz/search/) - Math Formula Search
* [MathOnline](http://mathonline.wikidot.com/) or [Mathigon](https://mathigon.org/) - Math / Courses * [MathOnline](http://mathonline.wikidot.com/) or [Mathigon](https://mathigon.org/) - Math / Courses
* [Professor Leonard](https://www.youtube.com/channel/UCoHhuummRZaIVX7bD4t2czg) or [MisterWootube](https://www.youtube.com/c/misterwootube) - YouTube Math Lessons * [Professor Leonard](https://www.youtube.com/channel/UCoHhuummRZaIVX7bD4t2czg), [3Blue1Brown](https://www.3blue1brown.com/) or [MisterWootube](https://www.youtube.com/c/misterwootube) - YouTube Math Lessons
* [Mathispower4u](https://www.mathispower4u.com/), [SchoolYourself](https://schoolyourself.org/), [mathhelp](https://www.mathhelp.com/), [MathPortal](https://www.mathportal.org/), [mathonline](http://mathonline.wikidot.com/) or [CoolMath](https://www.coolmath.com/) - Math Lessons / Practice * [Mathispower4u](https://www.mathispower4u.com/), [SchoolYourself](https://schoolyourself.org/), [mathhelp](https://www.mathhelp.com/), [MathPortal](https://www.mathportal.org/) or [CoolMath](https://www.coolmath.com/) - Math Lessons / Practice
* [CoolMathGames](https://www.coolmathgames.com/1-number-games) - Math Games * [CoolMathGames](https://www.coolmathgames.com/1-number-games) - Math Games
* [Cut The Knot](https://cut-the-knot.org/) - Math Equations / Problems * [Cut The Knot](https://cut-the-knot.org/) - Math Equations / Problems
* [IXL Learning](https://au.ixl.com/math/) - Math Practice / Quizzes * [IXL Learning](https://au.ixl.com/math/) - Math Practice / Quizzes
* [Pauls Online Math Notes](https://tutorial.math.lamar.edu/) - Math Practice / Guides * [Pauls Online Math Notes](https://tutorial.math.lamar.edu/) - Math Practice / Guides
* [ParkMath](https://parkmath.github.io/) or [FreeMathHelp](https://freemathhelp.com/) - Math Guides * [ParkMath](https://parkmath.github.io/) or [FreeMathHelp](https://freemathhelp.com/) - Math Guides
* [Fourier Transform](https://www.jezzamon.com/fourier/index.html) - Interactive Fourier Transform Guide * [Fourier Transform](https://www.jezzamon.com/fourier/index.html) - Interactive Fourier Transform Guide
* [ProofWiki](https://proofwiki.org/) - Mathematical Proofs Wiki
* [Terence Tao Research](https://terrytao.wordpress.com/) - Mathematical Research * [Terence Tao Research](https://terrytao.wordpress.com/) - Mathematical Research
* [OpenLogicProject](https://openlogicproject.org/) - Math Logic Teaching Materials * [OpenLogicProject](https://openlogicproject.org/) - Math Logic Teaching Materials
* [Math is Fun](https://www.mathsisfun.com/) - Math Tutorials / Puzzles / Games * [Math is Fun](https://www.mathsisfun.com/) - Math Tutorials / Puzzles / Games
@ -561,11 +585,14 @@
* 🌐 **[The Engineering Toolbox](https://www.engineeringtoolbox.com/)** or [EngineersEdge](https://www.engineersedge.com/) - Engineering Resources * 🌐 **[The Engineering Toolbox](https://www.engineeringtoolbox.com/)** or [EngineersEdge](https://www.engineersedge.com/) - Engineering Resources
* 🌐 **[/r/EngineeringStudents Resources](https://www.reddit.com/r/EngineeringStudents/wiki/resources)** - Engineering Student Resources * 🌐 **[/r/EngineeringStudents Resources](https://www.reddit.com/r/EngineeringStudents/wiki/resources)** - Engineering Student Resources
* 🌐 **[Awesome Mecheng](https://github.com/m2n037/awesome-mecheng)** - Mechanical Engineering Resources * 🌐 **[Awesome Mecheng](https://github.com/m2n037/awesome-mecheng)** - Mechanical Engineering Resources
* ↪️ **[Comp Sci Resources](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/dev-tools#wiki_.25B7_computer_science)** * 🌐 **[Awesome Electronics](https://github.com/kitspace/awesome-electronics)** - Electronic Engineering Resources
* 🌐 **[Engineering Blogs](https://github.com/kilimchoi/engineering-blogs)** - Engineering Blogs
* ↪️ **[Comp Sci Resources](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu/#wiki_.25B7_computer_science)**
* ↪️ **[3D Modeling](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_3d_modeling_apps) / [CAD Apps](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_cad_engineering)** * ↪️ **[3D Modeling](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_3d_modeling_apps) / [CAD Apps](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_cad_engineering)**
* ⭐ **[/r/AskEngineers](https://www.reddit.com/r/AskEngineers/)** / [Wiki](https://www.reddit.com/r/AskEngineers/wiki/), **[/r/engineering](https://www.reddit.com/r/engineering/)** or [/r/AutomotiveEngineering](https://www.reddit.com/r/AutomotiveEngineering/) - Engineering Subreddits * ⭐ **[/r/AskEngineers](https://www.reddit.com/r/AskEngineers/)** / [Wiki](https://www.reddit.com/r/AskEngineers/wiki/), **[/r/engineering](https://www.reddit.com/r/engineering/)** or [/r/AutomotiveEngineering](https://www.reddit.com/r/AutomotiveEngineering/) - Engineering Subreddits
* ⭐ **[NPTEL](https://nptel.ac.in/course.html)** or [Sabin](https://www.youtube.com/@SabinCivil) - Engineering Courses * ⭐ **[NPTEL](https://nptel.ac.in/course.html)** or [Sabin](https://www.youtube.com/@SabinCivil) - Engineering Courses
* [Formulia](https://play.google.com/store/apps/details?id=m4.enginary) - Engineering Formulas / Tools * [Formulia](https://play.google.com/store/apps/details?id=m4.enginary) - Engineering Formulas / Tools
* [MatWeb](https://www.matweb.com/) - Materials Info Databse
* [Sanfoundry](https://www.sanfoundry.com/) - Engineering Questions & Answers * [Sanfoundry](https://www.sanfoundry.com/) - Engineering Questions & Answers
* [CESDB](https://www.cesdb.com/) - Civil Engineering Software * [CESDB](https://www.cesdb.com/) - Civil Engineering Software
* [How a Car Works](https://www.howacarworks.com/) - Car Mechanics / Automotive Engineering Guides * [How a Car Works](https://www.howacarworks.com/) - Car Mechanics / Automotive Engineering Guides
@ -573,9 +600,10 @@
* [VisRo Robotics](https://vis-ro.web.app) - Robotics Learning / [Discord](https://discord.com/invite/TfwZ3hH2D2) * [VisRo Robotics](https://vis-ro.web.app) - Robotics Learning / [Discord](https://discord.com/invite/TfwZ3hH2D2)
* [Humanoid Robots Wiki](https://humanoids.wiki/w/Main_Page) - Robotics Courses Index * [Humanoid Robots Wiki](https://humanoids.wiki/w/Main_Page) - Robotics Courses Index
* [Diode](https://www.withdiode.com/) - 3D Hardware Simulator * [Diode](https://www.withdiode.com/) - 3D Hardware Simulator
* [Wokwi](https://wokwi.com/) - Arduino / ESP32 Board Simulators
* [HDLBits](https://hdlbits.01xz.net/) - Learn Circuit Design * [HDLBits](https://hdlbits.01xz.net/) - Learn Circuit Design
* [BatteryUniversity](https://batteryuniversity.com/articles) - Learn About Batteries * [BatteryUniversity](https://batteryuniversity.com/articles) - Learn About Batteries
* [Electronics Tutorials](https://www.electronics-tutorials.ws/) - Electronic Guides * [Electronics Tutorials](https://www.electronics-tutorials.ws/) or [Instrumentacion](http://instrumentacion.qi.fcen.uba.ar/libro.html) - Electronic Guides
* [KiCad](https://kicad.github.io/) - Schematics Editor / PCB Creator / SPICE Integration * [KiCad](https://kicad.github.io/) - Schematics Editor / PCB Creator / SPICE Integration
* [EasyEDA](https://easyeda.com/editor) or [LibrePCB](https://librepcb.org/) - Electronic Circuit Design Tools * [EasyEDA](https://easyeda.com/editor) or [LibrePCB](https://librepcb.org/) - Electronic Circuit Design Tools
* [/m/engineering](https://www.reddit.com/user/nbatman/m/engineering/) - Engineering Multireddit * [/m/engineering](https://www.reddit.com/user/nbatman/m/engineering/) - Engineering Multireddit
@ -585,16 +613,17 @@
## ▷ Chemistry ## ▷ Chemistry
* 🌐 **[Wolfram Alpha Chemistry](https://wolframalpha.com/examples/science-and-technology/chemistry)** - Chemistry Calculators / Tools * 🌐 **[Wolfram Alpha Chemistry](https://wolframalpha.com/examples/science-and-technology/chemistry)** - Chemistry Calculators / Tools
* ↪️ **[Chemistry Lessons](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_chemistry_lessons)**
* ⭐ **[Lab Safety Guide / Intro](https://labmode.co.uk/)** * ⭐ **[Lab Safety Guide / Intro](https://labmode.co.uk/)**
* ⭐ **[LibreTexts Chemistry](https://chem.libretexts.org)** - Chemistry Texts * ⭐ **[LibreTexts Chemistry](https://chem.libretexts.org)** - Chemistry Texts
* ⭐ **[Internet Chemistry](https://www.internetchemistry.com/search.php)** - Search Index * ⭐ **[Internet Chemistry](https://www.internetchemistry.com/search.php)** - Search Index
* [Chemistry Basics](https://saylordotorg.github.io/text_the-basics-of-general-organic-and-biological-chemistry/index.html) - Basics of General, Organic, and Biological Chemistry * [Chemistry Basics](https://saylordotorg.github.io/text_the-basics-of-general-organic-and-biological-chemistry/index.html) - Basics of General, Organic, and Biological Chemistry
* [Tyler DeWitt](https://www.youtube.com/user/tdewitt451), [TheOrganicChemistryTutor](https://www.youtube.com/c/TheOrganicChemistryTutor), [Allery Chemistry](https://www.youtube.com/channel/UCPtWS4fCi25YHw5SPGdPz0g), [Khan Academy AP Chemistry](https://www.khanacademy.org/science/ap-chemistry-beta), [Organic Chemistry etext](https://www.chem.ucalgary.ca/courses/351/Carey5th/Carey.html), [ChemistryScore](https://chemistryscore.com/) or [PeriodicVideos](http://www.periodicvideos.com/) - Chemistry Lessons
* [ChemicalAid](https://www.chemicalaid.com/) - Chemistry Calculators / Element Tables * [ChemicalAid](https://www.chemicalaid.com/) - Chemistry Calculators / Element Tables
* [QuickChem](https://play.google.com/store/apps/details?id=com.map.michael.chemistry) - Chemistry Calculator * [QuickChem](https://play.google.com/store/apps/details?id=com.map.michael.chemistry) - Chemistry Calculator
* [PubChem](https://pubchem.ncbi.nlm.nih.gov/), [MOTM](https://www.chm.bris.ac.uk/motm/motm.htm), [NIST](https://webbook.nist.gov/chemistry/) or [EssentialChemicalIndustry](https://www.essentialchemicalindustry.org/) - Chemistry Wikis * [PubChem](https://pubchem.ncbi.nlm.nih.gov/), [MOTM](https://www.chm.bris.ac.uk/motm/motm.htm), [NIST](https://webbook.nist.gov/chemistry/) or [EssentialChemicalIndustry](https://www.essentialchemicalindustry.org/) - Chemistry Wikis
* [ChemistrySteps](https://www.chemistrysteps.com/) or [DocBrown](https://docbrown.info/) - Chemistry Practice / Guides * [ChemistrySteps](https://www.chemistrysteps.com/) or [DocBrown](https://docbrown.info/) - Chemistry Practice / Guides
* [Cliffnotes Chemistry](https://www.cliffsnotes.com/study-guides/chemistry/chemistry/elements/discovery-and-similarity) / [Organic Chemistry I](https://www.cliffsnotes.com/study-guides/chemistry/organic-chemistry-i) / [Organic Chemistry II](https://www.cliffsnotes.com/study-guides/chemistry/organic-chemistry-ii), [Chem Wiki](https://wiki.ch.ic.ac.uk/wiki/) or [chemguide](https://www.chemguide.co.uk) - Study Guides * [Cliffnotes Chemistry](https://www.cliffsnotes.com/study-guides/chemistry/chemistry/elements/discovery-and-similarity) / [Organic Chemistry I](https://www.cliffsnotes.com/study-guides/chemistry/organic-chemistry-i) / [Organic Chemistry II](https://www.cliffsnotes.com/study-guides/chemistry/organic-chemistry-ii), [Chem Wiki](https://wiki.ch.ic.ac.uk/wiki/) or [chemguide](https://www.chemguide.co.uk) - Study Guides
* [ReactionFlash](https://play.google.com/store/apps/details?id=ch.reaxys.reactionflash&hl=en-US) / [iOS](https://apps.apple.com/us/app/reactionflash/id432080813) - Chemical Reaction Flashcards
* [ChemistryTalk](https://chemistrytalk.org/) - Tutorials / Experiments / Elements / Reference Articles * [ChemistryTalk](https://chemistrytalk.org/) - Tutorials / Experiments / Elements / Reference Articles
* [Sciencenotes](https://sciencenotes.org) - Periodic Tables / Chemistry Projects and Questions * [Sciencenotes](https://sciencenotes.org) - Periodic Tables / Chemistry Projects and Questions
* [Organic Chemistry](https://www.organic-chemistry.org) or [Synarchive](https://synarchive.com/) - Organic Reactions * [Organic Chemistry](https://www.organic-chemistry.org) or [Synarchive](https://synarchive.com/) - Organic Reactions
@ -608,7 +637,6 @@
* [Colorado Chemistry Simulations](https://phet.colorado.edu/en/simulations/filter?subjects=chemistry&type=html%2Cprototype) - Chemistry Animations * [Colorado Chemistry Simulations](https://phet.colorado.edu/en/simulations/filter?subjects=chemistry&type=html%2Cprototype) - Chemistry Animations
* [Chemical Forums](https://www.chemicalforums.com/) - Chemistry Forums * [Chemical Forums](https://www.chemicalforums.com/) - Chemistry Forums
* [arkat-usa](https://www.arkat-usa.org/) - Journals * [arkat-usa](https://www.arkat-usa.org/) - Journals
* [Martindale's Virtual Chemistry Center](https://martindalecenter.com/calculators3b.html) - Calculators
* [WebQC Balance Calculator](https://webqc.org/balance.php) - Chemical Equation Balance Calculator * [WebQC Balance Calculator](https://webqc.org/balance.php) - Chemical Equation Balance Calculator
* [Chemexper Chemical Directory](https://www.chemexper.com/) - Chemical Directory * [Chemexper Chemical Directory](https://www.chemexper.com/) - Chemical Directory
* [OrgSyn](https://orgsyn.org/Default.aspx) - Chemistry Prep Guides * [OrgSyn](https://orgsyn.org/Default.aspx) - Chemistry Prep Guides
@ -631,10 +659,10 @@
* [Ocearch](https://www.ocearch.org/?list) - Track Marine Life * [Ocearch](https://www.ocearch.org/?list) - Track Marine Life
* [The Deep Sea](https://neal.fun/deep-sea/) - Interactive Deep Sea Life Guide * [The Deep Sea](https://neal.fun/deep-sea/) - Interactive Deep Sea Life Guide
* [Pattern Radio](https://patternradio.withgoogle.com/) - Listen to Whale Songs * [Pattern Radio](https://patternradio.withgoogle.com/) - Listen to Whale Songs
* [eBird](https://ebird.org/) - Bird Species Database * [eBird](https://ebird.org/), [Audubon](https://www.audubon.org/) or [AllAboutBirds](https://www.allaboutbirds.org/) - Bird Species Databases / IDs
* [EuroBirdPortal](https://www.eurobirdportal.org/) - European Bird Distribution Map * [EuroBirdPortal](https://www.eurobirdportal.org/) - European Bird Distribution Map
* [BirdSounds](https://experiments.withgoogle.com/ai/bird-sounds/view/) - Thousands of Bird Sounds Visualized * [BirdSounds](https://experiments.withgoogle.com/ai/bird-sounds/view/) - Thousands of Bird Sounds Visualized
* [Merlin](https://play.google.com/store/apps/details?id=com.labs.merlinbirdid.app) - Bird Picture / Sound Identification * [Merlin](https://play.google.com/store/apps/details?id=com.labs.merlinbirdid.app) or [whoBIRD](https://f-droid.org/fr/packages/org.woheller69.whobird/) - Bird Picture / Sound Identification
* [Featherbase](https://www.featherbase.info/en/home) - Bird Feather Database * [Featherbase](https://www.featherbase.info/en/home) - Bird Feather Database
* [BugGuide](https://bugguide.net/) - Insect Identification Community * [BugGuide](https://bugguide.net/) - Insect Identification Community
* [AntWeb](https://www.antweb.org/) - Ant Species Database * [AntWeb](https://www.antweb.org/) - Ant Species Database
@ -705,7 +733,7 @@
## ▷ Multi-Language ## ▷ Multi-Language
* 🌐 **[Language Links](https://docs.google.com/spreadsheets/d/1EGPFLFJdyKGKjh8LXXA099ddf1yB6ZQgr_mmtBnYCy8)** or [/r/LanguageLearning Resources](https://www.reddit.com/r/languagelearning/wiki/index) - Language Learning Resources * 🌐 **[Language Links](https://docs.google.com/spreadsheets/d/1EGPFLFJdyKGKjh8LXXA099ddf1yB6ZQgr_mmtBnYCy8)**, [/int/ Guide](https://4chanint.miraheze.org/) or [/r/LanguageLearning Resources](https://www.reddit.com/r/languagelearning/wiki/index) - Language Learning Resources
* 🌐 **[Speechling](https://speechling.com/tools)** - Language Learning Tools * 🌐 **[Speechling](https://speechling.com/tools)** - Language Learning Tools
* 🌐 **[LexiLogos](https://www.lexilogos.com/english/index.htm)** - Multi-Language Dictionary Index * 🌐 **[LexiLogos](https://www.lexilogos.com/english/index.htm)** - Multi-Language Dictionary Index
* ↪️ **[Translation Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_translators)** * ↪️ **[Translation Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_translators)**
@ -713,9 +741,11 @@
* ⭐ **[Language Reactor](https://www.languagereactor.com/)**, [Trancy](https://www.trancy.org/) or [Easysubs](https://easysubs.cc/) - Learn Languages via Videos * ⭐ **[Language Reactor](https://www.languagereactor.com/)**, [Trancy](https://www.trancy.org/) or [Easysubs](https://easysubs.cc/) - Learn Languages via Videos
* ⭐ **[Readlang](https://readlang.com/)** - Learn a Language via Web Browsing * ⭐ **[Readlang](https://readlang.com/)** - Learn a Language via Web Browsing
* [Duolingo](https://rentry.co/FMHYBase64#duolingo) / [Tips](https://duome.eu/tips), [Memrise](https://rentry.co/FMHYBase64#memrise), [LingoDeer](https://www.lingodeer.com/) or [Busuu](https://rentry.co/FMHYBase64#busuu) - Language Learning Lessons * [Duolingo](https://rentry.co/FMHYBase64#duolingo) / [Tips](https://duome.eu/tips), [Memrise](https://rentry.co/FMHYBase64#memrise), [LingoDeer](https://www.lingodeer.com/) or [Busuu](https://rentry.co/FMHYBase64#busuu) - Language Learning Lessons
* [Language Learners](https://forum.language-learners.org/) - Language Learning Forum / Community
* [WordReference](https://www.wordreference.com/), [Glosbe](https://glosbe.com/) or [Reverso](https://reverso.net/) - Translation Dictionary * [WordReference](https://www.wordreference.com/), [Glosbe](https://glosbe.com/) or [Reverso](https://reverso.net/) - Translation Dictionary
* [Yomitan](https://yomitan.wiki/) - Popup Dictionary / [Discord](https://discord.gg/3v22CATnyr) * [Yomitan](https://yomitan.wiki/) - Popup Dictionary / [Discord](https://discord.gg/3v22CATnyr)
* [ReverseDictionary](https://reversedictionary.org/) or [OneLook Reverse](https://onelook.com/reverse-dictionary.shtml) - Search for Words Using Their Meanings * [ReverseDictionary](https://reversedictionary.org/) or [OneLook Reverse](https://onelook.com/reverse-dictionary.shtml) - Search for Words Using Their Meanings
* [Comprehensible Input Wiki](https://comprehensibleinputwiki.org/) - Learn Languages via Comprehensible Input
* [HelloTalk](https://www.hellotalk.com/) - Learn Languages via AI Conversation * [HelloTalk](https://www.hellotalk.com/) - Learn Languages via AI Conversation
* [Languagelearning.site](https://languagelearning.site/) - Language Learning Torrents * [Languagelearning.site](https://languagelearning.site/) - Language Learning Torrents
* [refold.la](https://refold.la/) - Language Learning Roadmap * [refold.la](https://refold.la/) - Language Learning Roadmap
@ -726,6 +756,7 @@
* [LanguageGuide](https://www.languageguide.org/) - Visual Language Learning * [LanguageGuide](https://www.languageguide.org/) - Visual Language Learning
* [clozemaster](https://www.clozemaster.com/) - Context-Based Language Learning * [clozemaster](https://www.clozemaster.com/) - Context-Based Language Learning
* [Sounter](https://sounter.com/), [LingoClip](https://lingoclip.com/) or [LyricFluent](https://lyricfluent.com/) - Learn Languages via Music * [Sounter](https://sounter.com/), [LingoClip](https://lingoclip.com/) or [LyricFluent](https://lyricfluent.com/) - Learn Languages via Music
* [MORT](https://github.com/killkimno/MORT) or [Textractor](https://github.com/Artikash/Textractor) - Learn Languages via Games
* [Language Roadmap](https://languageroadmap.com/) - Foreign Language Media Difficulty Guide * [Language Roadmap](https://languageroadmap.com/) - Foreign Language Media Difficulty Guide
* [Hey! Lingo](https://www.heylingo.com/) or [LearnWithOliver](https://www.learnwitholiver.com/) - Language Learning Flashcards * [Hey! Lingo](https://www.heylingo.com/) or [LearnWithOliver](https://www.learnwitholiver.com/) - Language Learning Flashcards
* [MyLanguages](https://mylanguages.org/) or [50Languages](https://www.50languages.com/) - Grammar / Vocabulary Language Learning * [MyLanguages](https://mylanguages.org/) or [50Languages](https://www.50languages.com/) - Grammar / Vocabulary Language Learning
@ -756,12 +787,12 @@
* 🌐 **[ESOL](https://www.esolcourses.com/)** - English Learning Resources * 🌐 **[ESOL](https://www.esolcourses.com/)** - English Learning Resources
* [youglish](https://youglish.com/) or [YouDict](https://youdict.co/) - YouTube Word Pronunciations * [youglish](https://youglish.com/) or [YouDict](https://youdict.co/) - YouTube Word Pronunciations
* [Forvo](https://forvo.com/) or [HowJSay](https://howjsay.com/) - Pronunciation Dictionary * [Forvo](https://forvo.com/) or [HowJSay](https://howjsay.com/) - Pronunciation Dictionary
* [Xuga](https://eng.ichacha.net/mpr/xuga.html) - Word Pronunciation Tool
* [The Internet TESL Journal](http://iteslj.org/) - Resources for EFL and ESL Teachers * [The Internet TESL Journal](http://iteslj.org/) - Resources for EFL and ESL Teachers
* [EFSET](https://www.efset.org/) - English Proficiency Test * [EFSET](https://www.efset.org/) - English Proficiency Test
* [Spellcheck](https://spellcheck.xyz) - English Spelling Game * [Spellcheck](https://spellcheck.xyz) - English Spelling Game
* [Learn English Online](https://www.learn-english-online.org/), [ESLFast](https://www.eslfast.com/), [AntiMoon](https://www.antimoon.com/), [Oxford Online](https://www.oxfordonlineenglish.com/free-english-lessons) or [Cambridge Online](https://www.cambridgeenglish.org/learning-english/) - English Lessons * [Learn English Online](https://www.learn-english-online.org/), [ESLFast](https://www.eslfast.com/), [AntiMoon](https://www.antimoon.com/), [Oxford Online](https://www.oxfordonlineenglish.com/free-english-lessons) or [Cambridge Online](https://www.cambridgeenglish.org/learning-english/) - English Lessons
* [EnglishCentral](https://www.englishcentral.com/), [EngVid](https://www.engvid.com/ ) or [Voscreen](https://voscreen.com/) - English Video Lessons * [EnglishCentral](https://www.englishcentral.com/), [EngVid](https://www.engvid.com/ ) or [Voscreen](https://voscreen.com/) - English Video Lessons
* [Frenglish](https://frenglish.ru/) - English Learning Books
* [elllo](https://www.elllo.org/) or [Listening Lab](https://www.esl-lab.com/) - English Listening Lessons / Practice * [elllo](https://www.elllo.org/) or [Listening Lab](https://www.esl-lab.com/) - English Listening Lessons / Practice
* [TalkEnglish](https://www.talkenglish.com/) or [Stimuler IELTS Speaking Buddy](https://play.google.com/store/apps/details?id=com.stimuler) - Improve Spoken English * [TalkEnglish](https://www.talkenglish.com/) or [Stimuler IELTS Speaking Buddy](https://play.google.com/store/apps/details?id=com.stimuler) - Improve Spoken English
* [WriteAndImprove](https://writeandimprove.com/) - Improve English Writing * [WriteAndImprove](https://writeandimprove.com/) - Improve English Writing
@ -785,10 +816,9 @@
* [JapaneseTab](https://github.com/Anupya/JapaneseTab) - Japanese Learning Extension * [JapaneseTab](https://github.com/Anupya/JapaneseTab) - Japanese Learning Extension
* [Supernative](https://supernative.tv/) or [LearnNatively](https://learnnatively.com/) - Learn Japanese via Media * [Supernative](https://supernative.tv/) or [LearnNatively](https://learnnatively.com/) - Learn Japanese via Media
* [jidoujisho](https://github.com/arianneorpilla/jidoujisho) or [Manabi](https://reader.manabi.io/) - Learn Japanese via Books * [jidoujisho](https://github.com/arianneorpilla/jidoujisho) or [Manabi](https://reader.manabi.io/) - Learn Japanese via Books
* [HayaiLearn](https://www.hayailearn.com/) - Learn Japanese via YouTube * [Japanese Ammo with Misa](https://www.youtube.com/@JapaneseAmmowithMisa), [Comprehensible Japanese](https://www.youtube.com/@cijapanese) or [JapanesePod101](https://www.youtube.com/@JapanesePod101) - Japanese Learning YouTube Channels
* [Memento](https://ripose-jp.github.io/Memento/) - Japanese Learning Video Player * [Memento](https://ripose-jp.github.io/Memento/) - Japanese Learning Video Player
* [JapaneseWithAnime](https://www.japanesewithanime.com/) or [Immersion Kit](https://www.immersionkit.com/) - Learn Japanese with Anime / Manga * [JapaneseWithAnime](https://www.japanesewithanime.com/) or [Immersion Kit](https://www.immersionkit.com/) - Learn Japanese with Anime / Manga
* [Daily leisurely Japanese teacher](https://nihongonosensei.net/) - Japanese Practice Material
* [Nihongo con Teppei](https://nihongoconteppei.com/) - Japanese Beginners Podcast * [Nihongo con Teppei](https://nihongoconteppei.com/) - Japanese Beginners Podcast
* [Learn Japanese Grammar](https://kimallen.sheepdogdesign.net/) or [BunPro](https://bunpro.jp/) - Learn Japanese Grammar * [Learn Japanese Grammar](https://kimallen.sheepdogdesign.net/) or [BunPro](https://bunpro.jp/) - Learn Japanese Grammar
* [Jotoba](https://jotoba.de/), [core6000](https://core6000.neocities.org/), [Tagaini](https://www.tagaini.net/), [Takoboto](https://takoboto.jp/), [Jisho](https://jisho.org/), [Massif](https://github.com/rsimmons/massif), [Shirabe Jisho](https://apps.apple.com/us/app/shirabe-jisho/id1005203380), [JapBase](https://japbase.neocities.org/), [Weblio](https://ejje.weblio.jp/), [Goo Dictionary](https://dictionary.goo.ne.jp/), [JS-Dict](https://github.com/petlyh/JS-Dict) or [rtk-search](https://hochanh.github.io/rtk/) - Japanese Dictionaries / Phrases * [Jotoba](https://jotoba.de/), [core6000](https://core6000.neocities.org/), [Tagaini](https://www.tagaini.net/), [Takoboto](https://takoboto.jp/), [Jisho](https://jisho.org/), [Massif](https://github.com/rsimmons/massif), [Shirabe Jisho](https://apps.apple.com/us/app/shirabe-jisho/id1005203380), [JapBase](https://japbase.neocities.org/), [Weblio](https://ejje.weblio.jp/), [Goo Dictionary](https://dictionary.goo.ne.jp/), [JS-Dict](https://github.com/petlyh/JS-Dict) or [rtk-search](https://hochanh.github.io/rtk/) - Japanese Dictionaries / Phrases
@ -833,9 +863,10 @@
* [Train Chinese](https://www.trainchinese.com/), [ChineseSkill](https://www.chineseskill.com/) or [HelloChinese](https://hellochinese.cc/) - Chinese Learning App * [Train Chinese](https://www.trainchinese.com/), [ChineseSkill](https://www.chineseskill.com/) or [HelloChinese](https://hellochinese.cc/) - Chinese Learning App
* [KongLongMandarin](https://www.konglongmandarin.com/), [DU Chinese](https://www.duchinese.net/) or [Dong Chinese](https://www.dong-chinese.com/) - Chinese Lessons * [KongLongMandarin](https://www.konglongmandarin.com/), [DU Chinese](https://www.duchinese.net/) or [Dong Chinese](https://www.dong-chinese.com/) - Chinese Lessons
* [ArchChinese](https://www.archchinese.com/) or [Hanzi Grids](https://www.hanzigrids.com/) - Chinese Writing Lessons * [ArchChinese](https://www.archchinese.com/) or [Hanzi Grids](https://www.hanzigrids.com/) - Chinese Writing Lessons
* [Stroke Order](https://stroke-order.learningweb.moe.edu.tw/home.do?lang=en) - Learn Chinese Character Stroke Order
* [HackingChinese](https://www.hackingchinese.com/archive-2/) - Chinese Learning Articles * [HackingChinese](https://www.hackingchinese.com/archive-2/) - Chinese Learning Articles
* [Cantonese.ca](https://cantonese.ca/), [Laoshi](https://laoshi.io/) or [TofuLearn](https://www.tofulearn.com/) - Chinese Vocabulary * [Cantonese.ca](https://cantonese.ca/), [Laoshi](https://laoshi.io/) or [TofuLearn](https://www.tofulearn.com/) - Chinese Vocabulary
* [MDBG](https://www.mdbg.net/) - Chinese Dictionary * [MDBG](https://www.mdbg.net/) or [Pleco](https://play.google.com/store/apps/details?id=com.pleco.chinesesystem) - Chinese Dictionaries
* [Maorma](https://www.maorma.net/) - Chinese Tone Practice * [Maorma](https://www.maorma.net/) - Chinese Tone Practice
* [The Chairman's Bao](https://www.thechairmansbao.com/) - Chinese Reading Practice / News Articles * [The Chairman's Bao](https://www.thechairmansbao.com/) - Chinese Reading Practice / News Articles
* [Pleco](https://www.pleco.com/) - Chinese Flashcards / Dictionary * [Pleco](https://www.pleco.com/) - Chinese Flashcards / Dictionary
@ -847,8 +878,10 @@
* ⭐ **[StudySpanish](https://studyspanish.com/)** or [LibreLingo](https://librelingo.app/) - Learn Spanish * ⭐ **[StudySpanish](https://studyspanish.com/)** or [LibreLingo](https://librelingo.app/) - Learn Spanish
* [SpanishDict](https://www.spanishdict.com/) - Spanish Translation Dictionary * [SpanishDict](https://www.spanishdict.com/) - Spanish Translation Dictionary
* [SpanishChecker](https://spanishchecker.com/) - Spanish Grammar Check
* [The French Tutorial](http://www.frenchtutorial.com/) - French Learning Tutorials * [The French Tutorial](http://www.frenchtutorial.com/) - French Learning Tutorials
* [LCSpeakFrench](https://t.me/LCSpeakFrench) - Live French Lessons * [LCSpeakFrench](https://t.me/LCSpeakFrench) - Live French Lessons
* [Uusi Kielemme](https://uusikielemme.fi/) - Finnish Learning
*** ***
@ -860,12 +893,14 @@
* ⭐ **[VHS Lernportal](https://www.vhs-lernportal.de/)** - German Learning Course / [Mobile](https://play.google.com/store/apps/developer?id=Deutscher+Volkshochschul-Verband) * ⭐ **[VHS Lernportal](https://www.vhs-lernportal.de/)** - German Learning Course / [Mobile](https://play.google.com/store/apps/developer?id=Deutscher+Volkshochschul-Verband)
* [Seedlang](https://seedlang.com/) - German Learning App * [Seedlang](https://seedlang.com/) - German Learning App
* [Linguee](https://www.linguee.de/) / [2](https://www.linguee.com/) or [Dict.cc](https://m.dict.cc/) - German Translation Dictionaries * [Linguee](https://www.linguee.de/) / [2](https://www.linguee.com/) or [Dict.cc](https://m.dict.cc/) - German Translation Dictionaries
* [VerbForm](https://github.com/kmoragap/verbform) - Create German Verb Anki Flashcards
*** ***
## ▷ South Asian ## ▷ South Asian
* 🌐 **[Urdu Resources](https://docs.google.com/document/d/1GRTK_E0YGybMNYZjFToM40sOHNkR1NJXc_dL8HW2Q_0/)** or [UrduNotes](https://urdunotes.com/) - Urdu Learning Resources * 🌐 **[Urdu Resources](https://docs.google.com/document/d/1GRTK_E0YGybMNYZjFToM40sOHNkR1NJXc_dL8HW2Q_0/)** or [UrduNotes](https://urdunotes.com/) - Urdu Learning Resources
* 🌐 **[Mga Nagmamarunong's Masterlist](https://docs.google.com/spreadsheets/d/1R9P2nt0sQbL8GqEO_hcPjwIZcM-4s0BbJifm-1AJ0Bc/)** - Tagalog Learning Resources
* 🌐 **[Learn Sanskrit](https://www.learnsanskrit.org/) or [Sanskrit Studio](https://sanskritstudio.wordpress.com/)** - Sanskrit Lessons and Tools * 🌐 **[Learn Sanskrit](https://www.learnsanskrit.org/) or [Sanskrit Studio](https://sanskritstudio.wordpress.com/)** - Sanskrit Lessons and Tools
* [South Asian Languages](https://discord.gg/TrdqTDdMba) - South Asian Language Learning * [South Asian Languages](https://discord.gg/TrdqTDdMba) - South Asian Language Learning
* [Urdupod101](https://www.urdupod101.com/blog/2021/03/18/urdu-grammar-overview/) - Urdu Grammar Overview / [Video](https://youtu.be/X5J_kXigPWE) * [Urdupod101](https://www.urdupod101.com/blog/2021/03/18/urdu-grammar-overview/) - Urdu Grammar Overview / [Video](https://youtu.be/X5J_kXigPWE)
@ -896,13 +931,14 @@
* 🌐 **[Awesome Certificates](https://panx.io/awesome-certificates/)** - Dev Course Indexes * 🌐 **[Awesome Certificates](https://panx.io/awesome-certificates/)** - Dev Course Indexes
* 🌐 **[Awesome Podcasts](https://github.com/rShetty/awesome-podcasts)** - Podcasts for Software Engineers * 🌐 **[Awesome Podcasts](https://github.com/rShetty/awesome-podcasts)** - Podcasts for Software Engineers
* 🌐 **[Awesome YouTubers](https://github.com/JoseDeFreitas/awesome-youtubers)** - YouTube Dev Channels Indexes * 🌐 **[Awesome YouTubers](https://github.com/JoseDeFreitas/awesome-youtubers)** - YouTube Dev Channels Indexes
* 🌐 **[ProgrammingLearningResources](https://rentry.co/ProgrammingLearningResources)** or [A-to-Z-Resources-for-Students](https://github.com/dipakkr/A-to-Z-Resources-for-Students) - Programming Learning Resources * 🌐 **[ProgrammingLearningResources](https://rentry.co/ProgrammingLearningResources)**, [/r/LearnProgramming Wiki](https://www.reddit.com/r/learnprogramming/wiki/faq#wiki_getting_started) or [A-to-Z-Resources-for-Students](https://github.com/dipakkr/A-to-Z-Resources-for-Students) - Programming Learning Resources
* 🌐 **[Python Discord](https://pythondiscord.com/resources/)**, [Python Programming Hub](https://github.com/Tanu-N-Prabhu/Python) or [Python Reference](https://github.com/rasbt/python_reference) - Python Learning Resources
* 🌐 **[Path to Senior Engineer](https://github.com/jordan-cutler/path-to-senior-engineer-handbook)** - Software Engineer Resources * 🌐 **[Path to Senior Engineer](https://github.com/jordan-cutler/path-to-senior-engineer-handbook)** - Software Engineer Resources
* ↪️ **[Programming Books](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/reading#wiki_.25B7_programming_books)** - Read / Download Programming Books * ↪️ **[Programming Books](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/reading#wiki_.25B7_programming_books)** - Read / Download Programming Books
* ↪️ **[Programming / Coding Tutorials](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_coding_tutorials)** * ↪️ **[Programming / Coding Tutorials](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_coding_tutorials)**
* ⭐ **[freeCodeCamp](https://www.freecodecamp.org/)** - Programming / Courses / Interactive * ⭐ **[freeCodeCamp](https://www.freecodecamp.org/)** - Programming / Courses / Interactive
* ⭐ **[Git Cheatsheet](https://www.ndpsoftware.com/git-cheatsheet.html#loc=index;)** or [Git Commands](https://gabrieldejesus.github.io/git-commands/) / [2](https://github.com/gabrieldejesus/git-commands) - Git Command Lists * ⭐ **[Git Cheatsheet](https://www.ndpsoftware.com/git-cheatsheet.html#loc=index;)** or [Git Commands](https://gabrieldejesus.github.io/git-commands/) / [2](https://github.com/gabrieldejesus/git-commands) - Git Command Lists
* ⭐ **[OpenVim](https://openvim.com/)** - Interactive Vim Tutorial * ⭐ **[OpenVim](https://openvim.com/)** or [Vim Hero](https://www.vim-hero.com/) - Interactive Vim Tutorials
* ⭐ **[StarSQL](https://selectstarsql.com/)** or [Learn SQL](https://sqlbolt.com/) - SQL Lessons * ⭐ **[StarSQL](https://selectstarsql.com/)** or [Learn SQL](https://sqlbolt.com/) - SQL Lessons
* [First Timers Only](https://www.firsttimersonly.com/) or [First Contributions](https://firstcontributions.github.io/) - Contribution Guides for Beginners * [First Timers Only](https://www.firsttimersonly.com/) or [First Contributions](https://firstcontributions.github.io/) - Contribution Guides for Beginners
* [Git Guide](https://fateen45.notion.site/Git-GitHub-61bc81766b2e4c7d9a346db3078ce833) or [Git Tips](https://github.com/git-tips/tips) - Git Guides / Tips * [Git Guide](https://fateen45.notion.site/Git-GitHub-61bc81766b2e4c7d9a346db3078ce833) or [Git Tips](https://github.com/git-tips/tips) - Git Guides / Tips
@ -922,13 +958,14 @@
* [RoboMind](https://www.robomind.net/) or [Checki0](https://checkio.org/) - Code Learning Games * [RoboMind](https://www.robomind.net/) or [Checki0](https://checkio.org/) - Code Learning Games
* [mimo](https://mimo.org/) - Coding Tutorial App * [mimo](https://mimo.org/) - Coding Tutorial App
* [Curated Programming Resources](https://github.com/Michael0x2a/curated-programming-resources) - Programming Courses * [Curated Programming Resources](https://github.com/Michael0x2a/curated-programming-resources) - Programming Courses
* [Interactive Tutorials](https://github.com/ronreiter/interactive-tutorials) or [Code Basics](https://code-basics.com/) - Interactive Programming Courses * [Interactive Tutorials](https://github.com/ronreiter/interactive-tutorials), [ZedLX](https://zedlx.com/), [AstralCode](https://astralcode.net/), [Scrimba](https://scrimba.com/) or [Code Basics](https://code-basics.com/) - Interactive Programming Courses
* [Learn to Program](https://github.com/karlhorky/learn-to-program) - Programming Courses * [Learn to Program](https://github.com/karlhorky/learn-to-program) - Programming Courses
* [FreeCourses](https://freecourses.github.io/) - Programming Courses * [FreeCourses](https://freecourses.github.io/) - Programming Courses
* [CloudSkillsBoost](https://www.cloudskillsboost.google/paths) - Programming Courses * [CloudSkillsBoost](https://www.cloudskillsboost.google/paths) - Programming Courses
* [Hyperskill](https://hyperskill.org/) - Programming Courses * [Hyperskill](https://hyperskill.org/) - Programming Courses
* [EggHead](https://egghead.io/) - Programming Courses * [EggHead](https://egghead.io/) - Programming Courses
* [TechSchool](https://techschool.dev/en) - Programming Courses / [Discord](https://discord.com/invite/C4abRX5skH) * [TechSchool](https://techschool.dev/en) - Programming Courses / [Discord](https://discord.com/invite/C4abRX5skH)
* [Refactoring.Guru](https://refactoring.guru/) - Interactive Code Refactoring Guide
* [USACO Guide](https://usaco.guide/) - Competitive Programming Lessons * [USACO Guide](https://usaco.guide/) - Competitive Programming Lessons
* [Beej's Guides](https://www.beej.us/guide/) or [LearnByExample](https://learnbyexample.github.io/) - Programming Guides * [Beej's Guides](https://www.beej.us/guide/) or [LearnByExample](https://learnbyexample.github.io/) - Programming Guides
* [HelloWorldCollection](http://helloworldcollection.de/) - Hello World Programming Collection * [HelloWorldCollection](http://helloworldcollection.de/) - Hello World Programming Collection
@ -940,16 +977,18 @@
* [Project Based Learning](https://github.com/practical-tutorials/project-based-learning) - Collection of Project-Based Tutorials * [Project Based Learning](https://github.com/practical-tutorials/project-based-learning) - Collection of Project-Based Tutorials
* [Interview University](https://github.com/jwasham/coding-interview-university) - Software Engineer Study Guides * [Interview University](https://github.com/jwasham/coding-interview-university) - Software Engineer Study Guides
* [Software Engineering Interview Preparation](https://github.com/orrsella/soft-eng-interview-prep) - Software Engineer Interview Preparation * [Software Engineering Interview Preparation](https://github.com/orrsella/soft-eng-interview-prep) - Software Engineer Interview Preparation
* [system-design-primer](https://github.com/donnemartin/system-design-primer) - Large Scale System Design Guides * [System Design 101](https://github.com/ByteByteGoHq/system-design-101) or [system-design-primer](https://github.com/donnemartin/system-design-primer) - System Design Guides
* [CLIG](https://clig.dev/) - CLI Design Guide / [Discord](https://discord.gg/EbAW5rUCkE)
* [LearnToCloud](https://learntocloud.guide/) - Cloud Computing Guide * [LearnToCloud](https://learntocloud.guide/) - Cloud Computing Guide
* [Swift Playgrounds](https://developer.apple.com/tutorials/swiftui) - Learn Swift UI / [Samples](https://developer.apple.com/tutorials/sample-apps) * [Swift Playgrounds](https://developer.apple.com/tutorials/swiftui) - Learn Swift UI / [Samples](https://developer.apple.com/tutorials/sample-apps)
* [LearnYouHaskell](http://learnyouahaskell.com/chapters) - Haskell Guide * [LearnYouHaskell](https://learnyouahaskell.github.io/) - Haskell Guide
* [Vim Cheatsheet](https://i.ibb.co/FbdMMHN/460e75dd8543.png) or [rTorr](https://vim.rtorr.com/) - Vim Editor Cheat Sheets * [Vim Cheatsheet](https://i.ibb.co/FbdMMHN/460e75dd8543.png) or [rTorr](https://vim.rtorr.com/) - Vim Editor Cheat Sheets
* [Vim University](https://github.com/wincent/vim-university) - Vim Tips * [Vim University](https://github.com/wincent/vim-university) - Vim Tips
* [VimTip](https://vim.fandom.com/wiki/Category:VimTip) - Vim Editor Tips * [VimTip](https://vim.fandom.com/wiki/Category:VimTip) - Vim Editor Tips
* [Vim Adventures](https://vim-adventures.com/) - Vim Learning Game * [Vim Adventures](https://vim-adventures.com/) - Vim Learning Game
* [Vim Golf](https://www.vimgolf.com/) - Vim Challenges * [Vim Golf](https://www.vimgolf.com/) - Vim Challenges
* [High Assurance Rust](https://highassurance.rs/) - Software Development Guide * [High Assurance Rust](https://highassurance.rs/) - Software Development Guide
* [LearningSEO.io](https://learningseo.io/) or [SEO Cheat Sheet](https://seo-cheat-sheet.9elements.com/) - SEO Learning
* [SQL PD](https://sqlpd.com/), [Lost at SQL](https://lost-at-sql.therobinlord.com/) or [SQL Easy](https://www.sql-easy.com/) - SQL Learning Games * [SQL PD](https://sqlpd.com/), [Lost at SQL](https://lost-at-sql.therobinlord.com/) or [SQL Easy](https://www.sql-easy.com/) - SQL Learning Games
* [PostgreSQL Tutorial](https://www.postgresqltutorial.com/) - PostgreSQL Tutorial * [PostgreSQL Tutorial](https://www.postgresqltutorial.com/) - PostgreSQL Tutorial
* [MySQL Tutorial](https://www.mysqltutorial.org/) - MySQL Tutorial * [MySQL Tutorial](https://www.mysqltutorial.org/) - MySQL Tutorial
@ -964,9 +1003,43 @@
* [Deep ML](https://www.deep-ml.com/) - Solve Machine Learning Problems * [Deep ML](https://www.deep-ml.com/) - Solve Machine Learning Problems
* [AI-For-Beginners](https://github.com/microsoft/AI-For-Beginners), [Beginner Guides](https://microsoft.github.io/generative-ai-for-beginners/) or [HF Learn](https://huggingface.co/learn) - Machine Learning Guides * [AI-For-Beginners](https://github.com/microsoft/AI-For-Beginners), [Beginner Guides](https://microsoft.github.io/generative-ai-for-beginners/) or [HF Learn](https://huggingface.co/learn) - Machine Learning Guides
* [ML Course Notes](https://github.com/dair-ai/ML-Course-Notes) - Machine Learning Course Notes * [ML Course Notes](https://github.com/dair-ai/ML-Course-Notes) - Machine Learning Course Notes
* [100-Days-Of-ML-Code](https://github.com/Avik-Jain/100-Days-Of-ML-Code) or [Practical Deep Learning](https://course.fast.ai/) - Machine Learning Coding Lessons * [100-Days-Of-ML-Code](https://github.com/Avik-Jain/100-Days-Of-ML-Code), [DeepLearningWizard](https://www.deeplearningwizard.com/), [DeepCourse](https://arthurdouillard.com/deepcourse/), [UFLDL](http://ufldl.stanford.edu/tutorial/), [IAILab](https://iailab.kaist.ac.kr/teaching/deep-learning), [Handson ML3](https://github.com/ageron/handson-ml3), [DeepLearning.ai](https://www.deeplearning.ai/) or [Practical Deep Learning](https://course.fast.ai/) - Machine / Deep Learning Courses
* [minitorch](https://github.com/minitorch/minitorch) - Machine Learning Engineering Course Code * [minitorch](https://github.com/minitorch/minitorch) - Machine Learning Engineering Course Code
* [ML YouTube Courses](https://github.com/dair-ai/ML-YouTube-Courses) - Machine Learning Courses on YouTube * [ML YouTube Courses](https://github.com/dair-ai/ML-YouTube-Courses) or [Deep Learning Drizzle](https://deep-learning-drizzle.github.io/) - Machine Learning Courses on YouTube
***
## ▷ Programming Languages
* [30 Days Of Python](https://github.com/Asabeneh/30-Days-Of-Python) or [Hitchhiker's Guide to Python](https://docs.python-guide.org/) - Python Guides
* [Python AI](https://community.uuki.live/course/tdb3Vsl1/python-course/aitutor) - AI Python Tutor
* [CodingBat](https://codingbat.com/python) or [PyQuickie](https://chromewebstore.google.com/detail/pyquickie/okpdnfgpbpifbncoleieajiblmebbkci) - Python Practice
* [Python4Everyone](https://py4e.com/), [A Byte of Python](https://python.swaroopch.com/), [Hypermodern Python](https://cjolowicz.github.io/posts/hypermodern-python-01-setup/), [DataCamp](https://www.datacamp.com/), [Learn Python](https://www.learnpython.org/), [Learn-Python](https://github.com/trekhleb/learn-python) or [Magical Universe](https://github.com/zotroneneis/magical_universe) - Learn Python
* [AmigosCode](https://www.youtube.com/@amigoscode) - Python Tutorials
* [High Performance Python: The Code](https://github.com/mynameisfiber/high_performance_python) - Python Lessons
* [Real Python](https://realpython.com/), [Reeborg](https://reeborg.ca/docs/en/) or [AskPython](https://www.askpython.com/) - Python Tutorials
* [FutureCoder](https://futurecoder.io/), [CS50](https://cs50.harvard.edu/python/), [python-mastery](https://github.com/dabeaz-course/python-mastery), [Python Full Course](https://youtu.be/XKHEtdqhLK8) or [A Practical Introduction to Python](https://www.brianheinold.net/python/python_book.html) - Python Courses
* [Modern Python 3 Bootcamp Courses](https://rentry.co/FMHYBase64#modern-python-3-bootcamp-courses)
* [Tea Press](https://greenteapress.com/wp) - Python Learning Book
* [python3-in-one-pic](https://github.com/coodict/python3-in-one-pic) - Python Learning Picture
* [Learn C](https://www.learn-c.org/) - C Tutorial
* [C++ Core Guidelines](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines) - C++ Best Practices Guidelines / [GitHub](https://github.com/isocpp/CppCoreGuidelines)
* [Modern C++ Programming](https://github.com/federico-busato/Modern-CPP-Programming) - Modern C++ Course
* [Learn C++](https://www.learncpp.com/) - Learn C++
* [CppDeveloperRoadmap](https://salmer.github.io/CppDeveloperRoadmap/) - Learn C++
* [StudyPlan](https://www.studyplan.dev/) - Learn C++
* [HowIStart C++](https://howistart.org/posts/cpp/1/) - C++ Setup Guide
* [modern-cpp-tricks](https://github.com/rachitiitr/modern-cpp-tricks) - C++ Tips
* [Makefile Tutorial](https://makefiletutorial.com/) - Makefile Tutorial
* [AmigosCode](https://www.youtube.com/@amigoscode) - Java / Kotlin Tutorials
* [learncs.online](https://www.learncs.online/) - Learn Java / Kotlin
* [CodingBat](https://codingbat.com/java) - Java Practice
* [Java Design Patterns](https://java-design-patterns.com/) - Java Guide
* [Learn Next.js](https://nextjs.org/learn) - Next.js Learning Resources
* [LearnGo](https://github.com/inancgumus/learngo), [Tour Go](https://tour.go.dev/) or [play-with-go](https://play-with-go.dev/) - Learn Go Programming
* [Rust Learning](https://github.com/ctjhoa/rust-learning) - Rust Learning Resources
* [Poignant](https://poignant.guide/) or [Try Ruby](https://try.ruby-lang.org/) - Learn Ruby
* [Learn Perl](https://www.learn-perl.org/) - Learn Perl
*** ***
@ -975,23 +1048,26 @@
* 🌐 **[MDN](https://developer.mozilla.org/)** or [Web Dev Resources](https://joshjoshuap-webdevresources.vercel.app/) - Web Dev Learning Resources * 🌐 **[MDN](https://developer.mozilla.org/)** or [Web Dev Resources](https://joshjoshuap-webdevresources.vercel.app/) - Web Dev Learning Resources
* ⭐ **[Odin Project](https://www.freecodecamp.org/learn/the-odin-project/)**, [2](https://www.theodinproject.com/) - Programming / Courses / Interactive / [Discord](https://discord.com/invite/fbFCkYabZB) * ⭐ **[Odin Project](https://www.freecodecamp.org/learn/the-odin-project/)**, [2](https://www.theodinproject.com/) - Programming / Courses / Interactive / [Discord](https://discord.com/invite/fbFCkYabZB)
* ⭐ **[FullStackOpen](https://fullstackopen.com/en/)** - Full Stack Course * ⭐ **[FullStackOpen](https://fullstackopen.com/en/)** - Full Stack Course
* ⭐ **[LandChad](https://landchad.net/)** or [learn.sadgrl.online](https://learn.sadgrl.online/) - Site Development Guides * ⭐ **[LandChad](https://landchad.net/)**, [32bit](https://32bit.cafe/) or [learn.sadgrl.online](https://learn.sadgrl.online/) - Site Development Guides
* ⭐ **[Learn to Code HTML & CSS](https://learn.shayhowe.com/)** - HTML/CSS Course * ⭐ **[Learn to Code HTML & CSS](https://learn.shayhowe.com/)** - HTML/CSS Course
* ⭐ **[PHP: The Right Way](https://phptherightway.com/)**, [Learn PHP](https://odan.github.io/learn-php/) or [PHP Tutorial](https://www.phptutorial.net/) - Learn PHP * ⭐ **[PHP: The Right Way](https://phptherightway.com/)**, [Learn PHP](https://odan.github.io/learn-php/) or [PHP Tutorial](https://www.phptutorial.net/) - Learn PHP
* ⭐ **[JavaScript.info](https://javascript.info/)**, [Patterns.dev](https://www.patterns.dev/) or [30 Days Of JavaScript](https://github.com/Asabeneh/30-Days-Of-JavaScript) - JavaScript Learning Sites * ⭐ **[JavaScript.info](https://javascript.info/)**, [Patterns.dev](https://www.patterns.dev/) or [30 Days Of JavaScript](https://github.com/Asabeneh/30-Days-Of-JavaScript) - JavaScript Learning Sites
* [Web Dev for Beginners](https://microsoft.github.io/Web-Dev-For-Beginners/) - Web Dev Course * [Web Dev for Beginners](https://microsoft.github.io/Web-Dev-For-Beginners/) - Web Dev Course
* [Aquent Gymnasium](https://thegymnasium.com/) or [TheValleyOfCode](https://thevalleyofcode.com/) - Web Dev Tutorials * [Awesome Network Analysis](https://github.com/briatte/awesome-network-analysis) - Network Analysis Learning
* [Aquent Gymnasium](https://thegymnasium.com/) - Web Dev Tutorials
* [Dash](https://dash.generalassemb.ly/) - Web Dev Courses * [Dash](https://dash.generalassemb.ly/) - Web Dev Courses
* [Web Skills](https://andreasbm.github.io/web-skills/), [Codeguage](https://www.codeguage.com/) / [Discord](https://discord.gg/V8jcS8d2H5), [web.dev](https://web.dev/learn) or [Encodedna](https://www.encodedna.com/) - Web Dev Guides * [Web Skills](https://andreasbm.github.io/web-skills/), [Codeguage](https://www.codeguage.com/) / [Discord](https://discord.gg/V8jcS8d2H5), [web.dev](https://web.dev/learn) or [Encodedna](https://www.encodedna.com/) - Web Dev Guides
* [Codevolution](https://www.youtube.com/@Codevolution) - Web Dev Video Lessons * [Codevolution](https://www.youtube.com/@Codevolution) - Web Dev Video Lessons
* [Local-First Web](https://localfirstweb.dev/) - Local-First Web Development Guide * [Local-First Web](https://localfirstweb.dev/) - Local-First Web Development Guide
* [DOM Events](https://domevents.dev/) - Learn about DOM Events * [DOM Events](https://domevents.dev/) - Learn about DOM Events
* [backendlore](https://github.com/fpereiro/backendlore) - Backend Coding Guide * [backendlore](https://github.com/fpereiro/backendlore) or [Design Pattern for Humans](https://github.com/kamranahmedse/design-patterns-for-humans) - Backend Coding Guides
* [backend-challenges](https://github.com/CollabCodeTech/backend-challenges) - Backend Challenges for Practice * [backend-challenges](https://github.com/CollabCodeTech/backend-challenges) - Backend Challenges for Practice
* [Backend Cheats](https://github.com/cheatsnake/backend-cheats) - Backend Cheatsheet / Guide
* [Full Stack Solana Development Guide](https://dev.to/edge-and-node/the-complete-guide-to-full-stack-solana-development-with-react-anchor-rust-and-phantom-3291) - [Examples](https://github.com/dabit3/complete-guide-to-full-stack-solana-development) * [Full Stack Solana Development Guide](https://dev.to/edge-and-node/the-complete-guide-to-full-stack-solana-development-with-react-anchor-rust-and-phantom-3291) - [Examples](https://github.com/dabit3/complete-guide-to-full-stack-solana-development)
* [STPG](https://stpg-tk.netlify.app/guides/) - Startpage Creation Guides / [Discord](https://discord.com/invite/ExAGgVR) * [STPG](https://stpg-tk.netlify.app/guides/) - Startpage Creation Guides / [Discord](https://discord.com/invite/ExAGgVR)
* [Web Design in 4 Minutes](https://jgthms.com/web-design-in-4-minutes/) or [Strml](https://www.strml.net/) - Interactive Web Design Tutorial * [Web Design in 4 Minutes](https://jgthms.com/web-design-in-4-minutes/) or [Strml](https://www.strml.net/) - Interactive Web Design Tutorial
* [WebGL and GLSL Workshop](https://mattdesl.github.io/workshop-webgl-glsl/) - Interactive WebGL / GLSL Tutorial * [WebGL and GLSL Workshop](https://mattdesl.github.io/workshop-webgl-glsl/) - Interactive WebGL / GLSL Tutorial
* [HEAD](https://htmlhead.dev/) - HTML head Element Guide
* [css-animation](https://css-animations.io/) - CSS Animation Tutorial * [css-animation](https://css-animations.io/) - CSS Animation Tutorial
* [100DayCSS](https://100dayscss.com/), [CSS Challenges](https://css-challenges.com/) or [PlayCSS](https://playcss.app/) - CSS Challenges * [100DayCSS](https://100dayscss.com/), [CSS Challenges](https://css-challenges.com/) or [PlayCSS](https://playcss.app/) - CSS Challenges
* [Codepip](https://codepip.com/games/), [Grid Garden](https://cssgridgarden.com/), [CSS Battle](https://cssbattle.dev/), [CSS Speedrun](https://css-speedrun.netlify.app/), [CodingFantasy](https://codingfantasy.com/) or [CSS Diner](https://flukeout.github.io/) - CSS Learning Games * [Codepip](https://codepip.com/games/), [Grid Garden](https://cssgridgarden.com/), [CSS Battle](https://cssbattle.dev/), [CSS Speedrun](https://css-speedrun.netlify.app/), [CodingFantasy](https://codingfantasy.com/) or [CSS Diner](https://flukeout.github.io/) - CSS Learning Games
@ -999,13 +1075,13 @@
* [Flexbox Froggy](https://flexboxfroggy.com/), [Flexbox Zombies](https://mastery.games/flexboxzombies), [FlexboxDefense](http://www.flexboxdefense.com/) or [KnightsoftheFlexboxTable](https://knightsoftheflexboxtable.com/) - CSS Flexbox Learning Games * [Flexbox Froggy](https://flexboxfroggy.com/), [Flexbox Zombies](https://mastery.games/flexboxzombies), [FlexboxDefense](http://www.flexboxdefense.com/) or [KnightsoftheFlexboxTable](https://knightsoftheflexboxtable.com/) - CSS Flexbox Learning Games
* [DefensiveCSS](https://defensivecss.dev/) - CSS Tips * [DefensiveCSS](https://defensivecss.dev/) - CSS Tips
* [LearnCSSGrid](https://learncssgrid.com/) or [GridByExample](https://gridbyexample.com/) - CSS Grid Guides * [LearnCSSGrid](https://learncssgrid.com/) or [GridByExample](https://gridbyexample.com/) - CSS Grid Guides
* [ReactStudyKit](https://reactstudykit.com/) - React Study Tools / Flashcards
* [Leaflet](https://leafletjs.com/) - JavaScript Library for Interactive Maps * [Leaflet](https://leafletjs.com/) - JavaScript Library for Interactive Maps
* [You Don't Know JS](https://github.com/getify/You-Dont-Know-JS) or [EloquentJavaScript](https://eloquentjavascript.net/) - JavaScript Learning Books * [You Don't Know JS](https://github.com/getify/You-Dont-Know-JS) or [EloquentJavaScript](https://eloquentjavascript.net/) - JavaScript Learning Books
* [JavaScript Questions](https://github.com/lydiahallie/javascript-questions) or [JavaScriptQuiz](https://javascriptquiz.com/) - JavaScript Questions for Practice * [JavaScript Questions](https://github.com/lydiahallie/javascript-questions) or [JavaScriptQuiz](https://javascriptquiz.com/) - JavaScript Questions for Practice
* [33 JS Concepts](https://github.com/leonardomso/33-js-concepts) - Useful JavaScript Concepts * [33 JS Concepts](https://github.com/leonardomso/33-js-concepts) - Useful JavaScript Concepts
* [You-Dont-Need-jQuery](https://github.com/camsong/You-Dont-Need-jQuery) - JavaScript Query Style Events Guide * [You-Dont-Need-jQuery](https://github.com/camsong/You-Dont-Need-jQuery) - JavaScript Query Style Events Guide
* [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript) - JavaScript Style Guide * [Untrusted](https://untrustedgame.com/) - JavaScript Learning Game
* [Untrusted](https://alexnisnevich.github.io/untrusted/) - JavaScript Learning Game
* [HTML DOM](https://phuoc.ng/collection/html-dom/) - Learn DOM Manipulation * [HTML DOM](https://phuoc.ng/collection/html-dom/) - Learn DOM Manipulation
* [HTMLDog](https://htmldog.com/) - HTML/CSS and JavaScript Tutorials * [HTMLDog](https://htmldog.com/) - HTML/CSS and JavaScript Tutorials
@ -1036,9 +1112,12 @@
* [From Nand To Tetris](https://www.nand2tetris.org/course) - Computer Building Lesson * [From Nand To Tetris](https://www.nand2tetris.org/course) - Computer Building Lesson
* [Copetti](https://www.copetti.org/) - In-depth Console Architecture Analysis / [GitHub](https://github.com/flipacholas/Architecture-of-consoles) * [Copetti](https://www.copetti.org/) - In-depth Console Architecture Analysis / [GitHub](https://github.com/flipacholas/Architecture-of-consoles)
* [Web Browser Engineering](https://browser.engineering/) - Learn about Browser Engineering * [Web Browser Engineering](https://browser.engineering/) - Learn about Browser Engineering
* [OSDev Wiki](https://wiki.osdev.org/) - Operating System Dev Wiki
* [OSTEP](https://pages.cs.wisc.edu/~remzi/OSTEP/) - Operating Systems Book
* [Wi is Fi](https://www.wiisfi.com/) - Wi-Fi Educational Guide * [Wi is Fi](https://www.wiisfi.com/) - Wi-Fi Educational Guide
* [CPU Land](https://cpu.land/) - What Happens when you run Programs * [CPU Land](https://cpu.land/) - What Happens when you run Programs
* [Computer Science Lecture Links](https://github.com/riti2409/Resources-for-preparation-Of-Placements) * [Computer Science Lecture Links](https://github.com/riti2409/Resources-for-preparation-Of-Placements)
* [Eylenburg](https://eylenburg.github.io/) - Hardware / Software Comparisons + History
*** ***
@ -1046,9 +1125,11 @@
* 🌐 **[Awesome DataScience](https://github.com/academic/awesome-datascience)** - Data Science Resources * 🌐 **[Awesome DataScience](https://github.com/academic/awesome-datascience)** - Data Science Resources
* 🌐 **[Data Engineer Handbook](https://github.com/DataExpert-io/data-engineer-handbook)** - Data Engineer Resources * 🌐 **[Data Engineer Handbook](https://github.com/DataExpert-io/data-engineer-handbook)** - Data Engineer Resources
* ↪️ **[Machine Learning Resources](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/dev-tools/#wiki_.25B7_machine_learning)**
* ⭐ **[Open Source Society University (OSSU](https://github.com/ossu/data-science)** - Data Science Roadmap * ⭐ **[Open Source Society University (OSSU](https://github.com/ossu/data-science)** - Data Science Roadmap
* [Mage](https://www.mage.ai/) - Data Science Pipelines * [Mage](https://www.mage.ai/) - Data Science Pipelines
* [Data Science Resources](https://rentry.co/FMHYBase64#data-science-resources) - Data Science Learning Resources * [Data Science Resources](https://rentry.co/FMHYBase64#data-science-resources) - Data Science Learning Resources
* [Visualization.info](https://visualization.info/) - Learn About Data Visualization
* [365Datascience](https://365datascience.com/) - Data Science Courses * [365Datascience](https://365datascience.com/) - Data Science Courses
* [Advanced R](https://adv-r.hadley.nz/) - R Guide / [Solutions](https://advanced-r-solutions.rbind.io/) * [Advanced R](https://adv-r.hadley.nz/) - R Guide / [Solutions](https://advanced-r-solutions.rbind.io/)
* [R Packages](https://r-pkgs.org/) - R Packages Guide * [R Packages](https://r-pkgs.org/) - R Packages Guide
@ -1058,6 +1139,7 @@
* [Data Engineering Zoomcamp](https://github.com/DataTalksClub/data-engineering-zoomcamp) - Data Engineering Course * [Data Engineering Zoomcamp](https://github.com/DataTalksClub/data-engineering-zoomcamp) - Data Engineering Course
* [Data Engineering Practice Problems](https://github.com/danielbeach/data-engineering-practice) - Data Engineering Practice * [Data Engineering Practice Problems](https://github.com/danielbeach/data-engineering-practice) - Data Engineering Practice
* [Learn to Make Netflix Clone](https://github.com/kubowania/netflix-clone-graphql-datastax) * [Learn to Make Netflix Clone](https://github.com/kubowania/netflix-clone-graphql-datastax)
* [Zasper](https://github.com/zasper-io/zasper) - Data Science IDE
*** ***
@ -1070,12 +1152,15 @@
* [Codility](https://app.codility.com/programmers/) - Coding Practice * [Codility](https://app.codility.com/programmers/) - Coding Practice
* [ProjectLearn](https://projectlearn.io/) - Coding Practice * [ProjectLearn](https://projectlearn.io/) - Coding Practice
* [LintCode](https://www.lintcode.com/) or [CodeWars](https://www.codewars.com/) - Coding Practice * [LintCode](https://www.lintcode.com/) or [CodeWars](https://www.codewars.com/) - Coding Practice
* [CyberType](https://cybertype.app/) - Increase Coding Speed
* [Coding Questions](https://platform.stratascratch.com/coding) or [Skilled.dev](https://skilled.dev/) - Coding Interview Questions * [Coding Questions](https://platform.stratascratch.com/coding) or [Skilled.dev](https://skilled.dev/) - Coding Interview Questions
* [DevPost](https://devpost.com/), [HackTheEarth](https://www.hackerearth.com/challenges/), [EMKC](https://emkc.org/challenges), [AtCoder](https://atcoder.jp/) or [Toph.co](https://toph.co/) - Hackathon / Challenge Communities * [DevPost](https://devpost.com/), [HackTheEarth](https://www.hackerearth.com/challenges/), [EMKC](https://emkc.org/challenges), [AtCoder](https://atcoder.jp/) or [Toph.co](https://toph.co/) - Hackathon / Challenge Communities
* [Rosetta Code](https://rosettacode.org/wiki/Rosetta_Code), [Kattis](https://open.kattis.com/) or [Coding Problems](https://github.com/MTrajK/coding-problems) - Coding Problems / Solutions * [Rosetta Code](https://rosettacode.org/wiki/Rosetta_Code), [CodeAbbey](https://www.codeabbey.com/), [Kattis](https://open.kattis.com/) or [Coding Problems](https://github.com/MTrajK/coding-problems) - Coding Problems / Solutions
* [Exercism](https://exercism.org/), [HackerRank](https://www.hackerrank.com/) or [CS Circles](https://cscircles.cemc.uwaterloo.ca/) - Programming Lessons * [Exercism](https://exercism.org/), [HackerRank](https://www.hackerrank.com/) or [CS Circles](https://cscircles.cemc.uwaterloo.ca/) - Programming Lessons
* [Hello Algo](https://www.hello-algo.com/en/) - Data Structures and Algorithms Course
* [Algorithms-Cheatsheet-Resources](https://github.com/starkblaze01/Algorithms-Cheatsheet-Resources) - Code Algorithm Cheat Sheets * [Algorithms-Cheatsheet-Resources](https://github.com/starkblaze01/Algorithms-Cheatsheet-Resources) - Code Algorithm Cheat Sheets
* [algorithms](https://prashantbarahi.com.np/docs/algorithms/intro) - Code Algorithms & Data Structures Tutorials * [algorithms](https://prashantbarahi.com.np/docs/algorithms/intro) - Code Algorithms & Data Structures Tutorials
* [JavaScript Algorithms](https://github.com/trekhleb/javascript-algorithms) - Algorithms and Data Structures in JavaScript
* [VisuAlgo](https://visualgo.net/) - Data Structures & Algorithm Animations * [VisuAlgo](https://visualgo.net/) - Data Structures & Algorithm Animations
* [Algorithm Visualizer](https://algorithm-visualizer.org/) or [Sorting Algorithms Visuallizer](https://sadanandpai.github.io/algo-visualizers/#/sorting-visualizer/bubble) / [GitHub](https://github.com/sadanandpai/sorting-visualizer) - Visualize Code Algorithms * [Algorithm Visualizer](https://algorithm-visualizer.org/) or [Sorting Algorithms Visuallizer](https://sadanandpai.github.io/algo-visualizers/#/sorting-visualizer/bubble) / [GitHub](https://github.com/sadanandpai/sorting-visualizer) - Visualize Code Algorithms
* [The Algorithms](https://the-algorithms.com/) - Algorithms Index * [The Algorithms](https://the-algorithms.com/) - Algorithms Index
@ -1101,14 +1186,13 @@
* [FrontEndMentor](https://www.frontendmentor.io/), [Phuoc](https://phuoc.ng/) or [Frontend Challenges](https://github.com/felipefialho/frontend-challenges) - Frontend Design Challenges * [FrontEndMentor](https://www.frontendmentor.io/), [Phuoc](https://phuoc.ng/) or [Frontend Challenges](https://github.com/felipefialho/frontend-challenges) - Frontend Design Challenges
* [Frontend Learning Kit](https://github.com/sadanandpai/frontend-learning-kit) - Frontend Learning Index * [Frontend Learning Kit](https://github.com/sadanandpai/frontend-learning-kit) - Frontend Learning Index
* [Frontend Bootcamp](https://microsoft.github.io/frontend-bootcamp/) - Frontend Workshop * [Frontend Bootcamp](https://microsoft.github.io/frontend-bootcamp/) - Frontend Workshop
* [Design Pattern for Humans](https://github.com/kamranahmedse/design-patterns-for-humans) - Guide on Design Patterns
*** ***
## ▷ Cybersecurity ## ▷ Cybersecurity
* 🌐 **[Free Cyber Resources](https://github.com/gerryguy311/Free_CyberSecurity_Professional_Development_Resources)**, [BlueTeam Tools](https://github.com/A-poc/BlueTeam-Tools) or [Applied Cybersecurity](https://www.nist.gov/itl/applied-cybersecurity/nice/resources/online-learning-content) - Cybersecurity Learning Resources * 🌐 **[Free Cyber Resources](https://github.com/gerryguy311/Free_CyberSecurity_Professional_Development_Resources)**, [BlueTeam Tools](https://github.com/A-poc/BlueTeam-Tools) or [Applied Cybersecurity](https://www.nist.gov/itl/applied-cybersecurity/nice/resources/online-learning-content) - Cybersecurity Learning Resources
* 🌐 **[CTF Sites](https://ctfsites.github.io/)**, [echoCTF.RED](https://echoctf.red/), [picoCTF](https://picoctf.org/), [CTF Beginners Guide](https://jaimelightfoot.com/blog/so-you-want-to-ctf-a-beginners-guide/) or [CTFLearn](https://ctflearn.com/) - CTF Challenges / Resources * 🌐 **[CTF Sites](https://ctfsites.github.io/)**, [echoCTF.RED](https://echoctf.red/), [CTF101](https://ctf101.org/), [picoCTF](https://picoctf.org/), [CTF Beginners Guide](https://jaimelightfoot.com/blog/so-you-want-to-ctf-a-beginners-guide/) or [CTFLearn](https://ctflearn.com/) - CTF Resources / Guides
* ⭐ **[crackmes.one](https://crackmes.one/)** / [Discord](https://discord.com/invite/2pPV3yq), [Hackers101](https://www.hacker101.com/), [SmashTheStack](https://smashthestack.org/), [WebHacking](https://webhacking.kr/) or [DefendTheWeb](https://defendtheweb.net/) - Cybersecurity Challenges * ⭐ **[crackmes.one](https://crackmes.one/)** / [Discord](https://discord.com/invite/2pPV3yq), [Hackers101](https://www.hacker101.com/), [SmashTheStack](https://smashthestack.org/), [WebHacking](https://webhacking.kr/) or [DefendTheWeb](https://defendtheweb.net/) - Cybersecurity Challenges
* ⭐ **[HackTricks](https://book.hacktricks.xyz/)** - Practical Penetration Testing & Security Auditing Tips * ⭐ **[HackTricks](https://book.hacktricks.xyz/)** - Practical Penetration Testing & Security Auditing Tips
* ⭐ **[OWASP Cheatsheet](https://cheatsheetseries.owasp.org/)** - Application Security Guide * ⭐ **[OWASP Cheatsheet](https://cheatsheetseries.owasp.org/)** - Application Security Guide
@ -1119,25 +1203,25 @@
* [OverTheWire](https://overthewire.org/wargames/) - Cybersecurity Learning Game * [OverTheWire](https://overthewire.org/wargames/) - Cybersecurity Learning Game
* [Hacksplaining](https://www.hacksplaining.com/) - Developer Security Lessons * [Hacksplaining](https://www.hacksplaining.com/) - Developer Security Lessons
* [MicroCorruption](https://microcorruption.com/) - Learn Reverse Engineering / Cybersecurity * [MicroCorruption](https://microcorruption.com/) - Learn Reverse Engineering / Cybersecurity
* [x86re](https://x86re.com/) - Reverse Engineering Guide * [x86re](https://x86re.com/) or [Reverse-Engineering](https://github.com/mytechnotalent/Reverse-Engineering) - Reverse Engineering Guides
* [John Hammond](https://www.youtube.com/@_JohnHammond) or [LowLevelLearning](https://www.youtube.com/@LowLevel-tv/) - Cybersecurity YouTube Tutorials * [CrackMyApp](https://crackmy.app/) - Reverse Engineering Challenges
* [John Hammond](https://www.youtube.com/@_JohnHammond) - Cybersecurity YouTube Tutorials / [Discord](https://j-h.io/discord)
* [Pentesting Bible](https://github.com/blaCCkHatHacEEkr/PENTESTING-BIBLE) or [Juice Shop](https://owasp.org/www-project-juice-shop/) - Learn Pentesting * [Pentesting Bible](https://github.com/blaCCkHatHacEEkr/PENTESTING-BIBLE) or [Juice Shop](https://owasp.org/www-project-juice-shop/) - Learn Pentesting
* [How DNS Works](https://howdns.works/) - Learn DNS * [How DNS Works](https://howdns.works/) - Learn DNS
* [How DNSSEC Works](https://howdnssec.works/) - Learn DNSSEC * [How DNSSEC Works](https://howdnssec.works/) - Learn DNSSEC
* [sha256_project](https://github.com/oconnor663/sha256_project) or [cryptohack](https://cryptohack.org/) - Cryptography Learning * [sha256_project](https://github.com/oconnor663/sha256_project), [CryptoPals](https://cryptopals.com/) or [cryptohack](https://cryptohack.org/) - Cryptography Learning
* [How HTTPS Works](https://howhttps.works/) - Learn HTTPS * [How HTTPS Works](https://howhttps.works/) - Learn HTTPS
* [The SHA-256 Project](https://github.com/oconnor663/sha256_project) - Learn to Develop SHA-256
*** ***
## ▷ Game Development ## ▷ Game Development
* ⭐ **[Learn Gamedev](https://github.com/notpresident35/awesome-learn-gamedev)** - Resources * 🌐 **[Awesome-Gamedev](https://github.com/FronkonGames/Awesome-Gamedev)**, [Learn Gamedev](https://github.com/notpresident35/awesome-learn-gamedev), [MagicTools](https://github.com/ellisonleao/magictools), [Newgrounds Wiki: Game Dev Resources](https://www.newgrounds.com/wiki/creator-resources/game-dev-resources) or [The VG Resource](https://www.vg-resource.com/) - Learning Resources
* ⭐ **[MagicTools](https://github.com/ellisonleao/magictools)** - Resources
* ⭐ **[develop.games](https://www.develop.games/)** - Game Dev Guides * ⭐ **[develop.games](https://www.develop.games/)** - Game Dev Guides
* ⭐ **[Brackeys](https://www.youtube.com/channel/UCYbK_tjZ2OrIZFBvU6CCMiA)** - Game Dev Tutorials * ⭐ **[Brackeys](https://www.youtube.com/channel/UCYbK_tjZ2OrIZFBvU6CCMiA)** - Game Dev Tutorials
* ⭐ **[r/gamedev](https://www.reddit.com/r/gamedev/)** - Reddit Community * ⭐ **[r/gamedev](https://www.reddit.com/r/gamedev/)** - Reddit Community
* [Newgrounds Wiki: Game Dev Resources](https://www.newgrounds.com/wiki/creator-resources/game-dev-resources) - Resources * [Amits Game Programming](http://www-cs-students.stanford.edu/~amitp/gameprog.html) - Game Programming Guide
* [The VG Resource](https://www.vg-resource.com/) - Resources
* [PICO-8](https://mboffin.itch.io/pico8-educational-toolset) - Basic Game Dev Concepts / [Web Version](https://www.pico-8-edu.com/) * [PICO-8](https://mboffin.itch.io/pico8-educational-toolset) - Basic Game Dev Concepts / [Web Version](https://www.pico-8-edu.com/)
* [From Zero To Hero](https://therealpenaz91.itch.io/2dgd-f0th) - 2D Game Dev Book * [From Zero To Hero](https://therealpenaz91.itch.io/2dgd-f0th) - 2D Game Dev Book
* [Web Game Dev](https://www.webgamedev.com/) - Game Dev Guides / [Discord](https://discord.com/invite/5Z28wjTeyh) * [Web Game Dev](https://www.webgamedev.com/) - Game Dev Guides / [Discord](https://discord.com/invite/5Z28wjTeyh)
@ -1146,6 +1230,7 @@
* [Game Math](https://gamemath.com/book/intro.html) - Mathematics Lessons for Game Devs * [Game Math](https://gamemath.com/book/intro.html) - Mathematics Lessons for Game Devs
* [Graphics Workshop](https://github.com/ekzhang/graphics-workshop) - Learn Computer Graphics * [Graphics Workshop](https://github.com/ekzhang/graphics-workshop) - Learn Computer Graphics
* [QB64SourceCode](https://www.qb64tutorial.com/) - QB64 Game Programming Tutorials * [QB64SourceCode](https://www.qb64tutorial.com/) - QB64 Game Programming Tutorials
* [8bitWorkshop](https://8bitworkshop.com/) - Retro Game Programming Tutorials
*** ***
@ -1157,7 +1242,8 @@
* ↪️ **[Data Visualization](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_data_visualization_tools)** * ↪️ **[Data Visualization](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_data_visualization_tools)**
* ↪️ **[Grammar / Spell Check](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_grammar_check)** * ↪️ **[Grammar / Spell Check](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_grammar_check)**
* ↪️ **[Text Rephrasing](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_text_rephrasing)** * ↪️ **[Text Rephrasing](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_text_rephrasing)**
* ⭐ **[OpenBoard](https://openboard.ch/)**, [Witeboard](https://witeboard.com/), [NotebookCast](https://www.notebookcast.com/), [WebWhiteboard](https://webwhiteboard.com/), [Microsoft Whiteboard](https://apps.microsoft.com/detail/9MSPC6MP8FM4), [WBO](https://wbo.ophir.dev/), [OurBoard](https://www.ourboard.io/), [Whiteboard.fi](https://whiteboard.fi/) or [Whiteboard Fox](https://r3.whiteboardfox.com/) - Whiteboards * ⭐ **[OpenBoard](https://openboard.ch/)**, [Witeboard](https://witeboard.com/), [NotebookCast](https://www.notebookcast.com/), [WebWhiteboard](https://webwhiteboard.com/), [Microsoft Whiteboard](https://apps.microsoft.com/detail/9MSPC6MP8FM4), [WBO](https://wbo.ophir.dev/), [OurBoard](https://www.ourboard.io/), [Whiteboard.fi](https://whiteboard.fi/), [PixelPaper](https://pixelpaper.io/) or [Whiteboard Fox](https://r3.whiteboardfox.com/) - Whiteboards
* [FreeForStudent](https://freeforstudents.org/) - Free for Student Deals
* [ImageJ](https://imagej.net/) or [Fiji](https://fiji.sc/) - Scientific Image Analyzers * [ImageJ](https://imagej.net/) or [Fiji](https://fiji.sc/) - Scientific Image Analyzers
* [Altium](https://www.altium.com/viewer/) - Schematics Visualizer * [Altium](https://www.altium.com/viewer/) - Schematics Visualizer
* [Wolfram Cloud](https://www.wolframcloud.com/) - Computational Intelligence * [Wolfram Cloud](https://www.wolframcloud.com/) - Computational Intelligence
@ -1171,45 +1257,51 @@
* [RateMyProfessor](https://www.ratemyprofessors.com/) - Professor Ratings * [RateMyProfessor](https://www.ratemyprofessors.com/) - Professor Ratings
* [Wordwall](https://wordwall.net/) - Lesson Creator * [Wordwall](https://wordwall.net/) - Lesson Creator
* [The Chomsky Index](https://github.com/jasons-gh/the-chomsky-index) - Noam Chomsky Content Index Tool * [The Chomsky Index](https://github.com/jasons-gh/the-chomsky-index) - Noam Chomsky Content Index Tool
* [Internet-In-A-Box](https://internet-in-a-box.org/) - Create Free Offline Learning Hotspots / [GitHub](https://github.com/iiab/iiab)
*** ***
## ▷ Study / Research ## ▷ Study / Research
* 🌐 **[Awesome Research](https://github.com/emptymalei/awesome-research)**, [Scolary](https://scolary.com/), [KausalFlow](https://tools.kausalflow.com/), [Foam](https://foambubble.github.io/), [Zotero](https://www.zotero.org/), [ResearchRabbit](https://www.researchrabbit.ai/) or [Scrible](https://www.scrible.com/) - Research Tools * 🌐 **[Awesome Research](https://github.com/emptymalei/awesome-research)**, [Scolary](https://scolary.com/), [KausalFlow](https://tools.kausalflow.com/), [Foam](https://foambubble.github.io/), [Zotero](https://www.zotero.org/), [ResearchRabbit](https://www.researchrabbit.ai/) or [Scrible](https://www.scrible.com/) - Research Tools
* ↪️ **[Note-Taking](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25BA_text_editors_.2F_notes)** / **[Text Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools)** * ↪️ **[Note-Taking Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_note-taking)**
* ↪️ **[Documents / Articles](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/reading#wiki_.25B7_documents_.2F_articles)** * ↪️ **[Documents / Articles](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/reading#wiki_.25B7_documents_.2F_articles)**
* ⭐ **[Wolfram Alpha](https://www.wolframalpha.com/)** - Searchable Knowledge Base / [Mobile](https://rentry.co/FMHYBase64#wolfram-mobile)
* ⭐ **[StudyLion](https://lionbot.org)** - Study Tracker / Productivity Discord Bot / [GitHub](https://github.com/StudyLions/StudyLion) * ⭐ **[StudyLion](https://lionbot.org)** - Study Tracker / Productivity Discord Bot / [GitHub](https://github.com/StudyLions/StudyLion)
* ⭐ **[StudyKit](https://studykit.app/)**, [Knowt](https://knowt.com/), [Quizlet](https://quizlet.com/), [Shmoop](https://www.shmoop.com/) or [SparkNotes](https://www.sparknotes.com/) - Quizzes / Study Material / [Show Hidden](https://greasyfork.org/en/scripts/423872) * ⭐ **[StudyKit](https://studykit.app/)**, [Gizmo](https://gizmo.ai/), [Knowt](https://knowt.com/), [Quizlet](https://quizlet.com/), [Shmoop](https://www.shmoop.com/) or [SparkNotes](https://www.sparknotes.com/) - Quizzes / Study Material / [Show Hidden](https://greasyfork.org/en/scripts/423872)
* ⭐ **[Anki](https://apps.ankiweb.net/)** / [Add-ons](https://ankiweb.net/shared/addons) / [Decks](https://ankiweb.net/shared/decks) / [Awesome Anki](https://github.com/tianshanghong/awesome-anki), [StudyLib](https://www.studylib.net/), [RemNote](https://www.remnote.com/), [Flippity](https://www.flippity.net/), [Flashcard Machine](https://www.flashcardmachine.com/), [revisiondojo](https://www.revisiondojo.com/), [Flashka](https://www.flashka.ai/) or [NoteKnight](https://www.noteknight.com) - Flashcard Tools * ⭐ **[Anki](https://apps.ankiweb.net/)** / [Discord](https://discord.gg/jUvBM2sEs4) / [Subreddit](https://www.reddit.com/r/Anki/) / [GitHub](https://github.com/ankidroid/Anki-Android), [StudyLib](https://www.studylib.net/), [RemNote](https://www.remnote.com/), [Flippity](https://www.flippity.net/), [Flashcard Machine](https://www.flashcardmachine.com/), [revisiondojo](https://www.revisiondojo.com/), [Flashka](https://www.flashka.ai/) or [NoteKnight](https://www.noteknight.com) - Flashcard Tools
* ⭐ **Anki Tools** - [Add-ons](https://ankiweb.net/shared/addons) / [Decks](https://ankiweb.net/shared/decks) / [Resources](https://github.com/tianshanghong/awesome-anki)
* ⭐ **[Coursicle](https://www.coursicle.com/)** - Class Schedule Tracker / Android * ⭐ **[Coursicle](https://www.coursicle.com/)** - Class Schedule Tracker / Android
* ⭐ **[OpenSyllabus](https://opensyllabus.org/)** - Syllabus Search / Info * ⭐ **[OpenSyllabus](https://opensyllabus.org/)** - Syllabus Search / Info
* ⭐ **[TypeSet](https://typeset.io/)** - Research Paper Chatbot
* ⭐ **[Refseek](https://www.refseek.com/)**, [Explorer](https://explorer.globe.engineer/), [Occamm](https://www.occamm.com/) or [Merlot](https://www.merlot.org/merlot/index.htm) - Academic Search Engines * ⭐ **[Refseek](https://www.refseek.com/)**, [Explorer](https://explorer.globe.engineer/), [Occamm](https://www.occamm.com/) or [Merlot](https://www.merlot.org/merlot/index.htm) - Academic Search Engines
* [Co-STORM](https://storm.genie.stanford.edu/) - Generate Wiki-Style Articles for Anything
* [mybib](https://www.mybib.com/), [citemaker](https://www.citemaker.com/), [formatically](https://formatically.com/), [zbib](https://zbib.org/), [CitationMachine](https://citationmachine.net/), [CiteFast](https://www.citefast.com) or [Cite This For Me](https://www.citethisforme.com/) - Generate Citations / [Chrome](https://chromewebstore.google.com/detail/cite-this-for-me-web-cite/nnnmhgkokpalnmbeighfomegjfkklkle) * [mybib](https://www.mybib.com/), [citemaker](https://www.citemaker.com/), [formatically](https://formatically.com/), [zbib](https://zbib.org/), [CitationMachine](https://citationmachine.net/), [CiteFast](https://www.citefast.com) or [Cite This For Me](https://www.citethisforme.com/) - Generate Citations / [Chrome](https://chromewebstore.google.com/detail/cite-this-for-me-web-cite/nnnmhgkokpalnmbeighfomegjfkklkle)
* [Publish or Perish](https://harzing.com/resources/publish-or-perish) - Citation Analyzer * [Publish or Perish](https://harzing.com/resources/publish-or-perish) - Citation Analyzer
* [Inciteful](https://inciteful.xyz/) - Find Connected Literature via Citations * [Inciteful](https://inciteful.xyz/) - Find Connected Literature via Citations
* [PLText](https://pltext.com/), [PlagiarismDetector](https://plagiarismdetector.net/) or [Duplichecker](https://www.duplichecker.com/) - Plagiarism Checkers * [PLText](https://pltext.com/), [PlagiarismDetector](https://plagiarismdetector.net/) or [Duplichecker](https://www.duplichecker.com/) - Plagiarism Checkers
* [cb2bib](https://www.molspaces.com/cb2bib/) - Reference Extractors / Managers * [cb2bib](https://www.molspaces.com/cb2bib/) - Reference Extractors / Managers
* [MassiveMark](https://www.bibcit.com/en/massivemark) - Convert LLM Chats to DOCX / [Discord](https://discord.gg/fPtQAQYmqq)
* [GROBID](https://grobid.readthedocs.io) - Extract / Organize Scientific Document Info * [GROBID](https://grobid.readthedocs.io) - Extract / Organize Scientific Document Info
* [ExpertFile](https://expertfile.com/) or [ExpertiseFinder](https://expertisefinder.com/) - Industry / Academic Expert Search * [ExpertFile](https://expertfile.com/) or [ExpertiseFinder](https://expertisefinder.com/) - Industry / Academic Expert Search
* [Catma](https://catma.de/) - Research Markup & Analysis Tool * [Catma](https://catma.de/) - Research Markup & Analysis Tool
* [OpenRefine](https://openrefine.org/) - Data Cleaning * [OpenRefine](https://openrefine.org/) - Data Cleaning
* [Taguette](https://app.taguette.org/) - Data Analysis Document Tagging * [Taguette](https://app.taguette.org/) - Data Analysis Document Tagging
* [Lurnby](https://www.lurnby.com) / [GitHub](https://github.com/Roznoshchik/Lurnby) or [StringMark](https://www.stringmark.com/) - Research Highlighting Tools * [Lurnby](https://www.lurnby.com)- Research Highlighting Tool / [GitHub](https://github.com/Roznoshchik/Lurnby)
* [Deepnote](https://deepnote.com/) - Data Science Notebook * [Deepnote](https://deepnote.com/) - Data Science Notebook
* [General Index](https://archive.org/details/GeneralIndex) - Article Metadata Mining Project * [General Index](https://archive.org/details/GeneralIndex) - Article Metadata Mining Project
* [Papertag](https://www.papertag.app/) - Attach Digital Content to Paper * [Papertag](https://www.papertag.app/) - Attach Digital Content to Paper
* [Graded](https://nightdreamgames.com/graded) - Grades Tracker / Android / [GitHub](https://github.com/NightDreamGames/Graded) * [Graded](https://nightdreamgames.com/graded) - Grades Tracker / Android / [GitHub](https://github.com/NightDreamGames/Graded)
* [CalculateCGPA](https://www.calculatecgpa.com/) - Calculate GPA * [GradesCalculator](https://calculatecgpa.com) - Calculate CGPA & GPA
* [CalculateCGPA](https://cgpacalcs.com/) - Calculate GPA
* [guIHelp](https://discord.gg/rgF9jY8CpH) - Bartleby, Quizlet, Coursehero & Scribd Discord Bot * [guIHelp](https://discord.gg/rgF9jY8CpH) - Bartleby, Quizlet, Coursehero & Scribd Discord Bot
* [LearnedEasy](https://learnedeasy.com/) - Create Summaries / Quizzes from Books * [LearnedEasy](https://learnedeasy.com/) - Create Summaries / Quizzes from Books
* [SearchifyX](https://github.com/daijro/SearchifyX) - Search Flashcards * [SearchifyX](https://github.com/daijro/SearchifyX) - Search Flashcards
* [ForgetMeNot](https://github.com/tema6120/ForgetMeNot) - Flashcard Mobile App * [ForgetMeNot](https://github.com/tema6120/ForgetMeNot) - Flashcard Mobile App
* [BookFlashCard](https://www.bookflashcard.com/) - Turn Books into Flashcards
* [TheQuizing](https://www.thequizing.com/), [Get Unstuck](https://socratic.org/) or [Brainly](https://brainly.com/) / [Limit Bypass](https://greasyfork.org/en/scripts/430355) - Homework Help Bots / Communities * [TheQuizing](https://www.thequizing.com/), [Get Unstuck](https://socratic.org/) or [Brainly](https://brainly.com/) / [Limit Bypass](https://greasyfork.org/en/scripts/430355) - Homework Help Bots / Communities
* [Toppr](https://www.toppr.com/), [FreeOnlineTest](https://www.freeonlinetest.in/) or [AE Old (Discord)](https://discord.gg/VCXGudY) - Test Practice & Homework Help * [Toppr](https://www.toppr.com/), [FreeOnlineTest](https://www.freeonlinetest.in/), [Alloprof](https://www.alloprof.qc.ca/en/) or [AE Old (Discord)](https://discord.gg/VCXGudY) - Test Practice & Homework Help
* [DoubtNut](https://www.doubtnut.com/) - Exam / Solutions / Help / [Ad Bypass](https://redd.it/16da7s9) * [DoubtNut](https://www.doubtnut.com/) - Exam / Solutions / Help / [Ad Bypass](https://redd.it/16da7s9)
* [DLStudocu](https://dlstudocu.com/), [StuHack](https://github.com/isanchop/stuhack) or [DownStudocu](https://downstudocu.com/) - Studocu Downloaders * [Studocuhack](https://github.com/danieltyukov/studocuhack), [DLStuDoc](https://dlstudocu.com/) or [DownStuDoc](https://downstudocu.com/) - Studocu Downloaders
* [MammothMemory](https://mammothmemory.net/index.html) - Visual Memory-Based Solutions * [MammothMemory](https://mammothmemory.net/index.html) - Visual Memory-Based Solutions
* [StudyStream](https://www.studystream.live/) or [StudyTogether](https://www.studytogether.com/) - Online Study Groups * [StudyStream](https://www.studystream.live/) or [StudyTogether](https://www.studytogether.com/) - Online Study Groups
* [Space Finder](https://spacefinder.lib.cam.ac.uk/) - UK Study Space Search * [Space Finder](https://spacefinder.lib.cam.ac.uk/) - UK Study Space Search
@ -1234,41 +1326,39 @@
* [anthropology](https://t.me/anthropology) - UPSC Telegram Channel * [anthropology](https://t.me/anthropology) - UPSC Telegram Channel
* [GaryChamberlainLectureNotes](https://github.com/paulgp/GaryChamberlainLectureNotes) - Econometrics Lecture Notes * [GaryChamberlainLectureNotes](https://github.com/paulgp/GaryChamberlainLectureNotes) - Econometrics Lecture Notes
* [ITExams](https://www.itexams.com/) - IT Exam Collection * [ITExams](https://www.itexams.com/) - IT Exam Collection
* [ITExamAnswers.net](https://www.itexamanswers.net/) - IT Exam Answers
* [Science Career General](https://sciencecareergeneral.neocities.org/) - PhD / Stem Career Study Guides
* [HamExam](https://hamexam.org/), [AA9PW](https://www.aa9pw.com/) or [HamStudy](https://hamstudy.org/) - Ham Radio Practice Exams
* [Cheatography](https://cheatography.com/) - Educational Cheat Sheets * [Cheatography](https://cheatography.com/) - Educational Cheat Sheets
* [LitSolutions](https://www.litsolutions.org/) - Textbook Solutions * [LitSolutions](https://www.litsolutions.org/) - Textbook Solutions
* [School Cheats](https://schoolcheats.net/) - School Platform Answers * [Science Career General](https://sciencecareergeneral.neocities.org/) - PhD / STEM Career Study Guides
* [HamExam](https://hamexam.org/), [AA9PW](https://www.aa9pw.com/) or [HamStudy](https://hamstudy.org/) - Ham Radio Practice Exams
*** ***
## ▷ JEE / NEET ## ▷ JEE / NEET
* 🌐 **[JEE Masterlist](https://rentry.co/FMHYBase64#jee-masterlist)** - JEE Resources
* 🌐 **[/r/JEENEETards Index](https://www.reddit.com/r/JEENEETards/wiki/index)** - Guides / Study Material * 🌐 **[/r/JEENEETards Index](https://www.reddit.com/r/JEENEETards/wiki/index)** - Guides / Study Material
* ⭐ **[PirateHive](https://phantomcodex9.github.io/piratehive/)** - Guides / Study Material * ⭐ **[PirateHive](https://phantomcodex9.github.io/piratehive/)** - Guides / Study Material
* ⭐ **[JEE Hub](https://jeehub.vercel.app/)** - JEE / NEET PYQs
* [JEE Books](https://t.me/+iHmGydsEO343ODk1) - JEE Books Archive * [JEE Books](https://t.me/+iHmGydsEO343ODk1) - JEE Books Archive
* [Genetry](https://genetry.carrd.co/) or [Lec.Branch](https://t.me/addlist/pgaJblpaVWIwYjFl) - JEE Lectures * [Genetry](https://genetry.carrd.co/) or [Lec.Branch](https://t.me/addlist/pgaJblpaVWIwYjFl) - JEE Lectures
* [YouTube Lengths](https://redd.it/1614jn5), [Fastlane Lengths](https://redd.it/17d1qt3) or [Normal Lane Lengths](https://redd.it/183er1y) - Lecture Lengths / Data * [YouTube Lengths](https://redd.it/1614jn5), [Fastlane Lengths](https://redd.it/17d1qt3) or [Normal Lane Lengths](https://redd.it/183er1y) - Lecture Lengths / Data
* [MarksAPP](https://web.getmarks.app/) - Guides / Study Material / [Telegram](https://telegram.me/getmarksapp) * [MarksAPP](https://web.getmarks.app/) - Guides / Study Material / [Telegram](https://telegram.me/getmarksapp)
* [Adv Study Material](https://rentry.co/FMHYBase64#jee-study) - Guides / Study Material * [Adv Study Material](https://rentry.co/FMHYBase64#jee-study) - Guides / Study Material
* [JEE Hub](https://jeehub.vercel.app/) - JEE / NEET PYQs * [Novatra's Topicwise](https://quiz.novatra.in/) - JEE Practice Questions / [Chatbot](https://novatra.in/) / [Discord](https://discord.com/invite/bgVVDA7n3h)
* [DoubtNut](https://www.doubtnut.com/) - Solutions / Help / [Ad Bypass](https://redd.it/16da7s9) * [DoubtNut](https://www.doubtnut.com/) - Solutions / Help / [Ad Bypass](https://redd.it/16da7s9)
*** ***
## ▷ Reference Sites ## ▷ Reference Sites
* ↪️ **[Encyclopedia Index](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_encyclopedias)** - Encyclopedia Sites / Tools
* ⭐ **[NGrams](https://books.google.com/ngrams/)** or [Netspeak](https://netspeak.org/) - Word Usage Trackers * ⭐ **[NGrams](https://books.google.com/ngrams/)** or [Netspeak](https://netspeak.org/) - Word Usage Trackers
* [Time Traveler](https://www.merriam-webster.com/time-traveler) - See when a word was first used in print * [Time Traveler](https://www.merriam-webster.com/time-traveler) - See when a word was first used in print
* [EtymOnline](https://www.etymonline.com/) - Etymologies * [EtymOnline](https://www.etymonline.com/) or [WorldwideWords](https://www.worldwidewords.org/) - Etymologies
* [StarlingDB](https://starlingdb.org/) - Advanced Linguistics Dictionary * [StarlingDB](https://starlingdb.org/) - Advanced Linguistics Dictionary
* [Abbreviations](https://www.abbreviations.com/) - Abbreviations * [Abbreviations.com](https://www.abbreviations.com/) - Abbreviations
* [Affixes.org](https://www.affixes.org/) - Affixes
* [AcronymFinder](https://www.acronymfinder.com/), [All Acronyms](https://www.allacronyms.com/) or [The Acronym Server](https://acronyms.silmaril.ie/) - Abbreviations / Acronyms * [AcronymFinder](https://www.acronymfinder.com/), [All Acronyms](https://www.allacronyms.com/) or [The Acronym Server](https://acronyms.silmaril.ie/) - Abbreviations / Acronyms
* [Chat Words Dictionary](https://chatworddictionary.com/) - Chat Abbreviations * [Chat Words Dictionary](https://chatworddictionary.com/) - Chat Abbreviations
* [lengusa](https://lengusa.com/) or [Fraze.it](https://fraze.it/) - Sentence Search * [Fraze.it](https://fraze.it/) - Sentence Search
* [Word Hippo](https://www.wordhippo.com/) - Thesaurus * [Word Hippo](https://www.wordhippo.com/) - Thesaurus
* [Thesaurus.com](https://www.thesaurus.com/) - Thesaurus * [Thesaurus.com](https://www.thesaurus.com/) - Thesaurus
* [PowerThesaurus](https://www.powerthesaurus.org/) - Thesaurus * [PowerThesaurus](https://www.powerthesaurus.org/) - Thesaurus
@ -1317,8 +1407,45 @@
* [Tip of my Tongue](https://chir.ag/projects/tip-of-my-tongue/) - Find Words you Can't Remember * [Tip of my Tongue](https://chir.ag/projects/tip-of-my-tongue/) - Find Words you Can't Remember
* [TheIdioms](https://www.theidioms.com/) - Idiom Dictionary * [TheIdioms](https://www.theidioms.com/) - Idiom Dictionary
* [RhymeZones](https://www.rhymezone.com/) or [Rhymer](https://rhymer.com/) - Rhyme Dictionary * [RhymeZones](https://www.rhymezone.com/) or [Rhymer](https://rhymer.com/) - Rhyme Dictionary
* [The Dictionary of Obscure Sorrows](https://www.dictionaryofobscuresorrows.com/) - Dictionary of Sorrows
* [TheDevilsDictionary](https://www.thedevilsdictionary.com/) - Cynical Dictionary * [TheDevilsDictionary](https://www.thedevilsdictionary.com/) - Cynical Dictionary
* [WordSafety](http://wordsafety.com/) - Swear Word Indexes * [WordSafety](http://wordsafety.com/) - Swear Word Indexes
* [FreeMdict](https://freemdict.com/) - Dictionary Downloads / [Archive](https://rentry.co/FMHYBase64#freemdict-downloads) * [FreeMdict](https://freemdict.com/) - Dictionary Downloads / [Archive](https://rentry.co/FMHYBase64#freemdict-downloads)
* [PyGlossary](https://github.com/ilius/pyglossary) - Convert Dictionary Files * [PyGlossary](https://github.com/ilius/pyglossary) - Convert Dictionary Files
***
## ▷ Encyclopedias
* 🌐 **[List of Encyclopedias](https://en.wikipedia.org/wiki/List_of_online_encyclopedias)** - Online Encyclopedia Index
* ⭐ **[Wikipedia](https://www.wikipedia.org/)** - Encyclopedia / [Content List](https://en.wikipedia.org/wiki/Wikipedia:Contents/Lists)
* ⭐ **Wikipedia Frontends** - [WikiWand](https://www.wikiwand.com/) or [ModernWiki](https://www.modernwiki.app/)
* ⭐ **[Wolfram Alpha](https://www.wolframalpha.com/)** - Searchable Knowledgebase
* [EncycloReader](https://encycloreader.org/) - Encyclopedia Search
* [Omniglot](https://www.omniglot.com/index.htm) - Writing Systems & Languages Encyclopedia
* [Archivy](https://github.com/archivy/archivy/) - Self-Hosted Wiki
* [Simple Wiki](https://simple.wikipedia.org/wiki/Main_Page) - Simplified Wikipedia / [Auto-Redirect](https://rentry.co/simplewikifirefox)
* [Britannica](https://www.britannica.com/)
* [EverybodyWiki](https://en.everybodywiki.com/)
* [Encyclopedia](https://www.encyclopedia.com/)
* [NewWorldEncyclopedia](https://www.newworldencyclopedia.org/)
* [Citizendium](https://citizendium.org/)
* [Wikitia](https://wikitia.com/)
* [InfoPlease](https://www.infoplease.com/)
* [Refdesk](https://www.refdesk.com/factency.html)
* [HandWiki](https://handwiki.org/)
***
## ▷ Wikipedia Tools
* 🌐 **[Wiki Portals](https://rentry.co/wikiportals)** - Wiki Portals Navigation
* [HatNote](https://top.hatnote.com/) - Top Pages
* [HyperLeak](https://hyperleap.com/), [2](https://reversepedia.org/) - Page Connections
* [Wiki Dark Mode](https://en.wikipedia.org/wiki/Wikipedia:Dark_mode) - Dark Mode
* [wik](https://github.com/yashsinghcodes/wik) - Wiki TUI
* [CDPedia](http://cdpedia.python.org.ar/index.en.es.html) - Offline View
* [WikiExtractor](https://github.com/attardi/wikiextractor) - Extract Text
* [Substance](https://substance.reorx.com/) - Extract Markdown
* [UrlShortener](https://meta.wikimedia.org/wiki/Special:UrlShortener) - Shorten URLs
* [WikiNearby](https://wikinearby.toolforge.org/) - Location Search
* [EntiTree](https://www.entitree.com/) - WikiData Visualization Tool / [Telegram](https://t.me/+wB73NTv6QxtjNGUy) / [GitHub](https://github.com/codeledge/entitree)

View file

@ -1,6 +1,6 @@
--- ---
title: Feedback title: Feedback
description: Anonymous comments, taken from reddit, discord, twitter, and our feedback system. description: Anonymous comments taken from Reddit, Discord, X.com and our feedback system.
next: false next: false
prev: false prev: false
lastUpdated: false lastUpdated: false
@ -10,7 +10,7 @@ outline: false
### Feedback ### Feedback
:::tip What is this? :::tip What is this?
Anonymous comments, taken from reddit, discord, twitter, and our feedback system. This is why we do it. People are the motivation, equality is the goal. These are all anonymous comments taken from Reddit, Discord, X.com and our feedback system. This is why we do it. People are the motivation, equality is the goal.
::: :::
*** ***
@ -21,7 +21,7 @@ Anonymous comments, taken from reddit, discord, twitter, and our feedback system
* *"I love this website so much. I literally have it labelled as "Everything" in my favorites."* * *"I love this website so much. I literally have it labelled as "Everything" in my favorites."*
* *"No bullshit, and has all the info I need to gain free access to media."* * *"No bs, and has all the info I need to gain free access to media."*
* *"You have saved me in so many ways that it could not fit here in terms of the amount of text. I'm from a poor "third world" country and a portal like this allows me endless things that I simply can't afford! Keep up the good spirit and I wish you all the best from the bottom of my heart!"* * *"You have saved me in so many ways that it could not fit here in terms of the amount of text. I'm from a poor "third world" country and a portal like this allows me endless things that I simply can't afford! Keep up the good spirit and I wish you all the best from the bottom of my heart!"*
@ -39,8 +39,12 @@ Anonymous comments, taken from reddit, discord, twitter, and our feedback system
* *"I want to express my sincere appreciation for the wiki of useful resources. It has proven to be an invaluable source of information, providing a wide range of knowledge on various topics. The well-organized and comprehensive nature of the wiki has been instrumental in aiding my research and learning. I am truly grateful for the effort and dedication that has gone into curating and maintaining such a valuable repository of knowledge. Thank you for this exceptional resource."* * *"I want to express my sincere appreciation for the wiki of useful resources. It has proven to be an invaluable source of information, providing a wide range of knowledge on various topics. The well-organized and comprehensive nature of the wiki has been instrumental in aiding my research and learning. I am truly grateful for the effort and dedication that has gone into curating and maintaining such a valuable repository of knowledge. Thank you for this exceptional resource."*
* *"I'm not kidding when I say my quality of life would be SO. MUCH. LOWER. if it wasn't for the people running this thing, as well as the people running all the tools we get to use. I seriously pray we get at least several more solid years of this style of internet."*
* *"Amazing stuff. Spent almost whole day browsing this and I got introduced to tons of great software. Thank you!!"* * *"Amazing stuff. Spent almost whole day browsing this and I got introduced to tons of great software. Thank you!!"*
* *I can't begin to express how much of a godsend this website is! Please keep up the terrific work and know that you are making a massive difference in the lives of students like me who can't always pay for subscriptions, or are just looking for a neat tool!*
* *"I love FMHY's wiki, to the point I can't use the internet without it."* * *"I love FMHY's wiki, to the point I can't use the internet without it."*
* *"Before finding this, I've been searching google myself and have experienced viruses, fake info, and just bad advice. But the amazing guides and links on FMHY really make it so much safer and simpler to find the things I need. I'm sort of the tech person in my family, so it saves me from so much testing and work."* * *"Before finding this, I've been searching google myself and have experienced viruses, fake info, and just bad advice. But the amazing guides and links on FMHY really make it so much safer and simpler to find the things I need. I'm sort of the tech person in my family, so it saves me from so much testing and work."*

View file

@ -9,69 +9,61 @@
* ↪️ **[File Scanners](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25B7_file_scanners)** * ↪️ **[File Scanners](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25B7_file_scanners)**
* ⭐ **[Fileinfo](https://fileinfo.com/)**, [Filext](https://filext.com/) or [OpenMyFiles](https://www.openmyfiles.com/) - File Extension Libraries * ⭐ **[Fileinfo](https://fileinfo.com/)**, [Filext](https://filext.com/) or [OpenMyFiles](https://www.openmyfiles.com/) - File Extension Libraries
* ⭐ **[czkawka](https://github.com/qarmin/czkawka)** or [dupeGuru](https://dupeguru.voltaicideas.net/) - Duplicate File Finders * ⭐ **[czkawka](https://github.com/qarmin/czkawka)** or [dupeGuru](https://dupeguru.voltaicideas.net/) - Duplicate File Finders
* [horsicq](https://horsicq.github.io/) - File Tools / [GitHub](https://github.com/horsicq/) * ⭐ **[Phockup](https://github.com/ivandokov/phockup)** - Organize Photo / Video Files by Date
* [Beyond Compare](https://www.scootersoftware.com/) - File / Directory Comparison Tool / [Pro](https://rentry.co/FMHYBase64#beyond-compare-crack)
* [UnLock IT](https://emcosoftware.com/unlock-it/download) or [Lock Hunter](https://lockhunter.com/) - File Unlocker / Deleter * [UnLock IT](https://emcosoftware.com/unlock-it/download) or [Lock Hunter](https://lockhunter.com/) - File Unlocker / Deleter
* [Magika](https://github.com/google/magika) - AI File Content Type Detector * [Magika](https://github.com/google/magika) - AI File Content Type Detector
* [Phockup](https://github.com/ivandokov/phockup) - Organize Photo / Video Files by Date
* [Icaros](https://github.com/Xanashi/Icaros) - Add Explorer Thumbnails to any Video Format * [Icaros](https://github.com/Xanashi/Icaros) - Add Explorer Thumbnails to any Video Format
* [Tagging for Windows](https://tagging.connectpaste.com/) - Tag-Based File System * [Tagging for Windows](https://tagging.connectpaste.com/) - Tag-Based File System
* [HTTPDirfs](https://github.com/fangfufu/httpdirfs) or [hfs](https://rejetto.com/hfs/) / [2](https://github.com/rejetto/hfs) - HTTP File Systems
* [WinBtrfs](https://github.com/maharmstone/btrfs) - Btrfs File System * [WinBtrfs](https://github.com/maharmstone/btrfs) - Btrfs File System
* [HTTPDirfs](https://github.com/fangfufu/httpdirfs) - HTTP File System
* [mergerfs](https://github.com/trapexit/mergerfs) - Union File System * [mergerfs](https://github.com/trapexit/mergerfs) - Union File System
* [filebrowser](https://github.com/filebrowser/filebrowser/) - Online File Viewer * [filebrowser](https://github.com/filebrowser/filebrowser/) - Online File Viewer
* [WhatsLink](https://whatslink.info/) - View File Download Metadata
* [File-Examples](https://file-examples.com/) - Dummy File Examples * [File-Examples](https://file-examples.com/) - Dummy File Examples
* [OpenHashTab](https://github.com/namazso/OpenHashTab) - Compare / Display File Hashes * [OpenHashTab](https://github.com/namazso/OpenHashTab) - Compare / Display File Hashes
* [WinMerge](https://winmerge.org/) - Compare / Merge Files & Folders
* [Attribute Changer](https://www.petges.lu/) - Edit File & Folder Properties * [Attribute Changer](https://www.petges.lu/) - Edit File & Folder Properties
* [TagSpaces](https://www.tagspaces.org/) - Add Tags to Files and Folders * [TagSpaces](https://www.tagspaces.org/) - Add Tags to Files and Folders
* [SKTimeStamp](https://tools.stefankueng.com/SKTimeStamp.html) - Change File Created / Modified Time * [SKTimeStamp](https://tools.stefankueng.com/SKTimeStamp.html) - Change File Created / Modified Time
* [Corrupt My File](https://www.corruptmyfile.com/) or [Corrupt-A-File](https://corrupt-a-file.net/) - Intentionally Corrupt Your Files
* [ExtractMetadata](https://www.extractmetadata.com/) or [Metadata2Go](https://www.metadata2go.com/) - Metadata Viewers / Editors * [ExtractMetadata](https://www.extractmetadata.com/) or [Metadata2Go](https://www.metadata2go.com/) - Metadata Viewers / Editors
* [lessmsi](https://lessmsi.activescott.com/) - .msi Content Extractor / [GitHub](https://github.com/activescott/lessmsi) * [lessmsi](https://lessmsi.activescott.com/) - .msi Content Extractor / [GitHub](https://github.com/activescott/lessmsi)
* [ProperTree](https://github.com/corpnewt/ProperTree) - GUI Plist Editor
* [OpenBoardView](https://github.com/OpenBoardView/OpenBoardView) - View .brd Files
* [infekt](https://infekt.ws/) / [GitHub](https://github.com/syndicodefront/infekt), [nfoview](https://otsaloma.io/nfoview/) / [GitHub](https://github.com/otsaloma/nfoview) or [NFOmation](https://nfomation.net/) - NFO Viewers
*** ***
## ▷ Download Managers ## ▷ Download Managers
* ⭐ **[JDownloader](https://jdownloader.org/jdownloader2)** - Download Manager / [Debloat](https://rentry.org/jdownloader2) / [Dark Theme](https://redd.it/q3xrgj), [2](https://github.com/moktavizen/material-darker-jdownloader/) / [Dracula Theme](https://draculatheme.com/jdownloader2) * ⭐ **[JDownloader](https://jdownloader.org/jdownloader2)** - Download Manager / [Debloat](https://rentry.org/jdownloader2) / [Dark Theme](https://redd.it/q3xrgj), [2](https://github.com/moktavizen/material-darker-jdownloader/) / [Dracula Theme](https://draculatheme.com/jdownloader2) / [Apps](https://my.jdownloader.org/apps/)
* ⭐ **[Go Speed](https://gopeed.com/)** - Download Manager / [GitHub](https://github.com/GopeedLab/gopeed) / [Extension](https://github.com/GopeedLab/browser-extension) / [Plugins](https://github.com/search?q=topic%3Agopeed-extension&type=repositories) * ⭐ **[Go Speed](https://gopeed.com/)** - Download Manager / [GitHub](https://github.com/GopeedLab/gopeed) / [Extension](https://github.com/GopeedLab/browser-extension) / [Plugins](https://github.com/search?q=topic%3Agopeed-extension&type=repositories)
* ⭐ **[IDM](https://rentry.co/FMHYBase64#idm)** - Download Manager * ⭐ **[IDM](https://rentry.co/FMHYBase64#idm)** - Download Manager
* [AB Download Manager](https://abdownloadmanager.com/) - Download Manager / [GitHub](https://github.com/amir1376/ab-download-manager) / [Telegram](https://t.me/abdownloadmanager_discussion) * [AB Download Manager](https://abdownloadmanager.com/) - Download Manager / [GitHub](https://github.com/amir1376/ab-download-manager) / [Telegram](https://t.me/abdownloadmanager_discussion)
* [FDM](https://www.freedownloadmanager.org/) - Download Manager / [YTDL Addon](https://github.com/meowcateatrat/elephant) / [Note](https://pastebin.com/Vgwf3avH) * [imFile](https://github.com/imfile-io/imfile-desktop) - Download Manager / Updated Motrix Fork
* [XDM](https://xtremedownloadmanager.com/) - Download Manager / [GitHub](https://github.com/subhra74/xdm)
* [Motrix](https://www.motrix.app/) or [imFile](https://github.com/imfile-io/imfile-desktop) - Download Manager / [GitHub](https://github.com/agalwood/Motrix)
* [aria2](https://aria2.github.io/) or [Persepolis](https://persepolisdm.github.io/) - Terminal Download Manager / [GitHub](https://github.com/aria2/aria2) / [Download Bot](https://github.com/gaowanliang/DownloadBot) / [WebUI](https://github.com/ziahamza/webui-aria2), [2](https://ariang.mayswind.net/) * [aria2](https://aria2.github.io/) or [Persepolis](https://persepolisdm.github.io/) - Terminal Download Manager / [GitHub](https://github.com/aria2/aria2) / [Download Bot](https://github.com/gaowanliang/DownloadBot) / [WebUI](https://github.com/ziahamza/webui-aria2), [2](https://ariang.mayswind.net/)
* [ArrowDL](https://github.com/setvisible/ArrowDL/) - Download Manager
* [pyLoad](https://pyload.net/) - Lightweight Download Manager * [pyLoad](https://pyload.net/) - Lightweight Download Manager
* [ArrowDL](https://github.com/setvisible/ArrowDL/) - Download Manager / [GitHub](https://github.com/pyload/pyload)
* [FDM](https://www.freedownloadmanager.org/) - Download Manager / [YTDL Addon](https://github.com/meowcateatrat/elephant)
* [File Centipede](https://filecxx.com/) - Upload / Download Manager * [File Centipede](https://filecxx.com/) - Upload / Download Manager
* [DownThemAll](https://www.downthemall.org/) or [Turbo Download Manager](https://add0n.com/turbo-download-manager-v2.html) / [GitHub](https://github.com/inbasic/turbo-download-manager-v2/) - Download Management Extensions * [DownThemAll](https://www.downthemall.org/) or [Turbo Download Manager](https://add0n.com/turbo-download-manager-v2.html) / [GitHub](https://github.com/inbasic/turbo-download-manager-v2/) - Download Management Extensions
* [HTTP Downloader](https://erickutcher.github.io/#HTTP_Downloader/) - Download Manager for HTTP / FTP / SFTP Protocols * [HTTP Downloader](https://erickutcher.github.io/) - Download Manager for HTTP / FTP / SFTP Protocols / [GitHub](https://github.com/erickutcher/httpdownloader)
* [Downloader](https://downloader.la/) or [Hitomi](https://github.com/KurtBestor/Hitomi-Downloader) - File Download Tools * [Downloader](https://downloader.la/) or [Hitomi](https://github.com/KurtBestor/Hitomi-Downloader) - File Download Tools
* [mf-dl](https://gitgud.io/Pyxia/mf-dl/) or [mediafire_bulk_downloader](https://github.com/NicKoehler/mediafire_bulk_downloader) - Mediafire File Downloaders * [mf-dl](https://gitgud.io/Pyxia/mf-dl/) or [mediafire_bulk_downloader](https://github.com/NicKoehler/mediafire_bulk_downloader) - Mediafire File Downloaders
* [WhatsLink](https://whatslink.info/) - View File Download Metadata
*** ***
## ▷ File Archivers ## ▷ Archiving / Compression
* 🌐 **[SuperCompression](https://supercompression.org/)** - File Compression Resources * 🌐 **[SuperCompression](https://supercompression.org/)** - File Compression Resources
* ⭐ **[7-Zip](https://www.7-zip.org/)** - File Archiver
* ⭐ **[NanaZip](https://github.com/M2Team/NanaZip)** - File Archiver * ⭐ **[NanaZip](https://github.com/M2Team/NanaZip)** - File Archiver
* ⭐ **[7-Zip](https://www.7-zip.org/)** - File Archiver
* ⭐ **[PeaZip](https://peazip.github.io/)** - Cross Platform File Archiver * ⭐ **[PeaZip](https://peazip.github.io/)** - Cross Platform File Archiver
* ⭐ **[CompactGUI](https://github.com/IridiumIO/CompactGUI)** or [Compactor](https://github.com/Freaky/Compactor) - Transparent Compression * ⭐ **[CompactGUI](https://github.com/IridiumIO/CompactGUI)** or [Compactor](https://github.com/Freaky/Compactor) - Transparent Compression
* [Fileforums](https://fileforums.com/) or [Encode](https://encode.su/) - Data Compression Forums * [Fileforums](https://fileforums.com/) or [Encode](https://encode.su/) - Data Compression Forums
* [TurboBench](https://github.com/powturbo/TurboBench) - Compression Benchmark * [TurboBench](https://github.com/powturbo/TurboBench) - Compression Benchmark
* [unzip-http](https://github.com/saulpw/unzip-http) - Unzip via HTTP without Downloading * [WinRAR](https://www.win-rar.com/), [2](https://rarlab.com/) - File Archiver / [Licenses](https://rentry.co/FMHYBase64#winrar-licenses)
* [WinRAR](https://www.win-rar.com/) - File Archiver / [Licenses](https://rentry.co/FMHYBase64#winrar-licenses)
* [Efficient Compression Tool](https://github.com/fhanau/Efficient-Compression-Tool) or [Minuimus](https://birds-are-nice.me/software/minuimus.html) - File Archivers / Optimizers * [Efficient Compression Tool](https://github.com/fhanau/Efficient-Compression-Tool) or [Minuimus](https://birds-are-nice.me/software/minuimus.html) - File Archivers / Optimizers
* [ZIP Extractor](https://zipextractor.app/) - Google Drive / Gmail File Archiver * [ZIP Extractor](https://zipextractor.app/) - Google Drive / Gmail File Archiver
* [ezyZip](https://www.ezyzip.com/) - Zip Files Online * [ezyZip](https://www.ezyzip.com/) - Zip Files Online
* [unzip-online](https://unzip-online.com/en) - Unzip Files Online * [unzip-online](https://unzip-online.com/en) - Unzip Files Online
* [Unrar online](https://unrar.online/) - Unrar Files Online * [Unrar online](https://unrar.online/) - Unrar Files Online
* [UPX](https://upx.github.io/) - Executable File Compressor / [GitHub](https://github.com/upx/upx)
*** ***
@ -79,12 +71,12 @@
* 🌐 **[.to Sites](https://rentry.co/tosites)** - File Converters Index * 🌐 **[.to Sites](https://rentry.co/tosites)** - File Converters Index
* ⭐ **[File Converter](https://file-converter.io/)** - Convert / Compress Files / [GitHub](https://github.com/Tichau/FileConverter) * ⭐ **[File Converter](https://file-converter.io/)** - Convert / Compress Files / [GitHub](https://github.com/Tichau/FileConverter)
* ⭐ **[CloudConvert](https://cloudconvert.com/)** - Convert Files / 1 GB
* [Pandoc](https://pandoc.org/) - Document Converter * [Pandoc](https://pandoc.org/) - Document Converter
* [ConvertCSV](https://www.convertcsv.com/) - CSV Data Conversion * [ConvertCSV](https://www.convertcsv.com/) - Online CSV Data Conversion
* [Encoding Converter](https://encoding-converter.netlify.app/) - File Encoding Converter * [Encoding Converter](https://encoding-converter.netlify.app/) - Online File Encoding Converter
* [Deark](https://entropymine.com/deark/) - Decode and Convert Files / [GitHub](https://github.com/jsummers/deark) * [Deark](https://entropymine.com/deark/) - Decode and Convert Files / [GitHub](https://github.com/jsummers/deark)
* [text2img](https://master.ayra.ch/text2img/) - NFO Files to Image Converter * [text2img](https://master.ayra.ch/text2img/) - Online NFO Files to Image Converter
* [CloudConvert](https://cloudconvert.com/) - Convert Files / 1 GB
* [FreeConvert](https://www.freeconvert.com/) - File Converter / 1 GB * [FreeConvert](https://www.freeconvert.com/) - File Converter / 1 GB
* [videoutils](https://www.videoutils.com/) - File Converter / 500 MB * [videoutils](https://www.videoutils.com/) - File Converter / 500 MB
* [Xconvert](https://www.xconvert.com) - File Converter / 400 MB * [Xconvert](https://www.xconvert.com) - File Converter / 400 MB
@ -96,20 +88,20 @@
* [Converter 365](https://www.converter365.com/) - File Converters / 200 MB * [Converter 365](https://www.converter365.com/) - File Converters / 200 MB
* [Aconvert](https://www.aconvert.com/) - Various Converters / 40 MB * [Aconvert](https://www.aconvert.com/) - Various Converters / 40 MB
* [LetsConvert](https://letsconvert.io/) - Image/Audio Converter / 250 MB * [LetsConvert](https://letsconvert.io/) - Image/Audio Converter / 250 MB
* [Online Convert](https://www.online-convert.com/) - File Converter / 7,5 minutes * [Online Convert](https://www.online-convert.com/) - Online File Converter
* [Zamzar](https://www.zamzar.com/) - File Converter / 200 MB * [Zamzar](https://www.zamzar.com/) - File Converter / 200 MB
* [Online Converter](https://www.onlineconverter.com/) - Simple Media/Unit Converter * [Online Converter](https://www.onlineconverter.com/) - Online Simple Media / Unit Converter
* [Convert Town](https://convert.town/) - Text/Image Converter * [Convert Town](https://convert.town/) - Online Text / Image Converter
* [Docspal](https://www.docspal.com/) - Various Converters / 50 MB Image, Documents / 200 MB Video, Archive, Audio * [Docspal](https://www.docspal.com/) - Various Converters / 50 MB Image, Documents / 200 MB Video, Archive, Audio
* [Better Converter](https://better-converter.com/) - Text-Focused Converters / 10 MB * [Better Converter](https://better-converter.com/) - Text-Focused Converters / 10 MB
* [go4convert](https://go4convert.com/) - Document Converter * [go4convert](https://go4convert.com/) - Online Document Converter / 100 MB
*** ***
## ▷ File Explorers ## ▷ File Explorers
* ⭐ **[Files](https://files.community/)** - Customizable Windows File Manager * ⭐ **[Files](https://files.community/)** - Customizable File Manager / Use Classic Installer / [Discord](https://discord.gg/files)
* [Directory Opus](https://rentry.co/FMHYBase64#directory-opus) - Windows File Manager * **[Directory Opus](https://rentry.co/FMHYBase64#directory-opus)** - Windows File Manager
* [Xplorer](https://xplorer.space/) / [GitHub](https://github.com/kimlimjustin/xplorer) / [Discord](https://discord.com/invite/MHGtSWvfUS), [DoubleCMD](https://github.com/doublecmd/doublecmd) or [muCommander](https://www.mucommander.com/) - Cross Platform File Explorers * [Xplorer](https://xplorer.space/) / [GitHub](https://github.com/kimlimjustin/xplorer) / [Discord](https://discord.com/invite/MHGtSWvfUS), [DoubleCMD](https://github.com/doublecmd/doublecmd) or [muCommander](https://www.mucommander.com/) - Cross Platform File Explorers
* [Sigma](https://sigma-file-manager.vercel.app) - Modern File Manager for Windows / Linux / [GitHub](https://github.com/aleksey-hoffman/sigma-file-manager) * [Sigma](https://sigma-file-manager.vercel.app) - Modern File Manager for Windows / Linux / [GitHub](https://github.com/aleksey-hoffman/sigma-file-manager)
* [ChromaFiler](https://chroma.zone/chromafiler/) - Column-Based Windows File Manager * [ChromaFiler](https://chroma.zone/chromafiler/) - Column-Based Windows File Manager
@ -154,23 +146,29 @@
*** ***
## ▷ File Backup / Sync ## ▷ File Sync
* ⭐ **[SyncThing](https://syncthing.net/)** - Cross-Platform File Sync / [Tray Support](https://martchus.github.io/syncthingtray/) / [GitHub](https://github.com/syncthing/syncthing) * ⭐ **[SyncThing](https://syncthing.net/)** - Cross-Platform File Sync / [Tray Support](https://martchus.github.io/syncthingtray/) / [GitHub](https://github.com/syncthing/syncthing)
* ⭐ **[freefilesync](https://freefilesync.org/)** - Open-Source File Backup * ⭐ **[FreeFileSync](https://freefilesync.org/)** - Open-Source File Sync
* ⭐ **[Kopia](https://kopia.io/)** - Encrypted File Backup / [GitHub](https://github.com/kopia/kopia/)
* [MyPhoneExplorer](https://www.fjsoft.at/),[SyncFolder](https://apps.microsoft.com/detail/9nc73mjwhsww?rtc=1&hl=en-us&gl=US) - Phone and Desktop Sync * [MyPhoneExplorer](https://www.fjsoft.at/),[SyncFolder](https://apps.microsoft.com/detail/9nc73mjwhsww?rtc=1&hl=en-us&gl=US) - Phone and Desktop Sync
* [allwaysync](https://allwaysync.com/) - File Sync Utility * [allwaysync](https://allwaysync.com/) - File Sync Utility
* [Resilio](https://www.resilio.com/individuals/) - P2P File Sync * [Resilio](https://www.resilio.com/individuals/) - P2P File Sync
* [SmartFTP](https://www.smartftp.com/) - FTP File Sync * [SmartFTP](https://www.smartftp.com/) - FTP File Sync
* [rsync](https://rsync.samba.org) - Command-line File Sync / [GitHub](https://github.com/WayneD/rsync) * [rsync](https://rsync.samba.org) - Command-line File Sync / [GitHub](https://github.com/WayneD/rsync)
* [Unison](https://github.com/bcpierce00/unison) - Bidirectional File Sync * [Unison](https://github.com/bcpierce00/unison) - Bidirectional File Sync
***
## ▷ File Backup
* ⭐ **[Kopia](https://kopia.io/)** - Encrypted File Backup / [GitHub](https://github.com/kopia/kopia/)
* ⭐ **[Rescuezilla](https://rescuezilla.com/)** or [CloneZilla](https://clonezilla.org/) - Disk Image Backup
* [FolderClone](https://www.folderclone.com/) - Folder Clone / Backup * [FolderClone](https://www.folderclone.com/) - Folder Clone / Backup
* [BackupPC](https://backuppc.github.io/backuppc/) - Networked File backup * [BackupPC](https://backuppc.github.io/backuppc/) - Networked File backup
* [TeraCopy](https://www.codesector.com/teracopy) - File Transfer / Backup * [TeraCopy](https://www.codesector.com/teracopy) - File Transfer / Backup
* [restic](https://restic.net/) / [GitHub](https://github.com/restic/restic), [duplicity](https://duplicity.gitlab.io/) or [Duplicati](https://www.duplicati.com/) - Secure File Backup * [restic](https://restic.net/) / [GitHub](https://github.com/restic/restic), [duplicity](https://duplicity.gitlab.io/) or [Duplicati](https://www.duplicati.com/) - Secure File Backup
* [UrBackup](https://www.urbackup.org/) - Client / Server File Backup * [UrBackup](https://www.urbackup.org/) - Client / Server File Backup
* [Aomei](https://www.ubackup.com/) - Windows File Backup * [AOMEI Backupper](https://www.ubackup.com/) - Windows File Backup
* [Borg](https://www.borgbackup.org/) - De-duplicating File Backup * [Borg](https://www.borgbackup.org/) - De-duplicating File Backup
* [USBImager](https://bztsrc.gitlab.io/usbimager/) - USB Image Backup * [USBImager](https://bztsrc.gitlab.io/usbimager/) - USB Image Backup
* [Toucan](https://github.com/PortableApps/Toucan) - Portable File Backup * [Toucan](https://github.com/PortableApps/Toucan) - Portable File Backup
@ -182,7 +180,7 @@
* ⭐ **[TestDisk](https://www.cgsecurity.org/wiki/TestDisk)** - File Recovery * ⭐ **[TestDisk](https://www.cgsecurity.org/wiki/TestDisk)** - File Recovery
* [PhotoRec](https://www.cgsecurity.org/wiki/PhotoRec) - File Recovery * [PhotoRec](https://www.cgsecurity.org/wiki/PhotoRec) - File Recovery
* [DMDE](https://dmde.com/download.html) - File Recovery * [DMDE](https://dmde.com/download.html) - File Recovery
* [Windows File Recovery](https://apps.microsoft.com/detail/9n26s50ln705) - File Recovery * [Windows File Recovery](https://apps.microsoft.com/detail/9n26s50ln705) - File Recovery
* [MultiPar](https://github.com/Yutaka-Sawada/MultiPar) - Prevent File Corruption / [Guide](https://youtu.be/5TsExiAsCXA) * [MultiPar](https://github.com/Yutaka-Sawada/MultiPar) - Prevent File Corruption / [Guide](https://youtu.be/5TsExiAsCXA)
* [ShadowExplorer](https://www.shadowexplorer.com/) or [ShadowCopyView](https://www.nirsoft.net/utils/shadow_copy_view.html/) - Shadow Copy Explorers * [ShadowExplorer](https://www.shadowexplorer.com/) or [ShadowCopyView](https://www.nirsoft.net/utils/shadow_copy_view.html/) - Shadow Copy Explorers
@ -201,6 +199,7 @@
## ▷ Data Automation ## ▷ Data Automation
* ⭐ **[Advanced Renamer](https://www.advancedrenamer.com/)** or [Bulk Rename Utility](https://www.bulkrenameutility.co.uk/) - Bulk Renamers * ⭐ **[Advanced Renamer](https://www.advancedrenamer.com/)** or [Bulk Rename Utility](https://www.bulkrenameutility.co.uk/) - Bulk Renamers
* [FoliCon](https://dineshsolanki.github.io/FoliCon/) - Automatic Custom Media Icons / Folders / [GitHub](https://github.com/DineshSolanki/FoliCon)
* [MediaMonkey](https://www.mediamonkey.com/) - Media Organizer * [MediaMonkey](https://www.mediamonkey.com/) - Media Organizer
* [MediaInfo](https://mediaarea.net/en/MediaInfo) - Media File Analysis / [Online](https://mediaarea.net/MediaInfoOnline) * [MediaInfo](https://mediaarea.net/en/MediaInfo) - Media File Analysis / [Online](https://mediaarea.net/MediaInfoOnline)
* [tinyMediaManager](https://www.tinymediamanager.org/) or [MediaElch](https://www.kvibes.de/mediaelch/) - Media Collection Managers * [tinyMediaManager](https://www.tinymediamanager.org/) or [MediaElch](https://www.kvibes.de/mediaelch/) - Media Collection Managers
@ -214,12 +213,13 @@
## ▷ PDF Tools ## ▷ PDF Tools
* ⭐ **[Sejda](https://www.sejda.com/)**, [ILovePDF](https://www.ilovepdf.com/), [DigiPDF](https://digipdf.app/?lang=en_US), [PDF2Go](https://www.pdf2go.com/) or [SimplePDF](https://simplepdf.eu/) - Online PDF Toolkits * ⭐ **[Sejda](https://www.sejda.com/)** / [Unlock](https://rentry.co/FMHYBase64#sejda), [ILovePDF](https://www.ilovepdf.com/), [DigiPDF](https://digipdf.app/?lang=en_US), [PDF2Go](https://www.pdf2go.com/) or [SimplePDF](https://simplepdf.eu/) - Online PDF Toolkits
* ⭐ **[PDFGear](https://www.pdfgear.com/)**, **[PDF24](https://www.pdf24.org/)**, [xPDFReader](https://www.xpdfreader.com/), [PDF Arranger](https://github.com/pdfarranger/pdfarranger), [PrivatePDF](https://photown.github.io/private-pdf/), [PDFBox](https://pdfbox.apache.org/) or [OpenPDF](https://github.com/LibrePDF/OpenPDF) - Offline PDF Toolkits * ⭐ **[PDFGear](https://www.pdfgear.com/)**, **[PDF24](https://www.pdf24.org/)**, [Foxit](https://www.foxit.com/pdf-reader/), [xPDFReader](https://www.xpdfreader.com/), [PDF Arranger](https://github.com/pdfarranger/pdfarranger), [PrivatePDF](https://photown.github.io/private-pdf/), [PDFBox](https://pdfbox.apache.org/) or [OpenPDF](https://github.com/LibrePDF/OpenPDF) - Offline PDF Toolkits
* [Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF) - Self-Hosted PDF Toolkit * [Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF) - Self-Hosted PDF Toolkit
* [PDFGrep](https://pdfgrep.org/) - PDF Text Search * [PDFGrep](https://pdfgrep.org/) or [OCRmyPDF](https://github.com/ocrmypdf/OCRmyPDF) - PDF Text Search
* [View-only PDF](https://rentry.co/cm4b7) - Download View-Only PDF on GDrive * [View-only PDF](https://rentry.co/cm4b7) - Download View-Only PDF on Google Drive
* [online2pdf](https://online2pdf.com/) or [2PDFConverter](https://www.2pdfconverter.com/) - Convert Files to PDF * [Rare2PDF](https://rare2pdf.com/) , [online2pdf](https://online2pdf.com/) or [2PDFConverter](https://www.2pdfconverter.com/) - Convert Files to PDF
* [MD2PDF](https://md2pdf.netlify.app/) - Markdown to PDF Converter
* [PDFconvert](https://docupub.com/pdfconvert/) - PDF File Converters * [PDFconvert](https://docupub.com/pdfconvert/) - PDF File Converters
* [PDFEncrypt](https://pdfencrypt.net/) - PDF File Encryption * [PDFEncrypt](https://pdfencrypt.net/) - PDF File Encryption
* [Marker](https://github.com/VikParuchuri/marker) - PDF to Markdown * [Marker](https://github.com/VikParuchuri/marker) - PDF to Markdown
@ -228,49 +228,100 @@
* [WebToPDF](https://webtopdf.com/) or [Percollate](https://github.com/danburzo/percollate) - Webpage to PDF Converters * [WebToPDF](https://webtopdf.com/) or [Percollate](https://github.com/danburzo/percollate) - Webpage to PDF Converters
* [GraphPaper](https://incompetech.com/graphpaper/) - PDF Graphs * [GraphPaper](https://incompetech.com/graphpaper/) - PDF Graphs
* [Aspose](https://products.aspose.app/pdf/annotation) or [pdf-unstamper](https://github.com/hwding/pdf-unstamper) - PDF Watermark Remover * [Aspose](https://products.aspose.app/pdf/annotation) or [pdf-unstamper](https://github.com/hwding/pdf-unstamper) - PDF Watermark Remover
* [Scan Your PDF](https://www.scanyourpdf.com/) - Make PDFs look Scanned * [Scan Your PDF](https://www.scanyourpdf.com/) - Make PDFs Look Scanned
* [Dangerzone](https://dangerzone.rocks/) - Convert Malicious PDFs to Safe Files / [GitHub](https://github.com/freedomofpress/dangerzone)
* [PDF Fixer](https://pdffixer.com/) - Repair Damaged PDFs * [PDF Fixer](https://pdffixer.com/) - Repair Damaged PDFs
* [OpenSign](https://github.com/OpenSignLabs/OpenSign), [FalsiScan](https://gitlab.com/edouardklein/falsisign), [JustSignPDF](https://justsignpdf.com/) or [Adobe Sign](https://www.adobe.com/acrobat/online/sign-pdf.html) - PDF Signature Tools * [OpenSign](https://github.com/OpenSignLabs/OpenSign), [FalsiScan](https://gitlab.com/edouardklein/falsisign), [JustSignPDF](https://justsignpdf.com/) or [Adobe Sign](https://www.adobe.com/acrobat/online/sign-pdf.html) - PDF Signature Tools
* [Google Drive PDF Downloader](https://github.com/zeltox/Google-Drive-PDF-Downloader) - Download Protected GDrive PDFs * [Google Drive PDF Downloader](https://github.com/zeltox/Google-Drive-PDF-Downloader) - Download Protected Google Drive PDFs
* [PDFCoffee](https://pdfcoffee.com/) - Upload PDF, Word or PowerPoint Files * [PDFCoffee](https://pdfcoffee.com/) - Upload PDF, Word or PowerPoint Files
* [PrintFriendly](https://www.printfriendly.com/) - Printer Formatting Tools * [PrintFriendly](https://www.printfriendly.com/) - Printer Formatting Tools
*** ***
# ► File Transfer
* ⭐ **[LocalSend](https://localsend.org/)** - Desktop / Mobile Transfer / [Discord](https://discord.com/invite/GSRWmQNP87) / [GitHub](https://github.com/localsend/localsend)
* [Photon](https://photondev.netlify.app/) - Desktop / Mobile Transfer / [GitHub](https://github.com/abhi16180/photon)
* [KDE Connect](https://kdeconnect.kde.org/) - Desktop / Mobile Transfer
* [Warpinator](https://github.com/linuxmint/warpinator) - Desktop / Mobile Transfer
* [QRServ](https://play.google.com/store/apps/details?id=dev.uint.qrserv) - Desktop / Mobile Transfer / [GitHub](https://github.com/uintdev/qrserv)
* [Magic Wormhole](https://github.com/magic-wormhole/magic-wormhole) - Desktop / Mobile Transfer
* [croc](https://github.com/schollz/croc) - Desktop / Mobile Transfer / [GUI](https://github.com/howeyc/crocgui)
* [LANDrop](https://landrop.app/) - Desktop / Mobile Transfer
* [OnionShare](https://onionshare.org/) - Share Files Over Tor Network
* [FileZilla](https://filezilla-project.org/) - FTP Client
* [WinSCP](https://winscp.net/eng/index.php) - FTP Client
* [Wing FTP](https://www.wftpserver.com/) - FTP Client
* [Xlight](https://xlightftpd.com/) - FTP Client
* [IPFS](https://ipfs.tech/) or [kubo](https://github.com/ipfs/kubo) - P2P Hypermedia Protocol
* IPFS Tools - [Resources](https://awesome.ipfs.tech/), [2](https://github.com/ipfs/awesome-ipfs) / [Extension](https://github.com/ipfs/ipfs-companion) / [Desktop](https://github.com/ipfs/ipfs-desktop) / [IPFS Cluster](https://ipfscluster.io/)
***
## ▷ P2P Transfer
* ⭐ **[ToffeeShare](https://toffeeshare.com/)**
* ⭐ **[Blaze](https://blaze.vercel.app/)** / [GitHub](https://github.com/blenderskool/blaze)
* ⭐ **[JustBeamIt](https://justbeamit.com/)**
* ⭐ **[SpaceDrop](https://spacedrop.app/)**
* [Surge](https://getsurge.io/) - P2P App
* [Wormhole](https://wormhole.app/)
* [PairDrop](https://pairdrop.net/) / [GitHub](https://github.com/schlagmichdoch/pairdrop)
* [Snapdrop](https://snapdrop.net/) / [GitHub](https://github.com/SnapDrop/snapdrop)
* [ShareDrop](https://www.sharedrop.io/)
* [new.space](https://new.space/)
* [FilePizza](https://file.pizza/)
* [TransferNow](https://www.transfernow.net/en)
* [Horizon Send](https://send.hrzn.cool/)
* [Salad Room](https://saladroom.net/)
* [blymp.io](https://blymp.io/) / [GitHub](https://github.com/vantezzen/blymp-io)
* [drop.lol](https://drop.lol/) / [GitHub](https://github.com/mat-sz/filedrop-web)
* [sendfilesencrypted.com](https://sendfilesencrypted.com/)
* [LIGHTNING SHARE](https://lightning-share.vercel.app/)
* [rDrop](https://rdrop.link/)
* [WebDrop](https://webdrop.space/)
* [MyAirBridge.com](https://www.myairbridge.com/)
* [Sprend](https://sprend.com/)
* [WebWormhole](https://webwormhole.io/)
* [EchoDuck](https://echoduck.com/)
* [FileLove](https://file.love/)
***
# ► File Hosts # ► File Hosts
* **Note** - Keep in mind that it's **never** a good idea to upload personal or confidential files to any file host, even if they claim to be encrypted. Most file hosts remove files after inactivity, while some delete them regardless. Check each host if you're concerned about file expiry. * **Note** - Keep in mind that it's **never** a good idea to upload personal or confidential files to any file host, even if they claim to be encrypted. Most file hosts only remove files after inactivity, while some delete them regardless. Check each host if you're concerned about file expiry. Tags are: Storage Size / File Size / Expiry.
*** ***
* ↪️ **[Video File Hosts](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video-tools#wiki_.25B7_video_file_hosts)** * ↪️ **[Video File Hosts](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video-tools#wiki_.25B7_video_file_hosts)**
* ⭐ **[Gofile](https://gofile.io/)** - Unlimited / 10 Days * ⭐ **[Gofile](https://gofile.io/)** - Unlimited / Unlimited / 10 Days after last download
* ⭐ **[1fichier.com](https://1fichier.com/)** - 300GB / 15 Days (30 Days with Account) * ⭐ **[Pixeldrain](https://pixeldrain.com/)** - Unlimited / 20GB per file / 120 Days after last pageview / [Discord](https://discord.gg/TWKGvYAFvX) / [Speedtest](https://pixeldrain.com/speedtest) / [Limit Bypass](https://pixeldrain-bypass.cybar.xyz/) / [Bypass Script](https://greasyfork.org/en/scripts/491326)
* ⭐ **[Send.cm](https://send.cm/)** - 100GB / 15 Days * ⭐ **[Buzzheavier](https://buzzheavier.com/)** - Unlimited / 15 Days, Can Extend to Forever / [File Expiry](https://buzzheavier.com/help) / **[Use Adblocker](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#buzzheavier-warning)** / [Discord](https://discord.gg/ttQjgC28WP)
* ⭐ **[Catbox](https://catbox.moe/)** - Unlimited / 200MB / Forever
* ⭐ **[Pillowcase](https://pillowcase.su/)** - Audio File Host / 200MB (500MB with Account) / Forever * ⭐ **[Pillowcase](https://pillowcase.su/)** - Audio File Host / 200MB (500MB with Account) / Forever
* ⭐ **[Catbox](https://catbox.moe/)** - 200MB / Forever * [HIDAN](https://hidan.sh/) - Unlimited / 10+ Days (from upload)
* ⭐ **[Pixeldrain](https://pixeldrain.com/)** - 20GB / 120 Days / [Discord](https://discord.gg/TWKGvYAFvX) / [Speedtest](https://pixeldrain.com/speedtest) / [Limit Bypass](https://pixeldrain-bypass.cybar.xyz/) / [Bypass Script](https://greasyfork.org/en/scripts/491326) * [AnonDrop](https://anondrop.net/) - Unlimited / Remote upload / Embed Support
* ⭐ **[Buzzheavier](https://buzzheavier.com/)** - Unlimited / Forever / **[Use Adblocker](https://rentry.org/zo2dcbkp)** / [Discord](https://discord.gg/ttQjgC28WP) * [Files.vc](https://files.vc/) - Unlimited / 10GB / Forever
* ⭐ **[file.haus](https://filehaus.top/)** - 300GB / Forever / [.pk](https://filehaus.pk/) / [.su](https://filehaus.su/) / [.onion](http://fileha3hjvudqs2moembtaegnpjo5ptec3tomf5dlxx6ydwtajkkahyd.onion/) / [.i2p](http://xr256v4weabr3rdz3nqzb27bv3gkwjisuf2d57urqtmh3gx3w7da.b32.i2p/) / [.loki](http://nipqehne9zrtpryw6ig5y9gu7c8gwt8ymrrncufxg1g8wf5t4rqo.loki/) / [Shortener](https://filehaus.xyz/) [(note)](https://pastebin.com/Q2sWEYVj) / [Discord](https://discord.gg/5Ac25XZfv6) / [Telegram](https://t.me/tsutajanet) * [Send.now](https://send.now/) - 100GB / 100GB per file / 30 Days after last download
* [MultiUp.io](https://multiup.io/) / [Extract / Upload](https://github.com/Reddiepoint/MultiUp-Direct), [MirrorAce](https://mirrorace.com/) or [Mirrored.to](https://www.mirrored.to/) - Multi Host Uploaders * [DesiUpload](https://desiupload.co/) - Unlimited / 15 Days (15GB / 30 Days with Account)
* [Z-o-o-m](https://z-o-o-m.eu/) - Multi-Host Upload Desktop App
* [MixDrop](https://mixdrop.ag/) - Unlimited / 60 Days / Account Required * [MixDrop](https://mixdrop.ag/) - Unlimited / 60 Days / Account Required
* [Qiwi](https://qiwi.gg) - Account Required * [Qiwi](https://qiwi.gg) - Account Required
* [HIDAN](https://hidan.sh/) - Unlimited / 10+ Days (from upload) * [Fastupload.io](https://fastupload.io/en) - Unlimited / 30 Days (60 Days with Account)
* [Filebin](https://filebin.net/) - Unlimited / 6 Days / [Warning](https://pastebin.com/W0j4VDAN) * [1fichier.com](https://1fichier.com/) - 300GB / 15 Days (30 Days with Account)
* [Filebin](https://filebin.net/) - Unlimited / 6 Days / [Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#filebin-warning)
* [file.kiwi](https://file.kiwi/) - Unlimited / [File Expiry Explanation](https://file.kiwi/en/price) * [file.kiwi](https://file.kiwi/) - Unlimited / [File Expiry Explanation](https://file.kiwi/en/price)
* [Easyupload.io](https://easyupload.io/) - 100GB / 30 Days
* [FEX.NET](https://fex.net/) - 100GB / 7 Days * [FEX.NET](https://fex.net/) - 100GB / 7 Days
* [eDisk](https://www.edisk.cz/) - 20GB / 30 Days * [eDisk](https://www.edisk.cz/) - 20GB / 30 Days
* [Easyupload.io](https://easyupload.io/) - 100GB / 30 Days * [Drop Download](https://drop.download/) - 25GB / 90 Days / Account Required
* [SwissTransfer](https://www.swisstransfer.com/) - 50GB / 30 Days / 250 Downloads * [SwissTransfer](https://www.swisstransfer.com/) - 50GB / 30 Days / 250 Downloads
* [BowFile](https://bowfile.com/) - 20GB / 20 Days * [BowFile](https://bowfile.com/) - 20GB / 20 Days
* [Hexupload](https://www.hexupload.net/) or [AnonTransfer](https://anontransfer.com/) - 15GB / 30 Days * [Hexupload](https://www.hexupload.net/) or [AnonTransfer](https://anontransfer.com/) - 15GB / 30 Days
* [FileLu](https://filelu.com/) - 15GB / 1 Day (Unlimited with Account) / [Note](https://pastebin.com/Rr9ZqD2F) * [FileLu](https://filelu.com/) - 15GB / 1 Day (Unlimited with Account) / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#filelu-warning)
* [Fastupload.io](https://fastupload.io/en) - 10GB / 30 Days (60 Days with Account) * [GrosFichiers](https://www.grosfichiers.com/) or [DataTransfer](https://www.datatransfer.com/) - 10GB / 14 Days
* [Drop Download](https://drop.download/) - 10GB / 30 Days / Account Required
* [DesiUpload](https://desiupload.co/) - 10GB / 15 Days (15GB / 30 Days with Account)
* [GrosFichiers](https://www.grosfichiers.com/) - 10GB / 14 Days
* [Fshare](https://www.fshare.vn/) - 10GB / 5 Days * [Fshare](https://www.fshare.vn/) - 10GB / 5 Days
* [ShareFile](https://sharefile.co/), [2](https://gofile.to/) - 5GB / Unlimited
* [Uploadraja.com](https://uploadraja.com/) - 10GB / 4 Days (30GB / 15 Days with Account) * [Uploadraja.com](https://uploadraja.com/) - 10GB / 4 Days (30GB / 15 Days with Account)
* [FileTransfer.io](https://filetransfer.io/) - 6GB / 21 Days / 50 Downloads * [FileTransfer.io](https://filetransfer.io/) - 6GB / 21 Days / 50 Downloads
* [Tempfile](https://tempfile.me/) - 10GB / 90 Days * [Tempfile](https://tempfile.me/) - 10GB / 90 Days
@ -281,8 +332,8 @@
* [pCloud Transfer](https://transfer.pcloud.com/) or [Tresorit Send](https://send.tresorit.com/) - 5GB / 7 Days / Email Required * [pCloud Transfer](https://transfer.pcloud.com/) or [Tresorit Send](https://send.tresorit.com/) - 5GB / 7 Days / Email Required
* [Temp.sh](https://temp.sh/) - 4GB / 3 Days * [Temp.sh](https://temp.sh/) - 4GB / 3 Days
* [File Convoy](https://www.fileconvoy.com/) - 3GB / 21 Days * [File Convoy](https://www.fileconvoy.com/) - 3GB / 21 Days
* [FilePost](https://file-post.net/) - 3GB / 7 Days / Email Required * [Send](https://send.vis.ee/) - 2.5GB / 3 Days / 10 Downloads / [CLI](https://github.com/timvisee/ffsend) / [Instances](https://gitlab.com/timvisee/send-instances)
* [Send](https://send.vis.ee/) - 2.5GB / 3 Days / 10 Downloads / [Instances](https://gitlab.com/timvisee/send-instances) * [JUMBOmail](https://www.jumbomail.me/) - 2GB / 7 Days / Email Required
* [DropMB](https://dropmb.com/) - 512MB / 5 Years * [DropMB](https://dropmb.com/) - 512MB / 5 Years
* [FireLoad](https://www.fireload.com/) - 2GB / 60 Days / Account Required * [FireLoad](https://www.fireload.com/) - 2GB / 60 Days / Account Required
* [Lufi](https://upload.disroot.org/) - 2GB / 30 Days * [Lufi](https://upload.disroot.org/) - 2GB / 30 Days
@ -290,87 +341,37 @@
* [Clicknupload](https://clicknupload.co/) - 2GB / 8 Days (10GB / 25 Days with Account) * [Clicknupload](https://clicknupload.co/) - 2GB / 8 Days (10GB / 25 Days with Account)
* [WeTransfer](https://wetransfer.com/) - 2GB / 7 Days * [WeTransfer](https://wetransfer.com/) - 2GB / 7 Days
* [Smash](https://fromsmash.com/) - 2GB / 7 Days / Email Required * [Smash](https://fromsmash.com/) - 2GB / 7 Days / Email Required
* [MultiUp.io](https://multiup.io/) / [Extract / Upload](https://github.com/Reddiepoint/MultiUp-Direct), [MirrorAce](https://mirrorace.com/) or [Mirrored.to](https://www.mirrored.to/) - Multi Host Uploaders
* [Z-o-o-m](https://z-o-o-m.eu/) - Multi-Host Upload Desktop App
* [Limited Upload Hosts](https://rentry.org/xc48kg) - More Hosts / 1GB or Below * [Limited Upload Hosts](https://rentry.org/xc48kg) - More Hosts / 1GB or Below
*** ***
## ▷ P2P File Transfer
* ⭐ **[ToffeeShare](https://toffeeshare.com/)**
* ⭐ **[Blaze](https://blaze.vercel.app/)** / [GitHub](https://github.com/blenderskool/blaze)
* ⭐ **[LocalSend](https://localsend.org/)** - Desktop / Mobile Transfer / [Discord](https://discord.com/invite/GSRWmQNP87) / [GitHub](https://github.com/localsend/localsend)
* ⭐ **[justbeamit](https://justbeamit.com/)**
* ⭐ **[spacedrop](https://spacedrop.app/)**
* [wormhole](https://wormhole.app/)
* [KDEConnect](https://kdeconnect.kde.org/)
* [Warpinator](https://github.com/linuxmint/warpinator) - Desktop / Mobile Transfer
* [QRServ](https://play.google.com/store/apps/details?id=dev.uint.qrserv) - Desktop / Mobile Transfer / [GitHub](https://github.com/uintdev/qrserv)
* [Magic Wormhole](https://github.com/magic-wormhole/magic-wormhole) - Desktop / Mobile Transfer
* [croc](https://github.com/schollz/croc) - Desktop / Mobile Transfer / [GUI](https://github.com/howeyc/crocgui)
* [pairdrop](https://pairdrop.net/) / [GitHub](https://github.com/schlagmichdoch/pairdrop)
* [Snapdrop](https://snapdrop.net/) / [GitHub](https://github.com/SnapDrop/snapdrop)
* [sharedrop](https://www.sharedrop.io/)
* [new.space](https://new.space/)
* [file.pizza](https://file.pizza/)
* [Transfernow](https://www.transfernow.net/en)
* [onionshare](https://onionshare.org/)
* [Horizon Send](https://send.hrzn.cool/)
* [WinSCP](https://winscp.net/eng/index.php)
* [landrop](https://landrop.app/)
* [Surge](https://getsurge.io/)
* [saladroom](https://saladroom.net/)
* [blymp.io](https://blymp.io/) / [GitHub](https://github.com/vantezzen/blymp-io)
* [drop.lol](https://drop.lol/) / [GitHub](https://github.com/mat-sz/filedrop-web)
* [sendfiles](https://sendfiles.online/)
* [XD-Torrent](https://xd-torrent.github.io/)
* [lightning](https://lightning-share.vercel.app/)
* [RDrop](https://rdrop.link/)
* [webdrop](https://webdrop.space/)
* [MyAirBridge](https://www.myairbridge.com/)
* [Sprend](https://sprend.com/)
* [JumboMail](https://www.jumbomail.me/)
* [PlusTransfer](https://www.plustransfer.com/)
* [Wing FTP](https://www.wftpserver.com/)
* [Xlight](https://xlightftpd.com/)
* [FileZilla](https://filezilla-project.org/)
* [uschovna](https://www.uschovna.cz/)
* [posilej](https://posilej.cz/)
* [filetransfer](https://filetransfer.kpn.com/)
* [WebWormhole](https://webwormhole.io/)
* [Destiny](https://github.com/LeastAuthority/destiny)
* [sharrr](https://www.sharrr.com/)
* [Photon](https://photondev.netlify.app/)
* [EchoDuck](https://echoduck.com/)
* [ffsend](https://github.com/timvisee/ffsend)
* [File.love](https://file.love/)
* [IPFS](https://ipfs.tech/) or [kubo](https://github.com/ipfs/kubo) - P2P Hypermedia Protocol
* IPFS Tools - [Resources](https://github.com/ipfs/awesome-ipfs) / [Extension](https://github.com/ipfs/ipfs-companion) / [Desktop](https://github.com/ipfs/ipfs-desktop) / [IPFS Cluster](https://ipfscluster.io/)
***
## ▷ Cloud Storage ## ▷ Cloud Storage
* **Note** - Monthly prices are based on annual plans. 2TB prices are halved for comparison if a 1TB plan doesn't exist for a service. * **Note** - Monthly prices are based on annual plans. 2TB prices are halved for comparison if a 1TB plan doesn't exist for a service.
*** ***
* **[Cloud Storage Comparisons](https://eylenburg.github.io/cloud_comparison.htm)** - Compare Cloud Storage Policies * 🌐 **[Eylenburg Comparisons](https://eylenburg.github.io/cloud_comparison.htm)** or [ComparisonTabl.es](https://comparisontabl.es/cloud-storage/) - Compare Cloud Storage Sites
* ⭐ **[GDrive](https://drive.google.com/)** - 15GB Free / ~$3 for 1TB * ⭐ **[Google Drive](https://drive.google.com/)** - 15GB Free / 2 Years / ~$3 for 1TB
* ⭐ **[mega](https://mega.nz/)** - 20GB Free / ~$4.50 for 1TB / [GitHub](https://github.com/meganz) * ⭐ **[mega](https://mega.io/)** - 20GB Free / 3 Months / ~$4.50 for 1TB / [GitHub](https://github.com/meganz)
* ⭐ **[disk.yandex](https://disk.yandex.com/)** - 5GB Free / $2 for 1TB * ⭐ **[filen](https://filen.io/)** - 10GB Free / 3 Months / ~$8 for 1TB
* **[filen](https://filen.io/)** - 10GB Free / ~$8 for 1TB * [disk.yandex](https://disk.yandex.com/) - 5GB Free / 2 Years / $2 for 1TB
* [Cloud Storage Archiving Guide](https://pastebin.com/kLhLHsXg) - How To Safely Archive Files on Cloud Storage Sites * [terabox](https://terabox.com/) - 1TB Free / $3.50 for 2TB
* [terabox](https://terabox.com/) - 1TB Free / $3.50 for 2TB / [Downloader](https://indexsubtitle.cc/terabox-direct-link-generator) * [dropbox](https://www.dropbox.com/) - 1 or 2 GB Free/ 12 Months / ~$5 for 1TB / [Client](https://github.com/SamSchott/maestral)
* [dropbox](https://www.dropbox.com/) - 1 or 2 GB Free / ~$5 for 1TB / [Client](https://github.com/SamSchott/maestral) * [mediafire](https://www.mediafire.com/) - 10GB Free / 8 Months / $5 for 1TB
* [mediafire](https://www.mediafire.com/) - 10GB Free / $5 for 1TB * [icedrive](https://icedrive.net/) - 10GB Free / 3 Months / $5 for 1TB
* [icedrive](https://icedrive.net/) - 10GB Free / $5 for 1TB * [PCloud](https://www.pcloud.com/) - 10GB Free / 1 Year / ~$4 for 1TB
* [PCloud](https://www.pcloud.com/) - 10GB Free / ~$4 for 1TB * [FebBox](https://www.febbox.com/) - 1TB Free / 1 Month / ~$4 for 2TB
* [Proton Drive](https://proton.me/drive) - 2GB Free / ~$23 for 3TB * [Proton Drive](https://proton.me/drive) - 2GB Free (or 5GB for tasks) / 1 Year / ~$10 for 1TB
* [JumpShare](https://jumpshare.com/) - 2GB Free / $8.25 for 1TB * [JumpShare](https://jumpshare.com/) - 2GB Free / 1 Year / $8.25 for 1TB
* [CyberFile](https://cyberfile.me/) - 10GB Free * [CyberFile](https://cyberfile.me/) - 10GB Free
* [MrOwl](https://www.mrowl.com/) - 10GB Free / ~$16 for 1TB * [MrOwl](https://www.mrowl.com/) - 10GB Free / ~$16 for 1TB
* [Blomp](https://www.blomp.com/) - 20GB Free / ~$3 for 2TB * [Blomp](https://www.blomp.com/) - 20GB Free / 1 Month / ~$3 for 2TB
* [Akira Box](https://akirabox.com/) - 20GB Free * [Akira Box](https://akirabox.com/) - 20GB Free / 1 Years
* [Backblaze B2](https://www.backblaze.com/cloud-storage/) - 10GB Free / ~$6 for 1TB
* [Cloudflare R2](https://www.cloudflare.com/developer-platform/products/r2/) - 10GB Free / ~$15.5 per 1TB
* [1Cloud File](https://1cloudfile.com/) - 10GB Free * [1Cloud File](https://1cloudfile.com/) - 10GB Free
* [OneDriveFly](https://github.com/Tai7sy/OneDriveFly) - OneDrive Indexes * [OneDriveFly](https://github.com/Tai7sy/OneDriveFly) - OneDrive Indexes
* [Fix-OneDrive-Zip](https://github.com/pmqs/Fix-OneDrive-Zip) - Fix OneDrive Zip Files >4gb * [Fix-OneDrive-Zip](https://github.com/pmqs/Fix-OneDrive-Zip) - Fix OneDrive Zip Files >4gb
@ -393,33 +394,31 @@
*** ***
## ▷ GDrive Tools ## ▷ Google Drive Tools
* ↪️ **[GDrive File Sharing](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_gdrive_file_sharing)**
* ⭐ **[OneClickRun](https://colab.research.google.com/github/biplobsd/OneClickRun/blob/master/OneClickRun.ipynb)** - Google Drive Tools Colab / [Features](https://i.ibb.co/BfF3djW/f0ab560a3aef.png) / Use Throwaways * ⭐ **[OneClickRun](https://colab.research.google.com/github/biplobsd/OneClickRun/blob/master/OneClickRun.ipynb)** - Google Drive Tools Colab / [Features](https://i.ibb.co/BfF3djW/f0ab560a3aef.png) / Use Throwaways
* ⭐ **[SA Drive](https://github.com/jsmsj/sa-drive/)** - Service Account Drive Manager * ⭐ **[SA Drive](https://github.com/jsmsj/sa-drive/)** - Service Account Drive Manager
* [Any File to GDrive](https://github.com/menukaonline/Any-file-to-Google-Drive) - DDL to GDrive Tool * [Any File to Google Drive](https://github.com/menukaonline/Any-file-to-Google-Drive) - DDL to Google Drive Tool
* [DriveUploader](https://driveuploader.com/) - Receive Files via GDrive * [DriveUploader](https://driveuploader.com/) - Receive Files via Google Drive
* [GDrive CLI](https://github.com/glotlabs/gdrive) - Google Drive CLI Client * [Google Drive CLI](https://github.com/glotlabs/gdrive) - Google Drive CLI Client
* [goodls](https://github.com/tanaikech/goodls) - Google Drive Downloader * [goodls](https://github.com/tanaikech/goodls) - Google Drive Downloader
* [GDrive Downloader](https://github.com/Akianonymus/gdrive-downloader) - Google Drive Folder Downloader * [Google Drive Downloader](https://github.com/Akianonymus/gdrive-downloader) - Google Drive Folder Downloader
* [gdrivedl](https://github.com/matthuisman/gdrivedl) - Google Drive Python Download Script * [gdrivedl](https://github.com/matthuisman/gdrivedl) - Google Drive Python Download Script
* [ISAAC](https://rentry.co/FMHYBase64#gservice-gen) - Google Service Account Generators * [ISAAC](https://rentry.co/FMHYBase64#gservice-gen) - Google Service Account Generators
* [goindex-extended](https://github.com/menukaonline/goindex-extended) / [Themes](https://install.kenci.workers.dev/) or [Google-Drive-Index](https://gitlab.com/GoogleDriveIndex/Google-Drive-Index) - Google Drive Indexers * [goindex-extended](https://github.com/menukaonline/goindex-extended) / [Themes](https://install.kenci.workers.dev/) or [Google-Drive-Index](https://gitlab.com/GoogleDriveIndex/Google-Drive-Index) - Google Drive Indexers
* [gdurl](https://gdurl.com/), [google-drive-direct-link-generator/](https://www.wonderplugin.com/online-tools/google-drive-direct-link-generator/), [Direct.GDrive](https://direct.gdrive.vip/en/), [Maulvi](https://maulvi.github.io/) or [GDriveWebAppPublic ](https://github.com/CloudflareHackers/GDriveWebAppPublic) - Host Direct Links on GDrive * [gdurl](https://gdurl.com/), [google-drive-direct-link-generator/](https://www.wonderplugin.com/online-tools/google-drive-direct-link-generator/), [Direct.GDrive](https://direct.gdrive.vip/en/), [Maulvi](https://maulvi.github.io/) or [GDriveWebAppPublic ](https://github.com/CloudflareHackers/GDriveWebAppPublic) - Host Direct Links on Google Drive
* [GdriveCloneWeb](https://github.com/jsmsj/GdriveCloneWeb) or [Google Drive Clone Bot](https://jsmsj.github.io/GdriveCloneBot/) / [GitHub](https://github.com/jsmsj/GdriveCloneBot) - Copy Google Drives * [GdriveCloneWeb](https://github.com/jsmsj/GdriveCloneWeb) or [Google Drive Clone Bot](https://jsmsj.github.io/GdriveCloneBot/) / [GitHub](https://github.com/jsmsj/GdriveCloneBot) - Copy Google Drives
* [GD-EFC Link Encryptor](https://rekulous.github.io/gd-efc-encryptor/) - Google Drive Link Encryptor for GD-EFC * [GD-EFC Link Encryptor](https://rekulous.github.io/gd-efc-encryptor/) - Google Drive Link Encryptor for GD-EFC
* [gd-efc](https://anadius.github.io/gd-efc/) - Copy Encrypted Google Drive * [gd-efc](https://anadius.github.io/gd-efc/) - Copy Encrypted Google Drive
* [Gdrive Guide-Noob Friendly](https://telegra.ph/Gdrive-Guide-Noob-Friendly-04-10) - GDrive Guide * [Google drive Guide-Noob Friendly](https://telegra.ph/Gdrive-Guide-Noob-Friendly-04-10) - Google Drive Guide
* [DriveRename](https://driverename.iblogbox.com/) - Bulk GDrive File Rename * [DriveRename](https://driverename.iblogbox.com/) - Bulk Google Drive File Rename
* [Sharer](https://sharer.pw), [YuShare](https://yushare.my.id) or [GDToT](https://new10.gdtot.dad) - Google Drive File Sharing
*** ***
## ▷ Mega Tools ## ▷ MEGA Tools
* ⭐ **[Megabasterd](https://github.com/tonikelope/megabasterd)** - MEGA Quota Bypass / [Note](https://pastebin.com/BpS2mwKX) * ⭐ **[Megabasterd](https://github.com/tonikelope/megabasterd)** - Download Quota Bypass / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#megabasterd-note)
* ⭐ **[Mega_account_generator](https://github.com/qtchaos/py_mega_account_generator)** - Unlimited Upload Size * ⭐ **[Mega Account Generators](https://rentry.co/fmhybase64#mega-gen)** - Account Gen / Unlimited Upload Size / [Fix](https://rentry.co/mega_account_generator)
* ⭐ **[MegaDoctor](https://github.com/tonikelope/megadoctor)** - Mega Upload Manager * [MEGA Desktop](https://mega.io/desktop) / [GitHub](https://github.com/meganz/MEGAsync) - Official GUI App
* [MEGASync](https://mega.io/desktop) or [MegaCMD](https://mega.io/cmd) - Mega Apps * [MEGA CMD](https://mega.io/cmd) / [GitHub](https://github.com/meganz/MEGAcmd) - Official CLI App
* [Mega Gen](https://rentry.co/FMHYBase64#mega-gen) - Mega Account Generator
* [Mega-to-Google-Drive](https://github.com/menukaonline/Mega-to-Google-Drive) - Transfer Files from Mega to GDrive

View file

@ -9,20 +9,20 @@
* ↪️ **[Download Managers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/file-tools/#wiki_.25B7_download_managers)** * ↪️ **[Download Managers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/file-tools/#wiki_.25B7_download_managers)**
* ↪️ **[Media Posters / Covers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_covers_.2F_posters)** * ↪️ **[Media Posters / Covers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_covers_.2F_posters)**
* ↪️ **[Game Soundtracks](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/audio#wiki_.25B7_game_soundtracks)** * ↪️ **[Game Soundtracks](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/audio#wiki_.25B7_game_soundtracks)**
* ⭐ **[Sunshine](https://app.lizardbyte.dev/Sunshine/)** or [Moonlight](https://moonlight-stream.org/) - Gaming Remote Desktop Client * ⭐ **[PCGamingWiki](https://www.pcgamingwiki.com/)** - Game Fixes & Workarounds / [Discord](https://discord.gg/KDfrTZ8)
* ⭐ **[Sunshine](https://app.lizardbyte.dev/Sunshine/)**, [Apollo](https://github.com/ClassicOldSong/Apollo) or [Moonlight](https://moonlight-stream.org/) - Gaming Remote Desktop Client / [Mobile](https://github.com/ClassicOldSong/moonlight-android)
* ⭐ **[Library of Codexes](https://libraryofcodexes.com/)** - Game Codex Library * ⭐ **[Library of Codexes](https://libraryofcodexes.com/)** - Game Codex Library
* ⭐ **[HowLongToBeat](https://howlongtobeat.com/)**, [2](https://hl2b.com/) - Find Average Game Lengths * ⭐ **[HowLongToBeat](https://howlongtobeat.com/)**, [2](https://hl2b.com/) - Find Average Game Lengths
* ⭐ **[/r/tipofmyjoystick](https://www.reddit.com/r/tipofmyjoystick/)** - Find Games via Screenshot or Description * ⭐ **[/r/tipofmyjoystick](https://www.reddit.com/r/tipofmyjoystick/)** - Find Games via Screenshot or Description
* ⭐ **[Game Pauser](https://madebyjase.com/game-pauser/)** - Pause Unpausable Cutscenes * ⭐ **[Game Pauser](https://madebyjase.com/game-pauser/)** - Pause Unpausable Cutscenes
* ⭐ **[Valve Archive](https://valvearchive.com/)** - Rare Valve Data Archive * ⭐ **[Valve Archive](https://valvearchive.com/)** - Rare Valve Data Archive
* [NIWA](https://www.niwanetwork.org/) - Nintendo Independent Wiki Alliance / [Discord](https://discord.gg/59Mq6qB ) * [NIWA](https://www.niwanetwork.org/) - Nintendo Independent Wiki Alliance / [Discord](https://discord.gg/59Mq6qB )
* [humble-cli](https://github.com/smbl64/humble-cli) - Humble Bundle CLI
* [Gog To Free](https://greasyfork.org/en/scripts/481134) - Add Piracy Site Links to GOG Store * [Gog To Free](https://greasyfork.org/en/scripts/481134) - Add Piracy Site Links to GOG Store
* [The Models Resource](https://www.models-resource.com/) - Game Models * [The Models Resource](https://www.models-resource.com/) - Game Models
* [The Spriters Resource](https://www.spriters-resource.com/) - Video Game Sprites * [The Spriters Resource](https://www.spriters-resource.com/) - Video Game Sprites
* [MiiCharacters](https://www.miicharacters.com/) - Famous Mii Creation Guides * [MiiCharacters](https://www.miicharacters.com/) - Famous Mii Creation Guides
* [Buzz In](https://buzzin.live/) - Online Buzzer System * [Buzz In](https://buzzin.live/) - Online Buzzer System
* [Challonge](https://challonge.com/) - Tournament Creator / Manager * [Challonge](https://challonge.com/) or [Lorenzi's Game Boards](https://gb.hlorenzi.com/) - Tournament Creators / Managers
* [Archipelago](https://archipelago.gg/) - Multi-Game Randomizer * [Archipelago](https://archipelago.gg/) - Multi-Game Randomizer
* [Medal](https://medal.tv/) - Shadowplay for non Nvidia Cards / [Premium Bypass](https://medalbypass.vercel.app/) * [Medal](https://medal.tv/) - Shadowplay for non Nvidia Cards / [Premium Bypass](https://medalbypass.vercel.app/)
* [RePlays](https://github.com/lulzsun/RePlays) - Game Recording Manager * [RePlays](https://github.com/lulzsun/RePlays) - Game Recording Manager
@ -30,16 +30,16 @@
* [Scanlines for Windows](https://s4windows.itch.io/scanlines-for-windows) - Add Scanlines to Games / [Discord](https://discord.gg/MqxMj8MT55) * [Scanlines for Windows](https://s4windows.itch.io/scanlines-for-windows) - Add Scanlines to Games / [Discord](https://discord.gg/MqxMj8MT55)
* [Keystrokes](https://www.deviantart.com/jaxoriginals/art/Keystrokes-v1-3-889349339) - Keystrokes Overlay * [Keystrokes](https://www.deviantart.com/jaxoriginals/art/Keystrokes-v1-3-889349339) - Keystrokes Overlay
* [PSNProfiles](https://psnprofiles.com/) - Trophy Guide / PSN Profile Viewer * [PSNProfiles](https://psnprofiles.com/) - Trophy Guide / PSN Profile Viewer
* [Achievement Watcher](https://rentry.co/FMHYBase64#achievement-watcher-mod) - Achievement File Parser, Notifications & Playtime Tracker - [Note](https://pastebin.com/Sg1SJrRx) * [Achievement Watcher](https://rentry.co/FMHYBase64#achievement-watcher-mod) - Achievement File Parser, Notifications & Playtime Tracker / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#achievement-watcher-note)
* [Shmuplations](https://shmuplations.com/) - Japanese Developer Interviews * [Shmuplations](https://shmuplations.com/) - Japanese Developer Interviews
* [Wiki.gg](https://wiki.gg/wikis/) - Game Wikis / [Redirector](https://support.wiki.gg/wiki/Redirect_to_wiki.gg) * [Wiki.gg](https://wiki.gg/wikis/) - Game Wikis / [Redirector](https://support.wiki.gg/wiki/Redirect_to_wiki.gg)
* [CSDb](https://csdb.dk/) or [GB64](https://gb64.com/index.php) - Commodore 64 Resources * [CSDb](https://csdb.dk/) or [GB64](https://gb64.com/index.php) - Commodore 64 Resources
* [MORT](https://github.com/killkimno/MORT) - Real-time Game Text Translation * [Awesome J2ME](https://github.com/hstsethi/awesome-j2me) - J2ME Resources
* [Textractor](https://github.com/Artikash/Textractor) - Extract Text from Games / Visual Novels
* [GARbro](https://github.com/morkt/GARbro/) - Browse / Extract Visual Novel Resources * [GARbro](https://github.com/morkt/GARbro/) - Browse / Extract Visual Novel Resources
* [ConceptArt](https://vk.com/conceptart) - Video Game Concept Art * [ConceptArt](https://vk.com/conceptart) - Video Game Concept Art
* [FatmanTutorial](https://archive.org/details/fatmantutorial) - How to Repack Games * [Archiverse](https://archiverse.pretendo.network/) - Miiverse Archive
* [How Denuvo Works](https://rentry.co/denuvo) * [How Denuvo Works](https://rentry.co/FMHYBase64#how-denuvo-works)
* [Game Cracking / Repacking Guides](https://rentry.co/FMHYBase64#game-cracking-guides)
*** ***
@ -47,26 +47,25 @@
* 🌐 **[Steam Tool Collection](https://steamcommunity.com/sharedfiles/filedetails/?id=451698754)**, [steam.tools](https://steam.tools/) or [SteamInternals](https://cs.rin.ru/forum/viewtopic.php?f=10&t=65887) - Steam Tool Indexes * 🌐 **[Steam Tool Collection](https://steamcommunity.com/sharedfiles/filedetails/?id=451698754)**, [steam.tools](https://steam.tools/) or [SteamInternals](https://cs.rin.ru/forum/viewtopic.php?f=10&t=65887) - Steam Tool Indexes
* ↪️ **[Steam Workshop Downloaders](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_steam_workshop_downloaders)** * ↪️ **[Steam Workshop Downloaders](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_steam_workshop_downloaders)**
* ⭐ **[Koalageddon](https://github.com/acidicoala/Koalageddon/)** / [v2](https://github.com/acidicoala/Koalageddon2) - DLC Unlocker for Steam, Epic, Origin, EA and Uplay * ⭐ **[CreamAPI](https://cs.rin.ru/forum/viewtopic.php?t=70576)** - Steam DLC Unlocker / [Auto Setup](https://cs.rin.ru/forum/viewtopic.php?p=2013521)
* ⭐ **[SmokeAPI](https://github.com/acidicoala/SmokeAPI)** - Steam DLC Unlocker
* ⭐ **[GreenLuma](https://cs.rin.ru/forum/viewtopic.php?f=29&t=103709)** - Offline Steam DRM Bypass / DLC Unlocker / [Manager](https://github.com/BlueAmulet/GreenLuma-2024-Manager) / [Family Bypass Guide](https://rentry.org/gzny948p) * ⭐ **[GreenLuma](https://cs.rin.ru/forum/viewtopic.php?f=29&t=103709)** - Offline Steam DRM Bypass / DLC Unlocker / [Manager](https://github.com/BlueAmulet/GreenLuma-2024-Manager) / [Family Bypass Guide](https://rentry.org/gzny948p)
* ⭐ **[Unsteam](https://cs.rin.ru/forum/viewtopic.php?f=20&t=134707&hilit=unsteam)** - Online Steam DRM Bypass / Cracked Servers Only / Multiplayer Emulator * ⭐ **[Unsteam](https://cs.rin.ru/forum/viewtopic.php?f=20&t=134707&hilit=unsteam)** - Online Steam DRM Bypass / Cracked Servers Only / Multiplayer Emulator
* ⭐ **[Steamless](https://github.com/atom0s/Steamless)** - Steam DRM Remover * ⭐ **[Steamless](https://github.com/atom0s/Steamless)** - Steam DRM Remover
* ⭐ **[Goldberg](https://github.com/Detanup01/gbe_fork)** / [GUI](https://github.com/brunolee-GIT/GSE-Generator) / [Guide](https://rentry.co/goldberg_emulator) / [SmartSteamEmu](https://cs.rin.ru/forum/viewtopic.php?f=29&t=62935&sid=c6b5dadd40d56ac20a8789121bb743c5) - Offline Steam DRM Bypass / Multiplayer Emulator * ⭐ **[Goldberg](https://gitlab.com/Mr_Goldberg/goldberg_emulator)**, [2](https://github.com/Detanup01/gbe_fork) / [GUI](https://github.com/brunolee-GIT/GSE-Generator) / [Guide](https://rentry.co/goldberg_emulator) / [SmartSteamEmu](https://cs.rin.ru/forum/viewtopic.php?f=29&t=62935&sid=c6b5dadd40d56ac20a8789121bb743c5) - Offline Steam DRM Bypass / Multiplayer Emulator
* ⭐ **[Steam-Auto-Crack](https://github.com/oureveryday/Steam-auto-crack)** or [SteamAutoCracker](https://github.com/BigBoiCJ/SteamAutoCracker) - Auto Apply Goldberg + Steamless / [Guide](https://codeberg.org/fernbacher/How-To-Crack) * ⭐ **[Steam-Auto-Crack](https://github.com/SteamAutoCracks/Steam-auto-crack)** or [SteamAutoCracker](https://github.com/BigBoiCJ/SteamAutoCracker) - Auto Apply Goldberg + Steamless / [Guide](https://codeberg.org/fernbacher/How-To-Crack)
* ⭐ **[SteamDB](https://steamdb.info/)** or [Steambase](https://steambase.io/) - Steam Insights Tools / [Extension](https://steamdb.info/extension/) * ⭐ **[Koalageddon](https://github.com/acidicoala/Koalageddon/)** / [v2](https://github.com/acidicoala/Koalageddon2) - DLC Unlocker for Epic, Origin, EA and Uplay
* ⭐ **[SteamDB](https://steamdb.info/)** / [Extension](https://steamdb.info/extension/) or [Steambase](https://steambase.io/) / [Extension](https://chromewebstore.google.com/detail/better-steam/iobagpbkbdkobggejjcnidehfenchpec) - Steam Insights Tools
* ⭐ **[SDD GUI](https://github.com/mmvanheusden/SteamDepotDownloaderGUI)** or [DepotDownloader](https://github.com/SteamRE/DepotDownloader) - Steam Depot Downloaders * ⭐ **[SDD GUI](https://github.com/mmvanheusden/SteamDepotDownloaderGUI)** or [DepotDownloader](https://github.com/SteamRE/DepotDownloader) - Steam Depot Downloaders
* ⭐ **[RedAlt SteamUp](https://cs.rin.ru/forum/viewtopic.php?f=14&t=138413&p=3000090)** - Steam Depot Update Creator * ⭐ **[RedAlt SteamUp](https://cs.rin.ru/forum/viewtopic.php?f=14&t=138413&p=3000090)** - Steam Depot Update Creator
* ⭐ **[Heroic Games Launcher](https://heroicgameslauncher.com/)**, [LEGENDARY](https://github.com/derrod/legendary) / [Discord](https://legendary.gl/discord) or [Rare](https://github.com/RareDevs/Rare) - Epic Games Launcher * ⭐ **[Heroic Games Launcher](https://heroicgameslauncher.com/)** - Epic / GOG / Prime Games Launcher
* ⭐ **[Nemirtingas Epic Emulator](https://cs.rin.ru/forum/viewtopic.php?f=29&t=105551)** - Epic Online Service Emulator * ⭐ **[Nemirtingas Epic Emulator](https://cs.rin.ru/forum/viewtopic.php?f=29&t=105551)** - Epic Online Service Emulator
* ⭐ **[TCNO](https://github.com/TCNOco/TcNo-Acc-Switcher)** - Platform Account Switcher / [Tutorial](https://youtu.be/0h-xjiW9M7Y) * ⭐ **[TCNO](https://github.com/TCNOco/TcNo-Acc-Switcher)** - Platform Account Switcher / [Tutorial](https://youtu.be/0h-xjiW9M7Y)
* [CreamAPI](https://cs.rin.ru/forum/viewtopic.php?t=70576) - Steam DLC Unlocker / [Auto Setup](https://cs.rin.ru/forum/viewtopic.php?p=2013521)
* [DreamAPI](https://cs.rin.ru/forum/viewtopic.php?f=10&t=111520) - DLC Unlocker for Epic, Origin and EA * [DreamAPI](https://cs.rin.ru/forum/viewtopic.php?f=10&t=111520) - DLC Unlocker for Epic, Origin and EA
* [LEGENDARY](https://github.com/derrod/legendary) / [Discord](https://legendary.gl/discord) or [Rare](https://github.com/RareDevs/Rare) - Epic Games Launchers
* [Anadius](https://rentry.co/FMHYBase64#anadius) - DLC Unlockers for EA and Origin * [Anadius](https://rentry.co/FMHYBase64#anadius) - DLC Unlockers for EA and Origin
* [ScreamAPI](https://github.com/acidicoala/ScreamAPI) - Epic DLC Unlocker * [ScreamAPI](https://github.com/acidicoala/ScreamAPI) - Epic DLC Unlocker
* [GetDataFromSteam-SteamDB](https://github.com/Sak32009/GetDataFromSteam-SteamDB) - Find SteamDB DLC Data / Create Configs * [GetDataFromSteam-SteamDB](https://github.com/Sak32009/GetDataFromSteam-SteamDB) - Find SteamDB DLC Data / Create Configs
* [SKSAppManifestGenerator](https://github.com/Sak32009/SKSAppManifestGenerator) - Create AppManifest Data * [SKSAppManifestGenerator](https://github.com/Sak32009/SKSAppManifestGenerator) - Create AppManifest Data
* [Superheater](https://superheater.fgsfds.link/) - Fix / Patch Steam Games / [Discord](https://discord.gg/mWvKyxR4et)
* [Depressurizer](https://github.com/Depressurizer/Depressurizer) or [Backlog.rip](https://backlog.rip/) - Steam Library Organizers * [Depressurizer](https://github.com/Depressurizer/Depressurizer) or [Backlog.rip](https://backlog.rip/) - Steam Library Organizers
* [Steam Art Manager](https://github.com/Tormak9970/Steam-Art-Manager) - Find / Manage Game Art * [Steam Art Manager](https://github.com/Tormak9970/Steam-Art-Manager) - Find / Manage Game Art
* [Steam API Check Bypass](https://github.com/oureveryday/Steam-API-Check-Bypass) - Steam API Check Bypass * [Steam API Check Bypass](https://github.com/oureveryday/Steam-API-Check-Bypass) - Steam API Check Bypass
@ -74,22 +73,23 @@
* [Super Steam Packer](https://cs.rin.ru/forum/viewtopic.php?f=29&t=131328&hilit=super+steam+packer) - Pack and Share Your Steam Games * [Super Steam Packer](https://cs.rin.ru/forum/viewtopic.php?f=29&t=131328&hilit=super+steam+packer) - Pack and Share Your Steam Games
* [Steam Link](https://play.google.com/store/apps/details?id=com.valvesoftware.steamlink) - Stream Steam Library to TV * [Steam Link](https://play.google.com/store/apps/details?id=com.valvesoftware.steamlink) - Stream Steam Library to TV
* [Steam Mover](https://www.traynier.com/software/steammover) - Store Steam Games on Multiple Drives * [Steam Mover](https://www.traynier.com/software/steammover) - Store Steam Games on Multiple Drives
* [Steam Piracy](https://greasyfork.org/en/scripts/460862) or [Stream To Free](https://greasyfork.org/en/scripts/481139) - Add Piracy Site Links to Steam Store
* [SteamScout](https://www.togeproductions.com/SteamScout/) - Steam Review Analyzer * [SteamScout](https://www.togeproductions.com/SteamScout/) - Steam Review Analyzer
* [BoilR](https://github.com/PhilipK/BoilR) - Sync Game Platforms with Steam * [BoilR](https://github.com/PhilipK/BoilR) - Sync Game Platforms with Steam
* [Steam Link Dropdown](https://greasyfork.org/en/scripts/523078) - Add Piracy Site Links to Steam Store
* [UWPHook](https://briano.dev/UWPHook/) - Add Windows Store Games to Steam * [UWPHook](https://briano.dev/UWPHook/) - Add Windows Store Games to Steam
* [Steam Rom Manager](https://github.com/SteamGridDB/steam-rom-manager) - Add ROMs to Steam * [Steam Rom Manager](https://github.com/SteamGridDB/steam-rom-manager) - Add ROMs to Steam
* [Free Packages](https://steamdb.info/freepackages/) - Mass Activate All Free Steam Games / [Guide](https://youtu.be/svbdw-pYNT8) * [Free Packages](https://steamdb.info/freepackages/) - Mass Activate All Free Steam Games / $5 Account Min / [Guide](https://youtu.be/svbdw-pYNT8)
* [Idle Master Extended](https://github.com/JonasNilson/idle_master_extended) - Steam Card Automation
* [SteamAchievementManager](https://github.com/gibbed/SteamAchievementManager) - Steam Achievement Manager * [SteamAchievementManager](https://github.com/gibbed/SteamAchievementManager) - Steam Achievement Manager
* [SteamHunters](https://steamhunters.com/) - Steam Achievement Leaderboards / Profiles / [Discord](https://discord.com/invite/SeJ25Xv)
* [SteamID](https://steamid.io/) / [2](https://steamid.uk/), [SteamDetective](https://steamdetective.com/) or [SteamFinder](https://steamidfinder.com/) - Steam ID Lookup * [SteamID](https://steamid.io/) / [2](https://steamid.uk/), [SteamDetective](https://steamdetective.com/) or [SteamFinder](https://steamidfinder.com/) - Steam ID Lookup
* [SteamGuard](https://github.com/dyc3/steamguard-cli) - Generate Steam 2FA Codes * [SteamGuard](https://github.com/dyc3/steamguard-cli) - Generate Steam 2FA Codes
* [Watt Toolkit](https://steampp.net/) - Enhance Steam Functionality / [GitHub](https://github.com/BeyondDimension/SteamTools) * [Watt Toolkit](https://steampp.net/) - Enhance Steam Functionality / [GitHub](https://github.com/BeyondDimension/SteamTools)
* [AugmentedSteam](https://augmentedsteam.com/) - Steam Web Enhancement Extension * [AugmentedSteam](https://augmentedsteam.com/) - Steam Web Enhancement Extension
* [Steam URL Opener](https://github.com/veteran29/steam-url-open-extension) - Open URLs Inside Steam Client * [Steam URL Opener](https://github.com/veteran29/steam-url-open-extension) - Open URLs Inside Steam Client
* [Steam Age Bypass](https://greasyfork.org/en/scripts/18450-steam-bypass-age-confirmation-prompts) - Bypass Age Confirmation * [Steam Age Bypass](https://greasyfork.org/en/scripts/18450-steam-bypass-age-confirmation-prompts) - Bypass Age Confirmation
* [Steam Currency Converter](https://github.com/Solidet-com/steam-currency-converter) / [Note](https://pastebin.com/rjYe4kjT) - Steam Currency Converter * [Steam Currency Converter](https://github.com/Solidet-com/steam-currency-converter) / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#steam-currency-converter-note) - Steam Currency Converter
* [Millennium](https://steambrew.app/) - Steam Client Customization / [Discord](https://steambrew.app/discord) / [GitHub](https://github.com/SteamClientHomebrew/Millennium) * [Millennium](https://steambrew.app/) - Steam Client Customization / [Discord](https://steambrew.app/discord) / [GitHub](https://github.com/shdwmtr/millennium)
* [SteamCMD](https://developer.valvesoftware.com/wiki/SteamCMD) - Command-Line Steam Client
* [Adwaita for Steam](https://github.com/tkashkin/Adwaita-for-Steam) - Steam GNOME Skin * [Adwaita for Steam](https://github.com/tkashkin/Adwaita-for-Steam) - Steam GNOME Skin
* [Backgrounds.Gallery](https://backgrounds.gallery/) - Steam Backgrounds * [Backgrounds.Gallery](https://backgrounds.gallery/) - Steam Backgrounds
* [Steam.Design](https://steam.design/) - Steam Background Cropper * [Steam.Design](https://steam.design/) - Steam Background Cropper
@ -102,31 +102,29 @@
## ▷ Game Launchers ## ▷ Game Launchers
* ⭐ **[Playnite](https://playnite.link/)** - Game Library / Launcher / [Extensions](https://playnite.link/addons.html) / [Achievements](https://github.com/Lacro59/playnite-successstory-plugin) / [Discord](https://discord.com/invite/BrtABqe) * ⭐ **[Playnite](https://playnite.link/)** - Game Library / Launcher / [Extensions](https://playnite.link/addons.html) / [Discord](https://discord.com/invite/BrtABqe)
* ⭐ **[GoG Galaxy](https://www.gog.com/galaxy)** or **[Project GLD](https://github.com/Y0URD34TH/Project-GLD/)** - Game Libraries / Launchers * ⭐ **[GoG Galaxy](https://www.gog.com/galaxy)** or **[Project GLD](https://y0urd34th.github.io/Project-GLD/)** / [GitHub](https://github.com/Y0URD34TH/Project-GLD/) - Game Libraries / Launchers
* [Fit Launcher](https://github.com/CarrotRub/Fit-Launcher/) - Game Launcher / Torrent Client / [Discord](https://discord.gg/cXaBWdcUSF) * [Fit Launcher](https://github.com/CarrotRub/Fit-Launcher/) - Game Launcher / Torrent Client / [Discord](https://discord.gg/cXaBWdcUSF)
* [Launchbox](https://www.launchbox-app.com/) - Retro / Console Game Library / Launcher * [Launchbox](https://www.launchbox-app.com/) - Retro / Console Game Library / Launcher
* [GameHUB Launcher](https://www.deviantart.com/not-finch/art/GameHUB-launcher-2-for-Rainmeter-785369648) - Rainmeter Game Launcher * [GameHUB Launcher](https://www.deviantart.com/not-finch/art/GameHUB-launcher-2-for-Rainmeter-785369648) - Rainmeter Game Launcher
* [Hydra](https://github.com/hydralauncher/hydra) - Game Launcher / Torrent Client / [Plugins](https://hydralinks.cloud/) / [Discord](https://discord.com/invite/hydralaunchercommunity) / [Telegram](https://t.me/hydralauncher) * [Hydra](https://github.com/hydralauncher/hydra) - Game Launcher / Torrent Client / [Plugins](https://moyasee.github.io/HydraLibrary/), [2](https://hydralinks.cloud/) / [Game Search](https://www.isitonhydra.xyz/) / [Discord](https://discord.com/invite/hydralaunchercommunity) / [Telegram](https://t.me/hydralauncher)
* [OpenGamepadUI](https://github.com/ShadowBlip/OpenGamepadUI) - Gamepad Native Launcher * [OpenGamepadUI](https://github.com/ShadowBlip/OpenGamepadUI) - Gamepad Native Launcher
* [Arc](https://www.arcgames.com/en/about/client) - Gearbox Game Launcher / Library * [Arc](https://www.arcgames.com/en/about/client) - Gearbox Game Launcher / Library
* [JackboxUtility](https://jackboxutility.com/) - Jackbox Games Launcher / [Discord](https://discord.gg/ffKMZeb88m) / [GitHub](https://github.com/JackboxUtility/JackboxUtility)
* [GameVault](https://gamevau.lt) - Self-Hosted Gaming Platform / [Discord](https://discord.gg/NEdNen2dSu) * [GameVault](https://gamevau.lt) - Self-Hosted Gaming Platform / [Discord](https://discord.gg/NEdNen2dSu)
* [XIVLauncher](https://goatcorp.github.io/) - Fixed FFXIV Launcher
*** ***
## ▷ Optimization Tools ## ▷ Optimization Tools
* 🌐 **[PCGamingWiki](https://www.pcgamingwiki.com/)** - Game Optimization Resources / Fixes
* 🌐 **[Nvidia Overclocking](https://github.com/LunarPSD/NvidiaOverclocking/blob/main/Nvidia%20Overclocking.md)** - Nvidia Overclocking Resources * 🌐 **[Nvidia Overclocking](https://github.com/LunarPSD/NvidiaOverclocking/blob/main/Nvidia%20Overclocking.md)** - Nvidia Overclocking Resources
* ↪️ **[System Optimization Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/system-tools#wiki_.25BA_hardware_tools)**
* ⭐ **[SpecialK](https://www.special-k.info/)** - Game Optimization Tool / [Discord](https://discord.gg/specialk) * ⭐ **[SpecialK](https://www.special-k.info/)** - Game Optimization Tool / [Discord](https://discord.gg/specialk)
* ⭐ **[MSI Afterburner](https://www.msi.com/Landing/afterburner)**, [GPU Tweak lll](https://www.asus.com/campaign/GPU-Tweak-III/index.php) or [EVGA Precision X1](https://www.evga.com/precisionx1/) / [Warning](https://ibb.co/VSYtdTW) - GPU Overclocking / [Guide](https://docs.google.com/document/d/14ma-_Os3rNzio85yBemD-YSpF_1z75mZJz1UdzmW8GE/) * ⭐ **[MSI Afterburner](https://www.msi.com/Landing/afterburner)**, [GPU Tweak lll](https://www.asus.com/campaign/GPU-Tweak-III/index.php) or [EVGA Precision X1](https://www.evga.com/precisionx1/) / [Warning](https://ibb.co/VSYtdTW) - GPU Overclocking / [Guide](https://docs.google.com/document/d/14ma-_Os3rNzio85yBemD-YSpF_1z75mZJz1UdzmW8GE/)
* ⭐ **[SystemRequirmentsLab](https://www.systemrequirementslab.com/cyri/)** or [PCGameBenchmark](https://www.pcgamebenchmark.com/) - Game Requirements Tests * ⭐ **[SystemRequirementsLab](https://www.systemrequirementslab.com/cyri/)** or [PCGameBenchmark](https://www.pcgamebenchmark.com/) - Game Requirements Tests
* ⭐ **[MSI Kombustor](https://www.geeks3d.com/furmark/kombustor/)** - GPU Benchmark Test * ⭐ **[MSI Kombustor](https://www.geeks3d.com/furmark/kombustor/)** - GPU Benchmark Test
* ⭐ **[ProSettings](https://prosettings.net/)**, [Share Gaming Tweaks](https://www.tenforums.com/gaming/117377-share-gaming-tweaks-chec-my-comprehensive-list-will-blow-your-mind.html), [/r/OptimizedGaming](https://www.reddit.com/r/OptimizedGaming/), [SweetFX](https://sfx.thelazy.net/), [ENBSeries](http://enbdev.com) - Settings Optimization Guides * ⭐ **[ProSettings](https://prosettings.net/)**, [Share Gaming Tweaks](https://www.tenforums.com/gaming/117377-share-gaming-tweaks-chec-my-comprehensive-list-will-blow-your-mind.html), [/r/OptimizedGaming](https://www.reddit.com/r/OptimizedGaming/), [SweetFX](https://sfx.thelazy.net/), [ENBSeries](http://enbdev.com) - Settings Optimization Guides
* ⭐ **[DisplayMagician](https://displaymagician.littlebitbig.com/)** or [AutoActions](https://github.com/Codectory/AutoActions) - Per-Game Display Profiles * ⭐ **[DisplayMagician](https://displaymagician.littlebitbig.com/)** or [AutoActions](https://github.com/Codectory/AutoActions) - Per-Game Display Profiles
* ⭐ **[Lossless Scaling](https://rentry.co/FMHYBase64#lossless-scaling)** or **[Magpie](https://github.com/Blinue/Magpie)** - Game Upscaler * ⭐ **[Lossless Scaling](https://rentry.co/FMHYBase64#lossless-scaling)**, **[Magpie](https://github.com/Blinue/Magpie)**, [DLSS2FSR](https://discord.com/invite/2JDHx6kcXB) or [OptiScaler](https://github.com/cdozdil/OptiScaler) - Game Upscaling
* [RagnoTech Optimization Catalog](https://ragnos1997.com/optimization-catalog/) or [TroubleChute](https://www.youtube.com/c/TroubleChute/featured) - Gaming Optimization Guides * [RagnoTech Optimization Catalog](https://ragnos1997.com/optimization-catalog/) or [TroubleChute](https://www.youtube.com/c/TroubleChute/featured) - Gaming Optimization Guides
* [cancerogenoslab](https://sites.google.com/view/cancerogenoslab/) or [MikeMartin](https://www.mikemartin.co/) - FPS / Latency Guides * [cancerogenoslab](https://sites.google.com/view/cancerogenoslab/) or [MikeMartin](https://www.mikemartin.co/) - FPS / Latency Guides
* [OCAT](https://gpuopen.com/ocat/) / [GitHub](https://github.com/GPUOpen-Tools/ocat), [Rivatuner Statistics Server](https://www.guru3d.com/files-details/rtss-rivatuner-statistics-server-download.html), [CapFrameX](https://www.capframex.com/) or [Xbox Game Bar](https://rentry.co/WindowsFPS) - FPS Benchmarking * [OCAT](https://gpuopen.com/ocat/) / [GitHub](https://github.com/GPUOpen-Tools/ocat), [Rivatuner Statistics Server](https://www.guru3d.com/files-details/rtss-rivatuner-statistics-server-download.html), [CapFrameX](https://www.capframex.com/) or [Xbox Game Bar](https://rentry.co/WindowsFPS) - FPS Benchmarking
@ -137,11 +135,12 @@
* [dlss-swap](https://github.com/beeradmoore/dlss-swapper) - Download, Manage & Swap DLSS * [dlss-swap](https://github.com/beeradmoore/dlss-swapper) - Download, Manage & Swap DLSS
* [dgVoodoo2](http://dege.freeweb.hu/dgVoodoo2/) - Glide & DirectX Graphics Wrapper * [dgVoodoo2](http://dege.freeweb.hu/dgVoodoo2/) - Glide & DirectX Graphics Wrapper
* [VibranceGUI](https://vibrancegui.com/) - Automate Digital Vibrance Control * [VibranceGUI](https://vibrancegui.com/) - Automate Digital Vibrance Control
* [Vuenxx](https://discord.gg/ASZjqrjWYf) - Free FSR 3 Mods / [Note](https://pastebin.com/DyQh6K0Q) * [Vuenxx](https://discord.gg/ASZjqrjWYf) - Free FSR 3 Mods / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#vuenxx-note)
* [ReShade](https://reshade.me/) - Generic Post-Processing Injector / [GitHub](https://github.com/crosire/reshade) / [Shaders](https://github.com/BlueSkyDefender/Depth3D) / [Discord](https://discord.com/invite/PrwndfH) * [ReShade](https://reshade.me/) - Generic Post-Processing Injector / [Easy Installer](https://github.com/OopyDoopy/ReShade-Centralized) / [Shaders](https://github.com/BlueSkyDefender/Depth3D) / [Discord](https://discord.com/invite/PrwndfH) / [GitHub](https://github.com/crosire/reshade)
* [DLSSG to FSR3](https://github.com/Nukem9/dlssg-to-fsr3) - AMD FSR3 Frame Generation for NVIDIA * [DLSSG to FSR3](https://github.com/Nukem9/dlssg-to-fsr3) - AMD FSR3 Frame Generation for NVIDIA
* [WindowedBorderlessGaming](https://westechsolutions.net/sites/WindowedBorderlessGaming/), [Borderless Gaming](https://github.com/Codeusa/Borderless-Gaming) or [FullScreenizer](http://runtimeterror.com/tools/fullscreenizer/) - Borderless Windows for All Games * [WindowedBorderlessGaming](https://westechsolutions.net/sites/WindowedBorderlessGaming/), [Borderless Gaming](https://github.com/Codeusa/Borderless-Gaming) or [FullScreenizer](http://runtimeterror.com/tools/fullscreenizer/) - Borderless Windows for All Games
* [DxWnd](https://sourceforge.net/projects/dxwnd/) - Play Fullscreen Only Games in Window * [DxWnd](https://sourceforge.net/projects/dxwnd/) - Play Fullscreen Only Games in Window
* [WSGF](https://www.wsgf.org/) - Widescreen Gaming Community / Solutions
* [Widescreen Fixes Pack](https://thirteenag.github.io/wfp) / [GitHub](https://github.com/ThirteenAG/WidescreenFixesPack), [Widescreen Fixer v3.4](https://community.pcgamingwiki.com/files/file/1754-widescreen-fixer-v34-r737/) or [Flawless Widescreen](https://www.flawlesswidescreen.org/) - Widescreen Fixes * [Widescreen Fixes Pack](https://thirteenag.github.io/wfp) / [GitHub](https://github.com/ThirteenAG/WidescreenFixesPack), [Widescreen Fixer v3.4](https://community.pcgamingwiki.com/files/file/1754-widescreen-fixer-v34-r737/) or [Flawless Widescreen](https://www.flawlesswidescreen.org/) - Widescreen Fixes
* [4GB Patch](https://ntcore.com/?page_id=371) - Patch x86 executables to use 4GB * [4GB Patch](https://ntcore.com/?page_id=371) - Patch x86 executables to use 4GB
@ -149,7 +148,7 @@
## ▷ Controller Tools ## ▷ Controller Tools
* ⭐ **[DS4Windows](https://github.com/TRARS/DS4Windows)** / [2](https://github.com/Ryochan7/DS4Windows), [AntiMicroX](https://github.com/AntiMicroX/antimicroX), [DualSenseX](https://github.com/Paliverse/DualSenseX), [DualSenseY](https://github.com/WujekFoliarz/DualSenseY), [PCXSense](https://github.com/Denellyne/PCXSense) or [Input Remapper](https://github.com/sezanzeb/input-remapper) - Gamepad Input Tools / [Steam Note](https://pastebin.com/ycswQGVR) * ⭐ **[DS4Windows](https://github.com/TRARS/DS4Windows)** / [2](https://github.com/schmaldeo/DS4Windows), [AntiMicroX](https://github.com/AntiMicroX/antimicroX), [DualSenseX](https://github.com/Paliverse/DualSenseX), [DualSenseY](https://github.com/WujekFoliarz/DualSenseY), [PCXSense](https://github.com/Denellyne/PCXSense) or [Input Remapper](https://github.com/sezanzeb/input-remapper) - Gamepad Input Tools / [Steam Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#steam-controller-support)
* [x360ce](https://www.x360ce.com/) / [GitHub](https://github.com/x360ce/x360ce) - DS4 / 360 Controller Emulator * [x360ce](https://www.x360ce.com/) / [GitHub](https://github.com/x360ce/x360ce) - DS4 / 360 Controller Emulator
* [XOutput](https://github.com/csutorasa/XOutput) - DirectInput to Xinput wrapper * [XOutput](https://github.com/csutorasa/XOutput) - DirectInput to Xinput wrapper
* [DsHidMini](https://docs.nefarius.at/projects/DsHidMini/) - Use PS3 Controllers on Windows * [DsHidMini](https://docs.nefarius.at/projects/DsHidMini/) - Use PS3 Controllers on Windows
@ -167,57 +166,36 @@
## ▷ Game Mods ## ▷ Game Mods
* ↪️ **[Game Mods](https://rentry.co/FMHYBase64#game-mods)** - Mods for Individual Games
* ⭐ **[ChronoCrash](https://www.chronocrash.com/forum/)** - Side Scrolling Modding Forum / [Games List](https://www.chronocrash.com/forum/resources/categories/openbor.2/) * ⭐ **[ChronoCrash](https://www.chronocrash.com/forum/)** - Side Scrolling Modding Forum / [Games List](https://www.chronocrash.com/forum/resources/categories/openbor.2/)
* ⭐ **[ModDB](https://moddb.com/)** - Game Mods * ⭐ **[ModDB](https://moddb.com/)** - Game Mods
* ⭐ **[Nexus Mods](https://www.nexusmods.com/)** - Game Mods / [Bulk Downloader](https://greasyfork.org/en/scripts/483337) / [Redirect Skip](https://greasyfork.org/en/scripts/394039) / [Discord](https://discord.com/invite/nexusmods) * ⭐ **[Nexus Mods](https://www.nexusmods.com/)** - Game Mods / [Bulk Downloader](https://greasyfork.org/en/scripts/483337) / [Redirect Skip](https://greasyfork.org/en/scripts/394039) / [Download Hidden](https://rentry.org/downloadingdeletednexusmods) / [Discord](https://discord.com/invite/nexusmods)
* ⭐ **[ModdingLinked](https://moddinglinked.com/)** - Bethesda Game Modding Guides / [Discord](https://discord.com/invite/S99Ary5eba) * ⭐ **[ModdingLinked](https://moddinglinked.com/)** - Bethesda Game Modding Guides / [Discord](https://discord.com/invite/S99Ary5eba)
* [ModOrganizer](https://github.com/ModOrganizer2/modorganizer) * [ModOrganizer](https://github.com/ModOrganizer2/modorganizer) - Mod Manager
* [Otis_Inf Camera Mods](https://kemono.su/patreon/user/37343853) or [CinematicTools Archive](https://rentry.co/FMHYBase64#cinematictools-archive) - Game Camera Mods * [Otis_Inf Camera Mods](https://kemono.su/patreon/user/37343853) or [CinematicTools Archive](https://rentry.co/FMHYBase64#cinematictools-archive) - Game Camera Mods
* [mod.io](https://www.mod.io/) - Cross Platform Game Mods Support / [Discord](https://discord.com/invite/modio) * [Mod.io](https://www.mod.io/) - Cross Platform Game Mods Support / [Discord](https://discord.com/invite/modio)
* [WabbaJack](https://www.wabbajack.org/) - Automated Modlist Installer / [Discord](https://discord.com/invite/wabbajack) * [WabbaJack](https://www.wabbajack.org/) - Automated Modlist Installer / [Discord](https://discord.com/invite/wabbajack)
* [ModWorkshop](https://modworkshop.net/) - Game Mods / [Discord](https://discord.com/invite/Eear4JW) * [ModWorkshop](https://modworkshop.net/) - Game Mods / [Discord](https://discord.com/invite/Eear4JW)
* [GameFront](https://gamefront.com/) - Game Mods / [Discord](https://discord.com/invite/gamefront) * [GameFront](https://gamefront.com/) - Game Mods / [Discord](https://discord.com/invite/gamefront)
* [Video Game Mods](https://videogamemods.com/) - Game Mods / [Discord](https://discord.com/invite/C2JussB8hk) * [Video Game Mods](https://videogamemods.com/) - Game Mods / [Discord](https://discord.com/invite/C2JussB8hk)
* [GameBanana](https://gamebanana.com/) - Game Mods / [Discord](https://discord.com/invite/h5xJv9M) * [GameBanana](https://gamebanana.com/) - Game Mods / [Discord](https://discord.com/invite/h5xJv9M)
* [mod.io](https://mod.io/g) - Game Mods
* [SMods](https://catalogue.smods.ru/) - Game Mods
* [Silent's Blog](https://cookieplmonster.github.io/mods/index/) - Game Mods / Patches * [Silent's Blog](https://cookieplmonster.github.io/mods/index/) - Game Mods / Patches
* [FlingTrainer](https://flingtrainer.com/) - Game Mods / Trainers for Single Player Games * [FlingTrainer](https://flingtrainer.com/) - Game Mods / Trainers for Single Player Games
* [Top Mods](https://www.top-mods.com/) - PC Game Mods * [Top Mods](https://www.top-mods.com/) - PC Game Mods
* [ProAsm](http://www.proasm.com/) - Retro Game Mods * [ProAsm](http://www.proasm.com/) - Retro Game Mods
* [Thunderstore](https://thunderstore.io/) - Unity Game Mods * [Thunderstore](https://thunderstore.io/) - Unity Game Mods
* [Gale](https://github.com/Kesomannen/gale/) or [r2modman](https://github.com/ebkr/r2modmanPlus) - Thunderstore / BepInEx Unity Mod Managers * [Gale](https://github.com/Kesomannen/gale/) or [r2modman](https://github.com/ebkr/r2modmanPlus) - Thunderstore / BepInEx Unity Mod Managers
* [ProWrestlingMods](https://prowrestlingmods.io/) - Wrestling Game Mods / [Discord](https://discord.gg/ctUmSTueV3)
* [KSP-CKAN](https://github.com/KSP-CKAN/CKAN/) - Kerbal Space Program Mod Loader
* [Pre-Fortress 2](https://prefortress.com/) - TF1 Style TF2 Mod
* [Unreal Archive](https://unrealarchive.org/index.html) - Unreal Tournament Mods, Maps, Skins etc.
* [Quaddicted](https://www.quaddicted.com/) - Classic Quake Mods, Maps & Tools
* [ZagruzkaMods](https://zagruzkamods.com/) or [GameJunkie](https://www.gamejunkie.pro/) - Simulator Game Mods
* [ESO Addons](https://github.com/arviceblot/eso-addons) - Elder Scrolls Online Mod Manager
* [Funky](https://pukmajster.github.io/funky/) - Left 4 Dead 2 Mod Manager
* [Hidden Fallout 4 Mods](https://rentry.co/89gads), [2](https://docs.google.com/document/d/1Im5Mg-l2btRsYVOjaJa0slrjDcXNvi41J5pHw_Zuwqw/edit?usp=sharing) - Fallout 4 Mods Removed from Nexus
* [UGX Mods](https://www.ugx-mods.com/) - COD Zombies Mods / [Discord](https://discord.gg/g9S2nSp)
* [RimWorldBase](https://www.rimworldbase.com/) - RimWorld Mods
* [PvZ Link Server](https://discord.gg/TySsGQWB5A) (discord) - Plants vs Zombies Mods
* [AB Modding](https://discord.com/invite/4nrBd95) (discord) - Angry Birds Mods / [Subreddit](https://www.reddit.com/r/abmodding/)
* [Just Dance Megathread](https://rentry.co/just-dance-megathread) - Just Dance Mods / Tools
* [NFL2KMod](https://www.nfl2kmod.com/) - NFL Game Mods
* [StellarisMods](http://stellarismods.net/) - Stellaris Mods
* [SMods](https://smods.ru/) - Cities: Skylines Mods
* [MDMC](https://mdmc.moe/) - Muse Dash Mods / [Discord](https://discord.com/invite/mdmc)
* [BSManager](https://github.com/Zagrios/bs-manager) - Beat Saber Version / Mod Manager / [Discord](https://discord.com/invite/uSqbHVpKdV)
* [BSMG](https://bsmg.wiki/) - Beat Saber Mods
* [NFSMods](https://nfsmods.xyz/) / [Discord](https://discord.gg/MuC3KKW) or [NFSAddons](https://www.nfsaddons.com/) - Need for Speed Mods
* [SimPlaza](https://simplaza.org/) - Microsoft Flight Simulator Addons
* [Modding-OpenMW](https://modding-openmw.com/) - Morrowind Mods
*** ***
## ▷ Game Saves ## ▷ Game Saves
* ↪️ **[File Backup / Sync](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/file-tools/#wiki_.25B7_file_backup_.2F_sync)** * ↪️ **[File Backup](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/file-tools/#wiki_.25B7_file_backup) / [Sync](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/file-tools/#wiki_.25B7_file_sync)**
* [Ludusavi](https://github.com/mtkennerly/ludusavi) or [GameSave Manager](https://www.gamesave-manager.com/) - Video Game Backup Tools * ⭐ **[Ludusavi](https://github.com/mtkennerly/ludusavi)** or [GameSave Manager](https://www.gamesave-manager.com/) - Game Save Managers / Backup
* [Save Game World](https://www.savegameworld.com/) - PC / PlayStation / Switch / Xbox / Wii * [Save Game World](https://www.savegameworld.com/) - PC / PlayStation / Switch / Xbox / Wii
* [SavegameDownload.com](https://www.savegamedownload.com/) - PC / PlayStation / Switch / Xbox / Android * [SavegameDownload.com](https://www.savegamedownload.com/) - PC / PlayStation / Switch / Xbox / Android
* [Save Game Files](https://www.savegamefiles.com/) - PC / PlayStation / Xbox / Wii
* [YourSaveGames](https://www.yoursavegames.com/) - PC / PSP * [YourSaveGames](https://www.yoursavegames.com/) - PC / PSP
* [SaveGame.Pro](https://savegame.pro/) - PC * [SaveGame.Pro](https://savegame.pro/) - PC
* [Saves For Games](https://savesforgames.com/) - PC * [Saves For Games](https://savesforgames.com/) - PC
@ -245,13 +223,12 @@
## ▷ Git Gud ## ▷ Git Gud
* 🌐 **[Mousepad Mastersheet](https://docs.google.com/spreadsheets/d/1RAnmZxDNduaGV8kB-GCvZ0MO6d9-0j9jmrU2f8dp0Ww/)** - Mousepad Comparison Chart * 🌐 **[Mousepad Mastersheet](https://docs.google.com/spreadsheets/d/1RAnmZxDNduaGV8kB-GCvZ0MO6d9-0j9jmrU2f8dp0Ww/)** - Mousepad Comparison Chart
* 🌐 **[Click Latencies](https://docs.google.com/spreadsheets/d/1-QI7-LY9Ul_DsVE4ZOqBQxqqqqrdJ04Ite8IY3AQMds/)** - Mouse Click Latency Tests
* 🌐 **[Gamepadla](https://gamepadla.com/)** - Gamepad / Controller Latency Tests * 🌐 **[Gamepadla](https://gamepadla.com/)** - Gamepad / Controller Latency Tests
* ⭐ **[Before I Play](https://beforeiplay.com/)** - Tips for any Game * ⭐ **[Before I Play](https://beforeiplay.com/)** - Tips for any Game
* ⭐ **[GamingSmart](https://gamingsmart.com/)** or [Mouse Sensitivity](https://www.mouse-sensitivity.com/) - Game Sensitivity Converters / Tools * ⭐ **[GamingSmart](https://gamingsmart.com/)** or [Mouse Sensitivity](https://www.mouse-sensitivity.com/) - Game Sensitivity Converters / Tools
* ⭐ **[Aim400kg](https://aim400kg.com/)**, [3D Aim Trainer](https://www.3daimtrainer.com/), [Aimlabs](https://aimlabs.com/), [Aiming.Pro](https://aiming.pro/) or [AimTrainer](https://aimtrainer.io/) - Aim Training * ⭐ **[Aim400kg](https://aim400kg.com/)**, [3D Aim Trainer](https://www.3daimtrainer.com/), [Aimlabs](https://aimlabs.com/), [Aiming.Pro](https://aiming.pro/) or [AimTrainer](https://aimtrainer.io/) - Aim Training
* ⭐ **[Speedrun](https://www.speedrun.com/)** - Speedrunning Streams, Leaderboards, Resources etc. * ⭐ **[Speedrun](https://www.speedrun.com/)** - Speedrunning Streams, Leaderboards, Resources etc.
* [GameGuides](https://www.gamerguides.com/), [Retro Guides](https://rentry.co/FMHYBase64#retro-game-strategy-guides), [Game8](https://game8.co/), [StrategyWiki](https://strategywiki.org/), [Samurai Gamers](https://samurai-gamers.com/), [UHS Hints](https://www.uhs-hints.com/) or [Kirklands](https://archive.org/details/kirklands-manual-labor-sony-playstation-2-usa-4k-version) - Game Guides * [GameGuides](https://www.gamerguides.com/), [DotGG](https://dotgg.gg/), [Retro Guides](https://rentry.co/FMHYBase64#retro-game-strategy-guides), [Game8](https://game8.co/), [StrategyWiki](https://strategywiki.org/), [Samurai Gamers](https://samurai-gamers.com/), [UHS Hints](https://www.uhs-hints.com/) or [Kirklands](https://archive.org/details/kirklands-manual-labor-sony-playstation-2-usa-4k-version) - Game Guides
* [Voltaic](https://voltaic.gg/) - Aim Benchmark & Guides * [Voltaic](https://voltaic.gg/) - Aim Benchmark & Guides
* [Piper](https://github.com/libratbag/piper) - Gaming Mouse Config Tool * [Piper](https://github.com/libratbag/piper) - Gaming Mouse Config Tool
* [LiveSplit](https://livesplit.org/) - Customizable Speedrun Timer * [LiveSplit](https://livesplit.org/) - Customizable Speedrun Timer
@ -272,11 +249,10 @@
* ⭐ **[IGDB](https://www.igdb.com/)**, **[GiantBomb](https://www.giantbomb.com/games/)**, [LaunchBox Games Database](https://gamesdb.launchbox-app.com/), [GameFAQs](https://gamefaqs.gamespot.com/), [Rawg](https://rawg.io/), [Moby Games](https://www.mobygames.com/), [rate.house](https://rate.house/chart/game), [listal](https://www.listal.com/) or [FrontierNav](https://frontiernav.net/) - Game Database * ⭐ **[IGDB](https://www.igdb.com/)**, **[GiantBomb](https://www.giantbomb.com/games/)**, [LaunchBox Games Database](https://gamesdb.launchbox-app.com/), [GameFAQs](https://gamefaqs.gamespot.com/), [Rawg](https://rawg.io/), [Moby Games](https://www.mobygames.com/), [rate.house](https://rate.house/chart/game), [listal](https://www.listal.com/) or [FrontierNav](https://frontiernav.net/) - Game Database
* ⭐ **[TasteDive](https://tastedive.com/games )**, [50GamesLike](https://www.50gameslike.com/), [Mythic Maps](https://mythicmap.com/) / [Discord](https://discord.gg/xw6cgmjDzB) or [/r/ifyoulikeblank](https://www.reddit.com/r/ifyoulikeblank/) - Game Recommendations * ⭐ **[TasteDive](https://tastedive.com/games )**, [50GamesLike](https://www.50gameslike.com/), [Mythic Maps](https://mythicmap.com/) / [Discord](https://discord.gg/xw6cgmjDzB) or [/r/ifyoulikeblank](https://www.reddit.com/r/ifyoulikeblank/) - Game Recommendations
* [Rec Charts](https://pastebin.com/ayuqSpGR) - Game Recommendation Guides * [Rec Charts](https://pastebin.com/ayuqSpGR) - Game Recommendation Guides
* [GameGauntlets](https://gamegauntlets.com/) - Find Random Games
* [Incendar](https://incendar.com/) - Game Release Date Tracker * [Incendar](https://incendar.com/) - Game Release Date Tracker
* [GG App](https://ggapp.io/), [Gamelib](https://gamelib.app/explore), [Backloggery](https://backloggery.com/) or [Exophase](https://www.exophase.com/) - Game Trackers * [GG App](https://ggapp.io/), [Gamelib](https://gamelib.app/explore), [Backloggery](https://backloggery.com/) or [Exophase](https://www.exophase.com/) - Game Trackers
* [IMDb Advanced Search](https://www.imdb.com/search/) - Game Search * [IMDb Advanced Search](https://www.imdb.com/search/) - Game Search
* [JRGPC](https://jrpgc.com/) - JRPG Databases / [Discord](https://discord.com/invite/jrpgc) * [JRPGC](https://jrpgc.com/) - JRPG Databases / [Discord](https://discord.com/invite/jrpgc)
* [RPGCodex](https://rpgcodex.net/forums/) - RPG Database / Forum * [RPGCodex](https://rpgcodex.net/forums/) - RPG Database / Forum
* [SteamPeek](https://steampeek.hu/) or [IndieDB](https://www.indiedb.com/) - Indie Game Databases * [SteamPeek](https://steampeek.hu/) or [IndieDB](https://www.indiedb.com/) - Indie Game Databases
* [RetroShowcase](https://www.retroshowcase.gr/) or [The Good Old Days](https://www.goodolddays.net/) - Retro Game Databases * [RetroShowcase](https://www.retroshowcase.gr/) or [The Good Old Days](https://www.goodolddays.net/) - Retro Game Databases
@ -287,7 +263,7 @@
* [SvenEvils Playground](https://store.steampowered.com/curator/8485829/) or [Local Multiplayer List](https://docs.google.com/spreadsheets/d/14f6qS2GJy8C-b40Df3dNH_aZq7WfZ4jMggzEajUrX0w/) - Local Multiplayer Game Database * [SvenEvils Playground](https://store.steampowered.com/curator/8485829/) or [Local Multiplayer List](https://docs.google.com/spreadsheets/d/14f6qS2GJy8C-b40Df3dNH_aZq7WfZ4jMggzEajUrX0w/) - Local Multiplayer Game Database
* [DoesItPlay?](https://www.doesitplay.org/) - Offline Game Compatibility Database * [DoesItPlay?](https://www.doesitplay.org/) - Offline Game Compatibility Database
* [CloudBase](https://cloudbase.gg/) - Cloud Game Database * [CloudBase](https://cloudbase.gg/) - Cloud Game Database
* [Low Spec Games](https://pastebin.com/MTCXZxCN) - Low Spec Game Database * [Low Spec Games](https://pastebin.com/raw/MTCXZxCN) - Low Spec Game Database
* [HOTU](https://www.homeoftheunderdogs.net/) - Rare Game Database * [HOTU](https://www.homeoftheunderdogs.net/) - Rare Game Database
* [Delisted Games](https://delistedgames.com/) - Delisted Games Database * [Delisted Games](https://delistedgames.com/) - Delisted Games Database
* [BoardGameGeek](https://boardgamegeek.com/) - Board Game Database * [BoardGameGeek](https://boardgamegeek.com/) - Board Game Database
@ -312,10 +288,11 @@
* ⭐ **[Online Fix](https://online-fix.me/)** - Online / LAN Multiplayer Fix / [Discord](https://discord.gg/yExgFYncMD) * ⭐ **[Online Fix](https://online-fix.me/)** - Online / LAN Multiplayer Fix / [Discord](https://discord.gg/yExgFYncMD)
* ⭐ **[Playit.gg](https://playit.gg/)** - LAN Multiplayer Fix / [Discord](https://discord.gg/AXAbujx) * ⭐ **[Playit.gg](https://playit.gg/)** - LAN Multiplayer Fix / [Discord](https://discord.gg/AXAbujx)
* ⭐ **[zerotier](https://www.zerotier.com/)** - LAN Multiplayer Fix * ⭐ **[ZeroTier](https://www.zerotier.com/)** - LAN Multiplayer Fix
* [Radmin](https://www.radmin-vpn.com/) - LAN Multiplayer Fix / [Discord](https://discord.com/invite/8MapDM7m96) * [Radmin](https://www.radmin-vpn.com/) - LAN Multiplayer Fix / [Discord](https://discord.com/invite/8MapDM7m96)
* [Hamachi](https://vpn.net/) - LAN Multiplayer Fix * [Hamachi](https://vpn.net/) - LAN Multiplayer Fix
* [NetMaker](https://www.netmaker.io/) - LAN Multiplayer Fix * [NetMaker](https://www.netmaker.io/) - LAN Multiplayer Fix
* [OpenSpy](http://beta.openspy.net/en/) - LAN Multiplayer Fix / [GitHub](https://github.com/openspy/openspy-core)
* [Team XLink](https://www.teamxlink.co.uk/) - LAN Multiplayer Fix / [Discord](https://discord.com/invite/XUS9n73KSP) * [Team XLink](https://www.teamxlink.co.uk/) - LAN Multiplayer Fix / [Discord](https://discord.com/invite/XUS9n73KSP)
* [ZLOEmu](https://zloemu.net/) - LAN Multiplayer Fix * [ZLOEmu](https://zloemu.net/) - LAN Multiplayer Fix
* [t7patch](https://github.com/shiversoftdev/t7patch) - Black Ops 3 Crash Fix * [t7patch](https://github.com/shiversoftdev/t7patch) - Black Ops 3 Crash Fix
@ -325,21 +302,24 @@
## ▷ Multiplayer Mods ## ▷ Multiplayer Mods
* 🌐 **[Multiplayer Mods](https://docs.google.com/spreadsheets/d/e/2PACX-1vSV41AswEt3EpzSyd85YRVtoJaIIXWjtBy347dISJg4fs6xSNPqcgfsh76TxX_l-mnT7pjMlSqTW-87/pubhtml)** or [Unmoddable](https://unmoddable.com/) - Multiplayer Mods for Single-Player Games * 🌐 **[Multiplayer Mods](https://docs.google.com/spreadsheets/d/e/2PACX-1vSV41AswEt3EpzSyd85YRVtoJaIIXWjtBy347dISJg4fs6xSNPqcgfsh76TxX_l-mnT7pjMlSqTW-87/pubhtml)** or [Unmoddable](https://unmoddable.com/) - Multiplayer Mods for Single-Player Games
* [AlterWare](https://alterware.dev/) - COD Multiplayer Projects / [Discord](https://discord.gg/2ETE8engZM) / [GitHub](https://github.com/mxve/alterware-launcher) * ⭐ **[Plutonium](https://plutonium.pw/)** - COD BO1/BO2, MW3 and WaW Multiplayer Client / [Setup Guide](https://guides.viren070.me/plutonium) / [Video Guide](https://youtu.be/8F7hv98t8ck) / [Offline Launcher](https://github.com/JugAndDoubleTap/LanLauncher) / [Discord](https://discord.gg/d95y8ah)
* [Plutonium](https://plutonium.pw/) - COD Multiplayer Projects / [Setup Guide](https://guides.viren070.me/plutonium) / [Video Guide](https://youtu.be/8F7hv98t8ck) / [Offline Launcher](https://github.com/JugAndDoubleTap/LanLauncher) / [Discord](https://discord.gg/d95y8ah) * [AlterWare](https://alterware.dev/) - COD MW2 (2009), MW3, BO3, AW and Ghosts Multiplayer Client / [Discord](https://discord.gg/2ETE8engZM) / [GitHub](https://github.com/mxve/alterware-launcher)
* [MRON Warzone](https://www.mronwarzone.ru/mron-mod) - MW2019 Multiplayer Client / [Guide](https://www.mronwarzone.ru/verdansk) / [Video Guide](https://youtu.be/mDAVpNILA7s) / [Discord](https://discord.gg/mronwarzone)
* [HorizonMW](https://discord.gg/horizonmw) - Modern Warfare Remastered Multiplayer Client / [Guide](https://youtu.be/BgfTZMXeQ8E) / [Servers / Info](https://master.iw4.zip/) / [Tools](https://github.com/z6m/h2m-tool) * [HorizonMW](https://discord.gg/horizonmw) - Modern Warfare Remastered Multiplayer Client / [Guide](https://youtu.be/BgfTZMXeQ8E) / [Servers / Info](https://master.iw4.zip/) / [Tools](https://github.com/z6m/h2m-tool)
* [CoD4x Mod](https://cod4x.ovh/) - COD4 Multiplayer Project / Requires MP Key / [Discord](https://discord.com/invite/fMGb7BGVvy) * [CoD4x Mod](https://cod4x.ovh/) - COD4 (2007) Multiplayer Project / Requires MP Key / [Discord](https://discord.com/invite/fMGb7BGVvy)
* [Venice Unleashed](https://veniceunleashed.net/) / [Discord](https://discord.com/invite/dpJwaVZ) or [Warsaw Revamped](https://warsaw.gg/) / [Discord](https://discord.com/invite/C9Zrh4G) - Battlefield Mod Projects * [Venice Unleashed](https://veniceunleashed.net/) / [Discord](https://discord.com/invite/dpJwaVZ) or [Warsaw Revamped](https://warsaw.gg/) / [Discord](https://discord.com/invite/C9Zrh4G) - Battlefield Mod Projects
* [SM64 Coop Deluxe](https://sm64coopdx.com/) - Super Mario 64 Co-Op / [Discord](https://discord.gg/TJVKHS4)
* [Smash64](https://smash64.online/) - Smash Bros 64 Online / [Discord](https://discord.gg/ssb64) * [Smash64](https://smash64.online/) - Smash Bros 64 Online / [Discord](https://discord.gg/ssb64)
* [Marne](https://marne.io/) - BF1 Multiplayer Project / [Discord](https://marne.io/discord) * [Marne](https://marne.io/) - BF1 Multiplayer Project / [Discord](https://marne.io/discord)
* [Slippi](https://slippi.gg/) - Super Smash Bros Melee Online / [Discord](https://discord.com/invite/pPfEaW5) * [Slippi](https://slippi.gg/) - Super Smash Bros Melee Online / [Discord](https://discord.com/invite/pPfEaW5)
* [Tilted Online](https://wiki.tiltedphoques.com/tilted-online/) - Multiplayer Skyrim & Fallout 4 / [GitHub](https://github.com/tiltedphoques/TiltedEvolution)/ [Discord](https://discord.gg/skyrimtogether) / [Setup Guide](https://youtu.be/ytSftFoQQHA) * [Tilted Online](https://wiki.tiltedphoques.com/tilted-online/) - Multiplayer Skyrim & Fallout 4 / [GitHub](https://github.com/tiltedphoques/TiltedEvolution)/ [Discord](https://discord.gg/skyrimtogether) / [Setup Guide](https://youtu.be/ytSftFoQQHA)
* [NV:MP](https://nv-mp.com/) - Fallout: New Vegas Multiplayer / [Discord](https://discordapp.com/invite/mKVdhmEDrW) * [NV:MP](https://nv-mp.com/) - Fallout: New Vegas Multiplayer / [Discord](https://discordapp.com/invite/mKVdhmEDrW)
* [Nitrox](https://nitrox.rux.gg/) - Subnautica Multiplayer * [Nitrox](https://nitrox.rux.gg/) - Subnautica Multiplayer
* [BeamMP](https://beammp.com/ ) - BeamNG Multiplayer / [GitHub](https://github.com/BeamMP/BeamMP)
* [Fika](https://github.com/project-fika/Fika-Documentation) - Play Single Player Tarkov Co-Op / Requires Legit Game / Bypass
* [OnlineCTR](https://www.online-ctr.com/) - Crash Team Racing Multiplayer * [OnlineCTR](https://www.online-ctr.com/) - Crash Team Racing Multiplayer
* [CnCNet](https://cncnet.org/) - Multiplayer Command & Conquer / [Discord](https://discord.com/invite/aJRJFe5) * [CnCNet](https://cncnet.org/) - Multiplayer Command & Conquer / [Discord](https://discord.com/invite/aJRJFe5)
* [Old School RuneScape](https://oldschool.runescape.com/) - Classic Runescape / [Discord](https://discord.com/invite/osrs) * [Old School RuneScape](https://oldschool.runescape.com/) - Classic Runescape / [Discord](https://discord.com/invite/osrs)
* [RuneLite](https://runelite.net/) - Old School RuneScape Client w/ Plugin Support / [Discord](https://runelite.net/discord)
* [Mega Man Arena](https://www.megamanarena.com/) or [Megaman 2.5D](https://petersjostrand.com/) - Multiplayer Mega Man * [Mega Man Arena](https://www.megamanarena.com/) or [Megaman 2.5D](https://petersjostrand.com/) - Multiplayer Mega Man
*** ***
@ -350,8 +330,10 @@
* [Server.pro](https://server.pro/) - Game Server Hosting * [Server.pro](https://server.pro/) - Game Server Hosting
* [Impostor](https://impostor.github.io/Impostor/) - Among Us Private Server / [Discord](https://discord.com/invite/Mk3w6Tb) * [Impostor](https://impostor.github.io/Impostor/) - Among Us Private Server / [Discord](https://discord.com/invite/Mk3w6Tb)
* [VRCList](https://vrclist.com/) - Find VRChat Worlds / Signup Required * [VRCList](https://vrclist.com/) - Find VRChat Worlds / Signup Required
* [OldUnreal](https://www.oldunreal.com/) - Unreal Tournement Servers / [Discord](https://discord.gg/thURucxzs6)
* [DiIiS](https://github.com/blizzless/blizzless-diiis) - Open-Source Diablo III Local Server * [DiIiS](https://github.com/blizzless/blizzless-diiis) - Open-Source Diablo III Local Server
* [Insignia](https://insignia.live/) - Original Xbox Replacement Servers / [Discord](https://discord.gg/CWkdVdc) * [Insignia](https://insignia.live/) - Original Xbox Replacement Servers / [Discord](https://discord.gg/CWkdVdc)
* [ElDewrito](https://www.eldewrito.org/) - Halo Online / Halo 3 Servers
* [Project Cartographer](https://www.halo2.online/) - Halo 2 Online Servers * [Project Cartographer](https://www.halo2.online/) - Halo 2 Online Servers
* [Halo Custom Edition](https://www.haloce.org/) - Halo CE Online Servers * [Halo Custom Edition](https://www.haloce.org/) - Halo CE Online Servers
* [BF2142 Reclamation](https://battlefield2142.co/) - BF2142 Servers / [Discord](https://discord.gg/MEwBW9U) * [BF2142 Reclamation](https://battlefield2142.co/) - BF2142 Servers / [Discord](https://discord.gg/MEwBW9U)
@ -362,6 +344,7 @@
* [Factorio.zone](https://factorio.zone/) - Free Factorio Servers * [Factorio.zone](https://factorio.zone/) - Free Factorio Servers
* [Clash of Magic](https://www.clashofmagic.io/) / [Discord](https://discord.gg/eSbkhDF) or [Atrasis](https://atrasisclash.net/) / [Discord](https://discord.gg/wmSjaTJ) - Clash of Clans Private Servers * [Clash of Magic](https://www.clashofmagic.io/) / [Discord](https://discord.gg/eSbkhDF) or [Atrasis](https://atrasisclash.net/) / [Discord](https://discord.gg/wmSjaTJ) - Clash of Clans Private Servers
* [Rusticaland](https://rusticaland.net/) - Free Rust Servers / [Discord](https://discord.com/invite/MD9RgdYhpf) * [Rusticaland](https://rusticaland.net/) - Free Rust Servers / [Discord](https://discord.com/invite/MD9RgdYhpf)
* [Ephinea](https://ephinea.pioneer2.net/) - Phantasy Star Online Blue Burst Server Revival
* [PSO Servers](https://www.reddit.com/r/PSO/wiki/servers) - Phantasy Star Online 1 Server Revivals * [PSO Servers](https://www.reddit.com/r/PSO/wiki/servers) - Phantasy Star Online 1 Server Revivals
* [KOCity](https://kocity.xyz/) - Knockout City Multiplayer Revival / [Discord](https://discord.gg/4kNPb4cRxN) / [GitHub](https://github.com/Ipmake/kocitylauncher) * [KOCity](https://kocity.xyz/) - Knockout City Multiplayer Revival / [Discord](https://discord.gg/4kNPb4cRxN) / [GitHub](https://github.com/Ipmake/kocitylauncher)
* [Elemental Fracture](https://elefrac.com/) - Spellbreak Community Revival / [Discord](https://dsc.gg/elefrac) * [Elemental Fracture](https://elefrac.com/) - Spellbreak Community Revival / [Discord](https://dsc.gg/elefrac)
@ -401,8 +384,12 @@
* [Switchway](https://switchway.net/) - Switch Homebrew Guide * [Switchway](https://switchway.net/) - Switch Homebrew Guide
* [/r/SwitchPirates](https://www.reddit.com/r/SwitchPirates/) or [/r/SwitchHacks](https://reddit.com/r/SwitchHacks) - Switch Homebrew Subreddits * [/r/SwitchPirates](https://www.reddit.com/r/SwitchPirates/) or [/r/SwitchHacks](https://reddit.com/r/SwitchHacks) - Switch Homebrew Subreddits
* [LAN Play Status](http://lan-play.com/) or [Switch-LAN-Play](https://github.com/spacemeowx2/switch-lan-play) / [Discord](https://discord.gg/PUEmfV4) - Switch Multiplayer Servers * [LAN Play Status](http://lan-play.com/) or [Switch-LAN-Play](https://github.com/spacemeowx2/switch-lan-play) / [Discord](https://discord.gg/PUEmfV4) - Switch Multiplayer Servers
* [FlagBrew](https://flagbrew.org/) - Switch / [Discord](https://discord.com/invite/4Rv8DTzGFa) * [FlagBrew](https://flagbrew.org/) - Switch Homebrew / [Discord](https://discord.com/invite/4Rv8DTzGFa)
* [NSP Forwarder](https://nsp-forwarder.n8.io/) - Switch NSP Forwarder * [NSP Forwarder](https://nsp-forwarder.n8.io/) - Switch NSP Forwarder
* [Switch Army Knife](https://www.gamebrew.org/wiki/Switch_Army_Knife) - Switch File Converter
* [SysDVR](https://github.com/exelix11/SysDVR) - Switch Game Capture
* [sys-con](https://github.com/cathery/sys-con) - Use Any USB Controller on Switch
* [MissionControl](https://github.com/ndeadly/MissionControl) - Use Any Bluetooth Controller on Switch
*** ***
@ -445,7 +432,7 @@
## ▷ Playstation Homebrew ## ▷ Playstation Homebrew
* ⭐ **[PS4 Modding](https://youtu.be/c99oey4lz9Q)**, [PSX Hax](https://www.psxhax.com/), [PSDevWiki](https://www.psdevwiki.com/) or [Wololo](https://wololo.net/) - Playstation Modding Guides * ⭐ **[PS4 Modding](https://youtu.be/c99oey4lz9Q)**, [PSX Hax](https://www.psxhax.com/), [PSDevWiki](https://www.psdevwiki.com/) or [Wololo](https://wololo.net/) - Playstation Modding Guides
* [Chiaki](https://git.sr.ht/~thestr4ng3r/chiaki) - PS4 / PS5 Remote Play Client * [Chiaki](https://git.sr.ht/~thestr4ng3r/chiaki) / [GitHub](https://github.com/streetpea/chiaki-ng) or [RemotePlay](https://remoteplay.dl.playstation.net/remoteplay/lang/gb/) - Playstation Remote Play Clients
* [/r/PS5Homebrew](https://www.reddit.com/r/ps5homebrew/) - PS5 Homebrew Subreddit * [/r/PS5Homebrew](https://www.reddit.com/r/ps5homebrew/) - PS5 Homebrew Subreddit
* [/r/PS4Homebrew](https://www.reddit.com/r/ps4homebrew/) - PS4 Homebrew Subreddit * [/r/PS4Homebrew](https://www.reddit.com/r/ps4homebrew/) - PS4 Homebrew Subreddit
* [Exploit Host](https://github.com/Al-Azif/ps4-exploit-host) - PS4 Exploit Hosting * [Exploit Host](https://github.com/Al-Azif/ps4-exploit-host) - PS4 Exploit Hosting
@ -459,7 +446,7 @@
* [MemcardRex](https://shendosoft.blogspot.com/2014/01/memcardrex-18-released.html?m=1) - PS1 Save Transfer Tools / [Archive](https://archive.org/details/MemcardRex1.8) * [MemcardRex](https://shendosoft.blogspot.com/2014/01/memcardrex-18-released.html?m=1) - PS1 Save Transfer Tools / [Archive](https://archive.org/details/MemcardRex1.8)
* [/r/VitaPiracy](https://www.reddit.com/r/VitaPiracy/) / [Discord](https://discord.gg/6Udcx2w) or [/r/VitaHacks](https://reddit.com/r/vitahacks/) - PSVita Homebrew Subreddits * [/r/VitaPiracy](https://www.reddit.com/r/VitaPiracy/) / [Discord](https://discord.gg/6Udcx2w) or [/r/VitaHacks](https://reddit.com/r/vitahacks/) - PSVita Homebrew Subreddits
* [PSP Archive](https://psp-archive.github.io/) - PSP Homebrew Archive / [Discord](https://discord.gg/VZcjFvy3mT) * [PSP Archive](https://psp-archive.github.io/) - PSP Homebrew Archive / [Discord](https://discord.gg/VZcjFvy3mT)
* [VitaDB](https://vitadb.rinnegatamante.it/) - PS Vita Homebrews * [VitaDB](https://www.rinnegatamante.eu/vitadb) - PS Vita Homebrews
* [Vita Volume](https://gitlab.com/sinful-butterfly/vita-volume) - Set PS Vita Volume without Buttons * [Vita Volume](https://gitlab.com/sinful-butterfly/vita-volume) - Set PS Vita Volume without Buttons
* [PSPunk](https://www.pspunk.com/) - PSP Homebrew Info * [PSPunk](https://www.pspunk.com/) - PSP Homebrew Info
@ -472,34 +459,36 @@
* [/r/SteamDeckPirates](https://www.reddit.com/r/SteamDeckPirates/) - Steam Deck Piracy Subreddit / [Rentry](https://rentry.org/steamdeckpirates) * [/r/SteamDeckPirates](https://www.reddit.com/r/SteamDeckPirates/) - Steam Deck Piracy Subreddit / [Rentry](https://rentry.org/steamdeckpirates)
* [great-on-deck-search](https://github.com/cptpiepmatz/great-on-deck-search) - Verified Steam Deck Game Search * [great-on-deck-search](https://github.com/cptpiepmatz/great-on-deck-search) - Verified Steam Deck Game Search
* [Steam Deck Tools](https://steam-deck-tools.ayufan.dev) - Fan Overlay, Power Control and Steam Controller * [Steam Deck Tools](https://steam-deck-tools.ayufan.dev) - Fan Overlay, Power Control and Steam Controller
* [EmuDeck](https://www.emudeck.com/) / [Yuzu / Citra Update](https://redd.it/1be3q1s) or [GameImage](https://github.com/ruanformigoni/gameimage) - Steam Deck Game / Emulator Setup * [EmuDeck](https://www.emudeck.com/) - Steam Deck Emulator Setup / [Compatibility](https://docs.google.com/spreadsheets/d/1fRqvAh_wW8Ho_8i966CCSBgPJ2R_SuDFIvvKsQCv05w/) / [Discord](https://discord.com/invite/b9F7GpXtFP)
* [GameImage](https://github.com/ruanformigoni/gameimage) - Steam Deck Game Setup
* [Bazzite](https://bazzite.gg/) - Alt Steam Deck OS * [Bazzite](https://bazzite.gg/) - Alt Steam Deck OS
* [Steam-Deck.Force](https://github.com/scawp/Steam-Deck.Force-SteamOS-On-Boot) - Force SteamOS Boot * [Steam-Deck.Force](https://github.com/scawp/Steam-Deck.Force-SteamOS-On-Boot) - Force SteamOS Boot
* [HoloISO](https://github.com/HoloISO/releases) - SteamOS 3 (Holo) Archiso Config / [Telegram](https://t.me/HoloISO) * [HoloISO](https://github.com/HoloISO/releases) - SteamOS 3 (Holo) Archiso Config / [Telegram](https://t.me/HoloISO)
* [Steam Deck Repo](https://steamdeckrepo.com/) - Steam Deck Boot Videos
*** ***
# ► Minecraft Tools # ► Minecraft Tools
* 🌐 **[MCDOC](https://mcdoc.openm.tech/)** - Minecraft Tools & Unlockers / [Discord](https://dc.openm.tech/) * 🌐 **[MCDOC](https://openm.tech/)** - Minecraft Tools & Unlockers / [Discord](https://dc.openm.tech/)
* 🌐 **[Awesome Minecraft](https://github.com/bs-community/awesome-minecraft)** or [Birdflop](https://www.birdflop.com/resources/) - Minecraft Resources * 🌐 **[Awesome Minecraft](https://github.com/bs-community/awesome-minecraft)** - Minecraft Resources
* ⭐ **[Minecraft Wiki](https://minecraft.wiki/)** - Minecraft Wikis * ⭐ **[Minecraft Wiki](https://minecraft.wiki/)** - Minecraft Wikis
* ⭐ **[Villager Trading Cheatsheet](https://rayb78.github.io/minecraft-villager-trade-chart.html)**, [2](https://i.ibb.co/sKBjbzg/e9f8d80e2376.png) * ⭐ **[Villager Trading Cheatsheet](https://rayb78.github.io/minecraft-villager-trade-chart.html)**, [2](https://i.ibb.co/sKBjbzg/e9f8d80e2376.png) or [Image Cheatsheet](https://minecraft.wiki/images/Trading_and_Bartering_Guide_for_Minecraft_Java_Edition_1.17%2B.png)
* ⭐ **[Minecraft Brewing Cheatsheet](https://minecraft.wiki/images/Minecraft_brewing_en.png)** * ⭐ **[Minecraft Brewing Cheatsheet](https://minecraft.wiki/images/Minecraft_brewing_en.png)**
* [MC Utils](https://mcutils.com/) - Minecraft Web Tools * [MC Utils](https://mcutils.com/) - Minecraft Web Tools
* [MCPEDL](https://mcpedl.com/) - Resources for Bedrock & PE * [MCPEDL](https://mcpedl.com/) - Bedrock Resources
* [DigiMinecraft](https://www.digminecraft.com/) - Minecraft Guides * [DigiMinecraft](https://www.digminecraft.com/) or [Birdflop](https://www.birdflop.com/resources/) - Minecraft Guides / Tools
* [ViveCraft](https://www.vivecraft.org/) - VR Minecraft / [Discord](https://discord.com/invite/2x3QCk8qa9) / [Github](https://github.com/Vivecraft/VivecraftMod) * [ViveCraft](https://www.vivecraft.org/) - VR Minecraft / [Discord](https://discord.com/invite/2x3QCk8qa9) / [Github](https://github.com/Vivecraft/VivecraftMod)
* [SkyClient](https://skyclient.co/) - Hypixel Asset Installer / [Discord](https://discord.com/invite/QUGZgxb7CM) / [Github](https://github.com/SkyblockClient) * [SkyClient](https://skyclient.co/) - Hypixel Asset Installer / [Discord](https://discord.com/invite/QUGZgxb7CM) / [Github](https://github.com/SkyblockClient)
* [SkyCrypt](https://sky.shiiyu.moe/) - SkyBlock Stats * [SkyCrypt](https://sky.shiiyu.moe/) - SkyBlock Stats
* [MC Icons](https://mcicons.pages.dev/) - Minecraft Icon Search / [GitHub](https://github.com/kuronekony4n/mcicons) * [MC Icons](https://mcicons.ccleaf.com/) - Minecraft Icon Search
* [Pixelart Builder](https://play.google.com/store/apps/details?id=com.electricfoal.photocrafter&hl=en&gl=US) or [PixelStacker](https://taylorlove.info/pixelstacker/) - Turn Photos into Minecraft Art * [Pixelart Builder](https://play.google.com/store/apps/details?id=com.electricfoal.photocrafter&hl=en&gl=US) or [PixelStacker](https://taylorlove.info/pixelstacker/) - Turn Photos into Minecraft Art
* [Block Palettes](https://www.blockpalettes.com/) or [Block Colors](https://blockcolors.app/) - Block Color Palettes * [Block Palettes](https://www.blockpalettes.com/) or [Block Colors](https://blockcolors.app/) - Block Color Palettes
* [The Minecraft Archive Project](https://map.crummy.com/) - Minecraft Archive * [The Minecraft Archive Project](https://map.crummy.com/) - Minecraft Archive
* [Open Note Block Studio](https://opennbs.org/) - Minecraft Note Block Song Editor
* [Voyager](https://voyager.minedojo.org/) - Minecraft AI * [Voyager](https://voyager.minedojo.org/) - Minecraft AI
* [MiniMessageViewer](https://webui.advntr.dev/) - Format Plugin Messages * [MiniMessageViewer](https://webui.advntr.dev/) - Format Plugin Messages
* [CaveX](https://oscwii.org/library/app/cavex) - Minecraft for Wii * [Minecraft Timeline](https://minecraft-timeline.github.io/) - Minecraft Update History Timeline
* [Blocks-TI-84](https://github.com/TheScienceElf/Blocks-TI-84) - Minecraft for TI 84 CE Calculator
*** ***
@ -509,13 +498,14 @@
* ⭐ **[auto-mcs](https://www.auto-mcs.com/)** - Easy Server Setup / [GitHub](https://github.com/macarooni-man/auto-mcs) * ⭐ **[auto-mcs](https://www.auto-mcs.com/)** - Easy Server Setup / [GitHub](https://github.com/macarooni-man/auto-mcs)
* ⭐ **[Playit.gg](https://playit.gg/)** - Global Proxy / [Discord](https://discord.gg/AXAbujx) * ⭐ **[Playit.gg](https://playit.gg/)** - Global Proxy / [Discord](https://discord.gg/AXAbujx)
* ⭐ **[paper-optimization](https://paper-chan.moe/paper-optimization/)** or [minecraft-optimization](https://github.com/YouHaveTrouble/minecraft-optimization) - Server Optimization Guides * ⭐ **[paper-optimization](https://paper-chan.moe/paper-optimization/)** or [minecraft-optimization](https://github.com/YouHaveTrouble/minecraft-optimization) - Server Optimization Guides
* [e4mc](https://modrinth.com/mod/e4mc) / [Lan Server Properties](https://www.curseforge.com/minecraft/mc-mods/lan-server-properties) or [World Host](https://modrinth.com/mod/world-host) - Local Server Multiplayer Mods * [World Host](https://modrinth.com/mod/world-host) or [e4mc](https://modrinth.com/mod/e4mc) / [Lan Server Properties](https://www.curseforge.com/minecraft/mc-mods/lan-server-properties) - Local Server Multiplayer Mods
* [setup.md](https://setup.md/) - Server Admin Guides / Wiki * [setup.md](https://setup.md/) - Server Admin Guides / Wiki
* [CraftyControl](https://craftycontrol.com/), [MCSManager](https://mcsmanager.com/), [Lodestone](https://lodestone.cc/) / [GitHub](https://github.com/Lodestone-Team/lodestone) or [Fork](https://www.fork.gg/) - Minecraft Server Managers * [CraftyControl](https://craftycontrol.com/), [MCSManager](https://mcsmanager.com/), [Lodestone](https://lodestone.cc/) / [GitHub](https://github.com/Lodestone-Team/lodestone) or [Fork](https://www.fork.gg/) - Minecraft Server Managers
* [Minekube Connect](https://connect.minekube.com/) - Ingress Tunnel for Minecraft Servers * [Minekube Connect](https://connect.minekube.com/) - Ingress Tunnel for Minecraft Servers
* [ViaVersion](https://viaversion.com/) - Allow Connections from Older Versions / [Discord](https://discord.gg/viaversion ) / [GitHub](https://github.com/viaversion) * [ViaVersion](https://viaversion.com/) - Allow Connections from Older Versions / [Discord](https://discord.gg/viaversion ) / [GitHub](https://github.com/viaversion)
* [mclo.gs](https://mclo.gs/) - Minecraft Log Sharing / Analyzing * [mclo.gs](https://mclo.gs/) - Minecraft Log Sharing / Analyzing
* [LazyMc](https://github.com/timvisee/lazymc) - Idle Minecraft Server * [LazyMc](https://github.com/timvisee/lazymc) - Idle Minecraft Server
* [Minestom](https://minestom.net/ ) - Lightweight Minecraft Server / [Discord](https://discord.gg/pkFRvqB)
* [Cuberite](https://cuberite.org/) - Server Setup * [Cuberite](https://cuberite.org/) - Server Setup
* [DriveBackupV2](https://modrinth.com/plugin/drivebackupv2) - Server Plugin to Create Cloud Backups of Worlds * [DriveBackupV2](https://modrinth.com/plugin/drivebackupv2) - Server Plugin to Create Cloud Backups of Worlds
* [Pufferfish](https://github.com/pufferfish-gg/Pufferfish), [Purpur](https://purpurmc.org/) / [Discord](https://purpurmc.org/discord) or [Paper](https://papermc.io/software/paper) - Performance Enhancement Servers * [Pufferfish](https://github.com/pufferfish-gg/Pufferfish), [Purpur](https://purpurmc.org/) / [Discord](https://purpurmc.org/discord) or [Paper](https://papermc.io/software/paper) - Performance Enhancement Servers
@ -529,47 +519,50 @@
## ▷ Launchers ## ▷ Launchers
* ⭐ **[Prism Launcher](https://prismlauncher.org/)** - Feature-rich Launcher / [GitHub](https://github.com/PrismLauncher/PrismLauncher) * ⭐ **[Prism Launcher](https://prismlauncher.org/)** - Feature-Rich Launcher / [Discord](https://discord.com/invite/ArX2nafFz2) / [GitHub](https://github.com/PrismLauncher/PrismLauncher)
* ⭐ **Prism Launcher Tools** - [Free Method](https://rentry.co/Prism4Free) / [Offline Bypass](https://github.com/antunnitraj/Prism-Launcher-PolyMC-Offline-Bypass) / [Ely.by Version](https://github.com/Octol1ttle/ElyPrismLauncher) * ⭐ **Prism Launcher Tools** - [Free Method](https://rentry.co/prism4free), [2](https://github.com/antunnitraj/Prism-Launcher-PolyMC-Offline-Bypass) / [Ely.by Version](https://github.com/Octol1ttle/ElyPrismLauncher)
* ⭐ **[ATLauncher](https://atlauncher.com/)** or [Technic Launcher](https://www.technicpack.net/) - Modpack Launcher * ⭐ **[ATLauncher](https://atlauncher.com/)**, [AstralRinth](https://github.com/DIDIRUS4/AstralRinth) or [Technic Launcher](https://www.technicpack.net/) - Modpack Launchers
* ⭐ **[Pojav](https://pojavlauncherteam.github.io/)** - Java Edition for Android & iOS (Requires Legit Account) * ⭐ **[PojavLauncher](https://pojavlauncherteam.github.io/)** (account needed) or [FoldCraftLauncher](https://github.com/FCL-Team/FoldCraftLauncher) / [Discord](https://discord.gg/ffhvuXTwyV) - Java Edition for Android & iOS
* ⭐ **[Bedrock Launcher](https://bedrocklauncher.github.io/)** or [MCLauncher](https://github.com/MCMrARM/mc-w10-version-launcher) - Launchers for Bedrock Edition * ⭐ **[Bedrock Launcher](https://bedrocklauncher.github.io/)** or [MCLauncher](https://github.com/MCMrARM/mc-w10-version-launcher) - Launcher for Bedrock Edition
* [SkLauncher](https://skmedix.pl/) - User-friendly Launcher * [SkLauncher](https://skmedix.pl/) - User-friendly Launcher
* [UltimMC](https://github.com/UltimMC/Launcher) - Launcher for Cracked Accounts * [UltimMC](https://github.com/UltimMC/Launcher) - Launcher for Cracked Accounts
* [Betacraft](https://betacraft.uk/) - Legacy Versions Launcher * [Betacraft](https://betacraft.uk/) - Legacy Versions Launcher
* [CheatBreaker](https://cheatbreaker.net/) - FPS Modpack Launcher / [GitHub](https://github.com/CheatBreakerNet/Launcher) * [CheatBreaker](https://cheatbreaker.net/) - FPS Modpack Launcher / [GitHub](https://github.com/CheatBreakerNet/Launcher)
* [MultiMC](https://multimc.org/) - Launcher
* [Legacy Launcher](https://llaun.ch/en) - Launcher / [Discord](https://discord.com/invite/cVJuz5R) * [Legacy Launcher](https://llaun.ch/en) - Launcher / [Discord](https://discord.com/invite/cVJuz5R)
* [HMCL](https://hmcl.huangyuhui.net/) - Launcher / [GitHub](https://github.com/HMCL-dev/HMCL) * [HMCL](https://hmcl.huangyuhui.net/) - Launcher / [GitHub](https://github.com/HMCL-dev/HMCL)
* [LabyMod](https://www.labymod.net/) - Launcher * [LabyMod](https://www.labymod.net/) - Launcher
* [Crystal Launcher](https://crystal-launcher.net/) - Launcher * [Crystal Launcher](https://crystal-launcher.net/) - Launcher
* [GDLauncher](https://gdlauncher.com/) - Launcher * [GDLauncher](https://gdlauncher.com/) - Launcher
* [X Minecraft Launcher](https://xmcl.app/) - Launcher * [X Minecraft Launcher](https://xmcl.app/) - Launcher
* [Salwyrr Launcher](https://www.salwyrr.com/) - Launcher / [Use Cracked Accounts](https://pastebin.com/ggcB7RNi) * [Salwyrr Launcher](https://www.salwyrr.com/) - Launcher
* [Ares](https://www.aresclient.com/) - Client * [Ares](https://www.aresclient.com/) - Client
* [Codex-Ipsa Launcher](https://codex-ipsa.cz/) - Launcher for Older Versions
* [Omniarchive](https://omniarchive.uk/) - Download Old Minecraft Versions
*** ***
## ▷ Mods / Data Packs ## ▷ Mods / Data Packs
* 🌐 **[Minecraft QOL Mods](https://rentry.co/mc-qol)** or [quark](https://quarkmod.net/) - Quality of Life Mods * 🌐 **[Not Essential](https://notessential.blurry.gay/)** - List of Alternatives to Essential
* ↪️ **[Mod Indexes](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_mod_indexes)** * 🌐 **[OptiFine Alternatives](https://optifine.alternatives.lambdaurora.dev/)** - OptiFine Alternatives for Fabric
* ↪️ **[Optimization Mods](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_optimization_mods)** * ↪️ **[Mod Indexes](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage/#wiki_mod_.2F_resource_pack_indexes)**
* ⭐ **[MCModdingGuide](https://rentry.org/MCModdingGuide)** - Minecraft Modding Guide * ⭐ **[MCModdingGuide](https://rentry.org/MCModdingGuide)** - Minecraft Modding Guide
* [Builders Refuge](https://modrinth.com/modpack/builders-refuge) - Building Modpack * [Builders Refuge](https://modrinth.com/modpack/builders-refuge) - Building Modpack
* [WorldEdit](https://enginehub.org/worldedit) or [Axiom](https://modrinth.com/mod/axiom) - Building Tools * [WorldEdit](https://enginehub.org/worldedit) or [Axiom](https://modrinth.com/mod/axiom) - Building Tools
* Worldedit Tools - [Docs](https://worldedit.enginehub.org/en/latest/) / [CUI](https://modrinth.com/mod/worldedit-cui) / [Discord](https://discord.gg/enginehub) / [GitHub](https://github.com/EngineHub/WorldEdit) * Worldedit Tools - [Docs](https://worldedit.enginehub.org/en/latest/) / [CUI](https://modrinth.com/mod/worldedit-cui) / [Discord](https://discord.gg/enginehub) / [GitHub](https://github.com/EngineHub/WorldEdit)
* [Bobby](https://modrinth.com/mod/bobby) - Uncap Render Distance Slider * [quark](https://quarkmod.net/) - Add Vanilla-like / QoL Features
* [Voxy](https://modrinth.com/mod/voxy). [DistantHorizons](https://modrinth.com/mod/distanthorizons) or [Bobby](https://modrinth.com/mod/bobby) - Lightweight Distance Rendering Mods
* [VulkanMod](https://modrinth.com/mod/vulkanmod) - Vulkan Renderer Mod / [Discord](https://discord.gg/FVXg7AYR2Q)
* [Forge](https://files.minecraftforge.net/), [NeoForged](https://neoforged.net/), [Quilt](https://quiltmc.org/) or [Fabric](https://fabricmc.net/) / [Discord](https://discord.gg/VDGnGsFeuy) - Mod Loaders * [Forge](https://files.minecraftforge.net/), [NeoForged](https://neoforged.net/), [Quilt](https://quiltmc.org/) or [Fabric](https://fabricmc.net/) / [Discord](https://discord.gg/VDGnGsFeuy) - Mod Loaders
* [Pax](https://github.com/froehlichA/pax) or [Mod Manager](https://github.com/kaniol-lck/modmanager) - Minecraft Mod Managers * [Pax](https://github.com/froehlichA/pax), [ModMenu](https://modrinth.com/mod/modmenu) (fabric) or [Mod Manager](https://github.com/kaniol-lck/modmanager) - Minecraft Mod Managers
* [Forgix](https://github.com/PacifistMC/Forgix) - Merge Mod Loaders * [Forgix](https://github.com/PacifistMC/Forgix) - Merge Mod Loaders
* [r/feedthebeast](https://reddit.com/r/feedthebeast/) - MC Modding Community * [r/feedthebeast](https://reddit.com/r/feedthebeast/) - MC Modding Community
* [Fabric-Bedrock-Miner](https://github.com/LXYan2333/Fabric-Bedrock-Miner) - Automatic Bedrock Miner Mod * [CraftPresence](https://modrinth.com/mod/craftpresence) or [Phase's Discord RPC](https://modrinth.com/mod/phases-discord-rich-presence) - Discord RPC for Java Edition
* [Controlify](https://modrinth.com/mod/controlify) - Add Controller Support to Java Edition
* [No Telemetry](https://modrinth.com/mod/no-telemetry) - Disable Telemetry Data * [No Telemetry](https://modrinth.com/mod/no-telemetry) - Disable Telemetry Data
* [SimpleVoicechat](https://modrinth.com/plugin/simple-voice-chat) - Feature-Rich Voice Chat Mod / [Discord](https://discord.gg/4dH2zwTmyX)
* [ReplayMod](https://replaymod.com/) or [FlashBack](https://modrinth.com/mod/flashback) - Record Game Sessions * [ReplayMod](https://replaymod.com/) or [FlashBack](https://modrinth.com/mod/flashback) - Record Game Sessions
* [Terralith](https://modrinth.com/mod/terralith) or [Biomes O' Plenty](https://modrinth.com/mod/biomes-o-plenty) - Extra Biomes Mod * [Craftify](https://modrinth.com/mod/craftify) - Display / Control Playing Music
* [Friends and Foes](https://modrinth.com/mod/friends-and-foes-forge), [2](https://modrinth.com/mod/friends-and-foes) - Outvoted Minecraft Live Mobs
* [Tectonic](https://modrinth.com/datapack/tectonic) - Improved Biomes Mod & Data Pack
* [Vanilla Tweaks](https://www.vanillatweaks.net/), [Smithed](https://smithed.net/) or [Voodoo Packs](https://mc.voodoobeard.com/) / [Discord](https://discord.gg/SnJQcfq) - Minecraft Data Packs * [Vanilla Tweaks](https://www.vanillatweaks.net/), [Smithed](https://smithed.net/) or [Voodoo Packs](https://mc.voodoobeard.com/) / [Discord](https://discord.gg/SnJQcfq) - Minecraft Data Packs
* [Data Pack Generators](https://misode.github.io/) - Minecraft Data Pack Generators * [Data Pack Generators](https://misode.github.io/) - Minecraft Data Pack Generators
@ -578,13 +571,14 @@
## ▷ Maps / World Tools ## ▷ Maps / World Tools
* 🌐 **[ChunkBase](https://www.chunkbase.com/apps/)** - Minecraft Map Tools * 🌐 **[ChunkBase](https://www.chunkbase.com/apps/)** - Minecraft Map Tools
* [Amulet](https://www.amuletmc.com/), [MCA Selector](https://github.com/Querz/mcaselector) or [uNmINeD](https://unmined.net/) - Minecraft Map Editors / Viewers * [Amulet](https://www.amuletmc.com/), [Minecraft Datapack Map](https://map.jacobsjo.eu/) / [GitHub](https://github.com/jacobsjo/mc-datapack-map), [MCA Selector](https://github.com/Querz/mcaselector), [uNmINeD](https://unmined.net/) or [WorldPainter](https://www.worldpainter.net/) - Minecraft Map Editors / Viewers
* [MineAtlas](http://mineatlas.com/), [Cubiomes Viewer](https://github.com/cubitect/cubiomes-viewer) or [MCSeeder](https://mcseeder.com/) - Minecraft Seeds * [MineAtlas](http://mineatlas.com/), [Cubiomes Viewer](https://github.com/cubitect/cubiomes-viewer) or [MCSeeder](https://mcseeder.com/) - Minecraft Seeds
* [MinecraftMaps](https://www.minecraftmaps.com/) or [Mapcraft](https://mapcraft.me/) - Minecraft Maps * [MinecraftMaps](https://www.minecraftmaps.com/) or [Mapcraft](https://mapcraft.me/) - Minecraft Maps
* [Minecraft Earth Map](https://earth.motfe.net/) - Earth Maps * [Minecraft Earth Map](https://earth.motfe.net/) - Earth Maps
* [MapartCraft](https://rebane2001.com/mapartcraft/) or [Cartographer](https://cartographer-mc.com/) - Mapart Schematic / map.dat Generator * [MapartCraft](https://rebane2001.com/mapartcraft/) or [Cartographer](https://cartographer-mc.com/) - Mapart Schematic / map.dat Generator
* [BlueMap](https://bluemap.bluecolored.de/) - Create 3D Map Models / [GitHub](https://github.com/BlueMap-Minecraft/BlueMap) * [BlueMap](https://bluemap.bluecolored.de/) - Create 3D Map Models / [GitHub](https://github.com/BlueMap-Minecraft/BlueMap)
* [Chunker](https://chunker.app/) - Java / Bedrock Format Converter * [Arnis](https://github.com/louis-e/arnis) - Generate Real-world Locations in Minecraft
* [Chunker](https://oss.chunker.app/) - Java / Bedrock Format Converter
* [Minecraft Map Converter](https://archive.org/details/Minecraft-map-converter) - PS3/360 Format Converter * [Minecraft Map Converter](https://archive.org/details/Minecraft-map-converter) - PS3/360 Format Converter
* [Amidst](https://github.com/toolbox4minecraft/amidst) - Minecraft World Overview Display Tool * [Amidst](https://github.com/toolbox4minecraft/amidst) - Minecraft World Overview Display Tool
@ -593,9 +587,10 @@
## ▷ Technical Tools ## ▷ Technical Tools
* 🌐 **[TMC Links](https://gist.github.com/JoakimThorsen/e90bd7a588af25ae529530987d9acc8a)** - Technical Minecraft Resources * 🌐 **[TMC Links](https://gist.github.com/JoakimThorsen/e90bd7a588af25ae529530987d9acc8a)** - Technical Minecraft Resources
* 🌐 **[Minecraft Speedrunning](https://www.minecraftspeedrunning.com/)** - Minecraft Speedrunning Resources
* ⭐ **[MCPropertyEncyclopedia](https://joakimthorsen.github.io/MCPropertyEncyclopedia/)** - Block Property Encyclopedia * ⭐ **[MCPropertyEncyclopedia](https://joakimthorsen.github.io/MCPropertyEncyclopedia/)** - Block Property Encyclopedia
* ⭐ **[spark](https://spark.lucko.me/)** - Minecraft Performance Profiler * ⭐ **[spark](https://spark.lucko.me/)** - Minecraft Performance Profiler
* ⭐ **[Minecraft Performance Flags](https://github.com/Mukul1127/Minecraft-Performance-Flags-Benchmarks)** - Java Minecraft Benchmarks * ⭐ **[Minecraft Java Flags](https://github.com/Mukul1127/Minecraft-Java-Flags)** - Java Edition Performance Tweaks
* [Report Inspector](https://misode.github.io/report/) - Crash Report / Profiling Inspector * [Report Inspector](https://misode.github.io/report/) - Crash Report / Profiling Inspector
* [Mineflayer](https://prismarinejs.github.io/mineflayer/) - Minecraft Bot Creator / [GitHub](https://github.com/PrismarineJS/mineflayer) * [Mineflayer](https://prismarinejs.github.io/mineflayer/) - Minecraft Bot Creator / [GitHub](https://github.com/PrismarineJS/mineflayer)
* [Minecraft Armor Stand](https://haselkern.com/Minecraft-ArmorStand/) - Design Poses for Armorstands * [Minecraft Armor Stand](https://haselkern.com/Minecraft-ArmorStand/) - Design Poses for Armorstands
@ -610,11 +605,12 @@
## ▷ Customization ## ▷ Customization
* 🌐 **[ShaderLABS](https://shaderlabs.org/wiki/Main_Page)** - Shader Comparisons and Resources * 🌐 **[ShaderLABS](https://shaderlabs.org/wiki/Main_Page)** - Shader Comparisons and Resources
* ⭐ **[NameMC](https://namemc.com/)** - Minecraft Name & Skin Availability Tracker * ↪️ **[Resource Pack Indexes](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage/#wiki_mod_.2F_resource_pack_indexes)**
* ⭐ **[NameMC](https://namemc.com/)**, [Laby](https://laby.net/) / [Discord](https://discord.com/invite/8JBMHDfWKp) or [Crafty](https://crafty.gg/) - Minecraft Name & Skin Availability Trackers
* [ShadersMods](https://shadersmods.com/) or [MinecraftShader](https://minecraftshader.com/) - Minecraft Shaders * [ShadersMods](https://shadersmods.com/) or [MinecraftShader](https://minecraftshader.com/) - Minecraft Shaders
* [Iris Shaders](https://modrinth.com/mod/iris) - Fabric Shadermod for Minecraft * [Iris Shaders](https://modrinth.com/mod/iris) - Fabric Shadermod for Minecraft
* [MinecraftSkins](https://www.minecraftskins.com/) or [SkinMC](https://skinmc.net/) - Minecraft Skins * [MinecraftSkins](https://www.minecraftskins.com/) or [SkinMC](https://skinmc.net/) - Minecraft Skins
* [Laby](https://laby.net/) / [Discord](https://discord.com/invite/8JBMHDfWKp) or [MSkins](https://mskins.net/en) - Skin Grabbers * [MSkins](https://mskins.net/en) - Skin Grabber
* [Ely.by](https://ely.by/) - Skin System / Authorization * [Ely.by](https://ely.by/) - Skin System / Authorization
* [Nova Skin](https://minecraft.novaskin.me/) or [Blockbench](https://www.blockbench.net/) - Minecraft Skin Editor * [Nova Skin](https://minecraft.novaskin.me/) or [Blockbench](https://www.blockbench.net/) - Minecraft Skin Editor
* [MinecraftCapes](https://minecraftcapes.net/) or [Capes](https://modrinth.com/mod/capes) - Minecraft Capes * [MinecraftCapes](https://minecraftcapes.net/) or [Capes](https://modrinth.com/mod/capes) - Minecraft Capes
@ -624,13 +620,15 @@
## ▷ 3D Tools ## ▷ 3D Tools
* ⭐ **[MCprep](https://theduckcow.com/dev/blender/mcprep/)** - All-in-one Blender addon / [GitHub](https://github.com/Moo-Ack-Productions/MCprep) / [Discord](https://discord.com/invite/mb8hBUC) * ⭐ **[MCprep](https://theduckcow.com/dev/blender/mcprep/)** - All-in-one Blender Addon / [GitHub](https://github.com/Moo-Ack-Productions/MCprep) / [Discord](https://discord.com/invite/mb8hBUC)
* ⭐ **[jmc2obj](https://www.jmc2obj.net/)**, [Mineways](https://www.realtimerendering.com/erich/minecraft/public/mineways/), [MiEX](https://bramstout.nl/en/miex/), [Minutor](https://seancode.com/minutor/) - Minecraft World Exporters * ⭐ **[jmc2obj](https://www.jmc2obj.net/)**, [Mineways](https://www.realtimerendering.com/erich/minecraft/public/mineways/), [MiEX](https://bramstout.nl/en/miex/), [Minutor](https://seancode.com/minutor/) - Minecraft World Exporters
* [Mine-imator](https://www.mineimator.com/) - Animation tool / [2.0 Version](https://www.mineimatorforums.com/index.php?/topic/90789-mine-imator-202/) / [Forum](https://www.mineimatorforums.com/) / [GitHub](https://github.com/stuffbydavid/Mine-imator) / [Discord](https://discord.com/invite/GxFp6xv) * [Mine-imator](https://www.mineimator.com/) - Animation tool / [2.0 Version](https://www.mineimatorforums.com/index.php?/topic/90789-mine-imator-202/) / [Forum](https://www.mineimatorforums.com/) / [GitHub](https://github.com/stuffbydavid/Mine-imator) / [Discord](https://discord.com/invite/GxFp6xv)
* [Chunky](https://chunky-dev.github.io/docs/) - Photorealistic Renderer / [GitHub](https://github.com/chunky-dev/chunky) / [Discord](https://discord.com/invite/VqcHpsF) * [Chunky](https://chunky-dev.github.io/docs/) - Photorealistic Renderer / [GitHub](https://github.com/chunky-dev/chunky) / [Discord](https://discord.com/invite/VqcHpsF)
* [Block Display](https://block-display.com/) - Design / Share Block Display Models / [Discord](https://discord.gg/VCeHfSd6Xa)
* [Cubical](https://www.cubical.xyz/) - Minecraft 3D Schematic Tool / [Beta](https://beta.cubical.xyz/) * [Cubical](https://www.cubical.xyz/) - Minecraft 3D Schematic Tool / [Beta](https://beta.cubical.xyz/)
* [Custom-MC-Render-Cweeper](https://rentry.co/custom-mc-render-cweeper) - Import Custom 3D Models into Minecraft * [Custom-MC-Render-Cweeper](https://rentry.co/custom-mc-render-cweeper) - Import Custom 3D Models into Minecraft
* [ObjToSchematic](https://objtoschematic.com/) - Converts 3D Models into MC Formats / [Discord](https://discord.com/invite/McS2VrBZPD) * [ObjToSchematic](https://objtoschematic.com/) - Converts 3D Models into MC Formats / [Discord](https://discord.com/invite/McS2VrBZPD)
* [NBT2Components](https://misode.github.io/nbt2components/) - NBT to Component Converter
* [VoxelSphereGenerator](https://oranj.io/blog/VoxelSphereGenerator), [BDStudio](https://eszesbalint.github.io/bdstudio/editor) or [Minecraft Shapes](https://minecraftshapes.com/) - Minecraft Shape Tools / Voxel Editors * [VoxelSphereGenerator](https://oranj.io/blog/VoxelSphereGenerator), [BDStudio](https://eszesbalint.github.io/bdstudio/editor) or [Minecraft Shapes](https://minecraftshapes.com/) - Minecraft Shape Tools / Voxel Editors
*** ***
@ -640,9 +638,7 @@
* 🌐 **[Awesome Trackmania](https://github.com/EvoEsports/awesome-trackmania)** - Trackmania Resources * 🌐 **[Awesome Trackmania](https://github.com/EvoEsports/awesome-trackmania)** - Trackmania Resources
* 🌐 **[ACNH.Directory](https://acnh.directory/)** - Animal Crossing: New Horizons Resources * 🌐 **[ACNH.Directory](https://acnh.directory/)** - Animal Crossing: New Horizons Resources
* [Half Life Project Beta](https://hl2-beta.ru/?language=english) - Unreleased / Cut Half-Life Content * [Half Life Project Beta](https://hl2-beta.ru/?language=english) - Unreleased / Cut Half-Life Content
* [CyberCAT-SimpleGUI](https://github.com/Deweh/CyberCAT-SimpleGUI) - Cyberpunk 2077 Save Editor
* [Palworld.gg](https://palworld.gg/), [PalworldTrainer.com](https://palworldtrainer.com/) or [Paldb.cc](https://paldb.cc/) - Palworld Databases * [Palworld.gg](https://palworld.gg/), [PalworldTrainer.com](https://palworldtrainer.com/) or [Paldb.cc](https://paldb.cc/) - Palworld Databases
* [Palworld Host Save Fix](https://github.com/xNul/palworld-host-save-fix) - Palworld Save Bug Fix
* [Warzone Loadout](https://warzoneloadout.games/) or [WZHub](https://wzhub.gg/) - Warzone Loadouts and Builds * [Warzone Loadout](https://warzoneloadout.games/) or [WZHub](https://wzhub.gg/) - Warzone Loadouts and Builds
* [Braytech](https://bray.tech/) - Destiny 2 Stats * [Braytech](https://bray.tech/) - Destiny 2 Stats
* [The Halo Archive (Discord)](https://discord.gg/feB7RgAHBh) or [405th](https://www.405th.com/) - Halo Assets Archive * [The Halo Archive (Discord)](https://discord.gg/feB7RgAHBh) or [405th](https://www.405th.com/) - Halo Assets Archive
@ -652,6 +648,8 @@
* [D4Builds](https://d4builds.gg/) - Diablo 4 Builds * [D4Builds](https://d4builds.gg/) - Diablo 4 Builds
* [Fortnite Tracker](https://fortnitetracker.com/) - Fortnite Leaderboards / Stats * [Fortnite Tracker](https://fortnitetracker.com/) - Fortnite Leaderboards / Stats
* [FortniteEXP](https://www.fortnitexp.net/) - Fortnite XP Progression / Leveling Rates * [FortniteEXP](https://www.fortnitexp.net/) - Fortnite XP Progression / Leveling Rates
* [Ready or Not Doc](https://docs.google.com/spreadsheets/d/1d89lpFDA9lo_v13iBlnhtuA6DvuUnKfPaeo0d4RBGJ4/) - Ready or Not Info
* [FM Moneyball](https://www.fmdatalab.com/tutorials/moneyball) - Football Manager Recruitment Tool / [Tutorial](https://youtu.be/vBoHCH-rZMI)
* [Minesweepergame.com](https://minesweepergame.com/) and [Minesweeper.online Wiki](https://minesweeper.online/help/gameplay) - All about Minesweeper * [Minesweepergame.com](https://minesweepergame.com/) and [Minesweeper.online Wiki](https://minesweeper.online/help/gameplay) - All about Minesweeper
* [WRCsetups](https://wrcsetups.com/) - WRC Setups * [WRCsetups](https://wrcsetups.com/) - WRC Setups
* [Peacock](https://github.com/thepeacockproject/Peacock) - Hitman World of Assassination Server Replacement * [Peacock](https://github.com/thepeacockproject/Peacock) - Hitman World of Assassination Server Replacement
@ -668,7 +666,7 @@
## ▷ MOBA Tools ## ▷ MOBA Tools
* ⭐ **[OP.GG](https://www.op.gg/)** - LoL Player Background Check * ⭐ **[OP.GG](https://www.op.gg/)** - LoL Player Background Check
* ⭐ **[U.GG](https://u.gg/)**, [LoLTheory](https://loltheory.gg/ ) or [LoLAlytics](https://lolalytics.com/) / [Discord](https://discord.com/invite/zKyaZ6w) - LoL Champion Builds / Tiers * ⭐ **[DPM.LOL](https://dpm.lol/)**, **[U.GG](https://u.gg/)**, [KoreanBuilds](https://en.koreanbuilds.net/), [EuropeanBuilds](https://en.europeanbuilds.net/), [LoLTheory](https://loltheory.gg/), [MurderBridge](https://www.murderbridge.com/) or [LoLAlytics](https://lolalytics.com/) / [Discord](https://discord.com/invite/zKyaZ6w) - LoL Builds / Tiers
* ⭐ **[Gol.gg](https://gol.gg/esports/home/)** - LoL Competitive Stats, All Regions * ⭐ **[Gol.gg](https://gol.gg/esports/home/)** - LoL Competitive Stats, All Regions
* ⭐ **[Tactics.tools](https://tactics.tools/)** / [Discord](https://discord.com/invite/K4Z6shucH8) or [MetaTFT](https://www.metatft.com/) / [Discord](https://discord.com/invite/RqN3qPy) - Team Fight Tactic Guides, Stats, Tools etc. * ⭐ **[Tactics.tools](https://tactics.tools/)** / [Discord](https://discord.com/invite/K4Z6shucH8) or [MetaTFT](https://www.metatft.com/) / [Discord](https://discord.com/invite/RqN3qPy) - Team Fight Tactic Guides, Stats, Tools etc.
* [MobaFire](https://www.mobafire.com/) - LoL Champion Guides * [MobaFire](https://www.mobafire.com/) - LoL Champion Guides
@ -676,36 +674,43 @@
* [LoL Math](https://lolmath.net/) - LoL Item Optimizer / [Discord](https://discord.com/invite/BpGpdzw) * [LoL Math](https://lolmath.net/) - LoL Item Optimizer / [Discord](https://discord.com/invite/BpGpdzw)
* [iTero](https://www.itero.gg/) - LoL AI Coach * [iTero](https://www.itero.gg/) - LoL AI Coach
* [DraftGap](https://draftgap.com/) - LoL Draft Analysis Tools * [DraftGap](https://draftgap.com/) - LoL Draft Analysis Tools
* [Mobalytics](https://mobalytics.gg/) - Game Performance & Stats Analyzer * [Mobalytics](https://mobalytics.gg/) or [DeepLoL](https://www.deeplol.gg/) - Game Performance & Stats Analyzer
* [Porofessor](https://porofessor.gg/) - Live LoL Game Stats * [Porofessor](https://porofessor.gg/) - Live LoL Game Stats
* [ProStreams](https://prostreams.gg/) - Watch Pro LoL Twitch Streams * [ProStreams](https://prostreams.gg/) - Watch Pro LoL Twitch Streams
* [DotaBuff](https://www.dotabuff.com/), [Stratz](https://stratz.com/), [OpenDota](https://www.opendota.com/), [Dota2ProTracker](https://www.dota2protracker.com/) or [16-Bits](https://16-bits.org/) - Dota 2 Stat Trackers / Hero Guides * [DotaBuff](https://www.dotabuff.com/), [Stratz](https://stratz.com/), [OpenDota](https://www.opendota.com/), [Dota2ProTracker](https://www.dota2protracker.com/) or [16-Bits](https://16-bits.org/) - Dota 2 Stat Trackers / Hero Guides
* [SmiteGuru](https://smite.guru/) - Smite Leaderboards * [SmiteGuru](https://smite.guru/) - Smite Leaderboards
* [mood.gg](https://mood.gg/) - LoL Character-Based Audio Playlists
* [RuneForge](https://www.runeforge.io/) - Custom LoL Skins / [Discord](https://discord.com/invite/runeforge)
* [Deceive](https://github.com/molenzwiebel/deceive) - Appear Offline in LoL
* [Disenchanter](https://github.com/marvinscham/disenchanter) - LoL Mass Disenchanter
*** ***
## ▷ Pokemon Tools ## ▷ Pokemon Tools
* 🌐 **[Awesome Pokémon](https://github.com/tobiasbueschel/awesome-pokemon)** - Curated List of Pokémon Resources * 🌐 **[Awesome Pokémon](https://github.com/tobiasbueschel/awesome-pokemon)** - Curated List of Pokémon Resources
* 🌐 **[r/PTCGP Resource Guide](https://redd.it/1gf94ey)** - Pokémon TCG Pocket Resources
* ⭐ **[Bulbapedia](https://bulbapedia.bulbagarden.net/wiki/Main_Page)** - Pokémon Wiki * ⭐ **[Bulbapedia](https://bulbapedia.bulbagarden.net/wiki/Main_Page)** - Pokémon Wiki
* ⭐ **[Serebii.net](https://www.serebii.net/)**, [Pokémon Database](https://pokemondb.net/) or [PocketMonsters.net](https://pocketmonsters.net/) - Pokémon Databases * ⭐ **[Serebii.net](https://www.serebii.net/)**, [Pokémon Database](https://pokemondb.net/) or [PocketMonsters.net](https://pocketmonsters.net/) - Pokémon Databases
* ⭐ **[PokeList](https://pokemonlist.netlify.app/)**, [Pokedex](https://github.com/skydoves/Pokedex) or [PokeAPI](https://pokeapi.co/) - Pokédexes * ⭐ **[PokeList](https://pokemonlist.netlify.app/)** or [PokeAPI](https://pokeapi.co/) - Pokédexes
* ⭐ **[Pokémon Typechart](https://pokemondb.net/type)** or [Type Calculator](https://www.pkmn.help/) - Pokémon Type Charts / [Image](https://img.pokemondb.net/images/typechart.png) * ⭐ **[Pokémon Typechart](https://pokemondb.net/type)** or [Type Calculator](https://www.pkmn.help/) - Pokémon Type Charts / [Image](https://img.pokemondb.net/images/typechart.png)
* ⭐ **[PokeMMO](https://pokemmo.com/en/)**, [DelugeRPG](https://www.delugerpg.com/), [Pokémon Legends Gods](https://www.pokemongods.com/) or [Pokémon Revolution Online](https://pokemonrevolution.net/) - Pokémon MMOs * ⭐ **[PokeMMO](https://pokemmo.com/en/)**, [DelugeRPG](https://www.delugerpg.com/) or [Pokémon Revolution Online](https://pokemonrevolution.net/) - Pokémon MMOs
* ⭐ **[PokéRogue](https://pokerogue.net/)** - Pokémon Dungeon Crawler / [Wiki](https://wiki.pokerogue.net/start) / [Subreddit](https://reddit.com/r/pokerogue/) / [Mobile](https://github.com/Admiral-Billy/Pokerogue-App) / [Discord](https://discord.com/invite/uWpTfdKG49)
* ⭐ **[Pokémon Showdown](https://pokemonshowdown.com/)** - Online Pokémon Battles * ⭐ **[Pokémon Showdown](https://pokemonshowdown.com/)** - Online Pokémon Battles
* [PokeCommunity](https://www.pokecommunity.com/) - Pokémon Community * [PokeCommunity](https://www.pokecommunity.com/) - Pokémon Community
* [Project Pokémon](https://projectpokemon.org/) - Pokémon Tools, Exploits, Saves etc. * [Project Pokémon](https://projectpokemon.org/) - Pokémon Tools, Exploits, Saves etc.
* [PokeGB](https://github.com/binji/pokegb) - Pokémon Blue Emulator * [PokeGB](https://github.com/binji/pokegb) - Pokémon Blue Emulator
* [PokemonLog](https://pokemonlog.com/), [PokeHarbor](https://www.pokeharbor.com/) or [Pokémon Coders](https://www.pokemoncoders.com/) - Hacked Pokémon ROMs * [PokemonLog](https://pokemonlog.com/), [PokeHarbor](https://www.pokeharbor.com/) or [Pokémon Coders](https://www.pokemoncoders.com/) - Hacked Pokémon ROMs
* [pret](https://github.com/orgs/pret/repositories) - Pokémon Disassembly / Decompilation Projects * [pret](https://github.com/orgs/pret/repositories) - Pokémon Disassembly / Decompilation Projects
* [PokéRogue](https://pokerogue.net/) - Pokémon Dungeon Crawler / [Discord](https://discord.com/invite/uWpTfdKG49) * [Pokemon Auto Chess](https://pokemon-auto-chess.com/) - Pokemon Style Teamfight Tactics / [Discord](https://discord.gg/6JMS7tr) / [GitHub](https://github.com/keldaanCommunity/pokemonAutoChess)
* [Gearoid Pokémon](https://gearoid.me/pokemon/) - Pokémon Guessing Game
* [PKHeX](https://github.com/kwsch/PKHeX) - Pokémon Save File Editor * [PKHeX](https://github.com/kwsch/PKHeX) - Pokémon Save File Editor
* [PMD Generators](https://syphist.com/pmd/) - Pokémon Mystery Dungeon Generators
* [GameBanana](https://gamebanana.com/mods/games/14783) - Pokémon Brilliant Diamond / Shining Pearl Mods * [GameBanana](https://gamebanana.com/mods/games/14783) - Pokémon Brilliant Diamond / Shining Pearl Mods
* [pkNX](https://github.com/kwsch/pkNX) - Switch Pokémon ROM Editor / Randomizer * [pkNX](https://github.com/kwsch/pkNX) - Switch Pokémon ROM Editor / Randomizer
* [Universal Pokémon Randomizer ZX](https://github.com/Ajarmar/universal-pokemon-randomizer-zx/) - Randomize Pokémon (works for GBA to 3DS) * [Universal Pokémon Randomizer ZX](https://github.com/Ajarmar/universal-pokemon-randomizer-zx/) - Randomize Pokémon (works for GBA to 3DS)
* [NYCPokeMap](https://nycpokemap.com/) - Real-Time Pokémon GO Map for NYC * [NYCPokeMap](https://nycpokemap.com/) - Real-Time Pokémon GO Map for NYC
* [PkmnCards](https://pkmncards.com/) - Pokémon Card Database * [PkmnCards](https://pkmncards.com/) or [Limitless](https://limitlesstcg.com/) - Pokémon Card Databases / Resources
* [TCG ONE](https://tcgone.net/) - Online Pokémon Card Game / [Discord](https://discord.gg/MTBGxVE)
* [unite-db](https://unite-db.com/) - Pokémon Unite Database * [unite-db](https://unite-db.com/) - Pokémon Unite Database
* [HelixChamber](https://helixchamber.com/) - Unused Pokémon Material * [HelixChamber](https://helixchamber.com/) - Unused Pokémon Material
* [Pokémon Fossil Museum](https://my.matterport.com/show/?m=P9WCbyCBGBM) - Explore Pokémon Fossil Museum * [Pokémon Fossil Museum](https://my.matterport.com/show/?m=P9WCbyCBGBM) - Explore Pokémon Fossil Museum
@ -715,7 +720,7 @@
## ▷ Counter-Strike Tools ## ▷ Counter-Strike Tools
* ⭐ **[CsWarzOnE](https://cswarzone.com/)** - Counter-Strike Downloads * ⭐ **[CsWarzOnE](https://cswarzone.com/)** - Counter-Strike Downloads
* ⭐ **[HLTV](https://www.hltv.org/)** - Counter-Strike News * ⭐ **[HLTV](https://www.hltv.org/)** or [Dust2](https://www.dust2.us/) - Counter-Strike News
* [CSGO Trader](https://csgotrader.app/) - CS:GO Trading Enhancements * [CSGO Trader](https://csgotrader.app/) - CS:GO Trading Enhancements
* [CS2 Weapon Spreadsheet](https://docs.google.com/spreadsheets/d/11tDzUNBq9zIX6_9Rel__fdAUezAQzSnh5AVYzCP060c/) - Weapon Stats / Prices * [CS2 Weapon Spreadsheet](https://docs.google.com/spreadsheets/d/11tDzUNBq9zIX6_9Rel__fdAUezAQzSnh5AVYzCP060c/) - Weapon Stats / Prices
* [ArminC-AutoExec](https://github.com/ArmynC/ArminC-AutoExec) - ArminC's CS2 Config * [ArminC-AutoExec](https://github.com/ArmynC/ArminC-AutoExec) - ArminC's CS2 Config
@ -744,6 +749,7 @@
* [GTA Connected](https://gtaconnected.com/) - Multiplayer Mod / GTA III, IV, VC, SC / [Discord](https://discord.gg/YSyasDa) * [GTA Connected](https://gtaconnected.com/) - Multiplayer Mod / GTA III, IV, VC, SC / [Discord](https://discord.gg/YSyasDa)
* [Vice City: Multiplayer](https://vc-mp.org/) - Mutiplayer GTA:VC * [Vice City: Multiplayer](https://vc-mp.org/) - Mutiplayer GTA:VC
* [GTA Manager](https://func-vehicle.github.io/gtamanager/) - GTA V Business Manager * [GTA Manager](https://func-vehicle.github.io/gtamanager/) - GTA V Business Manager
* [GTA Downgraders](http://downgraders.rockstarvision.com/) - GTA Game Downgraders
*** ***
@ -755,7 +761,7 @@
* [Classic DOOM](https://classicdoom.com/) or [DoomWorld](https://www.doomworld.com/) - Doom Downloads * [Classic DOOM](https://classicdoom.com/) or [DoomWorld](https://www.doomworld.com/) - Doom Downloads
* [Doom64 EX](https://doom64ex.wordpress.com/downloads/) - Doom 64 PC Port * [Doom64 EX](https://doom64ex.wordpress.com/downloads/) - Doom 64 PC Port
* [dhewm3](https://dhewm3.org/) - Doom 3 Source Port * [dhewm3](https://dhewm3.org/) - Doom 3 Source Port
* [DoomsHack](https://doomshack.org/), [Doom Pastebin](https://pastebin.com/3DWF3Msq) or [Doom Wad Station](https://www.doomwadstation.net/) - Doom WADs * [DoomsHack](https://doomshack.org/), [Doom WADs](https://rentry.co/FMHYBase64#doom-wads), [Doom Pastebin](https://pastebin.com/3DWF3Msq) or [Doom Wad Station](https://www.doomwadstation.net/) - Doom WADs
* [DOOM FX](https://github.com/RandalLinden/DOOM-FX) - Doom SNES Source Code * [DOOM FX](https://github.com/RandalLinden/DOOM-FX) - Doom SNES Source Code
* [UltimateDoomBuilder](https://ultimatedoombuilder.github.io/) - Doom Map Builder * [UltimateDoomBuilder](https://ultimatedoombuilder.github.io/) - Doom Map Builder
@ -763,9 +769,9 @@
## ▷ Mario Kart Tools ## ▷ Mario Kart Tools
* ⭐ **[Retro Rewind](https://rentry.org/Retro-Rewind)** - Retro MKW Tracks / Multiplayer / [Wiki](https://wiki.tockdom.com/wiki/Retro_Rewind) / [Auto-Updater](https://github.com/patchzyy/WheelWizard/releases) / [Troubleshooting](https://rentry.org/RR-Fixes) / [Discord](https://discord.gg/qbr3Y4PJFH) * ⭐ **[Retro Rewind](https://rentry.org/Retro-Rewind)** - Retro MKW Tracks / Multiplayer / [Discord](https://discord.gg/qbr3Y4PJFH)
* ⭐ **RR Tools** - [Wiki](https://wiki.tockdom.com/wiki/Retro_Rewind) / [Auto-Updater](https://github.com/patchzyy/WheelWizard/releases) / [VR Rankings](https://impactcoding.github.io/rr-vr-ranking/) / [Troubleshooting](https://rentry.org/RR-Fixes)
* ⭐ **[CTGP Revolution](https://www.chadsoft.co.uk/)** - Custom MKW Tracks / Multiplayer / Disc required / [Discord](https://discordapp.com/invite/XMEQGDK) * ⭐ **[CTGP Revolution](https://www.chadsoft.co.uk/)** - Custom MKW Tracks / Multiplayer / Disc required / [Discord](https://discordapp.com/invite/XMEQGDK)
* ⭐ **[Mario Kart Midnight](https://wiki.tockdom.com/wiki/Mario_Kart_Midnight)** - Custom MKW Tracks / Multiplayer
* ⭐ **[MKWRs](https://mkwrs.com)** or [MKLeaderboards](https://www.mkleaderboards.com/) - Mario Kart Records / Videos * ⭐ **[MKWRs](https://mkwrs.com)** or [MKLeaderboards](https://www.mkleaderboards.com/) - Mario Kart Records / Videos
* ⭐ **[MKW Lobbies](https://wiimmfi.de/stats/mkw)** - Online MKW Lobbies * ⭐ **[MKW Lobbies](https://wiimmfi.de/stats/mkw)** - Online MKW Lobbies
* ⭐ **[CTGP Deluxe](https://www.ctgpdx.com/)** - Custom MK8DX Tracks * ⭐ **[CTGP Deluxe](https://www.ctgpdx.com/)** - Custom MK8DX Tracks
@ -798,7 +804,7 @@
* [Globed](https://geode-sdk.org/mods/dankmeme.globed2/) - GD Multiplayer Mod * [Globed](https://geode-sdk.org/mods/dankmeme.globed2/) - GD Multiplayer Mod
* [GD Browser](https://gdbrowser.com/) - GD Level Browser * [GD Browser](https://gdbrowser.com/) - GD Level Browser
* [GD Font Generator](https://gdcolon.com/gdfont) - Generate Custom GD Logos & Messages * [GD Font Generator](https://gdcolon.com/gdfont) - Generate Custom GD Logos & Messages
* [SPWN](https://spu7nix.net/spwn/#/) - GD Level Programming Language * [G.js](https://g-js-api.github.io/G.js/) - GD Level Programming Language
* [GD Docs](https://wyliemaster.github.io/gddocs/) - GD Programming Documentation * [GD Docs](https://wyliemaster.github.io/gddocs/) - GD Programming Documentation
* [GD History](https://history.geometrydash.eu/) - GD Archival Project / [Downloader](https://github.com/Cvolton/GDHistory-Downloader) * [GD History](https://history.geometrydash.eu/) - GD Archival Project / [Downloader](https://github.com/Cvolton/GDHistory-Downloader)
* [GMD Private Server](https://github.com/Cvolton/GMDprivateServer) - Private Server Maker * [GMD Private Server](https://github.com/Cvolton/GMDprivateServer) - Private Server Maker
@ -811,11 +817,12 @@
## ▷ Roblox Tools ## ▷ Roblox Tools
* 🌐 **[Roblox Archive](https://archive.roblonium.com/)** - Roblox Client Archive * 🌐 **[Roblox Archive](https://archive.roblonium.com/)** - Roblox Client Archive
* ⭐ **[Rolimon's](https://www.rolimons.com/games)** or [RoMonitor Stats](https://romonitorstats.com/) - Roblox Experience Stats * ⭐ **[Rolimon's](https://www.rolimons.com/games)** or **[RoMonitor Stats](https://romonitorstats.com/)** - Roblox Experience Stats
* ⭐ **[Bloxstrap](https://bloxstraplabs.com/)** - Roblox Player Bootstrapper / [Discord](https://discord.com/invite/nKjV3mGq6R) / [GitHub](https://github.com/pizzaboxer/bloxstrap) * ⭐ **[Bloxstrap](https://bloxstraplabs.com/)** - Roblox Player Bootstrapper / [Discord](https://discord.com/invite/nKjV3mGq6R) / [GitHub](https://github.com/pizzaboxer/bloxstrap)
* [Novetus](https://bitl.itch.io/novetus) - Self-Hosted Multi-version Roblox Client * [Novetus](https://bitl.itch.io/novetus) - Self-Hosted Multi-version Roblox Client
* [Roblox Studio Mod Manager](https://github.com/MaximumADHD/Roblox-Studio-Mod-Manager) - Roblox Studio Bootstrapper * [Roblox Studio Mod Manager](https://github.com/MaximumADHD/Roblox-Studio-Mod-Manager) - Roblox Studio Bootstrapper
* [RoPro](https://ropro.io/), [Roblox+](https://chromewebstore.google.com/detail/roblox/jfbnmfgkohlfclfnplnlenbalpppohkm), [BTRoblox](https://twitter.com/AntiBoomz/status/1378597179556823040), [RoGold](https://rogold.live/) or [RoSeal](https://www.roseal.live/) - Enhance Roblox Website * [RoPro](https://ropro.io/), [Roblox+](https://chromewebstore.google.com/detail/roblox/jfbnmfgkohlfclfnplnlenbalpppohkm), [BTRoblox](https://x.com/AntiBoomz/status/1378597179556823040), [RoGold](https://rogold.live/) or [RoSeal](https://www.roseal.live/) - Enhance Roblox Website
* [Better Discovery](https://www.roblox.com/games/15317947079/) - Game Discovery
* [RBXServers](https://rbxservers.xyz/) or [Freevipservers](https://freevipservers.net/) - Roblox VIP Servers * [RBXServers](https://rbxservers.xyz/) or [Freevipservers](https://freevipservers.net/) - Roblox VIP Servers
* [Roblox Web APIs](https://github.com/matthewdean/roblox-web-apis) - Roblox APIs * [Roblox Web APIs](https://github.com/matthewdean/roblox-web-apis) - Roblox APIs
* [ingame.clothing](https://ingame.clothing/) - Preview Avatar Clothing * [ingame.clothing](https://ingame.clothing/) - Preview Avatar Clothing
@ -825,7 +832,7 @@
## ▷ Terraria Tools ## ▷ Terraria Tools
* ⭐ **[Terranion](https://yal.cc/r/terranion/)** - Terraria Wiki * ⭐ [Terraria Wiki](https://terraria.wiki.gg/) or [Terranion](https://yal.cc/r/terranion/) - Terraria Wikis
* [Terraria Forum](https://forums.terraria.org/) - Terraria Community, Mods Help and More * [Terraria Forum](https://forums.terraria.org/) - Terraria Community, Mods Help and More
* [TEdit](https://www.binaryconstruct.com/tedit), [terramap](https://terramap.github.io/), [TerraFirma](https://github.com/mrkite/TerraFirma/releases/) or [terraria-map-editor](https://tedit.github.io/terraria-map-editor-web/) - Map Viewers / Editors * [TEdit](https://www.binaryconstruct.com/tedit), [terramap](https://terramap.github.io/), [TerraFirma](https://github.com/mrkite/TerraFirma/releases/) or [terraria-map-editor](https://tedit.github.io/terraria-map-editor-web/) - Map Viewers / Editors
* [Terrasavr](https://yal.cc/r/terrasavr/) - Terraria Character Editor * [Terrasavr](https://yal.cc/r/terrasavr/) - Terraria Character Editor
@ -866,10 +873,13 @@
* [FantasiaArchive](https://fantasiaarchive.com/) - World Building / Documenting Tool * [FantasiaArchive](https://fantasiaarchive.com/) - World Building / Documenting Tool
* [DnD World Building](https://arcadia.net/Cruinne/DnD/Articles/worldbuilding.html) - Fantasy World Building Guides * [DnD World Building](https://arcadia.net/Cruinne/DnD/Articles/worldbuilding.html) - Fantasy World Building Guides
* [The Acaeum](https://www.acaeum.com/) - Dungeons & Dragons Database * [The Acaeum](https://www.acaeum.com/) - Dungeons & Dragons Database
* [DnD Rules](https://www.dndbeyond.com/sources/dnd/free-rules) - Dungeons & Dragons Rules
* [Archives of Nethys](https://aonprd.com/) - Pathfinder Database * [Archives of Nethys](https://aonprd.com/) - Pathfinder Database
* [WarGamer](https://www.wargamer.com/) - Tabletop RPG Guides * [WarGamer](https://www.wargamer.com/) - Tabletop RPG Guides
* [Roll20](https://roll20.net/) or [Rolisteam](https://rolisteam.org/) - Tabletop RPG Streaming * [Roll20](https://roll20.net/) or [Rolisteam](https://rolisteam.org/) - Tabletop RPG Streaming
* [Tabletopy](https://tabletopy.com/) - Tabletop RPG Soundboard * [Tabletopy](https://tabletopy.com/) - Tabletop RPG Soundboard
* [Eigengrau's Generator](https://eigengrausgenerator.com/) - Town / NPC Generator
* [Map Generator](https://emptybuttons.itch.io/map-generator) - Tabletop Roleplaying Map Generator * [Map Generator](https://emptybuttons.itch.io/map-generator) - Tabletop Roleplaying Map Generator
* [MOGG](http://img.mogg.fr/HIRES/) - Magic: The Gathering Card Scans * [MOGG](http://img.mogg.fr/HIRES/) - Magic: The Gathering Card Scans
* [Yugipedia](https://yugipedia.com/) or [YGOPRODeck](https://ygoprodeck.com/) - Yu-Gi-Oh! Resources / Card Lists
* [Untap.in](https://untap.in/) - Test Card Game Decks * [Untap.in](https://untap.in/) - Test Card Game Decks

View file

@ -10,40 +10,41 @@
# ► Download Games # ► Download Games
* 🌐 **[/r/PiratedGames Mega](https://rentry.org/pgames)** - Game Piracy Index / [Discord](https://discord.gg/dZWwhUy) * 🌐 **[/r/PiratedGames Mega](https://rentry.org/pgames)** / [Discord](https://discord.gg/dZWwhUy), **[CS.RIN Mega](https://cs.rin.ru/forum/viewtopic.php?f=10&t=95461)** or **[privateersclub](https://megathread.pages.dev/)** / [Discord](https://discord.gg/jz8dUnnD6Q) - Game Piracy Indexes
* 🌐 **[CS.RIN Mega](https://cs.rin.ru/forum/viewtopic.php?f=10&t=95461)** - Game Piracy Index * 🌐 **[Wotaku](https://wotaku.wiki/games)** / [Discord](https://discord.gg/vShRGx8ZBC) or **[EverythingMoe](https://everythingmoe.com/?nsfw=true#section-game)** / [Discord](https://discord.gg/GuueaDgKdS) - Otaku Games Indexes
* 🌐 **[privateersclub](https://megathread.pages.dev/)** - Game Piracy Index / [Discord](https://discord.gg/jz8dUnnD6Q)
* 🌐 **[Wotaku](https://wotaku.wiki/games)** - Otaku Games Index / [Discord](https://discord.gg/vShRGx8ZBC)
* 🌐 **[EverythingMoe](https://everythingmoe.com/?nsfw=true#section-game)** - Otaku Games Index / [Discord](https://discord.gg/GuueaDgKdS)
* ↪️ **[Scene Release Trackers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_scene_release_trackers)** * ↪️ **[Scene Release Trackers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_scene_release_trackers)**
* ⭐ **[GamesDrive](https://gamesdrive.net/)** - Download / [Divolt](https://gamesdrive.divolt.xyz/) / [Discord](https://discord.gg/wXdNEhf73x) / [Telegram](https://t.me/+qkrAOiq7k7ozNzRk) * ⭐ **[CS.RIN.RU](https://cs.rin.ru/forum)** - Download / Forum / Account Required / [Status](https://csrinstaff.writeas.com/) / [Enhancement Mod](https://github.com/SubZeroPL/cs-rin-ru-enhanced-mod) / [Steam Buttons](https://github.com/Altansar69/CS.RIN.RU-Enhanced-external) / [.onion](http://csrinrutkb3tshptdctl5lyei4et35itl22qvk5ktdcat6aeavy6nhid.onion/forum)
* ⭐ **[CS.RIN.RU](https://cs.rin.ru/forum)** - Download / Forum / [Status](https://csrinstaff.writeas.com/) / [Enhancement Mod](https://github.com/SubZeroPL/cs-rin-ru-enhanced-mod) / [Steam Buttons](https://github.com/Altansar69/CS.RIN.RU-Enhanced-external) / [.onion](http://csrinrutkb3tshptdctl5lyei4et35itl22qvk5ktdcat6aeavy6nhid.onion/forum)
* ⭐ **[SteamRIP](https://steamrip.com/)** - Download / Torrent / Pre-Installs / [Discord](https://discord.gg/WkyjpA3Ua9) / pw: 1234 or steamrip.com
* ⭐ **[Torrminatorr](https://forum.torrminatorr.com/)** - Download
* ⭐ **[GOG Games](https://gog-games.to/)** - Download / [.onion](http://goggamespyi7b6ybpnpnlwhb4md6owgbijfsuj6z5hesqt3yfyz42rad.onion/) * ⭐ **[GOG Games](https://gog-games.to/)** - Download / [.onion](http://goggamespyi7b6ybpnpnlwhb4md6owgbijfsuj6z5hesqt3yfyz42rad.onion/)
* ⭐ **[Ova Games](https://www.ovagames.com/)** - Download / [Bypass All Shortlinks Required](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25B7_redirect_bypass) * ⭐ **[SteamRIP](https://steamrip.com/)** - Download / Torrent / Pre-Installs / [Discord](https://discord.gg/WkyjpA3Ua9) / pw: 1234 or steamrip.com
* ⭐ **[Online Fix](https://online-fix.me/)** - Download / Torrent / Multiplayer / [Discord](https://discord.gg/yExgFYncMD) * ⭐ **[AnkerGames](https://ankergames.net/)** - Download / Pre-Installs / [Discord](https://discord.gg/nnMnGzDbwg)
* ⭐ **[Online Fix](https://online-fix.me/)** - Download / Torrent / Multiplayer / Signup Required / [Discord](https://discord.gg/yExgFYncMD) / [Telegram](https://t.me/onlinefix)
* ⭐ **[GamesDrive](https://gamesdrive.net/)** - Download / [Discord](https://discord.gg/wXdNEhf73x) / [Telegram](https://t.me/+qkrAOiq7k7ozNzRk)
* ⭐ **[GameBounty](https://gamebounty.world/)** - Download / [Discord](https://discord.gg/6msDMndrkD) * ⭐ **[GameBounty](https://gamebounty.world/)** - Download / [Discord](https://discord.gg/6msDMndrkD)
* ⭐ **[Ova Games](https://www.ovagames.com/)** - Download / [Redirect Bypass Required](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25B7_redirect_bypass)
* ⭐ **[Torrminatorr](https://forum.torrminatorr.com/)** - Download / Forum / Account Required
* ⭐ **[SteamGG](https://steamgg.net/)** - Download / Pre-Installs / [Subreddit](https://www.reddit.com/r/OfficialSteamGG/) / [Discord](https://discord.gg/Rw6AT3hZZE) * ⭐ **[SteamGG](https://steamgg.net/)** - Download / Pre-Installs / [Subreddit](https://www.reddit.com/r/OfficialSteamGG/) / [Discord](https://discord.gg/Rw6AT3hZZE)
* ⭐ **[FreeToGame](https://www.freetogame.com/games)**, [Acid Play](https://acid-play.com/) or [/v/'s Recommended](https://vsrecommendedgames.fandom.com/wiki/Freeware_Games) - F2P Games / [Trackers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/misc#wiki_.25BA_free_stuff) * ⭐ **[FreeToGame](https://www.freetogame.com/games)**, [Acid Play](https://acid-play.com/) or [/v/'s Recommended](https://vsrecommendedgames.fandom.com/wiki/Freeware_Games) - F2P Games / [Trackers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/misc#wiki_.25BA_free_stuff)
* ⭐ **[Game Download CSE](https://cse.google.com/cse?cx=006516753008110874046:cbjowp5sdqg)**, [Game Torrent CSE](https://cse.google.com/cse?cx=006516753008110874046:pobnsujblyx), [Rezi Search](https://rezi.one/), [Rave Search](https://idleendeavor.github.io/gamesearch/) / [2](https://ravegamesearch.pages.dev/) or [/r/PiratedGames CSE](https://cse.google.com/cse?cx=20c2a3e5f702049aa) - Multi-Site Search Engines * ⭐ **[Game Download CSE](https://cse.google.com/cse?cx=006516753008110874046:cbjowp5sdqg)**, [Game Torrent CSE](https://cse.google.com/cse?cx=006516753008110874046:pobnsujblyx), [Rezi Search](https://rezi.one/), [Rave Search](https://idleendeavor.github.io/gamesearch/) / [2](https://ravegamesearch.pages.dev/) or [/r/PiratedGames CSE](https://cse.google.com/cse?cx=20c2a3e5f702049aa) - Multi-Site Search Engines
* [g4u](https://g4u.to/) - Download / pw: 404 * [g4u](https://g4u.to/) - Download / pw: 404
* [SteamUnderground](https://steamunderground.net/) - Download / Torrent / Pre-Installs / [Discord](https://discord.gg/ZjrNBhmhPz)
* [UnionCrax](https://union-crax.xyz/) - Download / [Discord](https://discord.gg/dkVame6BQS)
* [appnetica](https://appnetica.com/) - Download / Torrent / Pre-Installs * [appnetica](https://appnetica.com/) - Download / Torrent / Pre-Installs
* [AtopGames](https://atopgames.com/) - Download / Pre-Installs / [Discord](https://discord.gg/KSG9Tg2s7b) * [AtopGames](https://atopgames.com/) - Download / Pre-Installs / [Discord](https://discord.gg/KSG9Tg2s7b)
* [Reloaded Steam](https://reloadedsteam.com/) - Download / Pre-Installs / [Discord](https://discord.gg/XqMpBdVWvK) * [Reloaded Steam](https://reloadedsteam.com/) - Download / Pre-Installs / [Discord](https://discord.gg/XqMpBdVWvK)
* [Games4U](https://games4u.org/) - Download * [Games4U](https://games4u.org/) - Download
* [Rexa Games](https://rexagames.com/) - Download / Pre-Installs / [Discord](https://discord.gg/6KWStFYSTj) * [Rexa Games](https://rexagames.com/) - Download / Pre-Installs / [Discord](https://discord.gg/6KWStFYSTj)
* [Cr4ckPass](https://cr4ckpass.online/) - Download
* [TriahGames](https://triahgames.com/) - Download / [Discord](https://discord.gg/vRxJNNcJNh) / PW: `www.triahgames.com`
* [GetFreeGames](https://getfreegames.net/) - Download / [Discord](https://discord.gg/Pc5TtEzk7k) * [GetFreeGames](https://getfreegames.net/) - Download / [Discord](https://discord.gg/Pc5TtEzk7k)
* [GLoad](https://gload.to/) - Download * [GLoad](https://gload.to/) - Download
* [UndergroundGames](https://undergroundgames.net/) - Download / Torrent / Pre-Installs
* [World of PC Games](https://worldofpcgames.com/) - Download / Pre-Installs / [Site Info](https://rentry.org/ikc3x8bt) / Use Adblocker * [World of PC Games](https://worldofpcgames.com/) - Download / Pre-Installs / [Site Info](https://rentry.org/ikc3x8bt) / Use Adblocker
* [Leeching Hell](http://www.leechinghell.pw/) - Download
* [AWTDG](https://awtdg.site/) - Download / [Discord](https://discord.gg/kApRXRjJ7A) * [AWTDG](https://awtdg.site/) - Download / [Discord](https://discord.gg/kApRXRjJ7A)
* [CG Games](https://www.cg-gamespc.com/) - Download * [CG Games](https://www.cg-gamespc.com/) - Download
* [GamePCFull](https://gamepcfull.com/) - Download * [GamePCFull](https://gamepcfull.com/) - Download
* [Leeching Hell](http://www.leechinghell.pw/) - Download
* [IWannaPlay](https://sites.google.com/view/iwannaplay/список-игр) - Download / Telegram Required * [IWannaPlay](https://sites.google.com/view/iwannaplay/список-игр) - Download / Telegram Required
* [Vran's Piracy](https://rentry.co/vranpirated) - Download / [Discord](https://discord.gg/bnHNVgTCkb)
* [IRC Games](https://redd.it/x804wg) - Download Games via IRC * [IRC Games](https://redd.it/x804wg) - Download Games via IRC
* [ROM Heaven CSF](https://romheaven.com/csf), [2](https://romheaven.su) - Download Clean Files
*** ***
@ -60,12 +61,12 @@
* ⭐ **[Gnarly Repacks](https://rentry.co/FMHYBase64#gnarly_repacks)** - Download / Password: gnarly * ⭐ **[Gnarly Repacks](https://rentry.co/FMHYBase64#gnarly_repacks)** - Download / Password: gnarly
* [Xatab Repacks](https://byxatab.com/) - Torrent * [Xatab Repacks](https://byxatab.com/) - Torrent
* [ScOOt3r Repacks (Discord)](https://discord.gg/xe3Fys8Upy) - Download / Torrent * [ScOOt3r Repacks (Discord)](https://discord.gg/xe3Fys8Upy) - Download / Torrent
* [DigitalZone](https://digitalzone.vercel.app/), [2](https://god0654.github.io/DigitalZone/) - Download / Portable Repacks / [Discord](https://discord.gg/ja3v2z26Sj) * [DigitalZone](https://digital-zone.xyz/) - Download / Portable Repacks / [Discord](https://discord.gg/ja3v2z26Sj)
* [Elamigos](https://elamigos.site/) - Download * [Elamigos](https://elamigos.site/) - Download
* [DODI Repacks](https://rentry.co/FMHYBase64#dodi) - Torrent / [Lootlink Bypass](https://rentry.co/lootlink) / [Lootlink Autocomplete](https://greasyfork.org/en/scripts/487969) / [Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#dodi-warning) / [Discord](https://discord.gg/D9WU7C9FSE)
* [Tiny-Repacks](https://www.tiny-repacks.win) - Torrent * [Tiny-Repacks](https://www.tiny-repacks.win) - Torrent
* [DODI Repacks](https://dodi-repacks.download/), [2](https://dodi-repacks.site/) - Torrent / [Opera Bypass](https://rentry.co/lootlink) / [Warning](https://pastebin.com/n5xS3v6k) / [Discord](https://discord.gg/D9WU7C9FSE) * [FreeGOGPCGames](https://freegogpcgames.com/) - GOG Games Torrent Uploads / [Hash Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#freegogpcgames-note), [2](https://i.ibb.co/XbF2dv1/image.png)
* [FreeGOGPCGames](https://freegogpcgames.com/) - GOG Games Torrent Uploads / [Hash Note](https://pastebin.com/pNMj3nay), [2](https://i.ibb.co/XbF2dv1/image.png) * [Magipack](https://www.magipack.games), [Old-Games](https://www.old-games.ru/), [CollectionChamber](https://collectionchamber.blogspot.com/) or [ClassicPCGames](https://archive.org/details/classicpcgames) - Retro PC Games
* [Magipack](https://www.magipack.games), [CollectionChamber](https://collectionchamber.blogspot.com/) or [ClassicPCGames](https://archive.org/details/classicpcgames) - Retro PC Games
* [~archive](https://websites.umich.edu/~archive/) - Retro PC / Mac Games * [~archive](https://websites.umich.edu/~archive/) - Retro PC / Mac Games
*** ***
@ -76,7 +77,6 @@
* ⭐ **[ARMGDDN Browser](https://cs.rin.ru/forum/viewtopic.php?f=14&t=140593)** - VR Games / [Telegram](https://t.me/ARMGDDNGames) * ⭐ **[ARMGDDN Browser](https://cs.rin.ru/forum/viewtopic.php?f=14&t=140593)** - VR Games / [Telegram](https://t.me/ARMGDDNGames)
* [r/QuestPiracy](https://www.reddit.com/r/QuestPiracy/) - Oculus Quest Piracy * [r/QuestPiracy](https://www.reddit.com/r/QuestPiracy/) - Oculus Quest Piracy
* [SideQuest](https://sidequestvr.com/) - VR Sideloading Platform * [SideQuest](https://sidequestvr.com/) - VR Sideloading Platform
* [VRFavs](https://www.vrfavs.com/) - Virtual Reality Resources
* [VRCArena](https://www.vrcarena.com/) - Resources for Social VR Games * [VRCArena](https://www.vrcarena.com/) - Resources for Social VR Games
* [UEVR](https://uevr.io/) - Convert Unreal Engine Games to VR * [UEVR](https://uevr.io/) - Convert Unreal Engine Games to VR
* [Oculess](https://github.com/basti564/Oculess) - Remove Oculus Quest Account Requirements & Telemetry * [Oculess](https://github.com/basti564/Oculess) - Remove Oculus Quest Account Requirements & Telemetry
@ -91,6 +91,7 @@
* ⭐ **[AbandonwareGames](https://abandonwaregames.net/)** - Abandonware * ⭐ **[AbandonwareGames](https://abandonwaregames.net/)** - Abandonware
* [Flashtro](https://flashtro.com/) - Abandonware * [Flashtro](https://flashtro.com/) - Abandonware
* [Zombs-Lair](https://www.zombs-lair.com/) - Abandonware * [Zombs-Lair](https://www.zombs-lair.com/) - Abandonware
* [OldGamesDownload](https://oldgamesdownload.com/) - Abandonware
* [Old-Games.com](https://www.old-games.com/) - Abandonware * [Old-Games.com](https://www.old-games.com/) - Abandonware
* [VETUSWARE](https://vetusware.com/category/Games/) - Abandonware * [VETUSWARE](https://vetusware.com/category/Games/) - Abandonware
* [Japanese PC Compendium](https://japanesepccompendium.blogspot.com/) - Retro Japanese PC Games * [Japanese PC Compendium](https://japanesepccompendium.blogspot.com/) - Retro Japanese PC Games
@ -105,15 +106,18 @@
## ▷ Remakes / Ports ## ▷ Remakes / Ports
* 🌐 **[OSGL](https://trilarion.github.io/opensourcegames/)**, [Awesome Open Source Games](https://github.com/michelpereira/awesome-open-source-games) or [LibreGameWiki](https://libregamewiki.org/List_of_games) - Open-Source Games * 🌐 **[OSGL](https://trilarion.github.io/opensourcegames/)**, [Awesome Open Source Games](https://github.com/michelpereira/awesome-open-source-games) or [LibreGameWiki](https://libregamewiki.org/List_of_games) - Open-Source Games
* 🌐 **[Galaxy of Games](https://galaxyofgames.neocities.org/)** - PC Ports, Decompilations, Remakes, Fan Games and more
* 🌐 **[Awesome Game Remakes](https://github.com/radek-sprta/awesome-game-remakes)** or [Game Clones](https://osgameclones.com/) - Open-Source Remakes * 🌐 **[Awesome Game Remakes](https://github.com/radek-sprta/awesome-game-remakes)** or [Game Clones](https://osgameclones.com/) - Open-Source Remakes
* 🌐 **[Awesome Terminal Games](https://ligurio.github.io/awesome-ttygames/)** - ASCII Terminal Games * 🌐 **[Awesome Terminal Games](https://ligurio.github.io/awesome-ttygames/)** - ASCII Terminal Games
* 🌐 **[Kliktopia](https://kliktopia.org/)** - Klik Games * 🌐 **[Kliktopia](https://kliktopia.org/)** - Klik Games
* ⭐ **[OpenRCT2](https://openrct2.io/)**, [2](https://openrct2.org/) - Open-Source RollerCoaster Tycoon 2 * ⭐ **[OpenRCT2](https://openrct2.io/)**, [2](https://openrct2.org/) - Open-Source RollerCoaster Tycoon 2
* [Luanti](https://www.luanti.org/) / [GitHub](https://github.com/luanti-org) or [Classicube](https://www.classicube.net/) - Open-Source Minecraft Alternatives * [Luanti](https://www.luanti.org/) / [GitHub](https://github.com/luanti-org) or [Classicube](https://www.classicube.net/) - Open-Source Minecraft Alternatives
* [Locomalito](https://locomalito.com/) or [RetroSpec](https://retrospec.sgn.net/) - Classic Game Remakes
* [OpenFortress](https://openfortress.fun/) - Team Fortress 2 Mod * [OpenFortress](https://openfortress.fun/) - Team Fortress 2 Mod
* [TF2 Classic](https://tf2classic.com/) - Team Fortress 2 Classic Mod * [TF2 Classic](https://tf2classic.com/) - Team Fortress 2 Classic Mod
* [RisingHub](https://risinghub.net/) - Battlefield Heroes Revival Project * [RisingHub](https://risinghub.net/) - Battlefield Heroes Revival Project
* [OpenRA](https://openra.net/) - Command & Conquer Recreation * [Chrono Divide](https://rentry.co/FMHYBase64#chrono-divide) or [OpenRA](https://openra.net/) - Command & Conquer Recreations / Ports
* [Beyond All Reason](https://www.beyondallreason.info/) - Open-Source Total Annihilation / Supreme Commander / [Discord](https://discord.gg/beyond-all-reason) / [GitHub](https://github.com/beyond-all-reason)
* [DFWorkshop](https://www.dfworkshop.net/) - Daggerfall Unity Engine Port * [DFWorkshop](https://www.dfworkshop.net/) - Daggerfall Unity Engine Port
* [OpenMW](https://openmw.org/en/) - Morrowind Remake / [GitHub](https://github.com/OpenMW/openmw) / [Multiplayer](https://github.com/TES3MP/TES3MP) * [OpenMW](https://openmw.org/en/) - Morrowind Remake / [GitHub](https://github.com/OpenMW/openmw) / [Multiplayer](https://github.com/TES3MP/TES3MP)
* [ECWolf](https://maniacsvault.net/ecwolf/) - Wolfenstein 3D, Spear of Destiny & Super 3D Noah's Ark Port * [ECWolf](https://maniacsvault.net/ecwolf/) - Wolfenstein 3D, Spear of Destiny & Super 3D Noah's Ark Port
@ -128,25 +132,26 @@
* [Streets of Rage Remake](https://sorr.forumotion.net/t838-new-streets-of-rage-remake-v5-2-download-and-info) - Streets of Rage Remake * [Streets of Rage Remake](https://sorr.forumotion.net/t838-new-streets-of-rage-remake-v5-2-download-and-info) - Streets of Rage Remake
* [OpenSA](https://github.com/Dzierzan/OpenSA) - Swarm Assault Recreation / [OpenRA Required](https://www.moddb.com/mods/opensa) / [Non OpenRA Version](https://dzierzan.itch.io/opensa) * [OpenSA](https://github.com/Dzierzan/OpenSA) - Swarm Assault Recreation / [OpenRA Required](https://www.moddb.com/mods/opensa) / [Non OpenRA Version](https://dzierzan.itch.io/opensa)
* [TeamForever](https://teamforeveronline.wixsite.com/home) - Sonic 1 & 2 Enhanced / [S1F Mods](https://gamebanana.com/games/10601) / [S2A Mods](https://gamebanana.com/games/15019) / [YouTube](https://www.youtube.com/@teamforeverdev) / [Tumblr](https://www.tumblr.com/teamforever) * [TeamForever](https://teamforeveronline.wixsite.com/home) - Sonic 1 & 2 Enhanced / [S1F Mods](https://gamebanana.com/games/10601) / [S2A Mods](https://gamebanana.com/games/15019) / [YouTube](https://www.youtube.com/@teamforeverdev) / [Tumblr](https://www.tumblr.com/teamforever)
* [Sonic 3 A.I.R.](https://sonic3air.org/) - Sonic 3 & Knuckles Enhanced / [Mods](https://gamebanana.com/games/6878) / [Discord](https://dc.railgun.works/s3air) / [GitHub](https://github.com/Eukaryot/sonic3air) * [Sonic 3 A.I.R.](https://sonic3air.org/) - Sonic 3 & Knuckles Enhanced / [Mods](https://gamebanana.com/games/6878), [2](https://sonic3air.boards.net/board/6/mod-releases) / [Discord](https://dc.railgun.works/s3air) / [GitHub](https://github.com/Eukaryot/sonic3air)
* [EDuke32](https://www.eduke32.com/) - Duke Nukem 3D Source Port * [EDuke32](https://www.eduke32.com/) - Duke Nukem 3D Source Port
* [NBlood](https://github.com/nukeykt/NBlood) - Reverse-Engineered Duke Nukem Ports * [NBlood](https://github.com/nukeykt/NBlood) - Reverse-Engineered Duke Nukem Ports
* [SP Tarkov](https://www.sp-tarkov.com/) - Escape From Tarkov Single Player Mod * [SP Tarkov](https://www.sp-tarkov.com/) - Escape From Tarkov Single Player Mod
* [doukutsu-rs](https://github.com/doukutsu-rs/doukutsu-rs) - Open-Source Cave Story * [doukutsu-rs](https://github.com/doukutsu-rs/doukutsu-rs) - Open-Source Cave Story
* [Arx Libertatis](https://arx-libertatis.org/) - Arx Fatalis PC Port * [Arx Libertatis](https://arx-libertatis.org/) - Arx Fatalis PC Port
* [Mars 3D](https://mars3d-game.wixsite.com/index) - Mars 3D Translation & Remake * [Mars 3D](https://mars3d-game.wixsite.com/index) - Mars 3D Translation & Remake
* [Unciv](https://github.com/yairm210/Unciv) - Civ V Remake * [Unciv](https://github.com/yairm210/Unciv) - Civilization V Remake
* [FreeCiv](https://www.freeciv.org/ ) - Civilization Remake / [GitHub](https://github.com/freeciv)
* [OpenTTD](https://www.openttd.org/) - Transport Tycoon Remake * [OpenTTD](https://www.openttd.org/) - Transport Tycoon Remake
* [CannonBall](https://github.com/djyt/cannonball) - OutRun Remake / [Video](https://youtu.be/t-93kDC8Vac) * [CannonBall](https://github.com/djyt/cannonball) - OutRun Remake / [Video](https://youtu.be/t-93kDC8Vac)
* [Pokemon Auto Chess](https://pokemon-auto-chess.com/) - Pokemon Style Teamfight Tactics / [Discord](https://discord.gg/6JMS7tr) / [GitHub](https://github.com/keldaanCommunity/pokemonAutoChess)
* [EDOPro](https://projectignis.github.io/) - Yu-Gi-Oh! TCG Fangame * [EDOPro](https://projectignis.github.io/) - Yu-Gi-Oh! TCG Fangame
* [OpenNox](https://github.com/noxworld-dev/opennox) - Nox Revival Project * [OpenNox](https://github.com/noxworld-dev/opennox) - Nox Revival Project
* [Pixel Gun X](https://discord.com/invite/8796Fs9tZm) - Pixel Gun 3D Revival Project Discord * [Pixel Gun X](https://discord.com/invite/8796Fs9tZm) - Pixel Gun 3D Revival Project Discord
* [Infinity Blade PC](https://archive.org/details/infinity-blade-pc) - Infinity Blade PC Port * [Infinity Blade PC](https://rentry.co/FMHYBase64#ib-pc-port) - Infinity Blade PC Port / [Subreddit](https://www.reddit.com/r/infinityblade) / [Discord](https://discord.gg/GfX3pmC)
* [Pac-Man](https://github.com/masonicGIT/pacman) - Pac-Man with Added Features * [Pac-Man](https://github.com/masonicGIT/pacman) - Pac-Man with Added Features
* [SpaceCadetPinball](https://github.com/k4zmu2a/SpaceCadetPinball) - Space Cadet Pinball / [Android](https://github.com/fexed/Pinball-on-Android) * [SpaceCadetPinball](https://github.com/k4zmu2a/SpaceCadetPinball) - Space Cadet Pinball / [Android](https://github.com/fexed/Pinball-on-Android)
* [Visual Pinball](https://github.com/vpinball/vpinball) - Pinball Table Editor / Simulator / [Tables](https://www.vpforums.org/) * [Visual Pinball](https://github.com/vpinball/vpinball) - Pinball Table Editor / Simulator / [Tables](https://www.vpforums.org/)
* [YARC-Official](https://github.com/YARC-Official) - Rock Band Clone / [Launcher](https://github.com/YARC-Official/YARC-Launcher/releases) * [YARC-Official](https://github.com/YARC-Official) - Rock Band Clone / [Launcher](https://github.com/YARC-Official/YARC-Launcher/releases) / [Discord](https://discord.gg/sqpu4R552r)
* [Clone Hero](https://clonehero.net/) - Guitar Hero Clone / [Setlists](https://rentry.co/FMHYBase64#setlists), [2](https://customsongscentral.com/), [3](https://rentry.co/FMHYBase64#frif-drive) / [Wii Controller Support](https://github.com/Meowmaritus/WiitarThing) / [Custom Client](https://clonehero.scorespy.online)
* [ITGmania](https://www.itgmania.com/) - DDR Clone * [ITGmania](https://www.itgmania.com/) - DDR Clone
* [beatoraja](https://mocha-repository.info/) - BMS Player as Alternative to IIDX / [beatoraja English Guide](https://github.com/wcko87/beatoraja-english-guide/wiki) * [beatoraja](https://mocha-repository.info/) - BMS Player as Alternative to IIDX / [beatoraja English Guide](https://github.com/wcko87/beatoraja-english-guide/wiki)
* [Unnamed SDVX clone](https://github.com/Drewol/unnamed-sdvx-clone) - Sound Voltex Clone * [Unnamed SDVX clone](https://github.com/Drewol/unnamed-sdvx-clone) - Sound Voltex Clone
@ -163,20 +168,20 @@
## ▷ Special Interest ## ▷ Special Interest
* ⭐ **[itch.io](https://itch.io/games/new-and-popular/featured/free)**, [Killed By A Pixel](https://frankforce.com/all-games/), [Gamdie](https://gamdie.com/), [Indie Rentry](https://rentry.org/hhtxv7ud), [DigiPen](https://games.digipen.edu/) or [Game Jolt](https://gamejolt.com/games?price=free) - Indie Games * ⭐ **[itch.io](https://itch.io/games/new-and-popular/featured/free)**, [Killed By A Pixel](https://frankforce.com/all-games/), [Gamdie](https://gamdie.com/), [Indie Rentry](https://rentry.org/hhtxv7ud), [DigiPen](https://games.digipen.edu/) or [Game Jolt](https://gamejolt.com/games?price=free) - Indie Games
* ⭐ **itch.io Tools** - [Downloader](https://github.com/Emersont1/itchio) / [Desktop](https://github.com/itchio/itch) / [Auto-Claim](https://github.com/Smart123s/ItchClaim) * ⭐ **itch.io Tools** - [Downloader](https://github.com/Emersont1/itchio) / [Desktop](https://github.com/itchio/itch) / [Mobile](https://sr.ht/~gardenapple/mitch/) / [Auto-Claim](https://github.com/Smart123s/ItchClaim)
* [Alpha Beta Gamer](https://alphabetagamer.com/) - Play Games in Alpha / Beta Testing * [Alpha Beta Gamer](https://alphabetagamer.com/) - Play Games in Alpha / Beta Testing
* [RPG Maker Games](https://rpgmaker.net/games/) - Games made via RPG Maker * [RPG Maker Games](https://rpgmaker.net/games/) - Games made via RPG Maker
* [Locomalito](https://locomalito.com/) - Classic Game Remakes
* [Pygame](https://www.pygame.org/tags/all) - Python Games * [Pygame](https://www.pygame.org/tags/all) - Python Games
* [Necromanthus](https://necromanthus.com/) - 3D Shockwave Games * [Necromanthus](https://necromanthus.com/) - 3D Shockwave Games
* [LemmaSoft](https://lemmasoft.renai.us/) - Visual Novel Games / [Discord](https://discord.gg/6ckxWYm) * [LemmaSoft](https://lemmasoft.renai.us/) - Visual Novel Games / [Discord](https://discord.gg/6ckxWYm)
* [vgperson](https://vgperson.com/games/) - Simple Japanese Games * [vgperson](https://vgperson.com/games/) - Simple Japanese Games
* [Ninja Kiwi Archive](https://ninjakiwi.com/archive) - Ninja Kiwi / Bloons Archive * [Ninja Kiwi Archive](https://ninjakiwi.com/archive) - Ninja Kiwi / Bloons Archive
* [SAGE](https://sagexpo.org/) - Sonic Fan Games / [Discord](https://discord.sonicfangameshq.com/) * [SAGE](https://sagexpo.org/) - Sonic Fan Games / [Discord](https://discord.sonicfangameshq.com/)
* [Clone Hero](https://clonehero.net/) - Guitar Hero Clone / [Setlists](https://rentry.co/FMHYBase64#setlists), [2](https://customsongscentral.com/), [3](https://rentry.co/FMHYBase64#frif-drive) / [Wii Controller Support](https://github.com/Meowmaritus/WiitarThing) / [Custom Client](https://clonehero.scorespy.online)
* [DoujinStyle](https://doujinstyle.com) - Doujin Games / [Discord](https://discord.com/invite/z2QDFdA) * [DoujinStyle](https://doujinstyle.com) - Doujin Games / [Discord](https://discord.com/invite/z2QDFdA)
* [MoriyaShrine](https://moriyashrine.org/) - Touhou Games * [MoriyaShrine](https://moriyashrine.org/) - Touhou Games
* [Planet Casio](https://www.planet-casio.com/Fr/programmes/jeux-casio.php) or [Cemetech](https://cemetech.net/) - Calculator Games * [Planet Casio](https://www.planet-casio.com/Fr/programmes/jeux-casio.php) or [Cemetech](https://cemetech.net/) - Calculator Games
* [UnorthodoxFun](https://github.com/rarelygoeshere/UnorthodoxFun) - Games on Unorthodox Platforms
* [GamesOnPDF](https://github.com/rarelygoeshere/GamesOnPDF) - PDF Games
* [GrimReaper's Scene ISO Collection](https://archive.org/details/@waffess) - ISO Collection * [GrimReaper's Scene ISO Collection](https://archive.org/details/@waffess) - ISO Collection
* [Redump Forum](http://forum.redump.org/) - Disc Preservation Project * [Redump Forum](http://forum.redump.org/) - Disc Preservation Project
* [/r/CrackSupport](https://reddit.com/r/CrackSupport) - Cracking Discussion / [Matrix](https://matrix.to/#/!MFNtxvVWElrFNHWWRm:nitro.chat?via=nitro.chat&via=envs.net&via=matrix.org) / [Guilded](https://guilded.gg/crackwatch) / [FAQ](https://rentry.co/cracksupport) * [/r/CrackSupport](https://reddit.com/r/CrackSupport) - Cracking Discussion / [Matrix](https://matrix.to/#/!MFNtxvVWElrFNHWWRm:nitro.chat?via=nitro.chat&via=envs.net&via=matrix.org) / [Guilded](https://guilded.gg/crackwatch) / [FAQ](https://rentry.co/cracksupport)
@ -201,14 +206,15 @@
* 🌐 **[Multiplayer Emulation](https://emulation.gametechwiki.com/index.php/Netplay)** - Multiplayer Emulation Tools * 🌐 **[Multiplayer Emulation](https://emulation.gametechwiki.com/index.php/Netplay)** - Multiplayer Emulation Tools
* ↪️ **[Android Emulators](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25BA_android_emulators)** * ↪️ **[Android Emulators](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25BA_android_emulators)**
* ⭐ **[Recommended Emulator Specs](https://emulation.gametechwiki.com/index.php/Computer_specs)** * ⭐ **[Recommended Emulator Specs](https://emulation.gametechwiki.com/index.php/Computer_specs)**
* ⭐ **[Emulator BIOS Files](https://emulation.gametechwiki.com/index.php/Emulator_files)** / **[Firmware Files](https://rentry.co/FMHYBase64#console-firmware)** / [2](https://rentry.co/FMHYBase64#sigmapatches) * ⭐ **[Emulator BIOS Files](https://rentry.co/FMHYBase64#emulator-files)** / **[Firmware Files](https://rentry.co/FMHYBase64#console-firmware)** / [2](https://rentry.co/FMHYBase64#sigmapatches)
* ⭐ **[RetroAchievements](https://retroachievements.org/)** - Achievements for Emulators * ⭐ **[RetroAchievements](https://retroachievements.org/)** - Achievements for Emulators
* ⭐ **[Dolphin Guide](https://github.com/shiiion/dolphin/wiki/Performance-Guide)** - Dolphin Setup Guide * ⭐ **[Dolphin Guide](https://github.com/shiiion/dolphin/wiki/Performance-Guide)** - Dolphin Setup Guide
* ⭐ **[Cemu Guide](https://cemu.cfw.guide/)** or [/r/CemuPiracy Tutorial](https://www.reddit.com/r/CemuPiracy/wiki/tutorial/) - WiiU / BOTW Setup Guides * ⭐ **[Cemu Guide](https://cemu.cfw.guide/)** or [/r/CemuPiracy Tutorial](https://www.reddit.com/r/CemuPiracy/wiki/tutorial/) - WiiU / BOTW Setup Guides
* ⭐ **[Switch Emu Guide](https://github.com/Abd-007/Switch-Emulators-Guide)** or [Ryujinx Guide](https://docs.google.com/document/d/1prxOJaE4WhPeYNHW17W5UaWZxDgB8e5wNHxt2O4FKvs/) - Switch Emulator Setup Guides * ⭐ **[Switch Emu Guide](https://github.com/Abd-007/Switch-Emulators-Guide)** or [Ryujinx Guide](https://docs.google.com/document/d/1prxOJaE4WhPeYNHW17W5UaWZxDgB8e5wNHxt2O4FKvs/) - Switch Emulator Setup Guides
* ⭐ **[RAZE](https://github.com/ZDoom/Raze)** or [BuildGDX](https://m210.duke4.net/) / [Discord](https://discord.gg/zZw2eq3n7G) - Oldschool Shooter Engine * ⭐ **[RAZE](https://github.com/ZDoom/Raze)** or [BuildGDX](https://m210.duke4.net/) / [Discord](https://discord.gg/zZw2eq3n7G) - Oldschool Shooter Engine
* [RetroCatalog](https://retrocatalog.com/) or [Handheld Emulation Compatibility](https://docs.google.com/spreadsheets/d/1irg60f9qsZOkhp0cwOU7Cy4rJQeyusEUzTNQzhoTYTU/) - Handheld Emulation Compatibility / Info
* [TOSEC](https://rentry.co/FMHYBase64#tosec) - The Old School Emulation Center * [TOSEC](https://rentry.co/FMHYBase64#tosec) - The Old School Emulation Center
* [Xbox Emulation Hub](https://discord.com/invite/7pcAbZzpXj) - Xbox Emulation Discord * [Emulation Collective](https://discord.com/invite/7pcAbZzpXj) - Xbox One/Series X|S UWP Emulation Discord
* [MouseInjector](https://github.com/garungorp/MouseInjectorDolphinDuck) - Add Mouse Support to Emulators * [MouseInjector](https://github.com/garungorp/MouseInjectorDolphinDuck) - Add Mouse Support to Emulators
* [Motion Support Bypass](https://redd.it/gobcne) - Fix Cemu BOTW Motion Shrines / [DL](https://mega.nz/file/1Uo3BI6L#X5m-bPK27-X-IijzJH1o4MloivkUqP33zsUJE_kpOdc) * [Motion Support Bypass](https://redd.it/gobcne) - Fix Cemu BOTW Motion Shrines / [DL](https://mega.nz/file/1Uo3BI6L#X5m-bPK27-X-IijzJH1o4MloivkUqP33zsUJE_kpOdc)
* [SwitchEmuModDownloader](https://github.com/amakvana/SwitchEmuModDownloader) - Download Switch Emulator Mods * [SwitchEmuModDownloader](https://github.com/amakvana/SwitchEmuModDownloader) - Download Switch Emulator Mods
@ -236,15 +242,17 @@
* ⭐ **[No-Intro](https://rentry.co/FMHYBase64#no-intro)** - ROMs * ⭐ **[No-Intro](https://rentry.co/FMHYBase64#no-intro)** - ROMs
* ⭐ **[ROM Heaven](https://romheaven.com/)**, [2](https://romheaven.su) - ROMs * ⭐ **[ROM Heaven](https://romheaven.com/)**, [2](https://romheaven.su) - ROMs
* ⭐ **[CrocDB](https://crocdb.net/)** - Emulators / ROMs * ⭐ **[CrocDB](https://crocdb.net/)** - Emulators / ROMs
* ⭐ **[CDRomance](https://cdromance.org/)** - ROMs / [Discord](https://cdromance.org/discord) * ⭐ **[RetroGameTalk](https://retrogametalk.com/)** - ROMs / [Discord](https://cdromance.org/discord)
* ⭐ **[WiiUDownloader](https://github.com/Xpl0itU/WiiUDownloader)**, [WiiUSBHelper](https://github.com/FailedShack/USBHelperInstaller/releases) or [JNUSTool](https://gbatemp.net/threads/jnustool-nusgrabber-and-cdecrypt-combined.413179/) - ROMs / Wii U * ⭐ **[WiiUDownloader](https://github.com/Xpl0itU/WiiUDownloader)**, [WiiUSBHelper](https://github.com/FailedShack/USBHelperInstaller/releases) or [JNUSTool](https://gbatemp.net/threads/jnustool-nusgrabber-and-cdecrypt-combined.413179/) - ROMs / Wii U
* ⭐ **[Skraper](https://www.skraper.net/)** - ROM Cover / Metadata Scraper * ⭐ **[Skraper](https://www.skraper.net/)** - ROM Cover / Metadata Scraper
* [ROMhacking](https://www.romhacking.net/) or [Reality Incorporated](https://sites.google.com/view/bonmarioinc/rom-hacks/released-rom-hacks) - ROM Fan Translations * [ROMhacking](https://www.romhacking.net/) or [Reality Incorporated](https://sites.google.com/view/bonmarioinc/rom-hacks/released-rom-hacks) - ROM Fan Translations
* [/r/ROMs](https://www.reddit.com/r/ROMs/) - Discussion Sub * [/r/ROMs](https://www.reddit.com/r/ROMs/) - Discussion Sub
* [Vimms Lair](https://vimm.net/) - Emulators / ROMs * [Vimms Lair](https://vimm.net/) - Emulators / ROMs
* [AliceISO](https://alice.al/) - ROMs
* [Gnarly Repacks](https://rentry.co/FMHYBase64#gnarly_repacks) - ROMs / Emulator Repacks * [Gnarly Repacks](https://rentry.co/FMHYBase64#gnarly_repacks) - ROMs / Emulator Repacks
* [ROM-Collections](https://rentry.co/FMHYBase64#rom-collections) - ROMs * [ROM-Collections](https://rentry.co/FMHYBase64#rom-collections) - ROMs
* [WowROMs](https://wowroms.com/en) - ROMs * [WowROMs](https://wowroms.com/en) - ROMs
* [Retro Game Champion](https://www.retrogamechampion.com/) - Retro Game ROMs, Magazines, Music & more
* [Edge Emulation](https://edgeemu.net/) - ROMs * [Edge Emulation](https://edgeemu.net/) - ROMs
* [Zophar's Domain](https://www.zophar.net/) - Emulators / ROM Mods * [Zophar's Domain](https://www.zophar.net/) - Emulators / ROM Mods
* [TheRomDepot](https://theromdepot.com/) - ROMs * [TheRomDepot](https://theromdepot.com/) - ROMs
@ -259,7 +267,6 @@
* [Emu-Land](https://www.emu-land.net/en) - Emulators / ROMs * [Emu-Land](https://www.emu-land.net/en) - Emulators / ROMs
* [HexRom](https://hexrom.com/) - Emulators / ROMs * [HexRom](https://hexrom.com/) - Emulators / ROMs
* [GameGinie](https://gameginie.com/) - Emulators / ROMs * [GameGinie](https://gameginie.com/) - Emulators / ROMs
* [Technosagar](https://roms.technosagar.com/) - ROMs
* [The Old Computer](https://www.theoldcomputer.com/) - Emulators / ROMs * [The Old Computer](https://www.theoldcomputer.com/) - Emulators / ROMs
* [Emulator Games](https://www.emulatorgames.net/) or [FreeROMsDownload](https://myretro.games/) - Emulators / ROMs * [Emulator Games](https://www.emulatorgames.net/) or [FreeROMsDownload](https://myretro.games/) - Emulators / ROMs
* [Emuparadise](https://www.emuparadise.me/) - Emulators / ROMs / [Forum](https://www.epforums.org/) / [Workaround Script](https://web.archive.org/web/20230115181306/https://gist.github.com/byzantium225/484101c7846ce18e514b7b10bf4815c2) * [Emuparadise](https://www.emuparadise.me/) - Emulators / ROMs / [Forum](https://www.epforums.org/) / [Workaround Script](https://web.archive.org/web/20230115181306/https://gist.github.com/byzantium225/484101c7846ce18e514b7b10bf4815c2)
@ -276,7 +283,6 @@
* [RetroZone](https://retrozone.co/) - ROMs * [RetroZone](https://retrozone.co/) - ROMs
* [NGR](https://www.nextgenroms.com/) - ROMs * [NGR](https://www.nextgenroms.com/) - ROMs
* [FantasyAnime](https://fantasyanime.com/) - ROMs * [FantasyAnime](https://fantasyanime.com/) - ROMs
* [OldGamesDownload](https://oldgamesdownload.com/) - ROMs
* [Ziperto](https://ziperto.com/) - ROMs / Avoid [Fake](https://ibb.co/wWJbkX6) Buttons * [Ziperto](https://ziperto.com/) - ROMs / Avoid [Fake](https://ibb.co/wWJbkX6) Buttons
* [Rom Magnet Links](https://emulation.gametechwiki.com/index.php/ROM_%26_ISO_Sites#BitTorrent) - ROMs / Torrent * [Rom Magnet Links](https://emulation.gametechwiki.com/index.php/ROM_%26_ISO_Sites#BitTorrent) - ROMs / Torrent
* [ROM CSE](https://cse.google.com/cse?cx=f47f68e49301a07ac) / [CSE 2](https://cse.google.com/cse?cx=744926a50bd7eb010) - Multi-Site ROM Search * [ROM CSE](https://cse.google.com/cse?cx=f47f68e49301a07ac) / [CSE 2](https://cse.google.com/cse?cx=744926a50bd7eb010) - Multi-Site ROM Search
@ -288,13 +294,13 @@
* [3DS ROMS](https://3dsroms.org), [taodung](https://taodung.com/) or [hShop](https://hshop.erista.me/) - ROMs / 3DS * [3DS ROMS](https://3dsroms.org), [taodung](https://taodung.com/) or [hShop](https://hshop.erista.me/) - ROMs / 3DS
* [NoPayStation](https://nopaystation.com/) - ROMs / Playstation Consoles * [NoPayStation](https://nopaystation.com/) - ROMs / Playstation Consoles
* [SuperPSX](https://www.superpsx.com/) - ROMs / PS3 / PS4 * [SuperPSX](https://www.superpsx.com/) - ROMs / PS3 / PS4
* [PKGPS4](https://www.pkgps4.click/) - ROMs / PS4 * [PKGPS4](https://www.pkgps4.click/) or [Game-2u PS4](https://game-2u.com/Category/game/ps4) / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#game-2u-ps4-note) - ROMs / PS4
* [/r/PkgLinks1](https://www.reddit.com/r/PkgLinks1/) - PS1 / PS2 Games for Modded PS4 * [/r/PkgLinks1](https://www.reddit.com/r/PkgLinks1/) - PS1 / PS2 Games for Modded PS4
* [PSVitaVPK](https://psvitavpk.com/) - ROMs / PSP * [PSVitaVPK](https://psvitavpk.com/) - ROMs / PSP
* [xbarchive](https://github.com/codemasterv/xbarchive) - ROMs / Xbox Consoles * [xbarchive](https://github.com/codemasterv/xbarchive) - ROMs / Xbox Consoles
* [AtariMania](https://www.atarimania.com/) - ROMs / Emulators / Atari Consoles * [AtariMania](https://www.atarimania.com/) - ROMs / Emulators / Atari Consoles
* [NesFiles](https://www.nesfiles.com/) - ROMs / NES * [NesFiles](https://www.nesfiles.com/) or [FC Gallery](https://fcpic.nesbbs.com/index_en.html) - ROMs / NES / Famicom
* [/1CC/](https://1cc.kr.eu.org/1cc/index.html) / [Discord](https://discord.com/invite/e7xffWFf9p), [ROMs For MAME](https://www.romsformame.com/), [PleasureDome](https://pleasuredome.github.io/pleasuredome/mame/), [MAME World](https://mameworld.info/) or [Arcade Database](http://adb.arcadeitalia.net/default.php?lang=en) - Arcade MAME ROMs * [/1CC/](https://1cc.kr.eu.org/1cc/index.html) / [Discord](https://discord.com/invite/e7xffWFf9p), [ROMs For MAME](https://www.romsformame.com/), [MDK](https://mdk.cab/), [PleasureDome](https://pleasuredome.github.io/pleasuredome/mame/), [MAME World](https://mameworld.info/) or [Arcade Database](http://adb.arcadeitalia.net/default.php?lang=en) - Arcade MAME ROMs
* [Kuribo64](https://kuribo64.net/) - ROM Modding Community * [Kuribo64](https://kuribo64.net/) - ROM Modding Community
* [MFGG](https://mfgg.net/) - Super Mario Mods / [Discord](https://discord.gg/jchgfw5) * [MFGG](https://mfgg.net/) - Super Mario Mods / [Discord](https://discord.gg/jchgfw5)
* [Newer Team](https://newerteam.com/) or [NSMBHD](https://nsmbhd.net/) - Super Mario Bros. DS / Wii Mods * [Newer Team](https://newerteam.com/) or [NSMBHD](https://nsmbhd.net/) - Super Mario Bros. DS / Wii Mods
@ -308,7 +314,6 @@
* [OOTMM](https://ootmm.com/) - Randomize + Merge Ocarina of Time with Majora's Mask * [OOTMM](https://ootmm.com/) - Randomize + Merge Ocarina of Time with Majora's Mask
* [Super Mario Bros Crossover](https://archive.org/details/SuperMarioCrossoverOffline) - Play SMB with Alternative Characters * [Super Mario Bros Crossover](https://archive.org/details/SuperMarioCrossoverOffline) - Play SMB with Alternative Characters
* [perfect_dark](https://github.com/fgsfdsfgs/perfect_dark), [2](https://github.com/n64decomp/perfect_dark) - Perfect Dark Decompilation * [perfect_dark](https://github.com/fgsfdsfgs/perfect_dark), [2](https://github.com/n64decomp/perfect_dark) - Perfect Dark Decompilation
* [sm64](https://github.com/n64decomp/sm64) - Super Mario 64 Decompilation / [GUI](https://sm64pc.info/sm64pcbuilder2/) / [Discord](https://discord.gg/DuYH3Fh)
* [Mega Man Maker](https://megamanmaker.com/) - Create Mega Man Levels * [Mega Man Maker](https://megamanmaker.com/) - Create Mega Man Levels
* [Dan's Palace](https://discord.gg/RqQeZwrP8k) - Android / PSVita PC Game Ports Discord / [Telegram](https://t.me/danspalace) * [Dan's Palace](https://discord.gg/RqQeZwrP8k) - Android / PSVita PC Game Ports Discord / [Telegram](https://t.me/danspalace)
* [wide-snes](https://github.com/VitorVilela7/wide-snes) - Widescreen Super Mario World * [wide-snes](https://github.com/VitorVilela7/wide-snes) - Widescreen Super Mario World
@ -316,7 +321,7 @@
* [Dat-O-Matic](https://datomatic.no-intro.org/index.php) - ROM Datasets * [Dat-O-Matic](https://datomatic.no-intro.org/index.php) - ROM Datasets
* [NSWDB](https://www.nswdb.com) - Switch Release Tracker * [NSWDB](https://www.nswdb.com) - Switch Release Tracker
* [RomStation](https://www.romstation.fr/) - ROM Downloader / Manager / Multiplayer * [RomStation](https://www.romstation.fr/) - ROM Downloader / Manager / Multiplayer
* [RomPatcher](https://www.marcrobledo.com/RomPatcher.js/), [Hack64 Patcher](https://hack64.net/tools/patcher.php) or [FFF6Hacking Patcher](https://www.ff6hacking.com/patcher/) - Online ROM Patchers * [RomPatcher](https://www.marcrobledo.com/RomPatcher.js/), [Rom Patcher JS](https://www.romhacking.net/patch/), [Hack64 Patcher](https://hack64.net/tools/patcher.php) or [FFF6Hacking Patcher](https://www.ff6hacking.com/patcher/) - Online ROM Patchers
*** ***
@ -327,7 +332,6 @@
* ⭐ **[Telemelt](https://telemelt.com/)** - Multiplayer Browser Emulator * ⭐ **[Telemelt](https://telemelt.com/)** - Multiplayer Browser Emulator
* ⭐ **[PSX Party](https://psxparty.kosmi.io/)** - Multiplayer Playstation Browser Emulator * ⭐ **[PSX Party](https://psxparty.kosmi.io/)** - Multiplayer Playstation Browser Emulator
* [PS1FUN](https://www.ps1fun.com/) - PS1 Browser Emulator * [PS1FUN](https://www.ps1fun.com/) - PS1 Browser Emulator
* [LYR9C](https://lyr9c.weebly.com/gba-games.html) - GBA Browser Emulator
* [LetsPlayGB](https://www.letsplaygb.com/) - Game Boy Browser Emulator * [LetsPlayGB](https://www.letsplaygb.com/) - Game Boy Browser Emulator
* [SNESFun](https://www.snesfun.com/) - SNES Browser Emulator * [SNESFun](https://www.snesfun.com/) - SNES Browser Emulator
* [8bbit](https://www.8bbit.com/) or [Play NES](https://www.playnesonline.com/) - NES Browser Emulators * [8bbit](https://www.8bbit.com/) or [Play NES](https://www.playnesonline.com/) - NES Browser Emulators
@ -345,7 +349,7 @@
* [SMBGames](https://smbgames.be/) - Super Mario Browser Emulator * [SMBGames](https://smbgames.be/) - Super Mario Browser Emulator
* [SMWGames](https://www.smwgames.com/) - Modded Super Mario World Browser Emulators * [SMWGames](https://www.smwgames.com/) - Modded Super Mario World Browser Emulators
* [Jelly Mario](https://jellymar.io/) - Jelly Super Mario * [Jelly Mario](https://jellymar.io/) - Jelly Super Mario
* [SMBX2](http://codehaus.wohlsoft.ru/index.php) - Super Mario Enhancement Mod / [Video](https://youtu.be/15ia-OiEFzQ) / [Discord](https://discord.com/invite/aCZqadJ) * [SMBX2](http://codehaus.wohlsoft.ru/index.php) - Super Mario Enhancement Mod / [Levels](https://rentry.co/FMHYBase64#smbx-preservation) / [Video](https://youtu.be/15ia-OiEFzQ) / [Discord](https://discord.com/invite/aCZqadJ)
* [Super Mario and the Rainbow Stars](https://superstarshi.github.io/smatrs/) - Super Mario Mod / [Video](https://youtu.be/SqQuI1AbSQw) / [Discord](https://discord.gg/GBXUa7NF2J) * [Super Mario and the Rainbow Stars](https://superstarshi.github.io/smatrs/) - Super Mario Mod / [Video](https://youtu.be/SqQuI1AbSQw) / [Discord](https://discord.gg/GBXUa7NF2J)
* [Level Share Square](https://levelsharesquare.com/) - Custom Maps for Mario Fangames * [Level Share Square](https://levelsharesquare.com/) - Custom Maps for Mario Fangames
* [Mario Kart PC](https://mkpc.malahieude.net/mariokart.php) - Browser Mario Kart * [Mario Kart PC](https://mkpc.malahieude.net/mariokart.php) - Browser Mario Kart
@ -361,7 +365,6 @@
* [First-Person Tetris](https://firstpersontetris.com/) - Play Tetris in First Person * [First-Person Tetris](https://firstpersontetris.com/) - Play Tetris in First Person
* [Sandtris](https://sandtris.com/) - Falling Sand Style Tetris * [Sandtris](https://sandtris.com/) - Falling Sand Style Tetris
* [Play Snake](https://playsnake.org/) - Retro Snake * [Play Snake](https://playsnake.org/) - Retro Snake
* [Google Maps Snake](https://snake.googlemaps.com/) - Google Snake
* [Google Snake Mods](https://googlesnakemods.com/) - Google Snake Mods * [Google Snake Mods](https://googlesnakemods.com/) - Google Snake Mods
* [Snake-Game](https://www.onemotion.com/snake-game/) - 3D Snake * [Snake-Game](https://www.onemotion.com/snake-game/) - 3D Snake
* [TENNIS!](https://snek-vunderkind.vercel.app/games/tennis.html) - JavaScript Pong * [TENNIS!](https://snek-vunderkind.vercel.app/games/tennis.html) - JavaScript Pong
@ -392,12 +395,13 @@
* [Spinner](https://hyperspace-wizard.itch.io/spinner) - Spinner Timing Game * [Spinner](https://hyperspace-wizard.itch.io/spinner) - Spinner Timing Game
* [Ehmorris](https://ehmorris.com/lander/) - Spaceship Landing Game * [Ehmorris](https://ehmorris.com/lander/) - Spaceship Landing Game
* [Dino Swords](https://dinoswords.gg/) - Stay Alive by Jumping / Destroying Cacti * [Dino Swords](https://dinoswords.gg/) - Stay Alive by Jumping / Destroying Cacti
* [Rhythm Plus](https://rhythm-plus.com), [2](https://rhythmplus.io/) - Rhythm Game / [Discord](https://discord.com/invite/ZGhnKp4) / [GitHub](https://github.com/henryzt/Rhythm-Plus-Music-Game)
* [Bemuse](https://bemuse.ninja/) - Rhythm Game * [Bemuse](https://bemuse.ninja/) - Rhythm Game
* [Pulsus](https://www.pulsus.cc/play/) - 3x3 Tile Board Rhythm Game * [Pulsus](https://www.pulsus.cc/play/) - 3x3 Tile Board Rhythm Game
* [Sans Fight](https://jcw87.github.io/c2-sans-fight/) - Undertale Fight Simulator * [Sans Fight](https://jcw87.github.io/c2-sans-fight/) - Undertale Fight Simulator
* [DB Evolution](https://www.txori.com/dbdevolution) - Dragon Ball Fighting Game * [DB Evolution](https://www.txori.com/dbdevolution) - Dragon Ball Fighting Game
* [Flappy Bird](https://flappybird.io/) - HTML5 Flappy Bird * [Flappy Bird](https://flappybird.io/) - HTML5 Flappy Bird
* [Starship](https://starshipthegame.spacex.com/) - SpaceX Rocket Game * [Slope Plus](https://coweggs.itch.io/slope-plus) - Downhill Ball Game
* [Tensor Trust](https://tensortrust.ai/) - AI Prompting Multiplayer Skill Game * [Tensor Trust](https://tensortrust.ai/) - AI Prompting Multiplayer Skill Game
* [Rooms](https://rooms.xyz/) - Room Design Game / [Discord](https://discord.gg/rooms) * [Rooms](https://rooms.xyz/) - Room Design Game / [Discord](https://discord.gg/rooms)
* [fsh.zone](https://fsh.zone/) - Fishing Games / [Discord](https://discord.com/invite/FKEzJSf) * [fsh.zone](https://fsh.zone/) - Fishing Games / [Discord](https://discord.com/invite/FKEzJSf)
@ -419,8 +423,9 @@
* ⭐ **[itch.io web games](https://itch.io/games/free/platform-web)** - Browser Games * ⭐ **[itch.io web games](https://itch.io/games/free/platform-web)** - Browser Games
* ⭐ **[Newgrounds](https://www.newgrounds.com/games)** - Browser Games * ⭐ **[Newgrounds](https://www.newgrounds.com/games)** - Browser Games
* ⭐ **[Armor Games](https://armorgames.com/)** - Browser Games * ⭐ **[Armor Games](https://armorgames.com/)** - Browser Games
* [Addicting Games](https://www.addictinggames.com/) - Browser Games * [Browser Craft](https://browsercraft.com/) - Indie Browser Games
* [RG Games](https://www.rgshows.me/games/) - Browser Games / [Discord](https://discord.gg/e34HMTgyEy) * [RG Games](https://www.rgshows.me/games/) - Browser Games / [Discord](https://discord.gg/e34HMTgyEy)
* [Addicting Games](https://www.addictinggames.com/) - Browser Games
* [Kongregate](https://www.kongregate.com/) - Browser Games * [Kongregate](https://www.kongregate.com/) - Browser Games
* [Y8](https://www.y8.com/) - Browser Games * [Y8](https://www.y8.com/) - Browser Games
* [Poki](https://poki.com/) - Browser Games * [Poki](https://poki.com/) - Browser Games
@ -433,8 +438,8 @@
* [DAN-BALL](https://dan-ball.jp/en/) - Browser Games * [DAN-BALL](https://dan-ball.jp/en/) - Browser Games
* [Miniplay](https://www.miniplay.com/) - Browser Games * [Miniplay](https://www.miniplay.com/) - Browser Games
* [Yandex Games](https://yandex.com/games/) - Browser Games * [Yandex Games](https://yandex.com/games/) - Browser Games
* [Poki](https://poki.com/) - Browser Games
* [Arkadium](https://www.arkadium.com/) - Browser Games * [Arkadium](https://www.arkadium.com/) - Browser Games
* [classroom-6x](https://www.classroom-6-x.games/) - Browser Games
* [GamePix](https://www.gamepix.com/) - Browser Games * [GamePix](https://www.gamepix.com/) - Browser Games
* [RoundGames](https://www.roundgames.com/) - Browser Games * [RoundGames](https://www.roundgames.com/) - Browser Games
* [Snokido](https://www.snokido.com/) - Browser Games * [Snokido](https://www.snokido.com/) - Browser Games
@ -445,13 +450,16 @@
* [Andkon](https://andkon.com/arcade/) - Browser Games * [Andkon](https://andkon.com/arcade/) - Browser Games
* [FreeGames](https://freegames.org/) - Browser Games * [FreeGames](https://freegames.org/) - Browser Games
* [Friv](https://www.friv.com/) - Browser Games * [Friv](https://www.friv.com/) - Browser Games
* [Emupedia](https://emupedia.net/beta/) - Browser Games
* [simmer.io](https://simmer.io/) - Unity Indie Browser Games
* [/r/WebGames](https://reddit.com/r/WebGames) - Browser Games Subreddit * [/r/WebGames](https://reddit.com/r/WebGames) - Browser Games Subreddit
* [Spatial](https://www.spatial.io/) - 3D Browser Games * [Spatial](https://www.spatial.io/) - 3D Browser Games
* [Rosebud AI](https://www.rosebud.ai/) - AI Made Browser Games * [Rosebud AI](https://www.rosebud.ai/) or [Wild West](https://www.wildwest.gg/) - AI Made Browser Games
* [Noel Friedrich](https://www.noel-friedrich.de/terminal/) - Browser Terminal Games
* [Unblock KISD](https://sites.google.com/view/unblockkisd/), [Tyrone's Unblocked](https://sites.google.com/site/tyronesgamesez/) or [UBG365](https://ubg365.github.io/) - Browser Games / Unblocked at Schools * [Unblock KISD](https://sites.google.com/view/unblockkisd/), [Tyrone's Unblocked](https://sites.google.com/site/tyronesgamesez/) or [UBG365](https://ubg365.github.io/) - Browser Games / Unblocked at Schools
* [CoolMathGames](https://www.coolmathgames.com/) - Browser Game Site (disguised as edu games) * [CoolMathGames](https://www.coolmathgames.com/) - Browser Game Site (disguised as edu games)
* [FlashMuseum](https://flashmuseum.org/), [Flash Arch](https://flasharch.com/en) or [AlbinoBlackSheep](https://www.albinoblacksheep.com/games/) - Flash Games * [FlashMuseum](https://flashmuseum.org/), [Flash Arch](https://flasharch.com/en) or [AlbinoBlackSheep](https://www.albinoblacksheep.com/games/) - Flash Games
* [Arcade Prehacks](https://www.arcadeprehacks.com/), [SamsHackedGames](https://www.samshackedgames.com/) or [KongHack](https://konghack.com/) - Flash Game Mods * [Arcade Prehacks](https://www.arcadeprehacks.com/) or [KongHack](https://konghack.com/) - Flash Game Mods
* [Js13kGames](https://js13kgames.com/entries), [HTML5 Games](https://html5games.com/) or [TheBestarcade](https://html5.thebestarcadescript.com/) - HTML5 Games * [Js13kGames](https://js13kgames.com/entries), [HTML5 Games](https://html5games.com/) or [TheBestarcade](https://html5.thebestarcadescript.com/) - HTML5 Games
* [iogames.space](https://iogames.space/), [itch.io](https://graebor.itch.io/), [Kindanice](https://kindanice.itch.io/), [Jezzamon](https://jezzamon.itch.io/), [Modd.io](https://www.modd.io/) or [Kevin Games](https://kevin.games/) - .io Games * [iogames.space](https://iogames.space/), [itch.io](https://graebor.itch.io/), [Kindanice](https://kindanice.itch.io/), [Jezzamon](https://jezzamon.itch.io/), [Modd.io](https://www.modd.io/) or [Kevin Games](https://kevin.games/) - .io Games
@ -463,20 +471,20 @@
* ⭐ **[Codenames](https://codenames.game/)** - Party Card Games * ⭐ **[Codenames](https://codenames.game/)** - Party Card Games
* ⭐ **[GarticPhone](https://garticphone.com/)** - Telephone Game * ⭐ **[GarticPhone](https://garticphone.com/)** - Telephone Game
* ⭐ **[skribbl](https://skribbl.io/)**, [DrawBattle](https://drawbattle.io/), [Sketchful](https://sketchful.io/), [Drawize](https://www.drawize.com/) or [Gartic](https://gartic.io/) - Drawing / Guessing Game / Multiplayer * ⭐ **[skribbl](https://skribbl.io/)**, [DrawBattle](https://drawbattle.io/), [Sketchful](https://sketchful.io/), [Drawize](https://www.drawize.com/) or [Gartic](https://gartic.io/) - Drawing / Guessing Game / Multiplayer
* ⭐ **[Eaglercraft](https://eaglercraftx1-8.github.io/eagler-files/1.8/resent4.0/index.html)**, [2](https://eaglercraft.com/) - Online Browser Minecraft / [Note](https://pastebin.com/wpDZzgN5) / [Source](https://git.eaglercraft.rip/eaglercraft) * ⭐ **[Eaglercraft](https://eaglercraftx1-8.github.io/eagler-files/1.8/resent4.0/index.html)**, [2](https://eaglercraft.com/) - Online Browser Minecraft / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#eaglercraft-note) / [Source](https://git.eaglercraft.rip/eaglercraft)
* ⭐ **Eaglercraft Tools** - [Mod Loader](https://eaglerforge.github.io/) / [Mod Search](https://eaglerrinth.github.io/) / [Create Mods](https://eaglerforge-builder.vercel.app/) / [Public Servers](https://servers.eaglercraft.com/) * ⭐ **Eaglercraft Tools** - [Mod Loader](https://eaglerforge.github.io/) / [Mod Search](https://eaglerrinth.github.io/) / [Create Mods](https://eaglerforge-builder.vercel.app/) / [Public Servers](https://servers.eaglercraft.com/)
* [MiniBlox](https://miniblox.io/) - Online Minecraft Alternative * ⭐ **[Make It Meme](https://makeitmeme.com/)** - Meme Party Game
* [Bloxd](https://bloxd.io/) or [MiniBlox](https://miniblox.io/) - Online Minecraft Clones
* [Bloob.io](https://bloob.io/) - Multiple Games * [Bloob.io](https://bloob.io/) - Multiple Games
* [Gidd.io](https://gidd.io/) - Multiple Games * [Gidd.io](https://gidd.io/) - Multiple Games
* [Yucata](https://www.yucata.de/en/) - Multiple Games * [Yucata](https://www.yucata.de/en/) - Multiple Games
* [Foony](https://foony.com/) - Multiple Games * [Foony](https://foony.com/) - Multiple Games
* [Pixoguess](https://pixoguess.io/) - Guess Pixelated Images * [Pixoguess](https://pixoguess.io/) - Guess Pixelated Images
* [Gpop.io](https://gpop.io/) - Rhythm Game * [Gpop.io](https://gpop.io/) - Rhythm Game
* [Spyfall](https://www.spyfall.app/) - Spy Party Game
* [Betrayal](https://betrayal.io/) - Among Us Clone * [Betrayal](https://betrayal.io/) - Among Us Clone
* [Death by AI](https://deathbyai.gg/) - Survival Plan Game * [Death by AI](https://deathbyai.gg/) - Survival Plan Game
* [Territorial](https://territorial.io/) - Conquest / War Games
* [Smash Karts](https://smashkarts.io/) - Kart Battles * [Smash Karts](https://smashkarts.io/) - Kart Battles
* [Make It Meme](https://makeitmeme.com/) - Meme Party Game
* [tix.tax](https://tix.tax/) - Tic-Tac-Toe * [tix.tax](https://tix.tax/) - Tic-Tac-Toe
*** ***
@ -489,11 +497,13 @@
* [OpenArena Live](https://kosmi.io/openarena) - Quake 3 Arena Clone * [OpenArena Live](https://kosmi.io/openarena) - Quake 3 Arena Clone
* [Venge](https://venge.io/) - PvP FPS * [Venge](https://venge.io/) - PvP FPS
* [kour.io](https://kour.io/) - PvP FPS * [kour.io](https://kour.io/) - PvP FPS
* [Deadshot](https://deadshot.io/) - PvP FPS
* [LolShot](https://lolshot.io/) - PvP FPS * [LolShot](https://lolshot.io/) - PvP FPS
* [1v1.LOL](https://1v1.lol/) - 1v1 Building / Battle Simulator * [1v1.LOL](https://1v1.lol/) - 1v1 Building / Battle Simulator
* [ShellShock](https://www.shellshock.io/) - PvP FPS * [ShellShock](https://www.shellshock.io/) - PvP FPS
* [MiniRoyale](https://miniroyale.io/) - Battle Royale Game * [MiniRoyale](https://miniroyale.io/) - Battle Royale Game
* [ZombsRoyale.io](https://zombsroyale.io/) - Top-Down Battle Royale * [ZombsRoyale.io](https://zombsroyale.io/) - Top-Down Battle Royale
* [Gats.io](https://gats.io/) - Top-Down Battle Royale / [Discord](https://discord.gg/8Tspptdupm)
* [Wings.io](https://wings.io/) - Multiplayer Plane Battles / [Discord](https://discord.com/invite/HQcTbuZByA) * [Wings.io](https://wings.io/) - Multiplayer Plane Battles / [Discord](https://discord.com/invite/HQcTbuZByA)
* [Operius](https://mors-games.itch.io/operius) - Space Shooter * [Operius](https://mors-games.itch.io/operius) - Space Shooter
* [Galaxies](https://playcanv.as/p/Ikq6Uk6A/) - Space Combat Game * [Galaxies](https://playcanv.as/p/Ikq6Uk6A/) - Space Combat Game
@ -517,6 +527,7 @@
## ▷ Simulation ## ▷ Simulation
* [HatTrick](https://www.hattrick.org/) - Multiplayer Football Manager
* [FSHistory](https://s-macke.github.io/FSHistory/) - Play Classic Flight Simulator * [FSHistory](https://s-macke.github.io/FSHistory/) - Play Classic Flight Simulator
* [Hacker Wars](https://hackerwars.io/) or [SlaveHack2](https://www.slavehack2.com/) - Hacking Simulators * [Hacker Wars](https://hackerwars.io/) or [SlaveHack2](https://www.slavehack2.com/) - Hacking Simulators
* [Startup Simulator](https://toggl.com/startup-simulator/) - Startup Simulation Game * [Startup Simulator](https://toggl.com/startup-simulator/) - Startup Simulation Game
@ -524,7 +535,8 @@
* [Orbity](https://orbity.io/game.php) - Spaceship Launching Game * [Orbity](https://orbity.io/game.php) - Spaceship Launching Game
* [Plane Food Simulator](https://sheepandram.itch.io/pfs2021) - Plane Food Eating Game * [Plane Food Simulator](https://sheepandram.itch.io/pfs2021) - Plane Food Eating Game
* [Alternate History Simulator](https://abw.blue/) - Write Alternate History * [Alternate History Simulator](https://abw.blue/) - Write Alternate History
* [NationStates](https://www.nationstates.net/) - Nation Simulation Game * [NationStates](https://www.nationstates.net/) - Nation Simulation Game / [Scripts](https://hare.kractero.com/)
* [Politics and War](https://politicsandwar.com/) - More Advanced Nation Building Simulation Game / [Discord](https://discord.com/invite/H9XnGxc)
* [GeoFS](https://www.geo-fs.com/geofs.php) - Plane Simulator * [GeoFS](https://www.geo-fs.com/geofs.php) - Plane Simulator
* [Money Simulator](https://simulator.money) - Money Simulator * [Money Simulator](https://simulator.money) - Money Simulator
* [BrantSteele](https://brantsteele.net/) or [Simublast](https://www.simublast.com/) - Game Show Simulators * [BrantSteele](https://brantsteele.net/) or [Simublast](https://www.simublast.com/) - Game Show Simulators
@ -562,21 +574,23 @@
* [FunNode](https://www.funnode.com/) - Online Board Games * [FunNode](https://www.funnode.com/) - Online Board Games
* [Screentop](https://screentop.gg/) - Online Board Games / [Discord](https://discord.gg/wva8ebh) * [Screentop](https://screentop.gg/) - Online Board Games / [Discord](https://discord.gg/wva8ebh)
* [PartyProject](https://char64.itch.io/partyproject) - Mario Party Style Multiplayer Game * [PartyProject](https://char64.itch.io/partyproject) - Mario Party Style Multiplayer Game
* [BlackReds](https://blacksreds.com/) - Multiplayer Card Games
* [FlyOrDie](https://www.flyordie.com/) - Multiplayer Card Games * [FlyOrDie](https://www.flyordie.com/) - Multiplayer Card Games
* [Playok](https://www.playok.com/) - Multiplayer Card Games * [Playok](https://www.playok.com/) - Multiplayer Card Games
* [PlayingCards](https://playingcards.io/) - Multiplayer Card Games * [PlayingCards](https://playingcards.io/) - Multiplayer Card Games
* [Richup](https://richup.io/) - Monopoly-Style Board Game * [Richup](https://richup.io/) - Monopoly-Style Board Game
* [Rally The Troops](https://www.rally-the-troops.com/) - Historical Board Games / [Discord](https://discord.gg/CBrTh8k84A) * [Rally The Troops](https://www.rally-the-troops.com/) - Historical Board Games / [Discord](https://discord.gg/CBrTh8k84A)
* [AllBad.Cards](https://bad.cards/) - Cards Against Humanity Online * [PictureCards](https://picturecards.online/) / [Discord](https://discord.gg/kJB4bxSksw), [AllBad.Cards](https://bad.cards/) or [Pretend You're](https://pyx-1.pretendyoure.xyz/zy/game.jsp) - Cards Against Humanity Online
* [Cards Against Humanity](https://www.cardsagainsthumanity.com/#downloads) - Printable Cards Against Humanity * [Cards Against Humanity](https://www.cardsagainsthumanity.com/#downloads) - Printable Cards Against Humanity
* [Wikidata Card Game Generator](https://cardgame.blinry.org/) - Generate "Top Trumps" Cards with Wikidata * [Wikidata Card Game Generator](https://cardgame.blinry.org/) - Generate "Top Trumps" Cards with Wikidata
* [Solitaired](https://solitaired.com/), [Solitr](https://www.solitr.com/) or [Solitaire Owl](https://solitaireowl.com/) - Solitaire * [Solitaired](https://solitaired.com/), [Solitr](https://www.solitr.com/) or [Solitaire Owl](https://solitaireowl.com/) - Online Solitaire
* [PySolFC](https://pysolfc.sourceforge.io/) - Downloadable Solitaire / [GitHub](https://github.com/shlomif/PySolFC)
* [Blackjack Break](https://blackjackbreak.com/) or [HTML5 Blackjack](https://www.html5blackjack.net/) - Browser Blackjack * [Blackjack Break](https://blackjackbreak.com/) or [HTML5 Blackjack](https://www.html5blackjack.net/) - Browser Blackjack
* [Poker Now](https://www.pokernow.club/) or [247 Free Poker](https://www.247freepoker.com/) - Multiplayer Poker * [Poker Now](https://www.pokernow.club/) or [247 Free Poker](https://www.247freepoker.com/) - Multiplayer Poker
* [KDice](https://www.kdice.com/) - Multiplayer Dice War * [KDice](https://www.kdice.com/) - Multiplayer Dice War
* [Colonist](https://colonist.io/) - Multiplayer Settlers of Catan * [Colonist](https://colonist.io/) - Multiplayer Settlers of Catan
* [Hexxagon](https://hexxagon.com/) - Hexagonal Board Game * [Hexxagon](https://hexxagon.com/) - Hexagonal Board Game
* [The Bafflement Fires](https://www.dpoetry.com/fires/) - 1950's Freemasonic Board Game * [The Bafflement Fires](https://www.dpoetry.com/fires/) - 1950s Freemasonic Board Game
* [Scorecard.gg](https://scorecard.gg/) - Board Game Scorecards * [Scorecard.gg](https://scorecard.gg/) - Board Game Scorecards
*** ***
@ -607,7 +621,6 @@
## ▷ Puzzle Games ## ▷ Puzzle Games
* ⭐ **[Rubik's Cube Explorer](https://iamthecu.be/)**, [Grubiks](https://www.grubiks.com/), [pCubes](https://twistypuzzles.com/forum/viewtopic.php?f=1&t=27054) or [The Cube](https://bsehovac.github.io/the-cube/) - Rubix Cubes / [Guide](https://easiestsolve.com/) / [Solver](https://rubiksolve.com/), [2](https://rubiks-cube-solver.com/) / [Timer](https://cstimer.net/) * ⭐ **[Rubik's Cube Explorer](https://iamthecu.be/)**, [Grubiks](https://www.grubiks.com/), [pCubes](https://twistypuzzles.com/forum/viewtopic.php?f=1&t=27054) or [The Cube](https://bsehovac.github.io/the-cube/) - Rubix Cubes / [Guide](https://easiestsolve.com/) / [Solver](https://rubiksolve.com/), [2](https://rubiks-cube-solver.com/) / [Timer](https://cstimer.net/)
* ⭐ **[jiggie](https://jiggie.fun/)** - Custom Puzzles + Multiplayer
* ⭐ **[Minesweeper.online](https://minesweeper.online/)** - Minesweeper * ⭐ **[Minesweeper.online](https://minesweeper.online/)** - Minesweeper
* [Simon Tatham's Puzzles](https://www.chiark.greenend.org.uk/~sgtatham/puzzles/) - Multiple Puzzle Games / [Mobile](https://github.com/chrisboyle/sgtpuzzles) * [Simon Tatham's Puzzles](https://www.chiark.greenend.org.uk/~sgtatham/puzzles/) - Multiple Puzzle Games / [Mobile](https://github.com/chrisboyle/sgtpuzzles)
* [Puzzle Party](https://artsandculture.google.com/experiment/puzzle-party/EwGBPZlIzv0KRw) - Multiplayer Jigsaws * [Puzzle Party](https://artsandculture.google.com/experiment/puzzle-party/EwGBPZlIzv0KRw) - Multiplayer Jigsaws
@ -620,6 +633,7 @@
* [Sokoban](https://suppilulemur.neocities.org/) - Zelda-Themed Sokoban Puzzles * [Sokoban](https://suppilulemur.neocities.org/) - Zelda-Themed Sokoban Puzzles
* [All The 2048](https://true65536.github.io/allthe2048/), [DuckDuckgo 2048](https://duckduckgo.com/?q=play+2048&amp;ia=answer) or [2048](https://play2048.co/) - 2048 Puzzles * [All The 2048](https://true65536.github.io/allthe2048/), [DuckDuckgo 2048](https://duckduckgo.com/?q=play+2048&amp;ia=answer) or [2048](https://play2048.co/) - 2048 Puzzles
* [JetHolt](https://jetholt.com/hacking/), [RebelWithoutACause](https://rebelwithoutarootcause.com/demos/terminal/) or [Aramor](http://aramor.epizy.com/fallout-terminal/main) - Fallout Terminal Hacking Game * [JetHolt](https://jetholt.com/hacking/), [RebelWithoutACause](https://rebelwithoutarootcause.com/demos/terminal/) or [Aramor](http://aramor.epizy.com/fallout-terminal/main) - Fallout Terminal Hacking Game
* [mmmines!](https://mmmines.fly.dev/) or [MineJD](https://minesjd.com/) - Multiplayer Minesweeper
* [Minesweeper Infinity](https://www.minesweeperinfinity.com/) - Infinte Minesweeper * [Minesweeper Infinity](https://www.minesweeperinfinity.com/) - Infinte Minesweeper
* [Minesweeper Twist](https://polyreplay.com/minesweepertwist) - Irregular Grid Minesweeper * [Minesweeper Twist](https://polyreplay.com/minesweepertwist) - Irregular Grid Minesweeper
* [PROXX](https://proxx.app/) - Space Minesweeper * [PROXX](https://proxx.app/) - Space Minesweeper
@ -669,13 +683,18 @@
* ⭐ **[Free Rice](https://freerice.com/)** - Earn Rice for the World Food Programme / Trivia * ⭐ **[Free Rice](https://freerice.com/)** - Earn Rice for the World Food Programme / Trivia
* [FlightGuesser](https://flightguesser.com/) - Flight Path Guessing Game * [FlightGuesser](https://flightguesser.com/) - Flight Path Guessing Game
* [Akinator](https://en.akinator.com/) - 20 Questions * [Akinator](https://en.akinator.com/) - 20 Questions
* [WTM](https://whatthemovie.com/), [Moviedle](https://moviedle.xyz/), [Kino.wtf](https://www.kino.wtf/) or [Framed](https://framed.wtf/) - Movie Guessing Games * [The Re-Ride](https://thereri.de/) - You Don't Know Jack: The Ride Remake / [Discord](https://discord.com/invite/89sgMHnDRB)
* [WTM](https://whatthemovie.com/), [Moviedle](https://moviedle.xyz/), [Actorle](https://actorle.com/), [Kino.wtf](https://www.kino.wtf/) or [Framed](https://framed.wtf/) - Movie Guessing Games
* [Cinenerdle](https://www.cinenerdle.app/) or [Cinenerdle2](https://www.cinenerdle2.app/) - Movie Puzzles * [Cinenerdle](https://www.cinenerdle.app/) or [Cinenerdle2](https://www.cinenerdle2.app/) - Movie Puzzles
* [BoxOfficeGA](https://boxofficega.me/) - Box Office Guessing * [BoxOfficeGA](https://boxofficega.me/) - Box Office Guessing
* [Scenewise](https://scenewise.io/) - Movie Scene Order Puzzle
* [Actorle TV](https://actorle.tv/) - TV Show Guessing
* [GuessAnimeQuiz](https://guessanimequiz.com/) - Anime Guessing * [GuessAnimeQuiz](https://guessanimequiz.com/) - Anime Guessing
* [AMQ](https://animemusicquiz.com/) - Anime Theme Guessing
* [ConnectTheStars](https://connectthestars.xyz/) or [Movie To Movie](https://movietomovie.com/) - Connect Stars through Movies * [ConnectTheStars](https://connectthestars.xyz/) or [Movie To Movie](https://movietomovie.com/) - Connect Stars through Movies
* [The Wiki Game](https://www.thewikigame.com/), [Six Degrees of Wikipedia](https://www.sixdegreesofwikipedia.com/) or [WikiRacer](https://wikiracer.io/) - Wiki Exploration Games / [Automation Tool](https://gitlab.com/johanbluecreek/wikiracer) * [The Wiki Game](https://www.thewikigame.com/), [Pedantle](https://cemantle.certitudes.org/pedantle), [Six Degrees of Wikipedia](https://www.sixdegreesofwikipedia.com/) or [WikiRacer](https://wikiracer.io/) - Wiki Exploration Games / [Automation Tool](https://gitlab.com/johanbluecreek/wikiracer)
* [MusicNerd](https://musicnerd.io/) or [Heardle](https://heardle-wordle.com/game/heardle-main/ ) - Music Guessing Games * [MusicNerd](https://musicnerd.io/) or [Heardle](https://heardle-wordle.com/game/heardle-main/) - Music Guessing Games
* [More or Less](https://moreorless.io/) - More or Less Guessing
* [DanceMusic](http://dancemusic.wtf/) - Electronic Music Genre Guessing Game * [DanceMusic](http://dancemusic.wtf/) - Electronic Music Genre Guessing Game
* [Guess My Rank](https://guessmyrank.com/) - Guess Player Game Ranks * [Guess My Rank](https://guessmyrank.com/) - Guess Player Game Ranks
* [Poeltl](https://poeltl.nbpa.com/) - NBA Guessing Game * [Poeltl](https://poeltl.nbpa.com/) - NBA Guessing Game
@ -685,13 +704,15 @@
* [Guess The Price](https://guesstheprice.net/) - Price Guessing Game * [Guess The Price](https://guesstheprice.net/) - Price Guessing Game
* [Apparle](https://www.apparle.com/) - Apparel Price Guessing Game * [Apparle](https://www.apparle.com/) - Apparel Price Guessing Game
* [Metazooa](https://metazooa.com/) - Animal Guessing Game * [Metazooa](https://metazooa.com/) - Animal Guessing Game
* [Pufferdle](https://pufferdle.com/) - Fish Guessing Game
* [ChessGuessr](https://www.chessguessr.com/) - Chess Style Guessing Game * [ChessGuessr](https://www.chessguessr.com/) - Chess Style Guessing Game
* [Huedle](https://huedle.com/), [Color Rush](https://www.colorrush.io/) or [Hexcodle](https://www.hexcodle.com/) - Hex Code Guessing Games * [Huedle](https://huedle.com/), [Color Rush](https://www.colorrush.io/) or [Hexcodle](https://www.hexcodle.com/) - Hex Code Guessing Games
* [Nerdle](https://nerdlegame.com/), [Additional](https://additional.today/) or [Countle](https://www.countle.org/) - Math Guessing Games * [Nerdle](https://nerdlegame.com/), [Additional](https://additional.today/) or [Countle](https://www.countle.org/) - Math Guessing Games
* [Minecraftle](https://minecraftle.zachmanson.com/) - Minecraft Recipe Guessing Game * [Minecraftle](https://minecraftle.zachmanson.com/) - Minecraft Recipe Guessing Game
* [Squirdle](https://squirdle.fireblend.com/) - Pokémon Guessing Game * [PkmnQuiz](https://pkmnquiz.com/), [Gearoid Pokémon](https://gearoid.me/pokemon/), [Pokedle](https://pokedle.net/) or [Squirdle](https://squirdle.fireblend.com/) - Pokémon Guessing Games
* [LoLdle](https://loldle.net/) - League of Legends Guessing Games * [LoLdle](https://loldle.net/) - League of Legends Guessing Games
* [Worldle](https://worldle.teuteuf.fr/) - Country Guessing Game * [Owdle](https://owdle.guessing.day/) - Overwatch Guessing Games
* [Teuteuf](https://teuteuf.fr/) - Geography Guessing Games
* [Guess The Year](https://guess-the-year.davjhan.com/) or [ChronoPhoto](https://www.chronophoto.app/) - Year Guessing Game * [Guess The Year](https://guess-the-year.davjhan.com/) or [ChronoPhoto](https://www.chronophoto.app/) - Year Guessing Game
* [Wikitrivia](https://wikitrivia.tomjwatson.com/) - Guess Which Event Came First * [Wikitrivia](https://wikitrivia.tomjwatson.com/) - Guess Which Event Came First
* [Human or Not?](https://www.humanornot.ai/) - Guess Human vs. AI * [Human or Not?](https://www.humanornot.ai/) - Guess Human vs. AI
@ -710,6 +731,7 @@
* [WorldGuessr](https://www.worldguessr.com/) - Free GeoGuessr Alt * [WorldGuessr](https://www.worldguessr.com/) - Free GeoGuessr Alt
* [City Guesser](https://virtualvacation.us/guess) - Video-Based GeoGuessr * [City Guesser](https://virtualvacation.us/guess) - Video-Based GeoGuessr
* [Quizzity](https://david-peter.de/quizzity/) - City Guessing Game * [Quizzity](https://david-peter.de/quizzity/) - City Guessing Game
* [Back Of Your Hand](https://backofyourhand.com/) - Local GeoGuessr
* [LostGamer](https://lostgamer.io/) - Video Game GeoGuessr * [LostGamer](https://lostgamer.io/) - Video Game GeoGuessr
* [GTA V GeoGuesser](https://gta-geoguesser.com/) - GTA V GeoGuessr * [GTA V GeoGuesser](https://gta-geoguesser.com/) - GTA V GeoGuessr
* [TimeGuessr](https://timeguessr.com/) - Historical Time-period GeoGuessr * [TimeGuessr](https://timeguessr.com/) - Historical Time-period GeoGuessr

View file

@ -15,14 +15,15 @@
* [Canvas](https://www.nvidia.com/en-us/studio/canvas/) - Turn Simple Art into Photo Realistic Landscapes * [Canvas](https://www.nvidia.com/en-us/studio/canvas/) - Turn Simple Art into Photo Realistic Landscapes
* [Image Splitter](https://ruyili.ca/image-splitter/) - Split Images into Tiles * [Image Splitter](https://ruyili.ca/image-splitter/) - Split Images into Tiles
* [PicFont](https://picfont.com/) - Add Text to Images * [PicFont](https://picfont.com/) - Add Text to Images
* [FacePoke](https://huggingface.co/spaces/jbilcke-hf/FacePoke) or [Expression Editor](https://huggingface.co/spaces/fffiloni/expression-editor) - Adjust Headshot Orientations
*** ***
## ▷ Editing Software ## ▷ Editing Software
* ⭐ **[Photoshop](https://w14.monkrus.ws/)** - Use a [VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25BA_vpn) + [Client](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/torrent#wiki_.25BA_torrent_clients) * ⭐ **[m0nkrus](https://w16.monkrus.ws/)** / [2](https://vk.com/monkrus) - Adobe Software Archive / Use VPN / [Block Adobe](https://rentry.co/FMHYBase64#a-dove-is-dumb) / [Search](https://monkrus.dvuzu.com/) / [Telegram](https://t.me/real_monkrus)
* ⭐ **[Gimp](https://www.gimp.org/)** * ⭐ **[GIMP](https://www.gimp.org/)**
* ⭐ **Gimp Tools** - [Photoshop UI](https://github.com/Diolinux/PhotoGIMP) / [Texture Synthesizer](https://github.com/bootchk/resynthesizer) / [Batch Editor](https://github.com/alessandrofrancesconi/gimp-plugin-bimp) * ⭐ **GIMP Tools** - [Photoshop UI](https://github.com/Diolinux/PhotoGIMP) / [Texture Synthesizer](https://github.com/bootchk/resynthesizer) / [Batch Editor](https://github.com/alessandrofrancesconi/gimp-plugin-bimp) / [Text Effects](https://github.com/LinuxBeaver?tab=repositories)
* ⭐ **[Pinta Project](https://www.pinta-project.com/)** * ⭐ **[Pinta Project](https://www.pinta-project.com/)**
* [darktable](https://www.darktable.org/) - Virtual Lighttable & Darkroom * [darktable](https://www.darktable.org/) - Virtual Lighttable & Darkroom
* [RawTherapee](https://www.rawtherapee.com/) - Raw Image Editor * [RawTherapee](https://www.rawtherapee.com/) - Raw Image Editor
@ -37,10 +38,10 @@
## ▷ Online Editors ## ▷ Online Editors
* ⭐ **[Lunapic](https://lunapic.com/)** - Multi-Tool * ⭐ **[Pixlr](https://pixlr.com/)** - Simple Editor / [Hide Premium](https://greasyfork.org/en/scripts/425737) / [Unlimited Saves](https://greasyfork.org/en/scripts/460881), [2](https://greasyfork.org/en/scripts/490940)
* ⭐ **[Polarr](https://photoeditor.polarr.co/)** - Multi-Tool * ⭐ **[Polarr](https://photoeditor.polarr.co/)** - Multi-Tool
* ⭐ **[Lunapic](https://lunapic.com/)** - Multi-Tool
* ⭐ **[Photopea](https://www.photopea.com/)** - Photoshop Alt * ⭐ **[Photopea](https://www.photopea.com/)** - Photoshop Alt
* ⭐ **[Pixlr](https://pixlr.com/)** - Simple Editor / [Hide Premium](https://greasyfork.org/en/scripts/425737) / [Unlimited Saves](https://greasyfork.org/en/scripts/460881)
* [BitMappery](https://www.igorski.nl/application/bitmappery/) - Photoshop Alt * [BitMappery](https://www.igorski.nl/application/bitmappery/) - Photoshop Alt
* [iPiccy](https://ipiccy.com/) - Photoshop Alt * [iPiccy](https://ipiccy.com/) - Photoshop Alt
* [Stet](https://stet.io/) - Photoshop Alt * [Stet](https://stet.io/) - Photoshop Alt
@ -64,7 +65,7 @@
## ▷ Upscale / Restore ## ▷ Upscale / Restore
* ⭐ **[Waifu2x](https://github.com/nagadomi/nunif)** - Anime Image Upscaling / [WebUI](https://www.waifu2x.net/), [2](https://unlimited.waifu2x.net/), [3](https://waifu2x.booru.pics/), [4](https://waifu2x.pro/) * ⭐ **[Waifu2x](https://github.com/nagadomi/nunif)** - Anime Image Upscaling / [WebUI](https://www.waifu2x.net/), [2](https://unlimited.waifu2x.net/), [3](https://waifu2x.pro/)
* ⭐ **[WaifuXL](https://waifuxl.com/)** - Anime Image Upscaling * ⭐ **[WaifuXL](https://waifuxl.com/)** - Anime Image Upscaling
* ⭐ **[Upscayl](https://www.upscayl.org/)** - Image Upscaling / [GitHub](https://github.com/upscayl/upscayl) * ⭐ **[Upscayl](https://www.upscayl.org/)** - Image Upscaling / [GitHub](https://github.com/upscayl/upscayl)
* ⭐ **[chaiNNer](https://github.com/chaiNNer-org/chaiNNer)** - Image Upscaling * ⭐ **[chaiNNer](https://github.com/chaiNNer-org/chaiNNer)** - Image Upscaling
@ -74,14 +75,16 @@
* [Photo Face Restorer](https://www.restorephotos.io/) - Face Restoration / Colorization Tool / 2 Daily * [Photo Face Restorer](https://www.restorephotos.io/) - Face Restoration / Colorization Tool / 2 Daily
* [upscaler](https://icons8.com/upscaler) - Image Upscaling * [upscaler](https://icons8.com/upscaler) - Image Upscaling
* [image-upscaling.net](https://image-upscaling.net/) - Image Upscaling * [image-upscaling.net](https://image-upscaling.net/) - Image Upscaling
* [IMGUpscaler](https://imgupscaler.ai/) - Image Upscaling
* [Bigjpg](https://bigjpg.com/) - Image Upscaling * [Bigjpg](https://bigjpg.com/) - Image Upscaling
* [Ilaria Upscaler](https://huggingface.co/spaces/TheStinger/Ilaria_Upscaler) - Image Upscaling * [Ilaria Upscaler](https://huggingface.co/spaces/tuan2308/Ilaria_Upscaler) - Image Upscaling
* [Crunch](https://github.com/chrissimpkins/Crunch) - Image Upscaling * [Crunch](https://github.com/chrissimpkins/Crunch) - Image Upscaling
* [PNG-Upscale](https://github.com/Araxeus/PNG-Upscale) - Image Upscaling * [PNG-Upscale](https://github.com/Araxeus/PNG-Upscale) - Image Upscaling
* [Photo Magic AI](http://photomagicai.com/) - Image Upscaling * [Photo Magic AI](http://photomagicai.com/) - Image Upscaling
* [Superimage](https://superimage.io/) - Image Upscaling * [Superimage](https://superimage.io/) - Image Upscaling
* [ImageScaler](https://github.com/RoanH/ImageScaler/) - Image Upscaling * [ImageScaler](https://github.com/RoanH/ImageScaler/) - Image Upscaling
* [Upscaler Stockphotos](https://upscaler.stockphotos.com/) - Image Upscaling * [Upscaler Stockphotos](https://upscaler.stockphotos.com/) - Image Upscaling
* [PixNova](https://pixnova.ai/image-upscaler/) - Image Upscaling
* [Nicescaler](https://github.com/Djdefrag/NiceScaler) - Image Upscaling * [Nicescaler](https://github.com/Djdefrag/NiceScaler) - Image Upscaling
* [JPEG Quantsmooth](https://github.com/ilyakurdyukov/jpeg-quantsmooth) - Image Upscaling * [JPEG Quantsmooth](https://github.com/ilyakurdyukov/jpeg-quantsmooth) - Image Upscaling
* [imgupscaler](https://imgupscaler.com/) - Image Upscaling * [imgupscaler](https://imgupscaler.com/) - Image Upscaling
@ -94,8 +97,6 @@
## ▷ Image Optimization ## ▷ Image Optimization
* ↪️ **[Image Compressors](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_image_compressors)** * ↪️ **[Image Compressors](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_image_compressors)**
* ↪️ **[Image Converters](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_image_converters)**
* ↪️ **[Image Resizing](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_image_resizing)**
* ⭐ **[ImageMagick](https://imagemagick.org/index.php)** - Image Optimization / [Scripts](https://www.fmwconcepts.com/imagemagick/index.php) * ⭐ **[ImageMagick](https://imagemagick.org/index.php)** - Image Optimization / [Scripts](https://www.fmwconcepts.com/imagemagick/index.php)
* [Croppola](https://croppola.com/), [AutoCropper](https://www.autocropper.io/), [Bulk Image Crop](https://bulkimagecrop.com/) or [Avatar Cropper](https://avatarcropper.com/) - Cropping Tools * [Croppola](https://croppola.com/), [AutoCropper](https://www.autocropper.io/), [Bulk Image Crop](https://bulkimagecrop.com/) or [Avatar Cropper](https://avatarcropper.com/) - Cropping Tools
* [RIOT](https://riot-optimizer.com/) - Image Optimization * [RIOT](https://riot-optimizer.com/) - Image Optimization
@ -112,7 +113,7 @@
* [AnimeColorDeOldify](https://github.com/Dakini/AnimeColorDeOldify) - Anime / Manga Image Colorization * [AnimeColorDeOldify](https://github.com/Dakini/AnimeColorDeOldify) - Anime / Manga Image Colorization
* [style2paints](https://github.com/lllyasviel/style2paints) - Lineart Colorization * [style2paints](https://github.com/lllyasviel/style2paints) - Lineart Colorization
* [Petalica Paint](https://petalica.com/), [DeOldify](https://github.com/jantic/DeOldify), [InColor](https://www.myheritage.com/incolor) or [Colorizer](https://deepai.org/machine-learning-model/colorizer) - Online Image Colorization * [Petalica Paint](https://petalica.com/), [InColor](https://www.myheritage.com/incolor) or [Colorizer](https://deepai.org/machine-learning-model/colorizer) - Online Image Colorization
* [imagecolorizer](https://imagecolorizer.com/) - Image Colorization / Restoration * [imagecolorizer](https://imagecolorizer.com/) - Image Colorization / Restoration
*** ***
@ -123,7 +124,7 @@
* [PhotoFunia](https://photofunia.com/), [Pixelizer](https://www.igorski.nl/application/pixelizer/), [Image Mage](https://imagemageage.github.io/) or [Designify](https://designify.com/) - Photo Effects / Filters * [PhotoFunia](https://photofunia.com/), [Pixelizer](https://www.igorski.nl/application/pixelizer/), [Image Mage](https://imagemageage.github.io/) or [Designify](https://designify.com/) - Photo Effects / Filters
* [distort-grid](https://github.com/snorpey/distort-grid) - Grid-Based Image Distortion * [distort-grid](https://github.com/snorpey/distort-grid) - Grid-Based Image Distortion
* [Change Image Hue](https://www.imageonlinetools.com/change-image-hue) or [Tinter](https://tinter.uxie.io/) - Hue Editor * [Change Image Hue](https://www.imageonlinetools.com/change-image-hue) or [Tinter](https://tinter.uxie.io/) - Hue Editor
* [ordered-dither-maker](https://seleb.github.io/ordered-dither-maker/) - Image Dithering * [ordered-dither-maker](https://seleb.github.io/ordered-dither-maker/), [Ditherista](https://github.com/robertkist/ditherista/) or [Dither Me This](https://doodad.dev/dither-me-this/) - Image Dithering
* [ImageGoNord](https://ign.schrodinger-hat.it/) - Convert Images to NordTheme Palette / [GitHub](https://github.com/Schrodinger-Hat/ImageGoNord) * [ImageGoNord](https://ign.schrodinger-hat.it/) - Convert Images to NordTheme Palette / [GitHub](https://github.com/Schrodinger-Hat/ImageGoNord)
* [Fotosketcher](https://fotosketcher.com/) or [PhotoMaker](https://huggingface.co/spaces/TencentARC/PhotoMaker) [Stylized](https://huggingface.co/spaces/TencentARC/PhotoMaker-Style) - Turn Photos into Artwork * [Fotosketcher](https://fotosketcher.com/) or [PhotoMaker](https://huggingface.co/spaces/TencentARC/PhotoMaker) [Stylized](https://huggingface.co/spaces/TencentARC/PhotoMaker-Style) - Turn Photos into Artwork
* [AnimeGAN](https://github.com/TachibanaYoshino/AnimeGANv3) - Turn Photos into Anime * [AnimeGAN](https://github.com/TachibanaYoshino/AnimeGANv3) - Turn Photos into Anime
@ -151,7 +152,6 @@
* [Hugin](https://hugin.sourceforge.io/) - Panorama Image Generator * [Hugin](https://hugin.sourceforge.io/) - Panorama Image Generator
* [FlipAnim](https://flipanim.com/) - Create Animated Flipbooks * [FlipAnim](https://flipanim.com/) - Create Animated Flipbooks
* [CharacterCreator](https://charactercreator.org/) - Character Generator * [CharacterCreator](https://charactercreator.org/) - Character Generator
* [99 Avatars](https://99avatars.com/) - Create Doodle Avatar
* [Picrew](https://picrew.me/) - Animated Character Maker * [Picrew](https://picrew.me/) - Animated Character Maker
* [FontSVG](https://fontsvg.com/) - Convert Font, Icon, Glyph to SVG * [FontSVG](https://fontsvg.com/) - Convert Font, Icon, Glyph to SVG
* [Mimi](https://mimi-panda.com/) - Create Coloring Pages from Photos * [Mimi](https://mimi-panda.com/) - Create Coloring Pages from Photos
@ -160,12 +160,12 @@
* [Tiler](https://github.com/nuno-faria/tiler) - Mosaic Image Generator * [Tiler](https://github.com/nuno-faria/tiler) - Mosaic Image Generator
* [NoiseDeck](https://noisedeck.app/) - Art Generator * [NoiseDeck](https://noisedeck.app/) - Art Generator
* [Pulp-O-Mizer](https://thrilling-tales.webomator.com/derange-o-lab/pulp-o-mizer/pulp-o-mizer.html ) - Vintage Magazine Cover Generator * [Pulp-O-Mizer](https://thrilling-tales.webomator.com/derange-o-lab/pulp-o-mizer/pulp-o-mizer.html ) - Vintage Magazine Cover Generator
* [Mirro-Ai](https://mirror-ai.com/) - Get Stickers with Your Face
*** ***
## ▷ Painting ## ▷ Painting
* 🌐 **[Digital Art Brushes](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_digital_brushes)** - Download Brushes
* ⭐ **[Krita](https://krita.org/en/)** - Painting App * ⭐ **[Krita](https://krita.org/en/)** - Painting App
* ⭐ **Krita Tools** - [Custom Backend](https://github.com/Interpause/auto-sd-paint-ext) / [AI Generation](https://github.com/Acly/krita-ai-diffusion/) / [Forums](https://krita-artists.org/) * ⭐ **Krita Tools** - [Custom Backend](https://github.com/Interpause/auto-sd-paint-ext) / [AI Generation](https://github.com/Acly/krita-ai-diffusion/) / [Forums](https://krita-artists.org/)
* ⭐ **[miniPaint](https://viliusle.github.io/miniPaint/)** - Browser Painting * ⭐ **[miniPaint](https://viliusle.github.io/miniPaint/)** - Browser Painting
@ -175,20 +175,18 @@
* [PaintOnline](https://paintonline.com.br/paint.html) - Browser Painting * [PaintOnline](https://paintonline.com.br/paint.html) - Browser Painting
* [jspaint](https://jspaint.app/) - Browser Painting * [jspaint](https://jspaint.app/) - Browser Painting
* [PinTor](https://pintor.app/) - Browser Painting * [PinTor](https://pintor.app/) - Browser Painting
* [miniPaint](https://viliusle.github.io/miniPaint/) - Browser Painting
* [Tegaki](https://desuwa.github.io/tegaki.html) - Browser Painting * [Tegaki](https://desuwa.github.io/tegaki.html) - Browser Painting
* [Milton](https://www.miltonpaint.com/) - Infinite Canvas Painting * [Milton](https://www.miltonpaint.com/) - Infinite Canvas Painting
* [IOGraphica](https://iographica.com/) - Turn Mouse Movement into Art * [IOGraphica](https://iographica.com/) - Turn Mouse Movement into Art
* [HeavyPaint](https://www.heavypaint.com/) - Water Color Painting * [HeavyPaint](https://www.heavypaint.com/) - Water Color Painting
* [Mixbox Painter](https://scrtwpns.com/mixbox/painter/) - Realistic Paint Mixing * [Mixbox Painter](https://scrtwpns.com/mixbox/painter/) - Realistic Paint Mixing
* [Vervette](https://www.taron.de/Vervette/sandbox/) - Realistic Fluid Painting * [Vervette](https://www.taron.de/Vervette/sandbox/) - Realistic Fluid Painting
* [brush-photoshop](https://www.brush-photoshop.fr/), [wowbrushes](https://wowbrushes.com/), [getbrushes](https://getbrushes.com/), [gfxfever](https://www.gfxfever.com/), [fbrushes](https://fbrushes.com/), [brushes_and_patterns](https://t.me/brushes_and_patterns), [myphotoshopbrushes](https://myphotoshopbrushes.com/), [brusheezy](https://www.brusheezy.com/brushes), [brushking](https://www.brushking.eu/) or [tala](https://t.me/tala_photoshop_brushes) - Digital Art Brushes
*** ***
## ▷ Drawing ## ▷ Drawing
* ⭐ **[Excalidraw](https://excalidraw.com/)** - Drawing / Sketching * ⭐ **[Excalidraw](https://excalidraw.com/)** - Drawing / Sketching / [Sharing](https://excalihub.dev/)
* ⭐ **[AutoDraw](https://www.autodraw.com/)** or [Magic Sketchpad](https://magic-sketchpad.glitch.me/) - AI Drawing Tools * ⭐ **[AutoDraw](https://www.autodraw.com/)** or [Magic Sketchpad](https://magic-sketchpad.glitch.me/) - AI Drawing Tools
* [inkscape](https://inkscape.org/) - Drawing / Sketching * [inkscape](https://inkscape.org/) - Drawing / Sketching
* [Inkdo](https://www.microsoft.com/en-us/p/inkodo/9nblggh4s50q) - Drawing / Sketching * [Inkdo](https://www.microsoft.com/en-us/p/inkodo/9nblggh4s50q) - Drawing / Sketching
@ -199,6 +197,7 @@
* [Sketchpad](https://sketchpad.app/), [2](https://sketch.io/sketchpad) - Drawing / Sketching * [Sketchpad](https://sketchpad.app/), [2](https://sketch.io/sketchpad) - Drawing / Sketching
* [Sketchbook](https://www.sketchbook.com/) - Drawing / Sketching / Mobile Only * [Sketchbook](https://www.sketchbook.com/) - Drawing / Sketching / Mobile Only
* [Paper](https://wetransfer.com/explore/paper) - Drawing / Sketching / iOS Only * [Paper](https://wetransfer.com/explore/paper) - Drawing / Sketching / iOS Only
* [Fresco](https://www.adobe.com/products/fresco.html) - Drawing / Windows / iOS
* [Concepts](https://concepts.app/) - Drawing / Sketching * [Concepts](https://concepts.app/) - Drawing / Sketching
* [Aggie.io](https://aggie.io/), [Magma](https://magma.com/index), [HelloPaint](https://hellopaint.io/), [DrawPile](https://drawpile.net/), [LockDraw](https://www.skycow.us/), [World Draw](https://world-draw.appspot.com/draw) or [malmal](https://malmal.io/) - Collaborative Drawing * [Aggie.io](https://aggie.io/), [Magma](https://magma.com/index), [HelloPaint](https://hellopaint.io/), [DrawPile](https://drawpile.net/), [LockDraw](https://www.skycow.us/), [World Draw](https://world-draw.appspot.com/draw) or [malmal](https://malmal.io/) - Collaborative Drawing
* [Ink Workspace](https://www.microsoft.com/store/productId/9P0RP342JZMN) - Pen App Launcher * [Ink Workspace](https://www.microsoft.com/store/productId/9P0RP342JZMN) - Pen App Launcher
@ -208,7 +207,9 @@
* [TEv2](http://te2.tewi.us/) - Share Your Drawings * [TEv2](http://te2.tewi.us/) - Share Your Drawings
* [Virtual Graph Paper](https://virtual-graph-paper.com/) or [minimator](https://minimator.app/) - Create Grid-Based Drawings * [Virtual Graph Paper](https://virtual-graph-paper.com/) or [minimator](https://minimator.app/) - Create Grid-Based Drawings
* [Gridzzly](http://gridzzly.com/) - Print Custom Grid Papers * [Gridzzly](http://gridzzly.com/) - Print Custom Grid Papers
* [Crayon Town](https://crayon.town/) - Infinite Online Canvas
* [Perspective Tools](https://perspectivetools.com/) - Interactive Perspective Grids * [Perspective Tools](https://perspectivetools.com/) - Interactive Perspective Grids
* [x6ud](https://x6ud.github.io/) - Animal Drawing Reference Tool
* [Noodle](https://hundredrabbits.itch.io/noodle) - 1bit Sketch Tool * [Noodle](https://hundredrabbits.itch.io/noodle) - 1bit Sketch Tool
* [Tiny Sketchbook](https://www.tinysketchbook.com/) - Create and Share Doodle Art * [Tiny Sketchbook](https://www.tinysketchbook.com/) - Create and Share Doodle Art
* [ScribbleDiffusion](https://scribblediffusion.com/) - Turn Doodles into Artwork * [ScribbleDiffusion](https://scribblediffusion.com/) - Turn Doodles into Artwork
@ -224,7 +225,7 @@
* 🌐 **[Awesome Pixel Art](https://github.com/Siilwyn/awesome-pixel-art)** - Pixel Art Resource Index * 🌐 **[Awesome Pixel Art](https://github.com/Siilwyn/awesome-pixel-art)** - Pixel Art Resource Index
* ↪️ **[ASCII Art](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_ascii_art)** * ↪️ **[ASCII Art](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_ascii_art)**
* [Piskel](https://www.piskelapp.com/) - Pixel Art Editor * [Piskel](https://www.piskelapp.com/) - Pixel Art Editor
* [rx](https://rx.cloudhead.io/) - Pixel Art Editor * **[rx](https://rx.cloudhead.io/)** - Pixel Art Editor
* [Pixelated](https://pixelated.vercel.app/) - Pixel Art Editor * [Pixelated](https://pixelated.vercel.app/) - Pixel Art Editor
* [PyDPainter](https://github.com/mriale/PyDPainter) - Bitmap Graphics Editor * [PyDPainter](https://github.com/mriale/PyDPainter) - Bitmap Graphics Editor
* [PaintWith](https://paintwith.webflow.io/) - Pixel Art Editor * [PaintWith](https://paintwith.webflow.io/) - Pixel Art Editor
@ -252,9 +253,10 @@
* 🌐 **[Awesome GIF](https://rentry.co/ccuz3)** - GIF Resources / [GitHub](https://github.com/davisonio/awesome-gif) * 🌐 **[Awesome GIF](https://rentry.co/ccuz3)** - GIF Resources / [GitHub](https://github.com/davisonio/awesome-gif)
* 🌐 **[Online GIF Tools](https://onlinegiftools.com/)** - GIF Tools * 🌐 **[Online GIF Tools](https://onlinegiftools.com/)** - GIF Tools
* ⭐ **[Gifski](https://gif.ski/)** - GIF Encoder / [GitHub](https://github.com/ImageOptim/gifski)
* ⭐ **[EZGif](https://ezgif.com/)**, [GIFCurry](https://lettier.github.io/gifcurry/) / [GitHub](https://github.com/lettier/gifcurry), [Giflr](https://giflr.com/), [GIFMemes](https://gifmemes.io/), [GIFnText](https://www.gifntext.com/), [makeagif](https://makeagif.com/), [Gifsicle](http://www.lcdf.org/gifsicle/) or [Pixteller](https://pixteller.com/) - GIF Creators / Editors
* [Giphy](https://giphy.com/), [Tenor](https://tenor.com/), [Gifer](https://gifer.com/en), [Curlie GIFs](https://curlie.org/en/Computers/Graphics/Web/Free/Animated_GIFs), [GifCities](https://gifcities.org/), [Animations](https://bleuje.com/animationsite/) or [GIFBin](https://gifbin.com/) - View / Download GIFs * [Giphy](https://giphy.com/), [Tenor](https://tenor.com/), [Gifer](https://gifer.com/en), [Curlie GIFs](https://curlie.org/en/Computers/Graphics/Web/Free/Animated_GIFs), [GifCities](https://gifcities.org/), [Animations](https://bleuje.com/animationsite/) or [GIFBin](https://gifbin.com/) - View / Download GIFs
* [/r/animegifs](https://www.reddit.com/r/animegifs/) - View / Download Anime GIFs * [/r/animegifs](https://www.reddit.com/r/animegifs/) - View / Download Anime GIFs
* [EZGif](https://ezgif.com/), [GIFCurry](https://lettier.github.io/gifcurry/) / [GitHub](https://github.com/lettier/gifcurry), [Giflr](https://giflr.com/), [GIFMemes](https://gifmemes.io/), [GIFnText](https://www.gifntext.com/), [makeagif](https://makeagif.com/), [Gifsicle](http://www.lcdf.org/gifsicle/) or [Pixteller](https://pixteller.com/) - GIF Creators / Editors
* [EatMyArt](https://www.eatmy.art/), [DrawIsland](https://drawisland.com/) or [Sketch Machine](https://sketchmachine.net/) - Create GIFs from Drawings * [EatMyArt](https://www.eatmy.art/), [DrawIsland](https://drawisland.com/) or [Sketch Machine](https://sketchmachine.net/) - Create GIFs from Drawings
* [Kinegram](https://kinegram.app/) - Kinegram GIF Creator * [Kinegram](https://kinegram.app/) - Kinegram GIF Creator
* [GifRun](https://gifrun.com/) - Make GIFs from Online Videos * [GifRun](https://gifrun.com/) - Make GIFs from Online Videos
@ -262,22 +264,23 @@
* [ugiffer](https://iobureau.com/ugiffer/) or [licecap](https://www.cockos.com/licecap/) - Create GIFs via Screencasts * [ugiffer](https://iobureau.com/ugiffer/) or [licecap](https://www.cockos.com/licecap/) - Create GIFs via Screencasts
* [TokkingHeads](https://app.tokkingheads.com/) - Face Movement GIFs * [TokkingHeads](https://app.tokkingheads.com/) - Face Movement GIFs
* [petpet](https://benisland.neocities.org/petpet/) - Headpatting GIF Maker * [petpet](https://benisland.neocities.org/petpet/) - Headpatting GIF Maker
* [Gifski](https://gif.ski/) - GIF Encoder
*** ***
## ▷ Meme Tools ## ▷ Meme Tools
* ⭐ **[KnowYourMeme](https://knowyourmeme.com/)** or [FndThatMeme](https://findthatmeme.com/) - Meme Databases / [Frontend](https://mm.vern.cc/), [2](https://git.vern.cc/cobra/MeMe) * ⭐ **[Know Your Meme](https://knowyourmeme.com/)** or [FindThatMeme](https://findthatmeme.com/) - Meme Databases
* [ImgFlip](https://imgflip.com/memegenerator), [Meme Generator](https://www.memegenerator.top/), [Meme Town](https://meme.town/), [MemeBetter](https://memebetter.com/), [meme-generator](https://newfastuff.com/meme-generator/), [Classic Memes](https://classic.createa.meme/) or [Emacs Meme Generator](https://github.com/larsmagne/meme) - Meme Creators * [ImgFlip](https://imgflip.com/memegenerator), [Meme Generator](https://www.memegenerator.top/), [Meme Town](https://meme.town/), [MemeBetter](https://memebetter.com/), [meme-generator](https://newfastuff.com/meme-generator/), [Classic Memes](https://classic.createa.meme/) or [Emacs Meme Generator](https://github.com/larsmagne/meme) - Meme Creators
* [MemeCam](https://www.memecam.io/) - AI Meme Generator * [MemeCam](https://www.memecam.io/) - AI Meme Generator
* [Memegine](https://memegine.com/) - Meme Search Engine * [Memegine](https://memegine.com/) - Meme Search Engine
* [MemeAtlas](https://www.memeatlas.com/) or [Templates](https://drive.google.com/drive/folders/1Z4PSi2XmZ6x8I891xZSg5Cl4oNEOIRhh) - Meme Templates * [MemeAtlas](https://www.memeatlas.com/) or [Templates](https://drive.google.com/drive/folders/1Z4PSi2XmZ6x8I891xZSg5Cl4oNEOIRhh) - Meme Templates
* [GreenScreenMemes](https://greenscreenmemes.com/) - Green Screen Memes
* [iFake](https://ifaketextmessage.com/) - Make Fake Text Conversations * [iFake](https://ifaketextmessage.com/) - Make Fake Text Conversations
* [Master of all Science](https://masterofallscience.com/) - Rick and Morty Meme Generator * [Master of all Science](https://masterofallscience.com/) - Rick and Morty Meme Generator
* [Frinkiac](https://frinkiac.com/) - Simpsons Meme Generator * [Frinkiac](https://frinkiac.com/) - Simpsons Meme Generator
* [Morbotron](https://morbotron.com/) - Futurama Meme Generator * [Morbotron](https://morbotron.com/) - Futurama Meme Generator
* [LowQualitymemes](https://www.lowqualitymemes.com/) - Low Quality / Cursed Meme Generator * [LowQualitymemes](https://www.lowqualitymemes.com/) - Low Quality / Cursed Meme Generator
* [YouWouldntStealAWebsite](https://youwouldntsteala.website/editor.html) - You Wouldn't Steal Meme Generator
* [BreakYourOwnNews](https://www.breakyourownnews.com/) - Breaking News Meme Generator * [BreakYourOwnNews](https://www.breakyourownnews.com/) - Breaking News Meme Generator
* [AnimorphGenerator](https://animorphgenerator.com/) - Animorph Image Generator * [AnimorphGenerator](https://animorphgenerator.com/) - Animorph Image Generator
* [AwesomeCars](https://awesomecars.neocities.org/) - Drip Car Memes * [AwesomeCars](https://awesomecars.neocities.org/) - Drip Car Memes
@ -299,8 +302,8 @@
## ▷ Design Apps ## ▷ Design Apps
* ⭐ **[Canva](https://www.canva.com/)** - Design App / [Giveaways](https://rentry.co/FMHYBase64#canva)
* ⭐ **[Figma](https://www.figma.com/)** - Design Collab App * ⭐ **[Figma](https://www.figma.com/)** - Design Collab App
* ⭐ **[Canva](https://www.canva.com/)** - Design App / [Giveaways](https://rentry.co/FMHYBase64#canva)
* [lunacy](https://icons8.com/lunacy) - Design App * [lunacy](https://icons8.com/lunacy) - Design App
* [ArtBoard](https://artboard.studio/) - Design App * [ArtBoard](https://artboard.studio/) - Design App
* [VistaCreate](https://create.vista.com/) - Design App * [VistaCreate](https://create.vista.com/) - Design App
@ -312,11 +315,9 @@
* [blush](https://blush.design/) or [IRA Design](https://iradesign.io/) - Illustration Design * [blush](https://blush.design/) or [IRA Design](https://iradesign.io/) - Illustration Design
* [SuperDesigner](https://superdesigner.co/) or [Pattern Ninja](https://patterninja.com/) - Background / Pattern Design * [SuperDesigner](https://superdesigner.co/) or [Pattern Ninja](https://patterninja.com/) - Background / Pattern Design
* [Custom Ink](https://www.customink.com/ndx/#/) - Create T-Shirt Design * [Custom Ink](https://www.customink.com/ndx/#/) - Create T-Shirt Design
* [Quote Maker](https://quotescover.com/) - Quote Picture Design
* [Pixelied](https://pixelied.com/) - Online Design Tool * [Pixelied](https://pixelied.com/) - Online Design Tool
* [Evernote.Design](https://www.evernote.design/) - Online Design Tools * [Evernote.Design](https://www.evernote.design/) - Online Design Tools
* [Graphite](https://graphite.rs/) or [Recraft](https://app.recraft.ai/) - Vector Editors * [Graphite](https://graphite.rs/) or [Recraft](https://app.recraft.ai/) - Vector Editors
* [Glaxnimate](https://glaxnimate.mattbas.org/) - Vector Animation Tool
* [MagicaVoxel](https://ephtracy.github.io/) or [Goxel](https://goxel.xyz/) - Voxel Art Editor / Interactive Path Tracing Renderer * [MagicaVoxel](https://ephtracy.github.io/) or [Goxel](https://goxel.xyz/) - Voxel Art Editor / Interactive Path Tracing Renderer
* [Vectr](https://vectr.com/) or [VectorInk](https://vectorink.io/) - Vector Graphics Editor * [Vectr](https://vectr.com/) or [VectorInk](https://vectorink.io/) - Vector Graphics Editor
@ -328,7 +329,7 @@
* ↪️ **[Icon Drives](https://rentry.co/FMHYBase64#icon-drives)** - Icon Drives * ↪️ **[Icon Drives](https://rentry.co/FMHYBase64#icon-drives)** - Icon Drives
* ↪️ **[SVG Icons](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_svg_icons)** / **[SVG Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/dev-tools#wiki_.25B7_svg_tools)** * ↪️ **[SVG Icons](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_svg_icons)** / **[SVG Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/dev-tools#wiki_.25B7_svg_tools)**
* ⭐ **[Alphacoders Avatars](https://avatars.alphacoders.com/)** - PFPs / Avatars * ⭐ **[Alphacoders Avatars](https://avatars.alphacoders.com/)** - PFPs / Avatars
* [PFP Finder](https://pfpfinder.com) - PFPs / Avatars * [PFP Finder](https://pfpfinder.com) - PFPs / Avatars
* [Random Avatars](https://randomavatar.com/) - PFPs / Avatars * [Random Avatars](https://randomavatar.com/) - PFPs / Avatars
* [pfps.gg](https://pfps.gg/) - Profile Picture Index * [pfps.gg](https://pfps.gg/) - Profile Picture Index
* [Innocenzi](https://avatar.innocenzi.dev/) - Create Round Avatars * [Innocenzi](https://avatar.innocenzi.dev/) - Create Round Avatars
@ -340,13 +341,13 @@
* [AmbientCG](https://ambientcg.com/) - Textures * [AmbientCG](https://ambientcg.com/) - Textures
* [TextureTown](https://textures.neocities.org/) - Textures * [TextureTown](https://textures.neocities.org/) - Textures
* [Lost and Taken](https://lostandtaken.com/) - Textures
* [3D textures](https://icons8.com/l/3d-textures/) - Textures * [3D textures](https://icons8.com/l/3d-textures/) - Textures
* [Textureking](https://www.textureking.com/) - Textures * [Textureking](https://www.textureking.com/) - Textures
* [Texture Labs](https://texturelabs.org/) - Textures * [Texture Labs](https://texturelabs.org/) - Textures
* [Transparent Textures](https://www.transparenttextures.com/) - Textures * [Transparent Textures](https://www.transparenttextures.com/) - Textures
* [Texture Club](https://www.sketchuptextureclub.com/) - Textures * [Texture Club](https://www.sketchuptextureclub.com/) - Textures
* [TexturesForFree](https://texturesforfree.com/) - Textures * [TexturesForFree](https://texturesforfree.com/) - Textures
* [texture4photoshop](https://t.me/texture4photoshop) - Textures
* [fatstrawberry](https://www.fatstrawberry.co.uk/) - Textures * [fatstrawberry](https://www.fatstrawberry.co.uk/) - Textures
* [MatLib](https://matlib.gpuopen.com/main/materials/all) - Textures * [MatLib](https://matlib.gpuopen.com/main/materials/all) - Textures
* [TextureNinja](https://texture.ninja/) - Textures * [TextureNinja](https://texture.ninja/) - Textures
@ -359,7 +360,7 @@
* [TextureLab](https://njbrown.itch.io/texturelab) - Procedural Texture Generator / [GitHub](https://github.com/njbrown/texturelab) / [Discord](https://discord.com/invite/975NdQPsSc) * [TextureLab](https://njbrown.itch.io/texturelab) - Procedural Texture Generator / [GitHub](https://github.com/njbrown/texturelab) / [Discord](https://discord.com/invite/975NdQPsSc)
* [Material Maker](https://rodzilla.itch.io/material-maker) - Procedural Texture Creator * [Material Maker](https://rodzilla.itch.io/material-maker) - Procedural Texture Creator
* [DoodDad](https://doodad.dev/pattern-generator), [Repeater](https://repeater.space/), [PatternPad](https://patternpad.com/), [patternico](https://patternico.com/), [Repeater](https://www.richardwestenra.com/repeater/), [more.graphics](https://more.graphics/), [Valentina](https://gitlab.com/smart-pattern/valentina), [Patternizer](https://www.patternizer.com/) or [Haikei](https://app.haikei.app/) - Pattern Generators * [DoodDad](https://doodad.dev/pattern-generator), [Repeater](https://repeater.space/), [PatternPad](https://patternpad.com/), [patternico](https://patternico.com/), [Repeater](https://www.richardwestenra.com/repeater/), [more.graphics](https://more.graphics/), [Valentina](https://gitlab.com/smart-pattern/valentina), [Patternizer](https://www.patternizer.com/) or [Haikei](https://app.haikei.app/) - Pattern Generators
* [Noise & Gradient](https://www.noiseandgradient.com/), [Gradient Designer](https://gradient-designer.csspost.com/), [BGJar](https://bgjar.com/), [MeshGradient](https://meshgradient.in/) or [BGGenerator](https://bggenerator.com/) - Background / Gradient Generators * [Noise & Gradient](https://www.noiseandgradient.com/), [PhotoGradient](https://photogradient.com/), [BGJar](https://bgjar.com/), [MeshGradient](https://meshgradient.in/) or [BGGenerator](https://bggenerator.com/) - Background / Gradient Generators
* [Hide.Lizz](https://hide.lizz.website/) - Camouflage Pattern Generator * [Hide.Lizz](https://hide.lizz.website/) - Camouflage Pattern Generator
* [Tabbied](https://tabbied.com/) or [Slopes](https://tinkersynth.com/slopes/) - Art Pattern Generators * [Tabbied](https://tabbied.com/) or [Slopes](https://tinkersynth.com/slopes/) - Art Pattern Generators
* [Generative Landscapes](https://generativelandscapes.wordpress.com/) - Generative Landscape Blog * [Generative Landscapes](https://generativelandscapes.wordpress.com/) - Generative Landscape Blog
@ -378,8 +379,7 @@
* [AvaxGFX](https://avxgfx.com/) * [AvaxGFX](https://avxgfx.com/)
* [Freeject](https://www.freeject.net/) * [Freeject](https://www.freeject.net/)
* [Cg_peers](https://t.me/Cg_peers) * [Cg_peers](https://t.me/Cg_peers)
* [PDFTree](https://pngtree.com/) * [PNGTree](https://pngtree.com/)
* [NitroGFX](https://nitrogfx.pro/)
* [TianUI](https://www.titanui.com/) * [TianUI](https://www.titanui.com/)
* [Designer Candies](https://designercandies.net/category/freebies/) * [Designer Candies](https://designercandies.net/category/freebies/)
* [GraphixTree](https://graphixtree.com/) * [GraphixTree](https://graphixtree.com/)
@ -391,6 +391,7 @@
* [Quasual](https://m.vk.com/quasual) * [Quasual](https://m.vk.com/quasual)
* [designersgan9](https://m.vk.com/designersgan9) * [designersgan9](https://m.vk.com/designersgan9)
* [WockupWorld](https://m.vk.com/mockupworld) * [WockupWorld](https://m.vk.com/mockupworld)
* [OnlyGFX](https://www.onlygfx.com/)
* [The GFX](https://m.vk.com/the_gfx) * [The GFX](https://m.vk.com/the_gfx)
* [Graphics Materials](https://vk.com/topic-178186634_39330245) * [Graphics Materials](https://vk.com/topic-178186634_39330245)
* [desiignertm](https://vk.com/desiignertm) * [desiignertm](https://vk.com/desiignertm)
@ -409,15 +410,13 @@
* ↪️ **[3D Modeling](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_3d_modeling_apps) / [CAD Apps](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_cad_engineering)** * ↪️ **[3D Modeling](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_3d_modeling_apps) / [CAD Apps](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_cad_engineering)**
* ↪️ **[3D Model Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_3d_models)** * ↪️ **[3D Model Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_3d_models)**
* ⭐ **[Thingiverse](https://www.thingiverse.com/)**, [Yeggi](https://www.yeggi.com/) or [YouImagine](https://www.youmagine.com/) - 3D Printer Models * ⭐ **[Thingiverse](https://www.thingiverse.com/)**, [Yeggi](https://www.yeggi.com/), [MakerWorld](https://makerworld.com/) or [YouImagine](https://www.youmagine.com/) - 3D Printer Models
* [ModelViewer](https://modelviewer.dev/) or [F3D](https://f3d.app/) - 3D Model Viewers * [GraphicsCodex](https://graphicscodex.com/) - 3D Computer Graphic Guides
* [ModelViewer](https://modelviewer.dev/), [3DViewer](https://3dviewer.net/) or [F3D](https://f3d.app/) - 3D Model Viewers
* [Anaglyph Maker](https://www.stereoeye.jp/software/index_e.html) - Make 3D Images * [Anaglyph Maker](https://www.stereoeye.jp/software/index_e.html) - Make 3D Images
* [TripoSR](https://huggingface.co/spaces/stabilityai/TripoSR) - 2D to 3D Image Converter
* [Vectary](https://www.vectary.com/) - Online 3D Image Editor
* [3DConvert](https://3d-convert.com/en/) - Online 3D Image Converter * [3DConvert](https://3d-convert.com/en/) - Online 3D Image Converter
* [3DThis](https://3dthis.com/) - 3D Animation Tools * [3DThis](https://3dthis.com/) - 3D Animation Tools
* [PaintUp](http://technohippy.github.io/teddyjs/) - Make 2D Art into 3D * [PaintUp](http://technohippy.github.io/teddyjs/) - Make 2D Art into 3D
* [MyMiniFactory](https://www.myminifactory.com/) - Mini 3D Printer Models
* [Embossify](https://www.embossify.com/) - Turn Images into 3D Printer Models * [Embossify](https://www.embossify.com/) - Turn Images into 3D Printer Models
* [CosplayStaticFigure](https://t.me/CosplayStaticFigure) - Cosplay / Figurine 3D Models * [CosplayStaticFigure](https://t.me/CosplayStaticFigure) - Cosplay / Figurine 3D Models
* [3DBrute](https://3dbrute.com/), [3DZip](https://3dzip.org/) or [DesignConnected](https://www.designconnected.com/) - 3D Furniture Models * [3DBrute](https://3dbrute.com/), [3DZip](https://3dzip.org/) or [DesignConnected](https://www.designconnected.com/) - 3D Furniture Models
@ -434,6 +433,7 @@
* [Skybox](https://skybox.blockadelabs.com/) - AI Generated 3D Environments * [Skybox](https://skybox.blockadelabs.com/) - AI Generated 3D Environments
* [Assemblr](https://www.assemblrworld.com/) - Augmented Reality Image Creator * [Assemblr](https://www.assemblrworld.com/) - Augmented Reality Image Creator
* [MeshLab](https://www.meshlab.net/) - 3D Mesh Processing / [GitHub](https://github.com/cnr-isti-vclab/meshlab) * [MeshLab](https://www.meshlab.net/) - 3D Mesh Processing / [GitHub](https://github.com/cnr-isti-vclab/meshlab)
* [ImageToSTL](https://imagetostl.com/) - onvert 2D PNG/JPG Images to 3D STL Mesh Files
* [MakeHuman](http://www.makehumancommunity.org/) - 3D Humanoid Modeler * [MakeHuman](http://www.makehumancommunity.org/) - 3D Humanoid Modeler
* [PoseMy](https://app.posemy.art/), [SetPose](https://setpose.com/), [DesignDoll](https://terawell.net/en/index.php), [MagicPoser](https://magicposer.com/), [quickposes](https://quickposes.com/en) or [justsketch](https://app.justsketch.me/) - Posing Tools * [PoseMy](https://app.posemy.art/), [SetPose](https://setpose.com/), [DesignDoll](https://terawell.net/en/index.php), [MagicPoser](https://magicposer.com/), [quickposes](https://quickposes.com/en) or [justsketch](https://app.justsketch.me/) - Posing Tools
* [PoseManiacs](https://www.posemaniacs.com/), [Anatomy Doc](https://photos.google.com/share/AF1QipMbaSTp0BlK1kBCKVvfZzyDhcgCZQuaDBbp8v8Lj6hxnBaNh7YWoKwCPCYr-10--A?pli=1&key=cU5OaV9TVWhoMWlVZERnaEc2YVFKQTJHbnVDeWR3), [Adorkastock](https://www.adorkastock.com/) or [Anatomy360](https://anatomy360.info/anatomy-scan-reference-dump/) - Pose References * [PoseManiacs](https://www.posemaniacs.com/), [Anatomy Doc](https://photos.google.com/share/AF1QipMbaSTp0BlK1kBCKVvfZzyDhcgCZQuaDBbp8v8Lj6hxnBaNh7YWoKwCPCYr-10--A?pli=1&key=cU5OaV9TVWhoMWlVZERnaEc2YVFKQTJHbnVDeWR3), [Adorkastock](https://www.adorkastock.com/) or [Anatomy360](https://anatomy360.info/anatomy-scan-reference-dump/) - Pose References
@ -452,21 +452,18 @@
# ► Download Images # ► Download Images
* 🌐 **[2ndBrain](https://rentry.co/2ndBrain)** or [designer](https://start.me/p/jj0JAp/designer) - Image Download Site Indexes * 🌐 **[2ndBrain](https://rentry.co/2ndBrain)** or [designer](https://start.me/p/jj0JAp/designer) - Image Download Site Indexes
* ↪️ **[Image Download Extensions](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_image_download_extensions)**
* ↪️ **[Random Images](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_random_generators)** * ↪️ **[Random Images](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_random_generators)**
* ↪️ **[PNG Images / Clipart](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_png_images_.2F_clipart)** * ↪️ **[PNG Images / Clipart](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_png_images_.2F_clipart)**
* ↪️ **[AI Galleries](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai#wiki_.25B7_prompts_.2F_galleries)** * ↪️ **[AI Galleries](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai#wiki_.25B7_prompts_.2F_galleries)**
* ↪️ **[Media Covers / Posters](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_covers_.2F_posters)** * ↪️ **[Media Covers / Posters](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_covers_.2F_posters)**
* ⭐ **[Search Anything](https://search.anything.io/)** - Image Search Engine
* ⭐ **[gallery-dl](https://github.com/mikf/gallery-dl)**, [RipMe](https://github.com/RipMeApp2/ripme), [WFDownloader](https://www.wfdownloader.xyz/), [ImgDownloader](https://imgdownloader.com/), [SCrawler](https://github.com/AAndyProgram/SCrawler) / [Discord](https://discord.gg/uFNUXvFFmg) or [Image Extractor](https://extract.pics/) - Image Download Tools * ⭐ **[gallery-dl](https://github.com/mikf/gallery-dl)**, [RipMe](https://github.com/RipMeApp2/ripme), [WFDownloader](https://www.wfdownloader.xyz/), [ImgDownloader](https://imgdownloader.com/), [SCrawler](https://github.com/AAndyProgram/SCrawler) / [Discord](https://discord.gg/uFNUXvFFmg) or [Image Extractor](https://extract.pics/) - Image Download Tools
* [same.energy](https://same.energy/) - Visual Search Engine * [same.energy](https://same.energy/) - Visual Search Engine
* [Dezoomify](https://dezoomify.ophir.dev/) - Download Zoomable Images * [Dezoomify](https://dezoomify.ophir.dev/) - Download Zoomable Images
* [Clip Retrieval](https://rom1504.github.io/clip-retrieval/) - Clip Retrieval System
* [PicTriev](http://www.pictriev.com/) - Find Look-Alike Images * [PicTriev](http://www.pictriev.com/) - Find Look-Alike Images
* [OpenMoji](https://openmoji.org/) - Emojis * [OpenMoji](https://openmoji.org/) - Emojis
* [PixelJoint](https://pixeljoint.com/) or [rsrcs](https://rentry.co/rsrcs) - Pixel Art * [PixelJoint](https://pixeljoint.com/), [Lospec](https://lospec.com/) or [rsrcs](https://rentry.co/rsrcs) - Download / Share Pixel Art
* [PimpMyDrawing](https://pimpmydrawing.com/) - Human Silhouettes * [PimpMyDrawing](https://pimpmydrawing.com/) - Human Silhouettes
* [Film.ai](https://beta.flim.ai/), [FanCaps](https://fancaps.net/ ) or [Film Grab](https://film-grab.com/) - Media Screenshots * [FanCaps](https://fancaps.net/ ) or [Film Grab](https://film-grab.com/) - Media Screenshots
* [Footyrenders](https://www.footyrenders.com/) - Football Related Images * [Footyrenders](https://www.footyrenders.com/) - Football Related Images
* [PSDGraphics](https://www.psdgraphics.com/) - PSD Files * [PSDGraphics](https://www.psdgraphics.com/) - PSD Files
* [The NFT Bay](https://thenftbay.org/) or [Extremely Fungible Tokens](https://www.extremelyfungible.com/) - Free NFTs * [The NFT Bay](https://thenftbay.org/) or [Extremely Fungible Tokens](https://www.extremelyfungible.com/) - Free NFTs
@ -481,60 +478,66 @@
*** ***
## ▷ Reverse Image Search ## ▷ Image Search Engines
* ⭐ **[Yandex Images](https://yandex.com/images/)** - Image Search * ⭐ **[Yandex Images](https://yandex.com/images/)** or [Mavink](https://mavink.com/) - Image Search
* ⭐ **[Search by Image](https://github.com/dessant/search-by-image)** - Browser Extension * ⭐ **[Search by Image](https://github.com/dessant/search-by-image)** - Browser Extension
* ⭐ **[SauceNao](https://saucenao.com/)** - Multi Site Search / [Extension](https://saucenao.com/tools/) * ⭐ **[SauceNao](https://saucenao.com/)** - Reverse Image Search / [Extension](https://saucenao.com/tools/)
* ⭐ **[SmartImage](https://github.com/Decimation/SmartImage)** - Multi Site Search App * ⭐ **[SmartImage](https://github.com/Decimation/SmartImage)** - Reverse Image Search App
* ⭐ **[Google Lens](https://www.google.com/?olud)** - Image Search * ⭐ **[Google Lens](https://www.google.com/?olud)** - Reverse Image Search
* ⭐ **[TinEye](https://tineye.com/)** - Image Search / [Extension](https://tineye.com/extensions) * ⭐ **[TinEye](https://tineye.com/)** - Reverse Image Search / [Extension](https://tineye.com/extensions)
* [Visual Search](https://www.bing.com/visualsearch) - Image Search * [Visual Search](https://www.bing.com/visualsearch) - Reverse Image Search
* [IQDB](https://iqdb.org/) - Multi Site Search * [IQDB](https://iqdb.org/) - Reverse Image Search
* [CopySeeker](https://copyseeker.net/) - Image Search * [CopySeeker](https://copyseeker.net/) - Reverse Image Search
* [MaxURL](https://qsniyg.github.io/maxurl/) - Larger Image Search / [GitHub](https://github.com/qsniyg/maxurl) * [MaxURL](https://qsniyg.github.io/maxurl/) - Larger Image Search / [GitHub](https://github.com/qsniyg/maxurl)
* [VISE](https://www.robots.ox.ac.uk/~vgg/software/vise/) - Image Search with Search Queries * [VISE](https://www.robots.ox.ac.uk/~vgg/software/vise/) - Image Search with Search Queries
* [Have I Been Trained?](https://haveibeentrained.com/) - AI Image Search * [Have I Been Trained?](https://haveibeentrained.com/) - AI Image Search
* [RootAbout](https://rootabout.com/) - Archive / OpenLibrary Reverse Image Search * [RootAbout](https://rootabout.com/) - Archive / OpenLibrary Reverse Image Search
* [Multicolr](https://labs.tineye.com/multicolr/) - Color-Based Image Search * [Multicolr](https://labs.tineye.com/multicolr/) - Color-Based Image Search
* [trace.moe](https://trace.moe/) or [Saucekudasai](https://saucekudasai.com/) - Anime Reverse Image Search * [trace.moe](https://trace.moe/) or [Saucekudasai](https://saucekudasai.com/) - Anime Reverse Image Search
* [Image_Max_URL)](https://openuserjs.org/scripts/qsniyg/Image_Max_URL) - Browser Userscript * [Image_Max_URL](https://openuserjs.org/scripts/qsniyg/Image_Max_URL) - Browser Userscript
*** ***
## ▷ Stock Images ## ▷ Stock Images
* **Note** - Royalty-free implies images free for personal or commercial use with some usage restrictions (see sites TOS). CC0 stands for Creative Commons Zero and means images are public domain. Sites not tagged have licensing that varies.
***
* 🌐 **[Awesome Stock Resources](https://github.com/neutraltone/awesome-stock-resources#photography)** - Stock Photo Index * 🌐 **[Awesome Stock Resources](https://github.com/neutraltone/awesome-stock-resources#photography)** - Stock Photo Index
* ⭐ **[GetPaidStock](https://getpaidstock.com/)**, **[DownPic](https://downpic.cc)**, **[Downloader.la](https://downloader.la/)** or [istock](https://istock.7xm.xyz/) - Paid Stock Photo Downloaders * ⭐ **[GetPaidStock](https://getpaidstock.com/)**, **[DownPic](https://downpic.cc)**, **[Downloader.la](https://downloader.la/)** or [istock](https://istock.7xm.xyz/) - Paid Stock Photo Downloaders
* ⭐ **[EveryPixel](https://www.everypixel.com/)** or [LibreStock](https://librestock.com/) - Stock Photo Search Engines * ⭐ **[EveryPixel](https://www.everypixel.com/)**, [O-DAN](https://o-dan.net/en/) or [LibreStock](https://librestock.com/) - Stock Photo Search Engines
* [PxHere](https://pxhere.com/) - Stock Photos * [Adobe Stock](https://stock.adobe.com/free) - Stock Photos / Royalty-Free
* [Adobe Stock](https://stock.adobe.com/free) - Stock Photos * [Unsplash](https://unsplash.com/) - Stock Photos / Royalty-Free
* [themeisle](https://mystock.themeisle.com/) - Stock Photos * [Pixnio](https://pixnio.com/) - Stock Photos / Royalty-Free
* [Pikwizard](https://pikwizard.com/) - Stock Photos / Royalty-Free
* [diverseui](https://diverseui.com/) - Human Face Photos / Royalty-Free
* [themeisle](https://mystock.themeisle.com/) - Stock Photos / CC0
* [PxHere](https://pxhere.com/) - Stock Photos / CC0
* [focastock](https://focastock.com/) - Stock Photos / CC0
* [Foodiesfeed](https://www.foodiesfeed.com/) - Food Photos / CC0
* [freenaturestock](https://freenaturestock.com/) - Nature Photos / CC0
* [burst](https://burst.shopify.com/) - Stock Photos * [burst](https://burst.shopify.com/) - Stock Photos
* [Hippopx](https://www.hippopx.com/) - Stock Photos * [Hippopx](https://www.hippopx.com/) - Stock Photos
* [BarnImages](https://barnimages.com/) - Stock Photos * [BarnImages](https://barnimages.com/) - Stock Photos
* [Pixnio](https://pixnio.com/) - Stock Photos * [Pixabay](https://pixabay.com/) - Stock Photos
* [focastock](https://focastock.com/) - Stock Photos
* [Pikwizard](https://pikwizard.com/) - Stock Photos
* [Lummi](https://www.lummi.ai/) - AI Generated Stock Photos * [Lummi](https://www.lummi.ai/) - AI Generated Stock Photos
* [Smithsonian Open Access](https://www.si.edu/OpenAccess) - Smithsonian High-Quality Photos * [Smithsonian Open Access](https://www.si.edu/OpenAccess) - Smithsonian High-Quality Photos
* [desirefx](https://desirefx.me/category/stock_images/) - Stock Photo Overlays * [desirefx](https://desirefx.me/category/stock_images/) - Stock Photo Overlays
* [creativity103](https://creativity103.com/) - Abstract Background Photos * [creativity103](https://creativity103.com/) - Abstract Background Photos
* [freenaturestock](https://freenaturestock.com/) - Nature Photos
* [Warren Photographic](https://www.warrenphotographic.co.uk/index.php) - Animal Photos * [Warren Photographic](https://www.warrenphotographic.co.uk/index.php) - Animal Photos
* [PhyloPic](https://www.phylopic.org/) - Animal Silhouettes * [PhyloPic](https://www.phylopic.org/) - Animal Silhouettes
* [diverseui](https://diverseui.com/) - Human Face Photos
* [Foodiesfeed](https://www.foodiesfeed.com/) - Food Photos
* [iwaria](https://iwaria.com/) - African Photos * [iwaria](https://iwaria.com/) - African Photos
* [twnsnd](https://nos.twnsnd.co/) - Vintage Photos * [twnsnd](https://nos.twnsnd.co/) - Vintage Photos / Public Domain
* [PNGIMG](https://pngimg.com/) or [stickpng](https://www.stickpng.com/) - PNG Photos * [PNGIMG](https://pngimg.com/) or [stickpng](https://www.stickpng.com/) - PNG Photos / Noncommercial License
* [gfxmountain](https://gfxmountain.com/stock-photos/) - Stock Photo Collections * [gfxmountain](https://gfxmountain.com/stock-photos/) - Stock Photo Collections
* [FreePik Downloader](https://freepik-downloader.beatsnoop.com/) or [freepikuz_pro](https://t.me/freepikuz_pro) - FreePik Downloaders * [FreePik Downloader](https://freepik-downloader.beatsnoop.com/) or [freepikuz_pro](https://t.me/freepikuz_pro) - FreePik Downloaders
* [Flickr Commons](https://www.flickr.com/commons) - Public Photo Archives / [Downloader](https://github.com/beaufour/flickr-download) * [Flickr Commons](https://www.flickr.com/commons) - Public Photo Archives / [Downloader](https://github.com/beaufour/flickr-download)
* [Shutterstock Premium](https://t.me/shutterstockpremium), [freestockphotos](https://t.me/freestockphotos) or [Shutter](https://t.me/Shutter) - Shutterstock Telegram Downloaders * [Shutterstock Premium](https://t.me/shutterstockpremium), [freestockphotos](https://t.me/freestockphotos) or [Shutter](https://t.me/Shutter) - Shutterstock Telegram Downloaders
* [Nohat](https://nohat.cc/), [FreeImages](https://www.freeimages.com/), [cgispread](https://cgispread.com/), [Vecteezy](https://www.vecteezy.com/) or [FreeDesignFile](https://freedesignfile.com/) - Misc Stock Photos / Vectors * [Nohat](https://nohat.cc/), [FreeImages](https://www.freeimages.com/), [cgispread](https://cgispread.com/), [Vecteezy](https://www.vecteezy.com/) or [FreeDesignFile](https://freedesignfile.com/) - Misc Stock Photos / Vectors
* [argfx](https://argfx.co/), [publicdomainvectors](https://publicdomainvectors.org/), [Free Vector](https://www.freevector.com/), [VectorJunky](https://www.vectorjunky.com/), [freevectors](https://www.freevectors.net/) or [vector4free](https://www.vector4free.com/) - Misc Vectors * [argfx](https://argfx.co/), [publicdomainvectors](https://publicdomainvectors.org/), [Free Vector](https://www.freevector.com/), [VectorJunky](https://www.vectorjunky.com/), [freevectors](https://www.freevectors.net/) or [vector4free](https://www.vector4free.com/) - Misc Vectors
* [VectorPortal](https://www.vectorportal.com/) - Vector Collections * [VectorPortal](https://www.vectorportal.com/) - Vector Collections / Creative Common Attribution
* [123freevectors](https://www.123freevectors.com/) - Background Vectors * [123freevectors](https://www.123freevectors.com/) - Background Vectors
*** ***
@ -543,6 +546,7 @@
* ⭐ **[Kemono](https://kemono.su/)** - Patreon Content / Some NSFW / Use Adblock * ⭐ **[Kemono](https://kemono.su/)** - Patreon Content / Some NSFW / Use Adblock
* ⭐ **[DeviantArt](https://www.deviantart.com/)** - User-Made Art / Fanart / [Downloader](https://github.com/NC22/KellyC-Image-Downloader) * ⭐ **[DeviantArt](https://www.deviantart.com/)** - User-Made Art / Fanart / [Downloader](https://github.com/NC22/KellyC-Image-Downloader)
* ⭐ **[ArtStation](https://www.artstation.com/)** - User-Made Art / Fanart / [Downloader](https://github.com/findix/ArtStationDownloader)
* ⭐ **[Pixiv](https://www.pixiv.net/)** - Japanese Fanart * ⭐ **[Pixiv](https://www.pixiv.net/)** - Japanese Fanart
* ⭐ **Pixiv Tools** - [Downloader](https://github.com/Nandaka/PixivUtil2), [2](https://github.com/xuejianxianzun/PixivBatchDownloader) / [Rankings](https://pixiv.navirank.com/) / [Frontend](https://pixiv.pics/), [2](https://codeberg.org/VnPower/pixivfe) / [Preview](https://github.com/NightLancer/PixivPreview), [2](https://github.com/ppixiv/ppixiv) / [Android](https://github.com/Notsfsssf/pixez-flutter/blob/master/.github/README_en.md) * ⭐ **Pixiv Tools** - [Downloader](https://github.com/Nandaka/PixivUtil2), [2](https://github.com/xuejianxianzun/PixivBatchDownloader) / [Rankings](https://pixiv.navirank.com/) / [Frontend](https://pixiv.pics/), [2](https://codeberg.org/VnPower/pixivfe) / [Preview](https://github.com/NightLancer/PixivPreview), [2](https://github.com/ppixiv/ppixiv) / [Android](https://github.com/Notsfsssf/pixez-flutter/blob/master/.github/README_en.md)
* ⭐ **[Danbooru](https://safebooru.donmai.us/)**, [Sankaku Complex](https://chan.sankakucomplex.com/) or [yande.re](https://yande.re/) - Anime-Style Image Booru / [Downloader](https://github.com/kuanyui/BooruShinshi) * ⭐ **[Danbooru](https://safebooru.donmai.us/)**, [Sankaku Complex](https://chan.sankakucomplex.com/) or [yande.re](https://yande.re/) - Anime-Style Image Booru / [Downloader](https://github.com/kuanyui/BooruShinshi)
@ -552,7 +556,6 @@
* [Artfol](https://www.artfol.co/) - User-Made Art / Fanart * [Artfol](https://www.artfol.co/) - User-Made Art / Fanart
* [Cara](https://cara.app/) - User-Made Art / Fanart * [Cara](https://cara.app/) - User-Made Art / Fanart
* [InkBlot](https://inkblot.art/) - User-Made Art / Fanart * [InkBlot](https://inkblot.art/) - User-Made Art / Fanart
* [ArtStation](https://www.artstation.com/) - User-Made Art / Fanart / [Downloader](https://github.com/findix/ArtStationDownloader)
* [Gelbooru](https://gelbooru.com/), [Safebooru](https://safebooru.org/) or [TBIB](https://tbib.org/) - Image Boorus * [Gelbooru](https://gelbooru.com/), [Safebooru](https://safebooru.org/) or [TBIB](https://tbib.org/) - Image Boorus
* [icons8](https://icons8.com/illustrations), [3D Illustrations](https://3d.khagwal.co/), [3dbay](https://clouddevs.com/3dbay/) or [NS-illustration-pack](https://github.com/nsobolewart/NS-illustration-pack) - 3D Illustrations * [icons8](https://icons8.com/illustrations), [3D Illustrations](https://3d.khagwal.co/), [3dbay](https://clouddevs.com/3dbay/) or [NS-illustration-pack](https://github.com/nsobolewart/NS-illustration-pack) - 3D Illustrations
* [StorySet](https://storyset.com/), [unDraw](https://undraw.co/illustrations), [blush](https://blush.design/) or [Humaaans](https://www.humaaans.com/) - Customizable Illustrations * [StorySet](https://storyset.com/), [unDraw](https://undraw.co/illustrations), [blush](https://blush.design/) or [Humaaans](https://www.humaaans.com/) - Customizable Illustrations
@ -562,13 +565,24 @@
* [reshot](https://www.reshot.com/), [freeillustrations](https://freeillustrations.xyz/), [DrawKit](https://www.drawkit.io/), [NiceIllustrations](https://niceillustrations.com/free-illustrations/) or [manypixels](https://www.manypixels.co/gallery) - Misc Illustrations * [reshot](https://www.reshot.com/), [freeillustrations](https://freeillustrations.xyz/), [DrawKit](https://www.drawkit.io/), [NiceIllustrations](https://niceillustrations.com/free-illustrations/) or [manypixels](https://www.manypixels.co/gallery) - Misc Illustrations
* [OldBookIllustrations](https://www.oldbookillustrations.com/) - Illustrations from Old Books * [OldBookIllustrations](https://www.oldbookillustrations.com/) - Illustrations from Old Books
* [Plant Illustrations](http://www.plantillustrations.org/) - Plant Illustrations * [Plant Illustrations](http://www.plantillustrations.org/) - Plant Illustrations
* [Flexbooru](https://github.com/flexbooru/flexbooru), [BooruSphere](https://github.com/nullxception/boorusphere), [Yummybooru](https://github.com/Yochyo/Yummybooru) or [Animes Boxes](https://animebox.es/) - Booru Clients / [Telegram](https://t.me/Flexbooru/161) * [Yummybooru](https://github.com/Yochyo/Yummybooru) or [Animes Boxes](https://animebox.es/) - Booru Clients / [Telegram](https://t.me/Flexbooru/161)
* [Buhitter](https://buhitter.com/) - Twitter Illustration Search * [Buhitter](https://buhitter.com/) - X.com Illustration Search
* [imgbrd-grabber](https://www.bionus.org/imgbrd-grabber/) - Booru Image Downloader * [imgbrd-grabber](https://www.bionus.org/imgbrd-grabber/) - Booru Image Downloader
* [Artbreeder](https://artbreeder.com/) - Image Discovery / Combining * [Artbreeder](https://artbreeder.com/) - Image Discovery / Combining
*** ***
## ▷ Download Extensions
* [Download all Images](https://webextension.org/listing/save-images.html)
* [Cute Save Button](https://github.com/Dezaimasu/cute-button)
* [Save Images](https://github.com/belaviyo/save-images/)
* [svgexport](https://svgexport.io/)
* [SVG Gobbler](https://github.com/rossmoody/svg-gobbler)
* [Image Picka](https://github.com/eight04/image-picka)
***
## ▷ [Wallpapers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/system-tools#wiki_.25B7_wallpapers) ## ▷ [Wallpapers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/system-tools#wiki_.25B7_wallpapers)
*** ***
@ -581,13 +595,14 @@
* ⭐ **[ImgOps](https://imgops.com/)** - Image Operations Meta-Tool * ⭐ **[ImgOps](https://imgops.com/)** - Image Operations Meta-Tool
* ⭐ **[AntiDupl](https://github.com/ermig1979/AntiDupl)** or [cbird](https://github.com/scrubbbbs/cbird) - Duplicate Image Removers * ⭐ **[AntiDupl](https://github.com/ermig1979/AntiDupl)** or [cbird](https://github.com/scrubbbbs/cbird) - Duplicate Image Removers
* ⭐ **[Muzli](https://search.muz.li/)** - Design Inspiration Search * ⭐ **[Muzli](https://search.muz.li/)** - Design Inspiration Search
* [PicSynth](https://www.picsynth.me/), [WebOasis Editors](https://weboasis.app/editors/), [Ribbet](https://ribbet.ai/), [RedKetchup](https://redketchup.io/), [Img2Go](https://www.img2go.com/), [fffuel](https://fffuel.co/) or [Mara](https://mara.photos/) - Multi-Tool Sites * [PicSynth](https://www.picsynth.me/), [Ribbet](https://ribbet.ai/), [RedKetchup](https://redketchup.io/), [Img2Go](https://www.img2go.com/), [fffuel](https://fffuel.co/) or [Mara](https://mara.photos/) - Multi-Tool Sites
* [PhotoFeeler](https://www.photofeeler.com/) - Get Photo Feedback * [PhotoFeeler](https://www.photofeeler.com/) - Get Photo Feedback
* [Picviewer CE+](https://github.com/hoothin/UserScripts/tree/master/Picviewer%20CE+) - Turn Webpages into Image Galleries * [Picviewer CE+](https://github.com/hoothin/UserScripts/tree/master/Picviewer%20CE+) - Turn Webpages into Image Galleries
* [Librerest](https://librerest.bunk.lol/) / [GitHub](https://github.com/emppu-dev/librerest) or [Binternet](https://github.com/Ahwxorg/Binternet) - Pinterest Frontends * [Binternet](https://github.com/Ahwxorg/Binternet) - Pinterest Frontends
* [/r/Photography Guide](https://www.reddit.com/r/photography/wiki/introduction) - Photography / Camera Guide * [/r/Photography Guide](https://www.reddit.com/r/photography/wiki/introduction) or [Cambridge In Colour](https://www.cambridgeincolour.com/) - Photography / Camera Guides
* [PhotoEphemeris](https://photoephemeris.com/) - Photography Sunlight Calculator * [PhotoEphemeris](https://photoephemeris.com/) - Photography Sunlight Calculator
* [MagicLantern](https://www.magiclantern.fm/) - Custom Canon EOS Firmware / [Unsupported](https://magiclantern.fandom.com/wiki/Other_dslr) / [Twitter](https://twitter.com/autoexec_bin) / [Subreddit](https://www.reddit.com/r/MagicLantern/) / [Discord](https://discord.gg/uaY8akC) * [PixelPeeper](https://pixelpeeper.com/) - Extract Lightroom Edits / Settings
* [MagicLantern](https://www.magiclantern.fm/) - Custom Canon EOS Firmware / [Unsupported](https://magiclantern.fandom.com/wiki/Other_dslr) / [X](https://x.com/autoexec_bin) / [Subreddit](https://www.reddit.com/r/MagicLantern/) / [Discord](https://discord.gg/uaY8akC)
* [CHDK](https://chdk.fandom.com/wiki/CHDK) - Custom Canon PowerShot Firmware * [CHDK](https://chdk.fandom.com/wiki/CHDK) - Custom Canon PowerShot Firmware
* [fSpy](https://fspy.io/) - Still Image Camera Matching * [fSpy](https://fspy.io/) - Still Image Camera Matching
* [DPReview](https://www.dpreview.com/reviews/image-comparison/fullscreen) - Camera Image Comparison Web App * [DPReview](https://www.dpreview.com/reviews/image-comparison/fullscreen) - Camera Image Comparison Web App
@ -603,7 +618,7 @@
* [Lithophane](https://3dp.rocks/lithophane) - Image to Lithophane Converter * [Lithophane](https://3dp.rocks/lithophane) - Image to Lithophane Converter
* [WhatTheFont](https://www.myfonts.com/) - Find Font from Image * [WhatTheFont](https://www.myfonts.com/) - Find Font from Image
* [Watermarkly](https://watermarkly.com/), [BatchWatermark](https://batchwatermark.com/) or [Watermarkup](https://watermarkup.com/watermark.html) - Image Watermarking * [Watermarkly](https://watermarkly.com/), [BatchWatermark](https://batchwatermark.com/) or [Watermarkup](https://watermarkup.com/watermark.html) - Image Watermarking
* [Watermark Remover](https://www.watermarkremover.io/) or [DeWatermark](https://dewatermark.ai/) - Watermark Removal * [Watermark Remover](https://www.watermarkremover.io/), [Unwatermark](https://unwatermark.ai/) or [DeWatermark](https://dewatermark.ai/) - Watermark Removal
* [Glaze](https://glaze.cs.uchicago.edu/index.html) or [Nightshade](https://nightshade.cs.uchicago.edu/downloads.html) - Protect Digital Art from AI Copies * [Glaze](https://glaze.cs.uchicago.edu/index.html) or [Nightshade](https://nightshade.cs.uchicago.edu/downloads.html) - Protect Digital Art from AI Copies
* [FPNG](https://github.com/richgel999/fpng) - PNG Reader / Writer * [FPNG](https://github.com/richgel999/fpng) - PNG Reader / Writer
* [APNG Maker](https://rukario.github.io/Schande/Uninteresting%20stuff/APNG%20Maker.html) - Create / Optimize APNG Images * [APNG Maker](https://rukario.github.io/Schande/Uninteresting%20stuff/APNG%20Maker.html) - Create / Optimize APNG Images
@ -625,16 +640,41 @@
*** ***
## ▷ Image Converters
* ⭐ **[VERT](https://vert.sh/)** / [Discord](https://discord.gg/8XXZ7TFFrK) / [GitHub](https://github.com/not-nullptr/VERT)
* ⭐ **[minipic](https://minipic.app/)**
* [Convertmyimage](https://convert-my-image.com/)
* [ImageConvert](https://imageconvert.org/)
* [imverter](https://www.imverter.com/)
* [Raw Pics](https://raw.pics.io/)
* [Converseen](https://converseen.fasterland.net/)
***
## ▷ Image Resizing
* [PixelHunter](https://pixelhunter.io/) - Resize Images for Different Sites
* [Resize App Icon](https://resizeappicon.com/) - Resize Square Images
* [Simple Image Resizer](https://www.simpleimageresizer.com/)
* [ImageResizer](https://imageresizer.com/)
* [PicResize](https://picresize.com/)
* [Birme](https://www.birme.net/)
* [Bulk Image Resize](https://bulkimageresize.com/)
* [ResizeNow](https://www.resizenow.com/en)
* [BulkResizePhotos](https://bulkresizephotos.com/)
***
## ▷ Image to Text / OCR ## ▷ Image to Text / OCR
* ↪️ **[AI Chatbots](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai#wiki_.25B7_online_chatbots)** - Most Chatbots have Built-in Image to Text * ↪️ **[AI Chatbots](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai#wiki_.25B7_online_chatbots)** - Most Chatbots have Built-in Image to Text
* ⭐ **[Capture2Text](https://capture2text.sourceforge.net/)** - OCR Desktop App * ⭐ **[Capture2Text](https://capture2text.sourceforge.net/)**, [tesseract](https://github.com/tesseract-ocr/tesseract) or [gImageReader](https://github.com/manisandro/gImageReader) - OCR Desktop Apps
* ⭐ **[Text Grab](https://github.com/TheJoeFin/Text-Grab)** - Minimal OCR Windows Tool * ⭐ **[Text Grab](https://github.com/TheJoeFin/Text-Grab)** - Minimal OCR Windows Tool
* [TextShot](https://github.com/ianzhao05/textshot) - Cross Platform OCR * [TextShot](https://github.com/ianzhao05/textshot) - Cross Platform OCR
* [ImageScanOCR](https://github.com/ttop32/ImageScanOCR) - Windows OCR Tool * [ImageScanOCR](https://github.com/ttop32/ImageScanOCR) - Windows OCR Tool
* [Handwriting-OCR](https://github.com/Breta01/handwriting-ocr) - Handwriting OCR * [Handwriting-OCR](https://github.com/Breta01/handwriting-ocr) - Handwriting OCR
* [Project Naptha](https://projectnaptha.com/) - Automatic OCR while Browsing Images * [Project Naptha](https://projectnaptha.com/) - Automatic OCR while Browsing Images
* [Pomodoro](https://pomodoro.semlab.io/) - Online OCR
* [i2ocr](https://www.i2ocr.com/) - Online OCR * [i2ocr](https://www.i2ocr.com/) - Online OCR
* [OCR.SPACE](https://ocr.space/) - Online OCR * [OCR.SPACE](https://ocr.space/) - Online OCR
* [2OCR](https://2ocr.com/) - Online OCR * [2OCR](https://2ocr.com/) - Online OCR
@ -656,7 +696,7 @@
* ⭐ **[qView](https://interversehq.com/qview/)** * ⭐ **[qView](https://interversehq.com/qview/)**
* ⭐ **[XnView MP](https://www.xnview.com/en/xnviewmp/)** * ⭐ **[XnView MP](https://www.xnview.com/en/xnviewmp/)**
* ⭐ **[Digikam](https://www.digikam.org/)** * ⭐ **[Digikam](https://www.digikam.org/)**
* [nomacs](https://github.com/nomacs/nomacs) * [nomacs](https://nomacs.org/) / [GitHub](https://github.com/nomacs/nomacs)
* [qimgv](https://github.com/easymodo/qimgv) * [qimgv](https://github.com/easymodo/qimgv)
* [oculante](https://github.com/woelper/oculante) * [oculante](https://github.com/woelper/oculante)
* [PhotoQt](https://github.com/luspi/photoqt) * [PhotoQt](https://github.com/luspi/photoqt)
@ -698,6 +738,7 @@
* [Google Photos Toolkit](https://github.com/xob0t/Google-Photos-Toolkit) - Manage / Delete Google Photos * [Google Photos Toolkit](https://github.com/xob0t/Google-Photos-Toolkit) - Manage / Delete Google Photos
* [Google Takeout](https://takeout.google.com/) - Export from Google Photos / [Script](https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper) * [Google Takeout](https://takeout.google.com/) - Export from Google Photos / [Script](https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper)
* [GPhotos Guide](https://github.com/g8row/gphotos-guide) - Unlimited Google Photos Storage Guide * [GPhotos Guide](https://github.com/g8row/gphotos-guide) - Unlimited Google Photos Storage Guide
* [Google Photos EXIF](https://github.com/mattwilson1024/google-photos-exif) - Populate Missing EXIF metadata in Google Photos
*** ***
@ -706,21 +747,18 @@
* ⭐ **[ImgBB](https://imgbb.com/)** * ⭐ **[ImgBB](https://imgbb.com/)**
* ⭐ **[Postimages](https://postimages.org/)** * ⭐ **[Postimages](https://postimages.org/)**
* ⭐ **[Catbox.moe](https://catbox.moe/)** * ⭐ **[Catbox.moe](https://catbox.moe/)**
* [lookimg](https://lookimg.com/)
* [Imgur](https://imgur.com/) * [Imgur](https://imgur.com/)
* Imgur Tools - [Frontends](https://git.voidnet.tech/kev/imgin), [2](https://codeberg.org/rimgo/rimgo), [3](https://codeberg.org/3np/rimgu), [4](https://rimgo.bus-hit.me/) * Imgur Tools - [Frontends](https://git.voidnet.tech/kev/imgin), [2](https://codeberg.org/rimgo/rimgo), [3](https://codeberg.org/3np/rimgu), [4](https://rimgo.bus-hit.me/)
* [pixelfed](https://pixelfed.org/)- Decentralized Image Host / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_pixelfed_tools) * [pixelfed](https://pixelfed.org/)- Decentralized Image Host / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_pixelfed_tools)
* [Unsee](https://unsee.cc/) - Decentralized / Temporary Image Hosts / [Android](https://gitlab.shinice.net/pixeldroid/PixelDroid) * [Unsee](https://unsee.cc/) - Decentralized / Temporary Image Hosts / [Android](https://gitlab.shinice.net/pixeldroid/PixelDroid)
* [WebOasis IPFS](https://weboasis.app/ipfs/)
* [Shutterfly](https://www.shutterfly.com/)
* [FreeImage.Host](https://freeimage.host/) * [FreeImage.Host](https://freeimage.host/)
* [imgbox](https://imgbox.com/) * [imgbox](https://imgbox.com/)
* [pasteboard](https://www.pasteboard.co/)
* [picsur](https://picsur.org/)
* [vgy](https://vgy.me/) * [vgy](https://vgy.me/)
* [PixVid](https://pixvid.org/)
* [Catimage](https://catimages.org/) * [Catimage](https://catimages.org/)
* [i](https://tikolu.net/i/) * [i](https://tikolu.net/i/)
* [tixte](https://tixte.com/) * [tixte](https://tixte.com/)
* [lookimg](https://lookimg.com/)
* [imagebam](https://www.imagebam.com/) * [imagebam](https://www.imagebam.com/)
* [Horizon](https://horizon.pics/) * [Horizon](https://horizon.pics/)
* [imagevenue](https://www.imagevenue.com/) * [imagevenue](https://www.imagevenue.com/)
@ -730,6 +768,7 @@
* [imgchest](https://imgchest.com/) * [imgchest](https://imgchest.com/)
* [upanhtv](https://upanh.tv/) * [upanhtv](https://upanh.tv/)
* [Lutim](https://lutim.lagout.org/) * [Lutim](https://lutim.lagout.org/)
* [BeeIMG](https://beeimg.com/)
* [anhsieuviet](https://anhsieuviet.com/?lang=en) * [anhsieuviet](https://anhsieuviet.com/?lang=en)
* [Slowpoke Pics](https://slow.pics/) * [Slowpoke Pics](https://slow.pics/)
* [FastPic](https://fastpic.org/) * [FastPic](https://fastpic.org/)
@ -753,8 +792,7 @@
* [Pika](https://pika.style/) / [GitHub](https://github.com/rishimohan/pika), [FabPic](https://www.fabpic.app/) or [OnPaste](https://onpaste.com/) - Screenshot Editor * [Pika](https://pika.style/) / [GitHub](https://github.com/rishimohan/pika), [FabPic](https://www.fabpic.app/) or [OnPaste](https://onpaste.com/) - Screenshot Editor
* [Screenshot Guru](https://screenshot.guru/), [CleanShot](https://cleanshot.vercel.app/) or [Site-Shot](https://www.site-shot.com/) - Online Screenshot Tool * [Screenshot Guru](https://screenshot.guru/), [CleanShot](https://cleanshot.vercel.app/) or [Site-Shot](https://www.site-shot.com/) - Online Screenshot Tool
* [Screenshot Rocks](https://screenshot.rocks/) / [GitHub](https://github.com/daveearley/screenshot.rocks), [screenshots.cloud](https://screenshots.cloud/), [shrinktheweb](https://shrinktheweb.com/) or [Pikwy](https://pikwy.com/) - Site Screenshot Tool * [Screenshot Rocks](https://screenshot.rocks/) / [GitHub](https://github.com/daveearley/screenshot.rocks), [screenshots.cloud](https://screenshots.cloud/), [shrinktheweb](https://shrinktheweb.com/) or [Pikwy](https://pikwy.com/) - Site Screenshot Tool
* [puush](https://puush.me/) - Easily Share Screenshots * [puush](https://puush.me/), [paste.photos](https://www.paste.photos/) or [Control V](https://ctrl.vi/) - Easily Share Screenshots
* [paste.photos](https://www.paste.photos/) - Image Clipboard to File
* [Screenstab](https://screenstab.com/editor/) - Create Graphics from Screenshots * [Screenstab](https://screenstab.com/editor/) - Create Graphics from Screenshots
* [Limus](https://limus.netlify.app/) or [Screenstab](https://www.screenstab.com/editor/) - Change Screenshot Angles * [Limus](https://limus.netlify.app/) or [Screenstab](https://www.screenstab.com/editor/) - Change Screenshot Angles
* [Screenshot Tutorial](https://www.take-a-screenshot.org/) - Multi-Platform Screenshot Guides * [Screenshot Tutorial](https://www.take-a-screenshot.org/) - Multi-Platform Screenshot Guides
@ -763,7 +801,7 @@
## ▷ Palette Generators ## ▷ Palette Generators
* ⭐ **[Color Designer](https://colordesigner.io/gradient-generator)**, [Super Color Palette](https://supercolorpalette.com/) or [Coolors](https://coolors.co/) - Color Palette Generators * ⭐ **[Color Designer](https://colordesigner.io/gradient-generator)**, [TheGoodColors](https://thegoodcolors.com/), [Super Color Palette](https://supercolorpalette.com/) or [Coolors](https://coolors.co/) - Color Palette Generators
* [Clariss](https://www.clariss.xyz/), [Color Palette Generator](https://www.degraeve.com/color-palette), [Palitra](https://palitra.app/) or [Color Picker](https://imagecolorpicker.com/) - Generate Color Palettes from Images * [Clariss](https://www.clariss.xyz/), [Color Palette Generator](https://www.degraeve.com/color-palette), [Palitra](https://palitra.app/) or [Color Picker](https://imagecolorpicker.com/) - Generate Color Palettes from Images
* [Color Space](https://mycolor.space/) - Generate Gradient Color Palettes * [Color Space](https://mycolor.space/) - Generate Gradient Color Palettes
* [Colors Wall](https://colorswall.com/) or [ColorKit](https://colorkit.co/color-palette-generator/) - Generate Random Color Palettes * [Colors Wall](https://colorswall.com/) or [ColorKit](https://colorkit.co/color-palette-generator/) - Generate Random Color Palettes
@ -800,10 +838,10 @@
* 🌐 **[Photo OSINT](https://start.me/p/0PgzqO/photo-osint)** - Image OSINT Resources * 🌐 **[Photo OSINT](https://start.me/p/0PgzqO/photo-osint)** - Image OSINT Resources
* ⭐ **[Fawkes](http://sandlab.cs.uchicago.edu/fawkes/)** or **[Lowkey](https://lowkey.umiacs.umd.edu/)** - Facial Cloaking * ⭐ **[Fawkes](http://sandlab.cs.uchicago.edu/fawkes/)** or **[Lowkey](https://lowkey.umiacs.umd.edu/)** - Facial Cloaking
* ⭐ **[FotoForensics](https://www.fotoforensics.com/)** or [Forensically](https://29a.ch/photo-forensics/) - Photo Forensics Tool * ⭐ **[FotoForensics](https://www.fotoforensics.com/)**, [Sherloq](https://github.com/GuidoBartoli/sherloq) or [Forensically](https://29a.ch/photo-forensics/) - Photo Forensics Tools
***[GeoSpy](https://geospy.web.app/)**, [Picarta](https://picarta.ai/) / [Discord](https://discord.gg/g5BAd2UFbs) or [GeoEstimation](https://labs.tib.eu/geoestimation) - Estimate Image Geolocation * [Picarta](https://picarta.ai/) / [Discord](https://discord.gg/g5BAd2UFbs) or [GeoEstimation](https://labs.tib.eu/geoestimation) - Estimate Image Geolocation
* [Image Identification Project](https://www.imageidentify.com/) - Image Identification Tool * [Image Identification Project](https://www.imageidentify.com/) - Image Identification Tool
* [StegOnline](https://stegonline.georgeom.net/image), [OpenStego](https://www.openstego.com/), [OpenPuff](https://embeddedsw.net/OpenPuff_Steganography_Home.html), [Steganography-PNG](https://pedrooaugusto.github.io/steganography-png/) / [GitHub](https://github.com/pedrooaugusto/steganography-png), [ImSter](https://github.com/DJayalath/ImSter), [stegano](https://bztsrc.gitlab.io/stegano/) or [stegpy](https://github.com/dhsdshdhk/stegpy) - Images Steganography Tools * [StegOnline](https://stegonline.georgeom.net/image), [OpenStego](https://www.openstego.com/), [OpenPuff](https://embeddedsw.net/OpenPuff_Steganography_Home.html), [Steganography-PNG](https://pedrooaugusto.github.io/steganography-png/) / [GitHub](https://github.com/pedrooaugusto/steganography-png), [ImSter](https://github.com/DJayalath/ImSter), [stegano](https://bztsrc.gitlab.io/stegano/), [hide-text](https://all-tools.github.io/hide-text-in-image/) or [stegpy](https://github.com/dhsdshdhk/stegpy) - Images Steganography Tools
* [Aperisolve](https://aperisolve.fr/) / [2](https://www.aperisolve.com/) or [stegextract](https://github.com/evyatarmeged/stegextract) - Steganography Analysis Tool * [Aperisolve](https://aperisolve.fr/) / [2](https://www.aperisolve.com/) or [stegextract](https://github.com/evyatarmeged/stegextract) - Steganography Analysis Tool
* [Unredacter](https://github.com/BishopFox/unredacter) - Crack Pixelated Images * [Unredacter](https://github.com/BishopFox/unredacter) - Crack Pixelated Images
* [Redacted](https://redacted.app/) - Blur, Pixelate or Blackout parts of Images * [Redacted](https://redacted.app/) - Blur, Pixelate or Blackout parts of Images
@ -813,11 +851,10 @@
* [ViewEXIF](https://www.imgonline.com.ua/eng/exif-info.php), [Jimpl](https://jimpl.com/), [ExifData](https://exifdata.com/), [OnlineEXIFViewer](https://onlineexifviewer.com/), [ExifLooter](https://github.com/aydinnyunus/exifLooter), [CameraSummary](https://camerasummary.com/) or [JPEGsnoop](https://www.impulseadventure.com/photo/jpeg-snoop.html) - EXIF / Metadata Viewers * [ViewEXIF](https://www.imgonline.com.ua/eng/exif-info.php), [Jimpl](https://jimpl.com/), [ExifData](https://exifdata.com/), [OnlineEXIFViewer](https://onlineexifviewer.com/), [ExifLooter](https://github.com/aydinnyunus/exifLooter), [CameraSummary](https://camerasummary.com/) or [JPEGsnoop](https://www.impulseadventure.com/photo/jpeg-snoop.html) - EXIF / Metadata Viewers
* [exiftool](https://exiftool.org/), [2](https://github.com/FrankBijnen/ExifToolGui/), [ExifCleaner](https://exifcleaner.com/), [EXIFRemove](https://www.exifremove.com/), [scrambled-exif](https://gitlab.com/juanitobananas/scrambled-exif), [Metadata-Remover](https://github.com/Anish-M-code/Metadata-Remover), [exifpurge](https://exifpurge.com/), [adarsus](https://www.adarsus.com/en/remove-metadata-online-document-image-video/) or [VerExif](https://www.verexif.com/en/) - Remove Meta / EXIF Data * [exiftool](https://exiftool.org/), [2](https://github.com/FrankBijnen/ExifToolGui/), [ExifCleaner](https://exifcleaner.com/), [EXIFRemove](https://www.exifremove.com/), [scrambled-exif](https://gitlab.com/juanitobananas/scrambled-exif), [Metadata-Remover](https://github.com/Anish-M-code/Metadata-Remover), [exifpurge](https://exifpurge.com/), [adarsus](https://www.adarsus.com/en/remove-metadata-online-document-image-video/) or [VerExif](https://www.verexif.com/en/) - Remove Meta / EXIF Data
* [Pic2Map](https://www.pic2map.com/) - Image EXIF data viewer with GPS support * [Pic2Map](https://www.pic2map.com/) - Image EXIF data viewer with GPS support
* [TheExifer](https://www.thexifer.net/index.php), [Photini](https://github.com/jim-easterbrook/Photini) - Image EXIF Data Editors * [TheExifer](https://www.thexifer.net/index.php), [Photini](https://github.com/jim-easterbrook/Photini) or [ColorPilot](https://www.colorpilot.com/exif.html)- Image EXIF Data Editors
* [Base64 Image](https://www.base64-image.de/) - Encrypt / Decrypt Images * [Base64 Image](https://www.base64-image.de/) - Encrypt / Decrypt Images
* [BetaFace](https://www.betaface.com/demo.html) - Facial Recognition * [BetaFace](https://www.betaface.com/demo.html) - Facial Recognition
* [FaceCheck](https://facecheck.id/) or [Faceagle](https://faceagle.com/) - Face Recognition Search Engines * [Faceagle](https://faceagle.com/) - Face Recognition Search Engines
* [Shoop](https://colab.research.google.com/drive/1AQ0XSKWjzJBhGXXJ0XrA4DckFdv6Ul5N) - Detect if Image is Photoshopped
*** ***

View file

@ -7,8 +7,8 @@ hero:
name: freemediaheckyeah name: freemediaheckyeah
tagline: The largest collection of free stuff on the internet! tagline: The largest collection of free stuff on the internet!
announcement: announcement:
title: October Updates 🎃 title: Febuary Updates 💗
link: /posts/oct-2024 link: /posts/feb-2025
image: image:
src: /test.png src: /test.png
alt: FMHY Icon alt: FMHY Icon
@ -24,7 +24,7 @@ hero:
link: /other/contributing link: /other/contributing
- theme: alt - theme: alt
text: Discord text: Discord
link: https://discord.gg/Stz6y6NgNg link: https://rentry.co/fmhy-invite
features: features:
- title: Adblocking / Privacy - title: Adblocking / Privacy

View file

@ -11,6 +11,7 @@
* [LocalHost](https://localhost.run/) - Connect Web Apps to Internet * [LocalHost](https://localhost.run/) - Connect Web Apps to Internet
* [deploy-your-own-saas](https://github.com/Atarity/deploy-your-own-saas) - Self-Hosted Cloud Services * [deploy-your-own-saas](https://github.com/Atarity/deploy-your-own-saas) - Self-Hosted Cloud Services
* [Namechk](https://namechk.com/), [NameCheckr](https://www.namecheckr.com/) or [IUS](https://instantusername.com/) - Check Username Availability * [Namechk](https://namechk.com/), [NameCheckr](https://www.namecheckr.com/) or [IUS](https://instantusername.com/) - Check Username Availability
* [UsernameGenerator](https://usernamegenerator.com/) - Username Generator
* [SiteExplainer](https://www.siteexplainer.com/) - AI Site Explanations * [SiteExplainer](https://www.siteexplainer.com/) - AI Site Explanations
* [byp4xx](https://github.com/lobuhi/byp4xx) - Bypass "403 Forbidden" Messages * [byp4xx](https://github.com/lobuhi/byp4xx) - Bypass "403 Forbidden" Messages
@ -36,7 +37,7 @@
* [Hosts File Editor](https://hostsfileeditor.com/) or [HostsDock](https://eshengsky.github.io/HostsDock/) - Windows Hosts File Editors * [Hosts File Editor](https://hostsfileeditor.com/) or [HostsDock](https://eshengsky.github.io/HostsDock/) - Windows Hosts File Editors
* [MAC Address](https://macaddress.io/) - Check MAC Address * [MAC Address](https://macaddress.io/) - Check MAC Address
* [masscan](https://github.com/robertdavidgraham/masscan) - Port Scanner * [masscan](https://github.com/robertdavidgraham/masscan) - Port Scanner
* [PortChecker](https://portchecker.co/), [PortCheckers](https://www.portcheckers.com/), [RustCat](https://github.com/robiot/rustcat) or [CanYouSeeMe](https://canyouseeme.org/) - Port Checkers * [PortChecker](https://portchecker.co/), [ping.pe](https://ping.pe/), [PortCheckers](https://www.portcheckers.com/), [RustCat](https://github.com/robiot/rustcat) or [CanYouSeeMe](https://canyouseeme.org/) - Port Checkers
* [Bufferbloat Test](https://www.waveform.com/tools/bufferbloat) - Test Bufferbloat * [Bufferbloat Test](https://www.waveform.com/tools/bufferbloat) - Test Bufferbloat
* [PacketSender](https://packetsender.com/) - Packet Sender * [PacketSender](https://packetsender.com/) - Packet Sender
@ -51,7 +52,6 @@
* [Pashword](https://pashword.app/) * [Pashword](https://pashword.app/)
* [LessPass](https://lesspass.com/) * [LessPass](https://lesspass.com/)
* [Buttercup](https://buttercup.pw/) * [Buttercup](https://buttercup.pw/)
* [Clipperz](https://clipperz.is/)
* [KeeWeb](https://keeweb.info/) / [GitHub](https://github.com/keeweb/keeweb) * [KeeWeb](https://keeweb.info/) / [GitHub](https://github.com/keeweb/keeweb)
* [Spectre](https://spectre.app/) * [Spectre](https://spectre.app/)
* [VaultWarden](https://github.com/dani-garcia/vaultwarden) - Self-Hosted * [VaultWarden](https://github.com/dani-garcia/vaultwarden) - Self-Hosted
@ -63,9 +63,10 @@
* ⭐ **[Sidebery](https://github.com/mbnuqw/sidebery)** - Firefox Extension * ⭐ **[Sidebery](https://github.com/mbnuqw/sidebery)** - Firefox Extension
* ⭐ **[Raindrop.io](https://raindrop.io/)** - Web-Based Manager * ⭐ **[Raindrop.io](https://raindrop.io/)** - Web-Based Manager
* [Shiori](https://github.com/go-shiori/shiori) - Desktop Manager * [Shiori](https://github.com/go-shiori/shiori) - Desktop Manager
* [Start.me](https://about.start.me/) - Web-Based Manager
* [Bort](https://bort.io/) - Web-Based Manager / Dropbox Sync * [Bort](https://bort.io/) - Web-Based Manager / Dropbox Sync
* [WebCull](https://webcull.com/) - Web-Based Manager * [WebCull](https://webcull.com/) - Web-Based Manager
* [Floccus](https://floccus.org/) - Browser Bookmark Sync / [GitHub](https://github.com/floccusaddon/floccus) * [Floccus](https://floccus.org/) / [GitHub](https://github.com/floccusaddon/floccus) or [BookmarkHub](https://github.com/dudor/BookmarkHub) - Browser Bookmark Sync
* [buku](https://github.com/jarun/buku) - Terminal Manager * [buku](https://github.com/jarun/buku) - Terminal Manager
* [wallabag](https://wallabag.org/) - Web-Based Manager * [wallabag](https://wallabag.org/) - Web-Based Manager
* [Unmark](https://unmark.it/) - Web-Based Manager * [Unmark](https://unmark.it/) - Web-Based Manager
@ -80,12 +81,11 @@
* [Bookmarks Organizer](https://github.com/cadeyrn/bookmarks-organizer) - Extension Manager * [Bookmarks Organizer](https://github.com/cadeyrn/bookmarks-organizer) - Extension Manager
* [Centroly](https://centroly.com/) - Extension Manager * [Centroly](https://centroly.com/) - Extension Manager
* [Omni](https://github.com/alyssaxuu/omni) - Extension Manager * [Omni](https://github.com/alyssaxuu/omni) - Extension Manager
* [Saka](https://saka.io/) - Extension Manager
* [BetterStacks](https://betterstacks.com/) - Extension Manager * [BetterStacks](https://betterstacks.com/) - Extension Manager
* [Mission Control](https://mission-control.app/) - Extension Manager * [Mission Control](https://mission-control.app/) - Extension Manager
* [Zulu](https://tryzulu.com/) - Extension Manager * [Zulu](https://tryzulu.com/) - Extension Manager
* [GGather](https://web.ggather.com/) - Extension Manager * [GGather](https://web.ggather.com/) - Extension Manager
* [linkwarden](https://github.com/linkwarden/linkwarden), [Shaarli](https://shaarli.readthedocs.io/en/master/), [LinkAce](https://www.linkace.org/) or [linkding](https://github.com/sissbruecker/linkding) - Self-Hosted Managers * [linkwarden](https://github.com/linkwarden/linkwarden), [Hoarder](https://hoarder.app/), [Shaarli](https://shaarli.readthedocs.io/en/master/), [LinkAce](https://www.linkace.org/) or [linkding](https://github.com/sissbruecker/linkding) - Self-Hosted Managers
* [ln.ht](https://ln.ht/), [link.horse](https://link.horse/) or [tinygem](https://tinygem.org/) - Social Bookmarking * [ln.ht](https://ln.ht/), [link.horse](https://link.horse/) or [tinygem](https://tinygem.org/) - Social Bookmarking
* [SuperMemory](https://supermemory.ai/) - AI Bookmark App * [SuperMemory](https://supermemory.ai/) - AI Bookmark App
* [Keep or Delete](https://www.soeren-hentzschel.at/firefox-webextensions/keep-or-delete-bookmarks/) or [Bookmarks Cleanup](https://chromewebstore.google.com/detail/bookmarks-clean-up/oncbjlgldmiagjophlhobkogeladjijl) - Bookmark Cleanup Extensions * [Keep or Delete](https://www.soeren-hentzschel.at/firefox-webextensions/keep-or-delete-bookmarks/) or [Bookmarks Cleanup](https://chromewebstore.google.com/detail/bookmarks-clean-up/oncbjlgldmiagjophlhobkogeladjijl) - Bookmark Cleanup Extensions
@ -94,13 +94,14 @@
* [Pilgrim](https://pilgrim.are.na/) - Tree Style Path Bookmarklets * [Pilgrim](https://pilgrim.are.na/) - Tree Style Path Bookmarklets
* [GetBookmarklets](https://getbookmarklets.com/) - Download / Share Bookmarklets * [GetBookmarklets](https://getbookmarklets.com/) - Download / Share Bookmarklets
* [Bookmarklets Guide](https://rentry.co/bookmarklets-guide) - Bookmarklets / Guide * [Bookmarklets Guide](https://rentry.co/bookmarklets-guide) - Bookmarklets / Guide
* [Edge Collections Export](https://github.com/KantaHasegawa/export-edge-collections-tool) - Convert Edge Collections to Bookmarks
*** ***
## ▷ Paywall Bypass ## ▷ Paywall Bypass
* ⭐ **[Archive.today](https://archive.is/)** - Archived Articles * ⭐ **[Archive.today](https://archive.is/)** - Archived Articles
* ⭐ **[Bypass Paywalls Clean](https://gitflic.ru/project/magnolia1234/bpc_uploads)** / [Twitter](https://twitter.com/Magnolia1234B) - Browser Extensions * ⭐ **[Bypass Paywalls Clean](https://gitflic.ru/project/magnolia1234/bpc_uploads)** - Browser Extensions / [X](https://x.com/Magnolia1234B)
* ⭐ **[Freedium](https://freedium.cfd/)**, [ReadMedium](https://readmedium.com/) or [Medium Parser](https://github.com/Xatta-Trone/medium-parser-extension) - Bypass Medium Paywalls * ⭐ **[Freedium](https://freedium.cfd/)**, [ReadMedium](https://readmedium.com/) or [Medium Parser](https://github.com/Xatta-Trone/medium-parser-extension) - Bypass Medium Paywalls
* ⭐ **[wallabag](https://wallabag.org/)** / [Discord Bot](https://github.com/FahadBinHussain/wallabot) or [Ladder](https://github.com/everywall/ladder) - Self-Hosted * ⭐ **[wallabag](https://wallabag.org/)** / [Discord Bot](https://github.com/FahadBinHussain/wallabot) or [Ladder](https://github.com/everywall/ladder) - Self-Hosted
* [PaywallBuster](https://paywallbuster.com/) - Paywall Bypass Tools * [PaywallBuster](https://paywallbuster.com/) - Paywall Bypass Tools
@ -133,8 +134,8 @@
* [LinkSpace.Bio](https://linkspace.bio/) / 250 Limit / Custom URLs * [LinkSpace.Bio](https://linkspace.bio/) / 250 Limit / Custom URLs
* [LinkMix](https://linkmix.co/) / 20 Limit * [LinkMix](https://linkmix.co/) / 20 Limit
* [pronouns.cc](https://pronouns.cc/) - Share Preferred Pronouns * [pronouns.cc](https://pronouns.cc/) - Share Preferred Pronouns
* [seemless](https://www.linkinbio.website/) - Link in Bio for Tiktok & Instagram * [seemless](https://www.linkinbio.website/) - Link in Bio for TikTok & Instagram
* [itsmy.fyi](https://itsmy.fyi/) - Create Homepage via Github Issues / [GitHub](https://github.com/rishi-raj-jain/itsmy.fyi) * [itsmy.fyi](https://itsmy.fyi/) - Create Homepage via GitHub Issues / [GitHub](https://github.com/rishi-raj-jain/itsmy.fyi)
*** ***
@ -144,18 +145,19 @@
* [NopeCHA](https://nopecha.com/) - Auto Captcha Solver / [Required Tokens](https://nopecha.com/manage) / [Discord](https://discord.com/invite/yj7cTYBQaw) * [NopeCHA](https://nopecha.com/) - Auto Captcha Solver / [Required Tokens](https://nopecha.com/manage) / [Discord](https://discord.com/invite/yj7cTYBQaw)
* [Privacy Pass](https://github.com/cloudflare/pp-browser-extension) - Save Captcha Tokens * [Privacy Pass](https://github.com/cloudflare/pp-browser-extension) - Save Captcha Tokens
* [Democaptcha](https://democaptcha.com/demo-form-eng/hcaptcha.html) - hCaptcha Demo * [Democaptcha](https://democaptcha.com/demo-form-eng/hcaptcha.html) - hCaptcha Demo
* [ReCAPTCHA Demo](https://www.google.com/recaptcha/api2/demo) or [reCAPTCHA test](https://patrickhlauke.github.io/recaptcha/) - reCAPTCHA Demo's * [ReCAPTCHA Demo](https://www.google.com/recaptcha/api2/demo) or [reCAPTCHA test](https://patrickhlauke.github.io/recaptcha/) - reCAPTCHA Demos
*** ***
## ▷ Chat Tools ## ▷ Chat Tools
* 🌐 **[Digital Communications Protocols](https://docs.google.com/spreadsheets/u/0/d/1-UlA4-tslROBDS9IqHalWVztqZo7uxlCeKPQ-8uoFOU)** - Chat Service / Protocol Comparisons * 🌐 **[Digital Communications Protocols](https://docs.google.com/spreadsheets/u/0/d/1-UlA4-tslROBDS9IqHalWVztqZo7uxlCeKPQ-8uoFOU)** or [Eyelenburg Comparisons](https://eylenburg.github.io/im_comparison.htm ) - Chat Service / Protocol Comparisons
* ↪️ **[IRC Clients / Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/download#wiki_.25B7_irc_tools)** * ↪️ **[IRC Clients / Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/download#wiki_.25B7_irc_tools)**
* ⭐ **[Mumble](https://www.mumble.info/)**, [Jam](https://jam.systems/), [TeaSpeak](https://teaspeak.de/gb/) or [TeamSpeak](https://www.teamspeak.com/) / [Warning](https://pastebin.com/479TbKq5) - Voice Chat * ⭐ **[Mumble](https://www.mumble.info/)**, [Jam](https://jam.systems/), [TeaSpeak](https://teaspeak.de/gb/) or [TeamSpeak](https://www.teamspeak.com/) / [Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#teamspeak-warning) - Voice Chat
* ⭐ **[Hack.chat](https://hack.chat/)**, [Shick](https://shick.me/), [LeapChat](https://www.leapchat.org/), [Yap](https://yap.chat/), [LittlePlanets](https://littleplanets.us/), [Convene](https://letsconvene.im/), [Stinto](https://stin.to/en) or [tik.io](https://tlk.io/) - Minimal Account Free Chats * ⭐ **[Hack.chat](https://hack.chat/)**, [Shick](https://shick.me/), [LeapChat](https://www.leapchat.org/), [LittlePlanets](https://littleplanets.us/), [Convene](https://letsconvene.im/), [Stinto](https://stin.to/en) or [tik.io](https://tlk.io/) - Minimal Account Free Chats
* ⭐ **[Gajim](https://gajim.org/)** or [xabber](https://www.xabber.com/) - XMPP Clients * ⭐ **[Gajim](https://gajim.org/)** or [xabber](https://www.xabber.com/) - XMPP Clients
* [Pidgin](https://www.pidgin.im/), [Voximity](https://voximity.chat/), [Beeper](https://www.beeper.com/), [Texts](https://texts.com/) or [Ferdium](https://ferdium.org/) / [GitHub](https://github.com/ferdium/ferdium-app) - Combine Web Apps / Chats * [Pidgin](https://www.pidgin.im/), [Voximity](https://voximity.chat/), [Texts](https://texts.com/) or [Ferdium](https://ferdium.org/) / [GitHub](https://github.com/ferdium/ferdium-app) - Combine Web Apps / Chats
* [MatterBridge](https://github.com/42wim/matterbridge) - Bridge for Multiple Chat Apps
* [Miranda NG](https://www.miranda-ng.org/en/), [Escargot](https://escargot.chat/) or [WeeChat](https://weechat.org/) - Chat Apps * [Miranda NG](https://www.miranda-ng.org/en/), [Escargot](https://escargot.chat/) or [WeeChat](https://weechat.org/) - Chat Apps
* [Twist](https://twist.com/) - Collaboration Chat Manager * [Twist](https://twist.com/) - Collaboration Chat Manager
* [Cabal](https://cabal.chat/) - P2P Chat / [GitHub](https://github.com/cabal-club) * [Cabal](https://cabal.chat/) - P2P Chat / [GitHub](https://github.com/cabal-club)
@ -164,7 +166,6 @@
* [WhatsApp-Chat-Exporter](https://github.com/KnugiHK/WhatsApp-Chat-Exporter), [2](https://wts.knugi.dev/) - WhatsApp HTML Chat Exporter / Root Required * [WhatsApp-Chat-Exporter](https://github.com/KnugiHK/WhatsApp-Chat-Exporter), [2](https://wts.knugi.dev/) - WhatsApp HTML Chat Exporter / Root Required
* [WAIncognito](https://chromewebstore.google.com/detail/waincognito/alhmbbnlcggfcjjfihglopfopcbigmil) - Disable WhatsApp Read Receipts & Presence Updates * [WAIncognito](https://chromewebstore.google.com/detail/waincognito/alhmbbnlcggfcjjfihglopfopcbigmil) - Disable WhatsApp Read Receipts & Presence Updates
* [TikTok Chat Reader](https://tiktok-chat-reader.zerody.one/) - Live TikTok Chat Reader * [TikTok Chat Reader](https://tiktok-chat-reader.zerody.one/) - Live TikTok Chat Reader
* [Urlebird](https://urlebird.com/) - Third-Party TikTok with better UI
* [Guildbit](https://guildbit.com/) - Voice Chat Servers * [Guildbit](https://guildbit.com/) - Voice Chat Servers
* [DJ3D](https://dj3d.io/) - Virtual World Server * [DJ3D](https://dj3d.io/) - Virtual World Server
* [Mini Video Me](https://github.com/maykbrito/mini-video-me) - Webcam Managers * [Mini Video Me](https://github.com/maykbrito/mini-video-me) - Webcam Managers
@ -181,15 +182,16 @@
## ▷ RSS Tools ## ▷ RSS Tools
* ↪️ **[RSS Feed Generators](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_rss_feed_generators)**
* ⭐ **[All about RSS](https://github.com/AboutRSS/ALL-about-RSS)** / [Telegram](https://t.me/s/aboutrss), [RSSTango](https://rentry.org/rrstango), [Awesome RSS Feeds](https://github.com/plenaryapp/awesome-rss-feeds) or [RSS](https://gist.github.com/thefranke/63853a6f8c499dc97bc17838f6cedcc2) - RSS Feeds / Tools * ⭐ **[All about RSS](https://github.com/AboutRSS/ALL-about-RSS)** / [Telegram](https://t.me/s/aboutrss), [RSSTango](https://rentry.org/rrstango), [Awesome RSS Feeds](https://github.com/plenaryapp/awesome-rss-feeds) or [RSS](https://gist.github.com/thefranke/63853a6f8c499dc97bc17838f6cedcc2) - RSS Feeds / Tools
* ⭐ **[Feedly](https://feedly.com/)** - RSS Reader / [Notifier](https://olsh.me/Feedly-Notifier/) * ⭐ **[Feedly](https://feedly.com/)** - RSS Reader / [Notifier](https://olsh.me/Feedly-Notifier/)
* ⭐ **[RSS Guard](https://github.com/martinrotter/rssguard)** - RSS Reader / [Scraper](https://github.com/Owyn/CSS2RSS) / [Discord](https://discord.com/invite/7xbVMPPNqH) * ⭐ **[RSS Guard](https://github.com/martinrotter/rssguard)** - RSS Reader / [Scraper](https://github.com/Owyn/CSS2RSS) / [Discord](https://discord.com/invite/7xbVMPPNqH)
* ⭐ **[Inoreader](https://www.inoreader.com/)** - RSS Reader * ⭐ **[Inoreader](https://www.inoreader.com/)** - RSS Reader
* ⭐ **[Feedbro](https://nodetics.com/feedbro/)**, [Sage-Like](https://addons.mozilla.org/en-US/firefox/addon/sage-like/), [Brief](https://github.com/brief-rss/brief), [Smart-RSS](https://github.com/SmartRSS/Smart-RSS) or [Fraidycat](https://fraidyc.at/) - RSS Extensions * ⭐ **[Feedbro](https://nodetics.com/feedbro/)**, [Sage-Like](https://addons.mozilla.org/en-US/firefox/addon/sage-like/), [Brief](https://github.com/brief-rss/brief), [Smart-RSS](https://github.com/SmartRSS/Smart-RSS) or [Fraidycat](https://fraidyc.at/) - RSS Extensions
* ⭐ **[RSS Bridge](https://rss-bridge.org/bridge01/) / [GitHub](https://github.com/RSS-Bridge/rss-bridge)**, **[Feedless](https://feedless.org/)**, [MoRSS](https://morss.it/), [RSSHub](https://github.com/DIYgod/RSSHub), [Open RSS](https://openrss.org/), [RSS Please](https://rsspls.7bit.org/), [FetchRSS](https://fetchrss.com/), [Politepol](https://politepol.com/en/), [Janicek](https://feed.janicek.co/) or [FiveFilters](https://createfeed.fivefilters.org/) - RSS Feed Generators
* [TheFeedReaderBot](https://thefeedreaderbot.com/) or [NewsBoat](https://newsboat.org/) - Console RSS Readers * [TheFeedReaderBot](https://thefeedreaderbot.com/) or [NewsBoat](https://newsboat.org/) - Console RSS Readers
* [WebFeed](https://taoshu.in/webfeed/turn-browser-into-feed-reader.html) or [tt-rss](https://tt-rss.org/) - Web RSS Readers * [WebFeed](https://taoshu.in/webfeed/turn-browser-into-feed-reader.html) or [Tiny Tiny RSS](https://tt-rss.org/) - Web RSS Readers
* [FreshRSS](https://freshrss.org/), [Fusion](https://github.com/0x2E/fusion) or [CommaFeed](https://www.commafeed.com/#/welcome) - Self-Hosted RSS Readers * [FreshRSS](https://freshrss.org/), [Fusion](https://github.com/0x2E/fusion) or [CommaFeed](https://www.commafeed.com/#/welcome) - Self-Hosted RSS Readers
* [NewsBlur](http://www.newsblur.com) - RSS Reader / Push Notifications / [GitHub](https://github.com/samuelclay/NewsBlur)
* [JungleReader](https://www.zajungle.com/) - RSS Reader * [JungleReader](https://www.zajungle.com/) - RSS Reader
* [Fluent Reader](https://hyliu.me/fluent-reader/) - RSS Reader * [Fluent Reader](https://hyliu.me/fluent-reader/) - RSS Reader
* [NewsFlash](https://gitlab.com/news-flash/news_flash_gtk) - RSS Reader * [NewsFlash](https://gitlab.com/news-flash/news_flash_gtk) - RSS Reader
@ -198,9 +200,8 @@
* [selfoss](https://selfoss.aditu.de/) - RSS Reader * [selfoss](https://selfoss.aditu.de/) - RSS Reader
* [gorss](https://github.com/Lallassu/gorss) - RSS Reader * [gorss](https://github.com/Lallassu/gorss) - RSS Reader
* [NewsPipe](https://github.com/cedricbonhomme/newspipe) - RSS Reader * [NewsPipe](https://github.com/cedricbonhomme/newspipe) - RSS Reader
* [NewsBlur](http://www.newsblur.com) - RSS Reader / [GitHub](https://github.com/samuelclay/NewsBlur)
* [Osmosfeed](https://osmoscraft.org) - RSS Reader / [GitHub](https://github.com/osmoscraft/osmosfeed) * [Osmosfeed](https://osmoscraft.org) - RSS Reader / [GitHub](https://github.com/osmoscraft/osmosfeed)
* [rss](https://github.com/ssddanbrown/rss) - RSS Reader * [rss](https://codeberg.org/danb/rss) - RSS Reader
* [yarr](https://github.com/nkanaev/yarr) - RSS Reader * [yarr](https://github.com/nkanaev/yarr) - RSS Reader
* [hacker-feeds-cli](https://github.com/Mayandev/hacker-feeds-cli) - GitHub, Reddit, Hacker News & other Feeds * [hacker-feeds-cli](https://github.com/Mayandev/hacker-feeds-cli) - GitHub, Reddit, Hacker News & other Feeds
* [RSSMail](https://git.panda-roux.dev/rssmail/about/) or [FeedButler](https://feedbutler.app/en) - RSS to Email * [RSSMail](https://git.panda-roux.dev/rssmail/about/) or [FeedButler](https://feedbutler.app/en) - RSS to Email
@ -222,7 +223,7 @@
* [DuckDuckBang](https://mosermichael.github.io/duckduckbang/html/main.html) - DuckDuckGo !bang Meta Search / [GitHub](https://github.com/MoserMichael/duckduckbang) * [DuckDuckBang](https://mosermichael.github.io/duckduckbang/html/main.html) - DuckDuckGo !bang Meta Search / [GitHub](https://github.com/MoserMichael/duckduckbang)
* [KeywordSheeter](https://keywordsheeter.com/) or [Spyfu](https://www.spyfu.com/) - Keyword Research Tools * [KeywordSheeter](https://keywordsheeter.com/) or [Spyfu](https://www.spyfu.com/) - Keyword Research Tools
* [BoardReader](https://boardreader.com/), [CrowdView](https://crowdview.ai/) or [FindAForum](https://www.findaforum.net/Home/Search/) - Forum Search Engine * [BoardReader](https://boardreader.com/), [CrowdView](https://crowdview.ai/) or [FindAForum](https://www.findaforum.net/Home/Search/) - Forum Search Engine
* [BlogErnity](http://www.bloggernity.com/) or [SearchBlogspot](https://www.searchblogspot.com/) - Blog Search * [Raw Web](https://rawweb.org/) or [BlogErnity](http://www.bloggernity.com/) - Blog Search
* [4chanSearch](https://4chansearch.com/) or [4search](https://4search.neocities.org/) - 4chan Search * [4chanSearch](https://4chansearch.com/) or [4search](https://4search.neocities.org/) - 4chan Search
* [tumbex](https://www.tumbex.com/) - Tumblr Search * [tumbex](https://www.tumbex.com/) - Tumblr Search
* [AlsoAsked](https://alsoasked.com/) - Related Search Tool * [AlsoAsked](https://alsoasked.com/) - Related Search Tool
@ -236,7 +237,7 @@
* [Yandex Search Operators](https://yandex.com/support/direct/keywords/symbols-and-operators.html), [2](https://seosly.com/yandex-search-operators/) - Yandex Search Operator Resources * [Yandex Search Operators](https://yandex.com/support/direct/keywords/symbols-and-operators.html), [2](https://seosly.com/yandex-search-operators/) - Yandex Search Operator Resources
* [FindAGrave](https://findagrave.com/) - Gravestone Search * [FindAGrave](https://findagrave.com/) - Gravestone Search
* [rfc.fyi](https://rfc.fyi/) - RFC Search * [rfc.fyi](https://rfc.fyi/) - RFC Search
* [Shodan](https://www.shodan.io/) - Internet Connected Device Search * [Shodan](https://www.shodan.io/) or [FOFA](https://fofa.info/) / [GitHub](https://github.com/FofaInfo/Awesome-FOFA) - Internet Connected Device / Public Assets Search
* [OCCRP Aleph](https://aleph.occrp.org/) - Public Records / Leaks Search * [OCCRP Aleph](https://aleph.occrp.org/) - Public Records / Leaks Search
* [OpenOwnership](https://register.openownership.org/) - Company Ownership Search * [OpenOwnership](https://register.openownership.org/) - Company Ownership Search
* [CorporationWiki](https://www.corporationwiki.com/) - Company Info Search * [CorporationWiki](https://www.corporationwiki.com/) - Company Info Search
@ -255,16 +256,17 @@
## ▷ Search Engines ## ▷ Search Engines
* 🌐 **[Fagan Finder](https://www.faganfinder.com/)**, [Search Engine Index](https://en.wikipedia.org/wiki/List_of_search_engines), [DirectSearch.Net](http://www.directsearch.net/), [Search Engine Colossus](https://www.searchenginecolossus.com/) or [Search-Engine](https://start.me/p/wM7y15/search-engine) - Search Engine Indexes * 🌐 **[Fagan Finder](https://www.faganfinder.com/)**, [Search Engine Index](https://en.wikipedia.org/wiki/List_of_search_engines), [DirectSearch.Net](http://www.directsearch.net/), [Search Engine Colossus](https://www.searchenginecolossus.com/), [Advanced Search Tools](https://start.me/p/nRADzL/advanced-search-tools) or [Search-Engine](https://start.me/p/wM7y15/search-engine) - Search Engine Indexes
* ↪️ **[AI Search Engines](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai#wiki_.25B7_ai_search_engines)** * ↪️ **[AI Search Engines](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai#wiki_.25B7_ai_search_engines)**
* ↪️ **[Privacy Search Engines](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25B7_search_engines)** * ↪️ **[Privacy Search Engines](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25B7_search_engines)**
* ↪️ **[Image Search Engines](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/img-tools/#wiki_.25B7_image_search_engines)**
* ⭐ **[Yandex](https://yandex.com/)** * ⭐ **[Yandex](https://yandex.com/)**
* ⭐ **[pSearch](https://serjsx.github.io/wpSearch/)**, [Search All](https://www.searchall.net/), [WebSitesSearch](https://web-sites-search.web.app/), [CombinedSearch](https://combinedsearch.io/) or [AIO Search](https://www.aiosearch.com/) - Multi-Site Search * ⭐ **[pSearch](https://serjsx.github.io/wpSearch/)**, [Search All](https://www.searchall.net/), [WebSitesSearch](https://web-sites-search.web.app/), [CombinedSearch](https://combinedsearch.io/), [gnod Search](https://www.gnod.com/search/) or [AIO Search](https://www.aiosearch.com/) - Multi-Site Search
* [100 Search Engines](https://www.100searchengines.com/) - Search with 100 Search Engines * [100 Search Engines](https://www.100searchengines.com/) - Search with 100 Search Engines
* [Jumps](https://jumps.io/) or [Yubnub](https://yubnub.org/) - Site Quick Search * [Jumps](https://jumps.io/) or [Yubnub](https://yubnub.org/) - Site Quick Search
* [Trovu.net](https://trovu.net/) - Command Search / [GitHub](https://github.com/trovu/trovu) * [Trovu.net](https://trovu.net/) - Command Search / [GitHub](https://github.com/trovu/trovu)
* [The Search Engine Map](https://www.searchenginemap.com/) - View Search Engine Connections * [The Search Engine Map](https://www.searchenginemap.com/) - View Search Engine Connections
* [Marginalia Search](https://search.marginalia.nu/) - Text-Based Search Engine * [Marginalia Search](https://search.marginalia.nu/) - Text-Based Search Engine / [GitHub](https://github.com/MarginaliaSearch/MarginaliaSearch)
* [TheOldNet](https://theoldnet.com/) or [oldavista](https://www.oldavista.com/) - Retro Search Engines * [TheOldNet](https://theoldnet.com/) or [oldavista](https://www.oldavista.com/) - Retro Search Engines
* [OceanHero](https://oceanhero.today/) - Save the Ocean via Search * [OceanHero](https://oceanhero.today/) - Save the Ocean via Search
* [Ecosia](https://www.ecosia.org/) / [Firefox](https://addons.mozilla.org/en-US/firefox/addon/ecosia-the-green-search/) / [Chrome](https://chromewebstore.google.com/detail/ecosia-the-search-engine/eedlgdlajadkbbjoobobefphmfkcchfk) * [Ecosia](https://www.ecosia.org/) / [Firefox](https://addons.mozilla.org/en-US/firefox/addon/ecosia-the-green-search/) / [Chrome](https://chromewebstore.google.com/detail/ecosia-the-search-engine/eedlgdlajadkbbjoobobefphmfkcchfk)
@ -273,8 +275,10 @@
* [ZincSearch](https://zincsearch-docs.zinc.dev/) / [GitHub](https://github.com/zincsearch/zincsearch) * [ZincSearch](https://zincsearch-docs.zinc.dev/) / [GitHub](https://github.com/zincsearch/zincsearch)
* [Whoogle Search](https://github.com/benbusby/whoogle-search) * [Whoogle Search](https://github.com/benbusby/whoogle-search)
* [Bing](https://www.bing.com/) * [Bing](https://www.bing.com/)
* [Google](https://google.com/)
* [Lycos](https://www.lycos.com/) * [Lycos](https://www.lycos.com/)
* [WebCrawler](https://www.webcrawler.com/) * [WebCrawler](https://www.webcrawler.com/)
* [Marginalia Search](https://marginalia-search.com/)
* [Million Short](https://millionshort.com/) * [Million Short](https://millionshort.com/)
* [Andi](https://andisearch.com/) * [Andi](https://andisearch.com/)
* [Carrot2](https://search.carrot2.org/#/web) * [Carrot2](https://search.carrot2.org/#/web)
@ -306,14 +310,14 @@
* [Video Streaming CSE](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video/#wiki_.25B7_video_streaming) - Search YouTube-Like Video Sites * [Video Streaming CSE](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video/#wiki_.25B7_video_streaming) - Search YouTube-Like Video Sites
* [Video Download CSE](https://cse.google.com/cse?cx=006516753008110874046:wevn3lkn9rr), [2](https://cse.google.com/cse?cx=89f2dfcea452fc451), [3](https://cse.google.com/cse?cx=aab218d0aa53e3578) - Search Video Download Sites * [Video Download CSE](https://cse.google.com/cse?cx=006516753008110874046:wevn3lkn9rr), [2](https://cse.google.com/cse?cx=89f2dfcea452fc451), [3](https://cse.google.com/cse?cx=aab218d0aa53e3578) - Search Video Download Sites
* [Video Torrent CSE](https://cse.google.com/cse?cx=006516753008110874046:gaoebxgop7j) - Search Video Torrent Sites * [Video Torrent CSE](https://cse.google.com/cse?cx=006516753008110874046:gaoebxgop7j) - Search Video Torrent Sites
* [Anime Streaming CSE](https://cse.google.com/cse?cx=006516753008110874046:vzcl7wcfhei), [2](https://cse.google.com/cse?cx=006516753008110874046:mrfarx7-dxu) or [Kuroiru](https://kuroiru.co/) - Search Anime Streaming Sites * [Anime Streaming CSE](https://cse.google.com/cse?cx=006516753008110874046:vzcl7wcfhei) or [Kuroiru](https://kuroiru.co/) - Search Anime Streaming Sites
* [Anime Download CSE](https://cse.google.com/cse?cx=006516753008110874046:osnah6w0yw8) - Search Anime Download Sites * [Anime Download CSE](https://cse.google.com/cse?cx=006516753008110874046:osnah6w0yw8) - Search Anime Download Sites
* [Anime Torrent CSE](https://cse.google.com/cse?cx=006516753008110874046:lamzt6ls4iz) - Search Anime Torrent Sites * [Anime Torrent CSE](https://cse.google.com/cse?cx=006516753008110874046:lamzt6ls4iz) - Search Anime Torrent Sites
* [Audio Download CSE](https://cse.google.com/cse?cx=006516753008110874046:ibmyuhh72io), [2](https://cse.google.com/cse?cx=006516753008110874046:ohobg3wvr_w), [3](https://cse.google.com/cse?cx=32d85b41e2feacd3f) - Search Audio Download Sites * [Audio Download CSE](https://cse.google.com/cse?cx=006516753008110874046:ibmyuhh72io), [2](https://cse.google.com/cse?cx=006516753008110874046:ohobg3wvr_w), [3](https://cse.google.com/cse?cx=32d85b41e2feacd3f) - Search Audio Download Sites
* [Audio Torrent CSE](https://cse.google.com/cse?cx=006516753008110874046:v75cyb4ci55) - Search Audio Torrent Sites * [Audio Torrent CSE](https://cse.google.com/cse?cx=006516753008110874046:v75cyb4ci55) - Search Audio Torrent Sites
* [Game Download CSE](https://cse.google.com/cse?cx=006516753008110874046:cbjowp5sdqg), [Rezi Search](https://rezi.one/) or [/r/PiratedGames CSE](https://cse.google.com/cse?cx=20c2a3e5f702049aa) - Multi-Site Search Engines * [Game Download CSE](https://cse.google.com/cse?cx=006516753008110874046:cbjowp5sdqg), [Rezi Search](https://rezi.one/) or [/r/PiratedGames CSE](https://cse.google.com/cse?cx=20c2a3e5f702049aa) - Multi-Site Search Engines
* [Game Torrent CSE](https://cse.google.com/cse?cx=006516753008110874046:pobnsujblyx) or [Rave Search](https://ravegamesearch.pages.dev/) - Search Game Torrent Sites * [Game Torrent CSE](https://cse.google.com/cse?cx=006516753008110874046:pobnsujblyx) or [Rave Search](https://ravegamesearch.pages.dev/) - Search Game Torrent Sites
* [Pastebin CSE](https://cse.google.com/cse?cx=0cd79b819f26af9d0), [PastebinSearch](https://cipher387.github.io/pastebinsearchengines/) or [Paste Skimmer](https://sites.google.com/view/l33tech/tools/pasteskimmer) - Search Pastebins * [PastebinSearch](https://cipher387.github.io/pastebinsearchengines/) or [Paste Skimmer](https://sites.google.com/view/l33tech/tools/pasteskimmer) - Search Pastebins
* [File Host Search](https://cse.google.com/cse?cx=90a35b59cee2a42e1) - Search File Hosts * [File Host Search](https://cse.google.com/cse?cx=90a35b59cee2a42e1) - Search File Hosts
* [Linux Software CSE](https://cse.google.com/cse?cx=81bd91729fe2a412b) - Search Linux Software Sites * [Linux Software CSE](https://cse.google.com/cse?cx=81bd91729fe2a412b) - Search Linux Software Sites
* [ROM CSE](https://cse.google.com/cse?cx=f47f68e49301a07ac), [2](https://cse.google.com/cse?cx=744926a50bd7eb010) - Search ROM Sites * [ROM CSE](https://cse.google.com/cse?cx=f47f68e49301a07ac), [2](https://cse.google.com/cse?cx=744926a50bd7eb010) - Search ROM Sites
@ -345,16 +349,16 @@
* ⭐ **[HTTPStatus](https://httpstatus.io/)** - Check URL Status Codes / Redirect Chains * ⭐ **[HTTPStatus](https://httpstatus.io/)** - Check URL Status Codes / Redirect Chains
* ⭐ **[lychee](https://lychee.cli.rs/)** - URL Scanner / [GitHub](https://github.com/lycheeverse/lychee/) * ⭐ **[lychee](https://lychee.cli.rs/)** - URL Scanner / [GitHub](https://github.com/lycheeverse/lychee/)
* [ChangeDetection.io](https://github.com/dgtlmoon/changedetection.io), [urlwatch](https://thp.io/2008/urlwatch/), [Visualping](https://visualping.io/), [changd](https://github.com/paschmann/changd) or [FollowThatPage](https://www.followthatpage.com/) - Page Change Detection / Notification * [ChangeDetection.io](https://github.com/dgtlmoon/changedetection.io), [urlwatch](https://thp.io/2008/urlwatch/), [Visualping](https://visualping.io/), [changd](https://github.com/paschmann/changd) or [FollowThatPage](https://www.followthatpage.com/) - Page Change Detection / Notification
* [W.A.R. Links Checker Premium](https://greasyfork.org/en/scripts/2024) - Auto-check the status of File Host links. * [W.A.R. Links Checker Premium](https://greasyfork.org/en/scripts/2024) - File Host Link Auto-Check
* [SpyOffers](https://www.spyoffers.com/) - Affiliate Link Checker * [SpyOffers](https://www.spyoffers.com/) - Affiliate Link Checker
* [Open Bulk URL](https://openbulkurl.com/) or [OpenAllURLs](https://www.openallurls.com/) - URL Bulk Opener * [Open Bulk URL](https://openbulkurl.com/) or [OpenAllURLs](https://www.openallurls.com/) - URL Bulk Opener
* [Redirect Detective](https://redirectdetective.com/) - Check Paths of Redirects
* [Link-Lock](https://rekulous.github.io/link-lock/) - Encrypt & Decrypt Links with Passwords * [Link-Lock](https://rekulous.github.io/link-lock/) - Encrypt & Decrypt Links with Passwords
* [dcrypt.it](https://dcrypt.it/) - Decrypt Link Containers
* [Temporary-Url](https://www.temporary-url.com/) - Temporary URLs / QR Codes * [Temporary-Url](https://www.temporary-url.com/) - Temporary URLs / QR Codes
* [scrt.link](https://scrt.link/) - Single Use Links * [scrt.link](https://scrt.link/) - Single Use Links
* [Linkify Plus Plus](https://greasyfork.org/scripts/4255) - Turn Plain Text URLs Into Links / [JS Library](https://github.com/eight04/linkify-plus-plus-core) * [Linkify Plus Plus](https://greasyfork.org/scripts/4255) - Turn Plain Text URLs Into Links / [JS Library](https://github.com/eight04/linkify-plus-plus-core)
* [AmputatorBot](https://www.amputatorbot.com/) - Remove AMP from URLs * [AmputatorBot](https://www.amputatorbot.com/) - Remove AMP from URLs
* [HoverCode](https://hovercode.com/), [QR Code Generator](https://www.qr-code-generator.com/), [QRCode Monkey](https://www.qrcode-monkey.com/), [2qr](https://2qr.info/) or [link-to-qr](https://link-to-qr.com/) - QR Code Generator For URLs / Text * [HoverCode](https://hovercode.com/), [QRcodly](https://www.qrcodly.de/), [QR Code Generator](https://www.qr-code-generator.com/), [QRCode Monkey](https://www.qrcode-monkey.com/), [2qr](https://2qr.info/) or [link-to-qr](https://link-to-qr.com/) - QR Code Generator For URLs / Text
* [AnyImage](https://anyimage.io/) - Create Social Card Links * [AnyImage](https://anyimage.io/) - Create Social Card Links
* [Site Worth Traffic](https://www.siteworthtraffic.com/) - Calculate Website Worth * [Site Worth Traffic](https://www.siteworthtraffic.com/) - Calculate Website Worth
* [XML-Sitemaps](https://www.xml-sitemaps.com/) - Sitemap Creator * [XML-Sitemaps](https://www.xml-sitemaps.com/) - Sitemap Creator
@ -364,12 +368,28 @@
*** ***
## ▷ Redirect Bypass
* ⭐ **[Bypass All Shortlinks](https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/)** - Bypass Link Shorteners
* ⭐ **[Bypass.vip](https://bypass.vip/)** - Ad Links Bypasser / [Userscript](https://github.com/bypass-vip/userscript/raw/refs/heads/main/bypass-vip.user.js) / [Discord](https://bypass.vip/discord)
* [bypass.city](https://bypass.city/), [2](https://adbypass.org/) - Bypass Link Shorteners / [Discord](https://discord.gg/bypass-city)
* [BypassUnlock](https://bypassunlock.com/) - Bypass Link Shorteners
* [Adsbypasser](https://adsbypasser.github.io/) - Bypass Link Shorteners
* [Bypass-Links](https://bypass-links.vercel.app) - Bypass Links / [GitHub](https://github.com/amitsingh-007/bypass-links)
* [Yuumari](https://yuumari.com/bypass/) - Convert Shortened Links / [Script](https://yuumari.com/m-links/#js-code)
* [UploadHEaven](https://greasyfork.org/en/scripts/442019) - Bypass Uploadhaven Time Restriction
* [Lootlabs Bypass](https://greasyfork.org/en/scripts/487969) - Loot-Link / LootDest Bypass
* [Bypass FileCrypt](https://greasyfork.org/en/scripts/403170) - FileCrypt Bypass
***
## ▷ URL Shorteners ## ▷ URL Shorteners
* ⭐ **[Wiki Shortener](https://meta.wikimedia.org/wiki/Special:UrlShortener)** - Wiki URL Shortener * ⭐ **[Wiki Shortener](https://meta.wikimedia.org/wiki/Special:UrlShortener)** - Wiki URL Shortener
* ⭐ **[t.ly](https://t.ly/)** - `t.ly/qqH6`
* ⭐ **[is.gd](https://www.is.gd/)** - `is.gd/9dkISG` * ⭐ **[is.gd](https://www.is.gd/)** - `is.gd/9dkISG`
* ⭐ **[t.ly](https://t.ly/)** - `t.ly/qqH6`
* ⭐ **[Reduced](https://reduced.to/)** - `reduced.to/nuwad` * ⭐ **[Reduced](https://reduced.to/)** - `reduced.to/nuwad`
* [spoo.me](https://spoo.me/) - `spoo.me/ZbvUhz` / [Discord](https://spoo.me/discord) / [GitHub](https://github.com/spoo-me/url-shortener)
* [v.gd](https://v.gd/) - `v.gd/Gj8oLR` * [v.gd](https://v.gd/) - `v.gd/Gj8oLR`
* [Linkify](https://creator.linkify.cz/) - `linkify.cz/1a0O` * [Linkify](https://creator.linkify.cz/) - `linkify.cz/1a0O`
* [bitly](https://bitly.com/) - `bit.ly/3cmqPIu` / [Reveal URL](https://i.ibb.co/tQVKYRq/3a97e5dd64b2.png) * [bitly](https://bitly.com/) - `bit.ly/3cmqPIu` / [Reveal URL](https://i.ibb.co/tQVKYRq/3a97e5dd64b2.png)
@ -382,7 +402,6 @@
* [by.com.vn](https://by.com.vn/) - `by.com.vn/tKYeSo` * [by.com.vn](https://by.com.vn/) - `by.com.vn/tKYeSo`
* [sum.vn](https://sum.vn/) - `sum.vn/DTrXk` * [sum.vn](https://sum.vn/) - `sum.vn/DTrXk`
* [picsee](https://picsee.io/) - `psee.io/5pye68` * [picsee](https://picsee.io/) - `psee.io/5pye68`
* [pxmd](https://pxmd.co/) - `pxmd.co/8HDku`
* [jii.li](https://jii.li/) - `jii.li/hNFXP` * [jii.li](https://jii.li/) - `jii.li/hNFXP`
* [u.nu](https://u.nu/) - `u.nu/5nhzi` * [u.nu](https://u.nu/) - `u.nu/5nhzi`
* [Kutt](https://kutt.it/) - `kutt.it/sQnBLz` * [Kutt](https://kutt.it/) - `kutt.it/sQnBLz`
@ -390,7 +409,7 @@
* [n9.cl](https://n9.cl/) - `n9.cl/6gjfj` * [n9.cl](https://n9.cl/) - `n9.cl/6gjfj`
* [refer.is](https://refer.is/) - `refer.is/gpdvk7zf` * [refer.is](https://refer.is/) - `refer.is/gpdvk7zf`
* [upto](https://upto.site/) - `upto.site/3e04d1` * [upto](https://upto.site/) - `upto.site/3e04d1`
* [xy2.eu](https://xy2.eu/) - `xy2.eu/p7YP` * [ej.uz](https://ej.uz/), [2](https://sald.us/) - `ej.uz/t8ar`
* [goo.su](https://goo.su/) - `goo.su/7pNRjy7`/ [Chrome Extension](https://chromewebstore.google.com/detail/free-link-shortener-goosu/clcoifeibkncgnegebeehkodandleohn) * [goo.su](https://goo.su/) - `goo.su/7pNRjy7`/ [Chrome Extension](https://chromewebstore.google.com/detail/free-link-shortener-goosu/clcoifeibkncgnegebeehkodandleohn)
* [ai6.net](https://ai6.net/) - `ai6.net/nm3tyz` * [ai6.net](https://ai6.net/) - `ai6.net/nm3tyz`
* [SmartLinks](https://smartlnks.com/) - `smartlnks.com/Vjr0m` * [SmartLinks](https://smartlnks.com/) - `smartlnks.com/Vjr0m`
@ -400,11 +419,11 @@
* [Anonymiz](https://anonymiz.com/shorten-url) - Anonymous URLs / `anonymiz.com/vwiq` * [Anonymiz](https://anonymiz.com/shorten-url) - Anonymous URLs / `anonymiz.com/vwiq`
* [Anon.to](https://anon.to/) - Anonymous URLs / `anon.to/7SWqpG` * [Anon.to](https://anon.to/) - Anonymous URLs / `anon.to/7SWqpG`
* [Thinfi](https://thinfi.com/) - Password Protect a Short URL / `thinfi.com/q8aw` * [Thinfi](https://thinfi.com/) - Password Protect a Short URL / `thinfi.com/q8aw`
* [Emojied](https://emojied.net/) or [kn8h](https://xn--kn8h.to/) - Emoji URL Shorteners * [Emojied](https://emojied.net/) - Emoji URL Shorteners
* [ShortShare](https://shortshare.app/) - Short Link App * [ShortShare](https://shortshare.app/) - Short Link App
* [BR3F](https://www.br3f.com/) - Single-Click Short Links * [BR3F](https://www.br3f.com/) - Single-Click Short Links
* [ShortUrLinksbot](https://t.me/ShortUrLinksbot) or [ShortUrlBot](https://t.me/ShortUrlBot) - Telegram Link Shortener Bot * [ShortUrLinksbot](https://t.me/ShortUrLinksbot) or [ShortUrlBot](https://t.me/ShortUrlBot) - Telegram Link Shortener Bot
* [suri](https://github.com/jstayton/suri) or [mpngin](https://github.com/thewalkingtoast/mpngin) - Self-Hosted Link Shorteners * [suri](https://github.com/jstayton/suri), [Snapp](https://github.com/urania-dev/snapp), [Dub](https://github.com/dubinc/dub), [Shlink](https://github.com/shlinkio/shlink), [Sink](https://github.com/ccbikai/Sink) or [mpngin](https://github.com/thewalkingtoast/mpngin) - Self-Hosted Link Shorteners
*** ***
@ -426,10 +445,8 @@
* ⭐ **[Down for Everyone or Just Me](https://downforeveryoneorjustme.com/)** * ⭐ **[Down for Everyone or Just Me](https://downforeveryoneorjustme.com/)**
* ⭐ **[Downdetector](https://downdetector.com/)** / [UK](https://downdetector.co.uk/) * ⭐ **[Downdetector](https://downdetector.com/)** / [UK](https://downdetector.co.uk/)
* [Is The Service Down?](https://istheservicedown.com/) * [Is The Service Down?](https://istheservicedown.com/)
* [Down.com](https://down.com/)
* [Is It Down Right Now](https://www.isitdownrightnow.com/) * [Is It Down Right Now](https://www.isitdownrightnow.com/)
* [websitedown](http://www.websitedown.info/) * [websitedown](http://www.websitedown.info/)
* [UpDown Radar](https://updownradar.com/)
* [Dead Link Checker](https://www.deadlinkchecker.com/) * [Dead Link Checker](https://www.deadlinkchecker.com/)
* [Online Broken Link Checker](https://brokenlinkcheck.com/broken-links.php) * [Online Broken Link Checker](https://brokenlinkcheck.com/broken-links.php)
* [Dr. Link Check](https://www.drlinkcheck.com/) * [Dr. Link Check](https://www.drlinkcheck.com/)
@ -448,7 +465,7 @@
* [WhoisRequest](https://whoisrequest.com/) or [Whois Lookup](https://whois.domaintools.com/) - Whois Search * [WhoisRequest](https://whoisrequest.com/) or [Whois Lookup](https://whois.domaintools.com/) - Whois Search
* [IPIP.NET](https://whois.ipip.net/) - Country / Region ASNs * [IPIP.NET](https://whois.ipip.net/) - Country / Region ASNs
* [AtSameIP](https://atsameip.intercode.ca/) - Find Websites on the Same IP * [AtSameIP](https://atsameip.intercode.ca/) - Find Websites on the Same IP
* [SubDomainizer](https://github.com/nsonaniya2010/SubDomainizer), [Google Search Console](https://search.google.com/search-console/) or [Subdomain Finder](https://subdomainfinder.c99.nl/) - Find Hidden Subdomains * [SubDomainizer](https://github.com/nsonaniya2010/SubDomainizer), [Google Search Console](https://search.google.com/search-console/), [MerkleMap](https://www.merklemap.com/) or [Subdomain Finder](https://subdomainfinder.c99.nl/) - Find Hidden Subdomains
*** ***
@ -496,7 +513,7 @@
*** ***
* ⭐ **[Smailpro](https://smailpro.com/)** - Gmail & Outlook / Forever / N/A / 20+ Domains * ⭐ **[SmailPro](https://smailpro.com/temporary-email)** - Gmail & Outlook / 20+ Domains
* ⭐ **[Zemail](https://zemail.me/)** - Gmail / Forever / 1 Day / 7 Domains * ⭐ **[Zemail](https://zemail.me/)** - Gmail / Forever / 1 Day / 7 Domains
* ⭐ **[Gmailnator](https://emailnator.com/)** - Gmail / Forever / 1 Day / 6 Domains * ⭐ **[Gmailnator](https://emailnator.com/)** - Gmail / Forever / 1 Day / 6 Domains
* ⭐ **[Tempr.email](https://tempr.email/en/)** - Forever / 1 Month / 50+ Domains * ⭐ **[Tempr.email](https://tempr.email/en/)** - Forever / 1 Month / 50+ Domains
@ -514,11 +531,12 @@
* [YOPmail](https://yopmail.com/email-generator) - Forever / 8 Days / 100+ Domains * [YOPmail](https://yopmail.com/email-generator) - Forever / 8 Days / 100+ Domains
* [TempMail.Plus](https://tempmail.plus/en/) - Forever / 7 Days / 9 Domains / [.onion](http://tempmail4gi5qfqzjs2bxo3wf6eurpelxmior6ohzq5vw7aeay67wiyd.onion/) * [TempMail.Plus](https://tempmail.plus/en/) - Forever / 7 Days / 9 Domains / [.onion](http://tempmail4gi5qfqzjs2bxo3wf6eurpelxmior6ohzq5vw7aeay67wiyd.onion/)
* [instant-email.org](https://instant-email.org/) - Forever / 3 Days / 7 Domains * [instant-email.org](https://instant-email.org/) - Forever / 3 Days / 7 Domains
* [Temporary-Mail](https://temporary-mail.net/) - Forever / 11 Domains
* [48hr.email](https://48hr.email/) - Forever / 2 Days / 7 Domains * [48hr.email](https://48hr.email/) - Forever / 2 Days / 7 Domains
* [Snapmail.cc](https://www.snapmail.cc/) - Forever / 2 Days / 3 Domains * [Snapmail.cc](https://www.snapmail.cc/) - Forever / 2 Days / 3 Domains
* [Mailnesia](https://mailnesia.com/) - Forever / 2 Days / 1 Domain * [Mailnesia](https://mailnesia.com/) - Forever / 2 Days / 1 Domain
* [Spambox](https://spambox.xyz/) or [Trashinbox](https://trashinbox.net/) - Forever / 1 Day / 4 Domains * [Spambox](https://spambox.xyz/) or [Trashinbox](https://trashinbox.net/) - Forever / 1 Day / 4 Domains
* [Maildrop](https://maildrop.cc/), [Trashmail](https://trashmail.ws/) or [temporary-email.com](https://temporary-email.com/) - Forever / 1 Day / 1 Domain * [Maildrop](https://maildrop.cc/), [Trashmail](https://trashmail.ws/) - Forever / 1 Day / 1 Domain
* [cs.email](https://cs.email/) - Forever / 1 Hour / 12 Domains * [cs.email](https://cs.email/) - Forever / 1 Hour / 12 Domains
* [Temp Mail ID](https://tempmailid.com/) - Forever / 30 Mins / 2 Domains * [Temp Mail ID](https://tempmailid.com/) - Forever / 30 Mins / 2 Domains
* [Email Generator](https://generator.email/), [Fake Email](https://email-fake.com/) or [TempM](https://tempm.com/) - Forever / N/A / 50+ Domains * [Email Generator](https://generator.email/), [Fake Email](https://email-fake.com/) or [TempM](https://tempm.com/) - Forever / N/A / 50+ Domains
@ -529,6 +547,7 @@
* [Tempmailo](https://tempmailo.com/) - 2 Days / 2 Days / N/A * [Tempmailo](https://tempmailo.com/) - 2 Days / 2 Days / N/A
* [Vmail.DEV](https://vmail.dev/) - 1 Day / 1 Day / 2 Domains * [Vmail.DEV](https://vmail.dev/) - 1 Day / 1 Day / 2 Domains
* [Mail.cx](https://mail.cx/) - 1 Day / 12 Hours / 5 Domains * [Mail.cx](https://mail.cx/) - 1 Day / 12 Hours / 5 Domains
* [BottleMail](https://bottlemail.org/)) - 14 Days / 1 Domain
* [TemporaryMail.com](https://temporarymail.com/) - 6 Hours / 6 Hours / 7 Domains * [TemporaryMail.com](https://temporarymail.com/) - 6 Hours / 6 Hours / 7 Domains
* [Moakt](https://www.moakt.com/) - 1 Hour / 1 Hour / 13 Domains * [Moakt](https://www.moakt.com/) - 1 Hour / 1 Hour / 13 Domains
* [MintEmail.com](https://www.mintemail.com/), [tempail.com](https://tempail.com/) or [tempmail.zone](https://tempmail.zone/) - 1 Hour / 1 Hour / 1 Domain * [MintEmail.com](https://www.mintemail.com/), [tempail.com](https://tempail.com/) or [tempmail.zone](https://tempmail.zone/) - 1 Hour / 1 Hour / 1 Domain
@ -536,14 +555,10 @@
* [MinuteInbox](https://minuteinbox.com/), [10minemail.com](https://10minemail.com/), [10minutesemail.net](https://10minutesemail.net/) or [10minutemail.com](https://10minutemail.com/) - 10 Minute Lifespan Emails * [MinuteInbox](https://minuteinbox.com/), [10minemail.com](https://10minemail.com/), [10minutesemail.net](https://10minutesemail.net/) or [10minutemail.com](https://10minutemail.com/) - 10 Minute Lifespan Emails
* [PhantomSign](https://phantomsign.com/) * [PhantomSign](https://phantomsign.com/)
* [mail-temp.com](https://mail-temp.com/) or [emailfake.com](https://emailfake.com/) - 50+ Domains * [mail-temp.com](https://mail-temp.com/) or [emailfake.com](https://emailfake.com/) - 50+ Domains
* [1secMail](https://www.1secmail.com/) - 8 Domains
* [AnonymMail.net](https://anonymmail.net/), [Tmail.gg](https://tmail.gg/) or [Mail.td](https://mail.td/) - 5 Domains * [AnonymMail.net](https://anonymmail.net/), [Tmail.gg](https://tmail.gg/) or [Mail.td](https://mail.td/) - 5 Domains
* [tempmail.email](https://tempmail.email/) - 3 Domains * [Linshi Email](https://www.linshi-email.com/en) - Custom Domains
* [EmailOnDeck](https://www.emailondeck.com/), [EmailTemp](https://emailtemp.org/), [Haribu](https://haribu.net/), [Maildax](https://maildax.com/) or [tempmaili.com](https://tempmaili.com/) - 1 Domain * [EmailOnDeck](https://www.emailondeck.com/), [EmailTemp](https://emailtemp.org/), [Haribu](https://haribu.net/), [Maildax](https://maildax.com/) or [tempmaili.com](https://tempmaili.com/) - 1 Domain
* [tMail](https://tmailweb.com/) / [App](https://play.google.com/store/apps/details?id=com.clagt.tmail) * [More Sites](https://rentry.org/i3ozxg6f) - More Temp Mail Sites
* [Rainmail](https://rainmail.xyz/)
* [Tmailor.com](https://tmailor.com/)
* [More Sites](https://rentry.org/i3ozxg6f) - List of sites that didn't make it
*** ***
@ -552,16 +567,14 @@
* [5yMail](https://www.5ymail.com/) * [5yMail](https://www.5ymail.com/)
* [anonymousemail.me](https://anonymousemail.me/) * [anonymousemail.me](https://anonymousemail.me/)
* [Anonymouse](http://anonymouse.org/anonemail.html) * [Anonymouse](http://anonymouse.org/anonemail.html)
* [Send Anonymous Email](http://www.sendanonymousemail.net/)
*** ***
## ▷ Email Aliasing ## ▷ Email Aliasing
* ⭐ **[SimpleLogin](https://simplelogin.io/)** - Email Aliasing / [GitHub](https://github.com/simple-login/app) * ⭐ **[SimpleLogin](https://simplelogin.io/)** - Email Aliasing / [Subreddit](https://www.reddit.com/r/Simplelogin/) / [X](https://x.com/SimpleLogin) / [GitHub](https://github.com/simple-login/app)
* ⭐ **[addy.io](https://addy.io/)** - Email Aliasing / [GitHub](https://github.com/anonaddy/anonaddy) * ⭐ **[addy.io](https://addy.io/)** - Email Aliasing / [GitHub](https://github.com/anonaddy/anonaddy)
* ⭐ **[DuckDuckGo Email Protection](https://duckduckgo.com/email/)** - Email Aliasing * ⭐ **[DuckDuckGo Email Protection](https://duckduckgo.com/email/)** - Email Aliasing
* [Mailvelope](https://mailvelope.com/) - Email Aliasing Extension
* [Mailgw](https://mailgw.com/) - Email Aliasing * [Mailgw](https://mailgw.com/) - Email Aliasing
* [erine.email](https://erine.email/) - Email Aliasing * [erine.email](https://erine.email/) - Email Aliasing
* [33mail](https://33mail.com/) - Email Aliasing * [33mail](https://33mail.com/) - Email Aliasing
@ -575,27 +588,25 @@
# ► Browser Tools # ► Browser Tools
* 🌐 **[Desktop Web Browsers](https://github.com/nerdyslacker/desktop-web-browsers)** - Desktop Browser Index * 🌐 **[Browser Comparisons](https://privacytests.org/)**, [Eylenburg Comparisons](https://eylenburg.github.io/browser_comparison.htm) or [ATH Comparisons](https://avoidthehack.com/util/browser-comparison) - Compare Popular Browsers
* 🌐 **[Browser Comparisons](https://privacytests.org/)** or [ATH Comparisons](https://avoidthehack.com/util/browser-comparison) - Compare Popular Browsers * 🌐 **[Desktop Browser List](https://github.com/nerdyslacker/desktop-web-browsers)** - Desktop Browser Index
* ↪️ **[Privacy Browsers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25B7_browser_privacy)** * ↪️ **[Recommended Browsers](https://fmhy.net/beginners-guide#browsers)**, [2](https://rentry.org/Piracy-BG#browsers) / **[Privacy Browsers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25B7_browser_privacy)**
* ⭐ **[BrowserBench](https://browserbench.org/)** or [WPT](https://wpt.fyi) - Browser Benchmark Tests * ⭐ **[BrowserBench](https://browserbench.org/)** or [WPT](https://wpt.fyi) - Browser Benchmark Tests
* ⭐ **[WhatTrainIsItNow?](https://whattrainisitnow.com/)** - Track Firefox Releases * ⭐ **[WhatTrainIsItNow?](https://whattrainisitnow.com/)** - Track Firefox Releases
* ⭐ **[Edge-Uninstall](https://rentry.co/uninstall_edge)** - Microsoft Edge Removal Script * ⭐ **[Edge-Uninstall](https://gist.github.com/ave9858/c3451d9f452389ac7607c99d45edecc6)** - Microsoft Edge Removal Script
* [VsyncTester](https://vsynctester.com/) - Browser VSYNC Test / Firefox Broken * [VsyncTester](https://vsynctester.com/) - Browser VSYNC Test / Firefox Broken
* [Browserling](https://www.browserling.com/) - Browser Emulators * [Browserling](https://www.browserling.com/) - Browser Emulators
* [Gemini Portal](https://geminiprotocol.net/), [2](https://yesterweb.org/gemini) - Gemini to https Web Proxy Service * [Gemini Portal](https://geminiprotocol.net/), [2](https://yesterweb.org/gemini) - Gemini to https Web Proxy Service
* [Rambox](https://rambox.app/), [Kera](https://desktop.kerahq.com/) or [Tangram](https://github.com/sonnyp/Tangram) - Web App Browsers * [Rambox](https://rambox.app/), [Kera](https://desktop.kerahq.com/) or [Tangram](https://github.com/sonnyp/Tangram) - Web App Browsers
* [Chrome Theme Studio](https://chrometheme.studio/) - Create Chrome Theme * [Chrome Theme Studio](https://chrometheme.studio/) - Create Chrome Theme
* [Firemin](https://www.rizonesoft.com/downloads/firemin/) or `about:memory` - Reduce Firefox Memory Usage
* [Hidden Settings](https://gitlab.com/Madis0/hidden-settings/) - Firefox Hidden Settings * [Hidden Settings](https://gitlab.com/Madis0/hidden-settings/) - Firefox Hidden Settings
* [Firefox-UI-Fix](https://github.com/black7375/Firefox-UI-Fix) - Firefox UI Enhancements * [Betterfox](https://github.com/yokoffing/Betterfox) - Firefox user.js Tweaks / [Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#general-tweak-warning)
* [Betterfox](https://github.com/yokoffing/Betterfox) - Firefox user.js Tweaks / [Warning](https://pastebin.com/vMYCiAGE)
* [FirefoxCSS Store](https://firefoxcss-store.github.io/) - Firefox Themes List * [FirefoxCSS Store](https://firefoxcss-store.github.io/) - Firefox Themes List
* [/r/FirefoxCSS](https://reddit.com/r/FirefoxCSS) or [Firefox CSS Hacks](https://github.com/MrOtherGuy/firefox-csshacks) - Firefox CSS Resources * [/r/FirefoxCSS](https://reddit.com/r/FirefoxCSS) or [Firefox CSS Hacks](https://github.com/MrOtherGuy/firefox-csshacks) - Firefox CSS Resources
* [ThemeBeta](https://www.themebeta.com/) - Change Chrome Theme * [ThemeBeta](https://www.themebeta.com/) - Change Chrome Theme
* [Hurl](https://github.com/U-C-S/Hurl) - Select Browser on URL Clicks * [Hurl](https://github.com/U-C-S/Hurl) - Select Browser on URL Clicks
* [Ruffle](https://ruffle.rs/) - Flash Emulator * [Ruffle](https://ruffle.rs/) - Flash Emulator
* [Flash 32 Download](https://pastebin.com/CTLS5EVy) or [Clean Flash Builds](https://github.com/darktohka/clean-flash-builds/) - Flash Downloads * [Clean Flash Builds](https://github.com/darktohka/clean-flash-builds/) - Flash Downloads
* [MSEdgeRedirect](https://github.com/rcmaehl/MSEdgeRedirect) - Redirect Microsoft Edge * [MSEdgeRedirect](https://github.com/rcmaehl/MSEdgeRedirect) - Redirect Microsoft Edge
* [Firefox Keyboard Shortcuts](https://support.mozilla.org/en-US/kb/keyboard-shortcuts-perform-firefox-tasks-quickly) * [Firefox Keyboard Shortcuts](https://support.mozilla.org/en-US/kb/keyboard-shortcuts-perform-firefox-tasks-quickly)
* [Chrome Keyboard Shortcuts](https://support.google.com/chrome/answer/157179) * [Chrome Keyboard Shortcuts](https://support.google.com/chrome/answer/157179)
@ -609,23 +620,21 @@
* ↪️ **[Translation Extensions](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_translators)** * ↪️ **[Translation Extensions](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_translators)**
* ↪️ **[Download Managers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/file-tools#wiki_.25B7_download_managers)** * ↪️ **[Download Managers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/file-tools#wiki_.25B7_download_managers)**
* ↪️ **[Video Downloaders](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video-tools#wiki_.25BA_video_download)** * ↪️ **[Video Downloaders](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video-tools#wiki_.25BA_video_download)**
* ↪️ **[Image Downloaders](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_image_download_extensions)** * ↪️ **[Image Downloaders](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/img-tools#wiki_.25B7_download_extensions)**
* ↪️ **[Productivity / Site Blocking](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/misc#wiki_.25B7_productivity_tools)** * ↪️ **[Productivity / Site Blocking](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/misc#wiki_.25B7_productivity_tools)**
* ↪️ **[Reverse Image Search](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/img-tools#wiki_.25B7_reverse_image_search)**
* ↪️ **[Bookmark Managers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_bookmark_managers)** * ↪️ **[Bookmark Managers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_bookmark_managers)**
* ↪️ **[Tab Managers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_tab_managers)** * ↪️ **[Tab Managers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_tab_managers)**
* ↪️ **[Browser Startpages](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_browser_startpages)** * ↪️ **[Browser Startpages](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_browser_startpages)**
* ⭐ **[Stylus](https://add0n.com/stylus.html)** - Custom Website Color Schemes / [User Styles](https://userstyles.world/), [2](https://uso.kkx.one/) / [Oldschool Styles](https://forum.spacehey.com/topic?id=90895) / [Catppuccin](https://github.com/catppuccin/userstyles) * ⭐ **[Stylus](https://add0n.com/stylus.html)** - Custom Website Color Schemes / [User Styles](https://userstyles.world/), [2](https://uso.kkx.one/) / [Oldschool Styles](https://forum.spacehey.com/topic?id=90895) / [Catppuccin](https://github.com/catppuccin/userstyles)
* ⭐ **[DarkReader](https://darkreader.org/)**, [Midnight Lizard](https://midnight-lizard.org/) or [Custom Dark Mode](https://mybrowseraddon.com/custom-dark-mode.html) - Dark Mode * ⭐ **[DarkReader](https://darkreader.org/)**, [Midnight Lizard](https://midnight-lizard.org/) or [Custom Dark Mode](https://mybrowseraddon.com/custom-dark-mode.html) - Dark Mode
* ⭐ **[Zoom WE](https://pastebin.com/SpCdPywv)** or [Custom Page Zoom](https://mybrowseraddon.com/custom-page-zoom.html) - Improves Zoom Functionality * ⭐ **[Zoom WE](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#zoom-page-addons)** or [Custom Page Zoom](https://mybrowseraddon.com/custom-page-zoom.html) - Improves Zoom Functionality
* ⭐ **[ScrollAnywhere](https://pastebin.com/W3jwbBac)** - Improves Scrolling Functionality * ⭐ **[ScrollAnywhere](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#scrollanywhere-addons)** - Improves Scrolling Functionality
* ⭐ **[Clipboard2File](https://pastebin.com/JjDzqq8x)** - Upload Images from Clipboard * ⭐ **[Clipboard2File](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#clipboard2file-addons)** - Upload Images from Clipboard
* ⭐ **[Redirector](https://einaregilsson.com/redirector/)** - Page Redirector * ⭐ **[Redirector](https://einaregilsson.com/redirector/)** - Page Redirector
* [CRX Viewer](https://robwu.nl/crxviewer/) - View Extension Source Code * [CRX Viewer](https://robwu.nl/crxviewer/) - View Extension Source Code
* [Browserboost](https://browserboost.org/) - Add Features to Browsers * [Browserboost](https://browserboost.org/) - Add Features to Browsers
* [Extensions CSE](https://cse.google.com/cse?cx=86d64a73544824102) - Multi-Site Extension Search * [Extensions CSE](https://cse.google.com/cse?cx=86d64a73544824102) - Multi-Site Extension Search
* [Vimium](https://vimium.github.io/) / [GitHub](https://github.com/philc/vimium), [Surfingkeys](https://github.com/brookhong/Surfingkeys), [Tridactyl](https://tridactyl.xyz/), [Web Search Navigator](https://github.com/infokiller/web-search-navigator), [Shortkeys](https://www.shortkeys.app/) or [Vimium C](https://github.com/gdh1995/vimium-c) - Keyboard Shortcuts * [Vimium](https://vimium.github.io/) / [GitHub](https://github.com/philc/vimium), [Surfingkeys](https://github.com/brookhong/Surfingkeys), [Tridactyl](https://tridactyl.xyz/), [Web Search Navigator](https://github.com/infokiller/web-search-navigator), [Shortkeys](https://www.shortkeys.app/) or [Vimium C](https://github.com/gdh1995/vimium-c) - Keyboard Shortcuts
* [Automa](https://www.automa.site/) or [Browserflow](https://browserflow.app/) - Browser Automation
* [Snap Links Plus](https://cpriest.github.io/SnapLinksPlus/) or [Link Clump](https://github.com/benblack86/linkclump) - Select & Open Multiple Links at Once * [Snap Links Plus](https://cpriest.github.io/SnapLinksPlus/) or [Link Clump](https://github.com/benblack86/linkclump) - Select & Open Multiple Links at Once
* [Glitter Drag](https://github.com/harytfw/glitterdrag) - Adds Actions on Dragging * [Glitter Drag](https://github.com/harytfw/glitterdrag) - Adds Actions on Dragging
* [Custom Scrollbars](https://addons.wesleybranton.com/addon/custom-scrollbars/) - Custom Browser Scrollbars * [Custom Scrollbars](https://addons.wesleybranton.com/addon/custom-scrollbars/) - Custom Browser Scrollbars
@ -635,12 +644,12 @@
* [Snooze Tabs](https://github.com/bwinton/SnoozeTabs) - Temporarily Snooze Tabs * [Snooze Tabs](https://github.com/bwinton/SnoozeTabs) - Temporarily Snooze Tabs
* [AutoRefresh](https://autorefresh.io/) or [Tab Auto Refresh](https://mybrowseraddon.com/tab-auto-refresh.html) - Refresh Tabs * [AutoRefresh](https://autorefresh.io/) or [Tab Auto Refresh](https://mybrowseraddon.com/tab-auto-refresh.html) - Refresh Tabs
* [Tab for a Cause](https://tab.gladly.io/) - New Tabs = Charity Donation * [Tab for a Cause](https://tab.gladly.io/) - New Tabs = Charity Donation
* [Dictionaries](https://github.com/pnlpal/dictionariez), [phlinx](https://phlinx.com/) or [Definer](https://lumetrium.com/definer/) - Popup Dictionaries * [Dictionaries](https://github.com/pnlpal/dictionariez), [Definer](https://lumetrium.com/definer/) or [phlinx](https://phlinx.com/) - Popup Dictionaries
* [CustomRightClickMenu](https://github.com/SanderRonde/CustomRightClickMenu) - Custom Right Click Menu * [CustomRightClickMenu](https://github.com/SanderRonde/CustomRightClickMenu) - Custom Right Click Menu
* [BigSearch](https://github.com/garywill/BigSearch) or [SearchJumper](https://hoothin.github.io/SearchJumper/) - Context Search * [BigSearch](https://github.com/garywill/BigSearch) or [SearchJumper](https://hoothin.github.io/SearchJumper/) - Context Search
* [Selecton](https://github.com/emvaized/selecton-extension) - Text Context Menu * [Selecton](https://github.com/emvaized/selecton-extension) - Text Context Menu
* [Magnifying Glass](https://mybrowseraddon.com/magnifying-glass.html) - Magnify Webpages * [Magnifying Glass](https://mybrowseraddon.com/magnifying-glass.html) - Magnify Webpages
* [Print Edit WE](https://pastebin.com/LJeT3NyB) - Edit Pages to Make them Printable * [Print Edit WE](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#printeditwe-addons) - Edit Pages to Make them Printable
* [Grammarly](https://www.grammarly.com/) - Grammar Check * [Grammarly](https://www.grammarly.com/) - Grammar Check
* [PageZipper](https://www.printwhatyoulike.com/pagezipper) or [AutoPagerize](http://autopagerize.net/) - Merges a Sites "Next" Pages * [PageZipper](https://www.printwhatyoulike.com/pagezipper) or [AutoPagerize](http://autopagerize.net/) - Merges a Sites "Next" Pages
* [Turn Off the Lights](https://www.turnoffthelights.com/) or [Theater Mode](https://mybrowseraddon.com/theater-mode.html) - Play Videos in Theater Mode * [Turn Off the Lights](https://www.turnoffthelights.com/) or [Theater Mode](https://mybrowseraddon.com/theater-mode.html) - Play Videos in Theater Mode
@ -661,9 +670,7 @@
* [CopyFish](https://ocr.space/copyfish) - Grab Text from Images * [CopyFish](https://ocr.space/copyfish) - Grab Text from Images
* [Talkie](https://joelpurra.com/projects/talkie/) or [Offline Text to Speech](https://virejdasani.github.io/OfflineTextToSpeech-Extension/) - Text to Speech * [Talkie](https://joelpurra.com/projects/talkie/) or [Offline Text to Speech](https://virejdasani.github.io/OfflineTextToSpeech-Extension/) - Text to Speech
* [Max Focus](https://maxfoc.us/) - Preview Links * [Max Focus](https://maxfoc.us/) - Preview Links
* [Text Link](https://github.com/piroor/textlink/) - Make Non-Hyperlinked URLs Clickable * [Consent-O-matic](https://consentomatic.au.dk/) / [2](https://github.com/cavi-au/Consent-O-Matic) - Block Cookie Consent Popups
* [I still don't care about cookies](https://github.com/OhMyGuus/I-Still-Dont-Care-About-Cookies) or [Consent-O-matic](https://consentomatic.au.dk/) / [2](https://github.com/cavi-au/Consent-O-Matic) - Block Cookie Consent Popups
* [EditThisCookie](https://www.editthiscookie.com/) or [Cookie-Editor](https://cookie-editor.cgagnier.ca/) - Cookies Managers
* [Get-cookies.txt](https://github.com/kairi003/Get-cookies.txt-LOCALLY) or [ExportCookies](https://github.com/rotemdan/ExportCookies) - Cookies Exporters * [Get-cookies.txt](https://github.com/kairi003/Get-cookies.txt-LOCALLY) or [ExportCookies](https://github.com/rotemdan/ExportCookies) - Cookies Exporters
* [Cookie-Editor](https://cookie-editor.com/) - Cookie Editor * [Cookie-Editor](https://cookie-editor.com/) - Cookie Editor
* [Link Gopher](https://sites.google.com/site/linkgopher/), [Link Extractor](https://link-extractor.cssnr.com/), [Copy Selected Links](https://addons.mozilla.org/en-US/firefox/addon/copy-selected-links/) or [CopyLinks++](https://github.com/MichelePezza/CopyLinksplusplus) - Extract / Copy Links on Webpages * [Link Gopher](https://sites.google.com/site/linkgopher/), [Link Extractor](https://link-extractor.cssnr.com/), [Copy Selected Links](https://addons.mozilla.org/en-US/firefox/addon/copy-selected-links/) or [CopyLinks++](https://github.com/MichelePezza/CopyLinksplusplus) - Extract / Copy Links on Webpages
@ -671,13 +678,12 @@
* [Distil](https://distill.io/) or [Update Scanner](https://sneakypete81.github.io/updatescanner/) - Page Change Detection / Notification * [Distil](https://distill.io/) or [Update Scanner](https://sneakypete81.github.io/updatescanner/) - Page Change Detection / Notification
* [Offline Mode](https://mybrowseraddon.com/offline-mode.html) - Disconnect Browser from the Internet * [Offline Mode](https://mybrowseraddon.com/offline-mode.html) - Disconnect Browser from the Internet
* [Page Edit](https://mybrowseraddon.com/page-edit.html) - Turn Webpages into Editable Documents * [Page Edit](https://mybrowseraddon.com/page-edit.html) - Turn Webpages into Editable Documents
* [Save Page WE](https://pastebin.com/vbhUaG8E) or [SingleFile](https://github.com/gildas-lormeau/SingleFile) - Save Webpages as HTML * [Save Page WE](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#savepagewe) or [SingleFile](https://github.com/gildas-lormeau/SingleFile) - Save Webpages as HTML
* [Listly](https://www.listly.io/) - Webpage to Spreadsheet Converter * [Listly](https://www.listly.io/) - Webpage to Spreadsheet Converter
* [Favicon Detector](https://github.com/BlackGlory/favicon-detector) - Detect Website Favicons * [Favicon Detector](https://github.com/BlackGlory/favicon-detector) - Detect Website Favicons
* [Betterviewer](https://github.com/Ademking/Betterviewer) - Image View Mode * [Betterviewer](https://github.com/Ademking/Betterviewer) - Image View Mode
* [behind!](https://github.com/kubuzetto/behind) - View Background Images * [behind!](https://github.com/kubuzetto/behind) - View Background Images
* [Smart Upscale](https://tanalin.com/en/projects/smart-upscale/) - Browser Image Upscaling * [Smart Upscale](https://tanalin.com/en/projects/smart-upscale/) - Browser Image Upscaling
* [UI.Vision RPA](https://ui.vision/) - Workflow Automation
* [Streak](https://www.streak.com/) - Email Engagement Tracker * [Streak](https://www.streak.com/) - Email Engagement Tracker
* [Native HLS](https://github.com/Palethorn/native-adaptive-streaming/) - Allows HLS & MPEG-Dash native playback * [Native HLS](https://github.com/Palethorn/native-adaptive-streaming/) - Allows HLS & MPEG-Dash native playback
* [Session Alive](https://github.com/arunelias/session-alive/) - Keep Website Sessions Alive * [Session Alive](https://github.com/arunelias/session-alive/) - Keep Website Sessions Alive
@ -696,9 +702,9 @@
## ▷ Firefox Extensions ## ▷ Firefox Extensions
* 🌐 **[Firefox Addons](https://addons.mozilla.org/en-US/firefox/extensions/)** - Firefox Addon Store * 🌐 **[Firefox Addons](https://addons.mozilla.org/en-US/firefox/extensions/)** - Firefox Addon Store
* ⭐ **[Firefox Containers](https://addons.mozilla.org/en-US/firefox/addon/multi-account-containers/)**, [Container Tab Groups](https://addons.mozilla.org/en-US/firefox/addon/container-tab-groups/) or [Temporary Containers](https://addons.mozilla.org/en-US/firefox/addon/temporary-containers/) - Separate Firefox Sessions / [Guide](https://www.thechiefmeat.com/guides/containers.html)
* ⭐ **[FoxyTab](https://addons.mozilla.org/en-US/firefox/addon/foxytab/)** - Tab Tools * ⭐ **[FoxyTab](https://addons.mozilla.org/en-US/firefox/addon/foxytab/)** - Tab Tools
* ⭐ **[Context Search](https://addons.mozilla.org/en-US/firefox/addon/contextsearch-web-ext/)** - Search Selected Text / Multi Site Search * ⭐ **[Context Search](https://addons.mozilla.org/en-US/firefox/addon/contextsearch-web-ext/)** - Search Selected Text / Multi Site Search
* [Firefox Containers](https://addons.mozilla.org/en-US/firefox/addon/multi-account-containers/), [Container Tab Groups](https://addons.mozilla.org/en-US/firefox/addon/container-tab-groups/) or [Temporary Containers](https://addons.mozilla.org/en-US/firefox/addon/temporary-containers/) - Separate Firefox Sessions / [Guide](https://www.thechiefmeat.com/guides/containers.html)
* [FoxyLink](https://addons.mozilla.org/en-US/firefox/addon/foxylink/) - Link Tools * [FoxyLink](https://addons.mozilla.org/en-US/firefox/addon/foxylink/) - Link Tools
* [Default Bookmark Folder](https://github.com/teddy-gustiaux/default-bookmark-folder) - Change Default Bookmark Folder * [Default Bookmark Folder](https://github.com/teddy-gustiaux/default-bookmark-folder) - Change Default Bookmark Folder
* [Bookmark Search Plus 2](https://github.com/aaFn/Bookmark-search-plus-2) - Search Bookmarks * [Bookmark Search Plus 2](https://github.com/aaFn/Bookmark-search-plus-2) - Search Bookmarks
@ -713,10 +719,10 @@
* [LanguageTool](https://addons.mozilla.org/en-US/firefox/addon/languagetool/) - Grammar Check * [LanguageTool](https://addons.mozilla.org/en-US/firefox/addon/languagetool/) - Grammar Check
* [Firefox Color](https://color.firefox.com/) or [SwiftTheme](https://addons.mozilla.org/en-US/firefox/addon/swifttheme/) - Custom Firefox Theme Creation * [Firefox Color](https://color.firefox.com/) or [SwiftTheme](https://addons.mozilla.org/en-US/firefox/addon/swifttheme/) - Custom Firefox Theme Creation
* [Simple Gesture](https://github.com/utubo/firefox-simple_gesture) or [Gesturefy](https://github.com/Robbendebiene/Gesturefy) - Mouse Gestures * [Simple Gesture](https://github.com/utubo/firefox-simple_gesture) or [Gesturefy](https://github.com/Robbendebiene/Gesturefy) - Mouse Gestures
* [Happy Right-Click](https://addons.mozilla.org/en-US/firefox/addon/%E5%BF%AB%E4%B9%90%E5%8F%B3%E9%94%AE/) - Force Enable Right Click
* [User-Agent String Switcher](https://addons.mozilla.org/en-US/firefox/addon/user-agent-string-switcher/) - Switch Your User-Agent * [User-Agent String Switcher](https://addons.mozilla.org/en-US/firefox/addon/user-agent-string-switcher/) - Switch Your User-Agent
* [Chrome Mask](https://addons.mozilla.org/en-US/firefox/addon/chrome-mask/) - Use Chrome-Only Sites on Firefox / [GitHub](https://github.com/denschub/chrome-mask)
* [Always Visible](https://addons.mozilla.org/en-US/firefox/addon/always-visible/) - Always Active / On-Top Window * [Always Visible](https://addons.mozilla.org/en-US/firefox/addon/always-visible/) - Always Active / On-Top Window
* [SoundFixer](https://github.com/valpackett/soundfixer) or [600% Sound](https://addons.mozilla.org/en-US/firefox/addon/600-sound-volume/) - Fixes / Increase Browser Audio * [SoundFixer](https://github.com/valpackett/soundfixer) - Fixes / Increase Browser Audio
* [Read Aloud](https://readaloud.app/) - Text to Speech * [Read Aloud](https://readaloud.app/) - Text to Speech
* [Firefox Stats](https://firefox-stats.com/) - Compare / Analyze Firefox Extensions * [Firefox Stats](https://firefox-stats.com/) - Compare / Analyze Firefox Extensions
* [PWAsForFirefox](https://pwasforfirefox.filips.si) - Install Progressive Web Apps * [PWAsForFirefox](https://pwasforfirefox.filips.si) - Install Progressive Web Apps
@ -740,7 +746,6 @@
* [Text Blaze](https://blaze.today/) - Create Text Snippets * [Text Blaze](https://blaze.today/) - Create Text Snippets
* [TabCopy](https://github.com/hansifer/tab-copy) - Copy Tabs to Clipboard * [TabCopy](https://github.com/hansifer/tab-copy) - Copy Tabs to Clipboard
* [Simple Mass Downloader](https://chromewebstore.google.com/detail/simple-mass-downloader/abdkkegmcbiomijcbdaodaflgehfffed) - Download Multiple Links at Once * [Simple Mass Downloader](https://chromewebstore.google.com/detail/simple-mass-downloader/abdkkegmcbiomijcbdaodaflgehfffed) - Download Multiple Links at Once
* [Selectable](https://chromewebstore.google.com/detail/selectable-for-fanfiction/jcidlhgdoojamkbpmhbpgldmajnobefd?ucbcb=1) - Force Enable Select Text
* [CrxMouse](https://crxmouse.com/) - Mouse Gestures * [CrxMouse](https://crxmouse.com/) - Mouse Gestures
* [Night Shift Redux](https://chromewebstore.google.com/detail/night-shift/ocginjipilabheemhfbedijlhajbcabh) - Adapts Display Color to Time of Day * [Night Shift Redux](https://chromewebstore.google.com/detail/night-shift/ocginjipilabheemhfbedijlhajbcabh) - Adapts Display Color to Time of Day
* [SmoothKeyScroll](https://www.smoothkeyscroll.com/) - Smooth Key Scrolling * [SmoothKeyScroll](https://www.smoothkeyscroll.com/) - Smooth Key Scrolling
@ -748,6 +753,7 @@
* [Text to Image](https://chromewebstore.google.com/detail/text-to-image/nkljaohokglebeljcgchmehnhdieakda) - Text to Image * [Text to Image](https://chromewebstore.google.com/detail/text-to-image/nkljaohokglebeljcgchmehnhdieakda) - Text to Image
* [Bookmark Dupes](https://chromewebstore.google.com/detail/bookmark-dupes/ombpkjoelcapenbepmgifadkgpokfgfd) - Remove Dupe Bookmarks * [Bookmark Dupes](https://chromewebstore.google.com/detail/bookmark-dupes/ombpkjoelcapenbepmgifadkgpokfgfd) - Remove Dupe Bookmarks
* [Supatabs](https://supatabs.com/), [Prune](https://chromewebstore.google.com/detail/prune/gblddboefgbljpngfhgekbpoigikbenh) / [GitHub](https://github.com/tbrockman/prune) or [Tab Modifier](https://github.com/furybee/chrome-tab-modifier) - Tab Managers * [Supatabs](https://supatabs.com/), [Prune](https://chromewebstore.google.com/detail/prune/gblddboefgbljpngfhgekbpoigikbenh) / [GitHub](https://github.com/tbrockman/prune) or [Tab Modifier](https://github.com/furybee/chrome-tab-modifier) - Tab Managers
* [Lazy Tabs](https://github.com/jman/lazy_tab) - Auto Discard Inactive Tabs
* [Rearrange Tabs](https://chromewebstore.google.com/detail/rearrange-tabs/ccnnhhnmpoffieppjjkhdakcoejcpbga) - Rearrange Tabs * [Rearrange Tabs](https://chromewebstore.google.com/detail/rearrange-tabs/ccnnhhnmpoffieppjjkhdakcoejcpbga) - Rearrange Tabs
* [Popup Tab Switcher](https://github.com/dvdvdmt/popup-tab-switcher) - Improved Tab Switching * [Popup Tab Switcher](https://github.com/dvdvdmt/popup-tab-switcher) - Improved Tab Switching
* [uAutoPagerize](https://chromewebstore.google.com/detail/kdplapeciagkkjoignnkfpbfkebcfbpb) or [Infy Scroll](https://chromewebstore.google.com/detail/infy-scroll/gdnpnkfophbmbpcjdlbiajpkgdndlino) - Merges a Sites "Next" Pages * [uAutoPagerize](https://chromewebstore.google.com/detail/kdplapeciagkkjoignnkfpbfkebcfbpb) or [Infy Scroll](https://chromewebstore.google.com/detail/infy-scroll/gdnpnkfophbmbpcjdlbiajpkgdndlino) - Merges a Sites "Next" Pages
@ -761,9 +767,8 @@
## ▷ Safari Extensions ## ▷ Safari Extensions
* [Userscripts](https://apps.apple.com/us/app/userscripts/id1463298887) - Safari Userscript Manager * [Userscripts](https://apps.apple.com/us/app/userscripts/id1463298887) - Safari Userscript Manager / [GitHub](https://github.com/quoid/userscripts/)
* [Night Eye](https://apps.apple.com/us/app/night-eye-for-safari/id1450504903?mt=12) or [Dark Reader Script](https://gist.github.com/kfur/266c456dd69072eb7533f457ee5f18a0) - Dark Mode * [Night Eye](https://apps.apple.com/app/dark-mode-for-safari-nighteye/id1450504903) or [Dark Reader Script](https://gist.github.com/kfur/266c456dd69072eb7533f457ee5f18a0) - Dark Mode
* [Amerigo](https://apps.apple.com/us/app/amerigo-file-manager/id605569663) - File Download Manager
* [PiPifier](https://apps.apple.com/us/app/pipifier/id1234771095) - Picture in Picture Mode * [PiPifier](https://apps.apple.com/us/app/pipifier/id1234771095) - Picture in Picture Mode
* [Web Inspector](https://apps.apple.com/us/app/web-inspector/id1584825745) - Inspect Element Tools for Safari * [Web Inspector](https://apps.apple.com/us/app/web-inspector/id1584825745) - Inspect Element Tools for Safari
@ -776,7 +781,6 @@
* ⭐ **[Violentmonkey](https://violentmonkey.github.io/)**, **[Tampermonkey](https://www.tampermonkey.net/)** or [Firemonkey](https://addons.mozilla.org/en-US/firefox/addon/firemonkey/) - Userscript Managers * ⭐ **[Violentmonkey](https://violentmonkey.github.io/)**, **[Tampermonkey](https://www.tampermonkey.net/)** or [Firemonkey](https://addons.mozilla.org/en-US/firefox/addon/firemonkey/) - Userscript Managers
* ⭐ **[Greasy Fork](https://greasyfork.org/)**, [OpenUserJS](https://openuserjs.org/) or [Userscripts](https://userscripts-mirror.org/) - Install Userscripts * ⭐ **[Greasy Fork](https://greasyfork.org/)**, [OpenUserJS](https://openuserjs.org/) or [Userscripts](https://userscripts-mirror.org/) - Install Userscripts
* ⭐ **Greasy Fork Tools** - [Enhancements](https://greasyfork.org/en/scripts/473830) / [Helper](https://greasyfork.org/en/scripts/393396) / [Tweaks](https://greasyfork.org/en/scripts/368183) / [Cleanup Script](https://greasyfork.org/en/scripts/12179) / [Themes](https://greasyfork.org/en/scripts/4336) / [Dark Theme](https://greasyfork.org/en/scripts/404443) * ⭐ **Greasy Fork Tools** - [Enhancements](https://greasyfork.org/en/scripts/473830) / [Helper](https://greasyfork.org/en/scripts/393396) / [Tweaks](https://greasyfork.org/en/scripts/368183) / [Cleanup Script](https://greasyfork.org/en/scripts/12179) / [Themes](https://greasyfork.org/en/scripts/4336) / [Dark Theme](https://greasyfork.org/en/scripts/404443)
* ⭐ **[Userscripts Guide](https://rentry.co/userscript-guide)**
* ⭐ **[Picviewer CE+](https://greasyfork.org/en/scripts/24204)** - Image Viewing Tool * ⭐ **[Picviewer CE+](https://greasyfork.org/en/scripts/24204)** - Image Viewing Tool
* [y2monkey](https://github.com/jijirae/y2monkey) - Download YouTube Videos by Pressing "CTRL+SHIFT+D" * [y2monkey](https://github.com/jijirae/y2monkey) - Download YouTube Videos by Pressing "CTRL+SHIFT+D"
* [r2monkey](https://github.com/jijirae/r2monkey) - Download Reddit Videos by Pressing "CTRL+SHIFT+D" * [r2monkey](https://github.com/jijirae/r2monkey) - Download Reddit Videos by Pressing "CTRL+SHIFT+D"
@ -786,6 +790,7 @@
* [Always Remember Me](https://openuserjs.org/scripts/Patabugen/Always_Remember_Me) - Always Tick "Remember Me" * [Always Remember Me](https://openuserjs.org/scripts/Patabugen/Always_Remember_Me) - Always Tick "Remember Me"
* [Direct Links Out](https://openuserjs.org/scripts/nokeya/Direct_links_out) - Remove "You are Leaving" Site Popups * [Direct Links Out](https://openuserjs.org/scripts/nokeya/Direct_links_out) - Remove "You are Leaving" Site Popups
* [Google Hit Hider](https://greasyfork.org/en/scripts/1682) - Hide Sites in Search Results * [Google Hit Hider](https://greasyfork.org/en/scripts/1682) - Hide Sites in Search Results
* [Remove Bing CK](https://greasyfork.org/en/scripts/483444) - Remove Bing CK Redirects
* [DownloadAllContent](https://greasyfork.org/en/scripts/25068) - Download Content from Pages * [DownloadAllContent](https://greasyfork.org/en/scripts/25068) - Download Content from Pages
* [Microsoft Store Direct Download](https://greasyfork.org/en/scripts/394420-microsoft-store-direct-download) - Microsoft Store Direct Downloads * [Microsoft Store Direct Download](https://greasyfork.org/en/scripts/394420-microsoft-store-direct-download) - Microsoft Store Direct Downloads
* [Maximize Video](https://greasyfork.org/en/scripts/4870) - Maximize Playing Videos via Button * [Maximize Video](https://greasyfork.org/en/scripts/4870) - Maximize Playing Videos via Button
@ -806,7 +811,8 @@
* ⭐ **Wayback Machine Tools** - [Downloader](https://github.com/jsvine/waybackpack) / [Browser Extension](https://github.com/internetarchive/wayback-machine-webextension), [2](https://vegetableman.github.io/vandal/) / [Script](https://github.com/overcast07/wayback-machine-spn-scripts) / [Auto Load](https://gitlab.com/gkrishnaks/WaybackEverywhere-Firefox) * ⭐ **Wayback Machine Tools** - [Downloader](https://github.com/jsvine/waybackpack) / [Browser Extension](https://github.com/internetarchive/wayback-machine-webextension), [2](https://vegetableman.github.io/vandal/) / [Script](https://github.com/overcast07/wayback-machine-spn-scripts) / [Auto Load](https://gitlab.com/gkrishnaks/WaybackEverywhere-Firefox)
* ⭐ **[Web Archives](https://github.com/dessant/web-archives)** or [Resurrect Pages Fork](https://github.com/Albirew/resurrect-pages-isup-edition) - Browser Extensions * ⭐ **[Web Archives](https://github.com/dessant/web-archives)** or [Resurrect Pages Fork](https://github.com/Albirew/resurrect-pages-isup-edition) - Browser Extensions
* ⭐ **[CachedView](https://cachedview.nl/)** or [Quick Cache](https://cybdetective.com/quickcacheandarhivesearch.html) - Aggregate Cache Results * ⭐ **[CachedView](https://cachedview.nl/)** or [Quick Cache](https://cybdetective.com/quickcacheandarhivesearch.html) - Aggregate Cache Results
* [ArchiveTeam](https://wiki.archiveteam.org/index.php/Main_Page) - Archive Projects * [Ghost Archive](https://ghostarchive.org/) - Archive Web Pages
* [ArchiveTeam](https://wiki.archiveteam.org/index.php/Main_Page) - Archiving Projects / Wiki
* [Perma.cc](https://perma.cc/) - Create Permalinks * [Perma.cc](https://perma.cc/) - Create Permalinks
*** ***
@ -820,8 +826,9 @@
* ⭐ **[MarkDownload](https://github.com/deathau/markdownload)** or [MarkdownDown](https://markdowndown.vercel.app/) - Download Web Pages as Markdown Files * ⭐ **[MarkDownload](https://github.com/deathau/markdownload)** or [MarkdownDown](https://markdowndown.vercel.app/) - Download Web Pages as Markdown Files
* ⭐ **[HTTrack](https://www.httrack.com/)** / [Guide](https://rentry.co/cloneasite) - Website Downloader * ⭐ **[HTTrack](https://www.httrack.com/)** / [Guide](https://rentry.co/cloneasite) - Website Downloader
* ⭐ **[datahoarder-website-to-markdown](https://github.com/evilsh3ll/datahoarder-website-to-markdown)** - Index to Markdown Tool * ⭐ **[datahoarder-website-to-markdown](https://github.com/evilsh3ll/datahoarder-website-to-markdown)** - Index to Markdown Tool
* [Tubeup](https://github.com/bibanon/tubeup) - Multi-VOD Service to IA Uploader
* [Irchiver](https://irchiver.com/) - Automatic Web Browser Screenshots * [Irchiver](https://irchiver.com/) - Automatic Web Browser Screenshots
* [Monolith](https://github.com/Y2Z/monolith) - Save Webpages as HTML * [Monolith](https://github.com/Y2Z/monolith) or [Single File](https://addons.mozilla.org/en-US/firefox/addon/single-file) - Save Webpages as HTML
* [WAIL](https://matkelly.com/wail) - GUI for Archiving Tools / [GitHub](https://github.com/machawk1/wail) * [WAIL](https://matkelly.com/wail) - GUI for Archiving Tools / [GitHub](https://github.com/machawk1/wail)
* [ReplayWeb](https://replayweb.page/) or [OldWeb](https://oldweb.today/) - View Web Archive Files * [ReplayWeb](https://replayweb.page/) or [OldWeb](https://oldweb.today/) - View Web Archive Files
* [ArchiveWeb.page](https://archiveweb.page/) - Browser Extension * [ArchiveWeb.page](https://archiveweb.page/) - Browser Extension
@ -838,7 +845,7 @@
## ▷ Web Scraping / Crawling ## ▷ Web Scraping / Crawling
* 🌐 **[Awesome Web Scraping](https://github.com/lorien/awesome-web-scraping)** - Web Scraping Tools * 🌐 **[Awesome Web Scraping](https://github.com/lorien/awesome-web-scraping)** or **[Web Scraping FYI](https://webscraping.fyi/)** - Web Scraping Tools / Resources
* 🌐 **[Awesome-crawler](https://github.com/BruceDone/awesome-crawler)** - Crawling Resources * 🌐 **[Awesome-crawler](https://github.com/BruceDone/awesome-crawler)** - Crawling Resources
* ⭐ **[Instant Data Scraper](https://chromewebstore.google.com/detail/instant-data-scraper/ofaokhiedipichpaobibbnahnkdoiiah)** - Browser Extension * ⭐ **[Instant Data Scraper](https://chromewebstore.google.com/detail/instant-data-scraper/ofaokhiedipichpaobibbnahnkdoiiah)** - Browser Extension
* [SpiderSuite](https://spidersuite.github.io/SSuite/) - Advanced Web Crawler / [GitHub](https://github.com/3nock/SpiderSuite) * [SpiderSuite](https://spidersuite.github.io/SSuite/) - Advanced Web Crawler / [GitHub](https://github.com/3nock/SpiderSuite)
@ -863,13 +870,13 @@
* ⭐ **[Analyst Research Tools](https://analystresearchtools.com/)** - Tools and Resources * ⭐ **[Analyst Research Tools](https://analystresearchtools.com/)** - Tools and Resources
* [Osintracker](https://www.osintracker.com/) - Track Your Investigations * [Osintracker](https://www.osintracker.com/) - Track Your Investigations
* [Cyber Detective](https://cybdetective.com/) - Tools, Techniques, and Projects / [GitHub](https://github.com/cipher387) * [Cyber Detective](https://cybdetective.com/) - Tools, Techniques, and Projects / [GitHub](https://github.com/cipher387)
* [MetaOSINT](https://metaosint.github.io/) - OSINT Search Tool / [GitHub](https://github.com/MetaOSINT/MetaOSINT.github.io/)
* [Harpoon](https://github.com/Te-k/harpoon) - OSINT CLI Tool * [Harpoon](https://github.com/Te-k/harpoon) - OSINT CLI Tool
* [Project Owl](https://discord.com/invite/projectowl) - OSINT Community * [Project Owl](https://discord.com/invite/projectowl) - OSINT Community
* [OSINT Dojo](https://www.osintdojo.com/resources/) - OSINT Guides * [OSINT Dojo](https://www.osintdojo.com/resources/) - OSINT Guides
* [Hackers Arise OSINT](https://www.hackers-arise.com/osint) - OSINT Guides * [non-typical-OSINT-guide](https://github.com/OffcierCia/non-typical-OSINT-guide) - OSINT Guides
* [What is OSINT?](https://www.recordedfuture.com/blog/open-source-intelligence-definition) - Article * [What is OSINT?](https://www.recordedfuture.com/blog/open-source-intelligence-definition) - Article
* [The Key to Unlocking the Web's Secrets](https://www.einvestigator.com/open-source-intelligence-tools/) - Article * [The Key to Unlocking the Web's Secrets](https://www.einvestigator.com/open-source-intelligence-tools/) - Article
* [Toddington](https://www.toddington.com/resources/free-osint-resources-open-source-intelligence-search-tools-research-tools-online-investigation/) - Search OSINT Resources
* [Malfrat's OSINT Map](https://map.malfrats.industries/) - Interactive Map * [Malfrat's OSINT Map](https://map.malfrats.industries/) - Interactive Map
* [OH SHINT!](https://ohshint.gitbook.io/oh-shint-its-a-blog/) - OSINT Blog * [OH SHINT!](https://ohshint.gitbook.io/oh-shint-its-a-blog/) - OSINT Blog
@ -892,4 +899,6 @@
* [OSINT Resources](https://start.me/p/1kAP0b/osint-resources) - General Index * [OSINT Resources](https://start.me/p/1kAP0b/osint-resources) - General Index
* [OSINT Essentials](https://www.osintessentials.com/) - General Index * [OSINT Essentials](https://www.osintessentials.com/) - General Index
* [OSINTgeek](https://osintgeek.de/tools) - General Index * [OSINTgeek](https://osintgeek.de/tools) - General Index
* [OSINT for Countries](https://github.com/wddadk/OSINT-for-countries) / [V2](https://github.com/paulpogoda/OSINT-for-countries-V2.0) - Indexes Organized by Country
* [DiscordOSINT](https://github.com/husseinmuhaisen/DiscordOSINT) - Discord OSINT Index
* [Awesome Telegram OSINT](https://github.com/ItIsMeCall911/Awesome-Telegram-OSINT) or [The OSINT Toolbox](https://github.com/The-Osint-Toolbox/Telegram-OSINT) - Telegram OSINT Indexes * [Awesome Telegram OSINT](https://github.com/ItIsMeCall911/Awesome-Telegram-OSINT) or [The OSINT Toolbox](https://github.com/The-Osint-Toolbox/Telegram-OSINT) - Telegram OSINT Indexes

View file

@ -10,9 +10,8 @@
*** ***
* ⭐ **[Linux Difficulty Chart](https://i.ibb.co/kXJdBrF/98e87fc317dd.png)**
* ⭐ **[DistroChooser](https://distrochooser.de/)** * ⭐ **[DistroChooser](https://distrochooser.de/)**
* **[DistroWatch](https://distrowatch.com/dwres.php?resource=popularity)** * [DistroWatch](https://distrowatch.com/dwres.php?resource=popularity)
* [distro.moe](https://distro.moe/) - Find Random Distros * [distro.moe](https://distro.moe/) - Find Random Distros
* [Linux Live Kit](https://www.linux-live.org/) - Live Distro Creator * [Linux Live Kit](https://www.linux-live.org/) - Live Distro Creator
* [DotShare](http://dotshare.it/) - Distro Config Index * [DotShare](http://dotshare.it/) - Distro Config Index
@ -21,6 +20,7 @@
* [LinuxTracker](https://linuxtracker.org/) * [LinuxTracker](https://linuxtracker.org/)
* [OpenSourceFeed](https://www.opensourcefeed.org/) * [OpenSourceFeed](https://www.opensourcefeed.org/)
* [Pkgs](https://pkgs.org/) / [Repology](https://repology.org/) * [Pkgs](https://pkgs.org/) / [Repology](https://repology.org/)
* [Desktop Environment Comparison](https://eylenburg.github.io/de_comparison.htm)
*** ***
@ -32,21 +32,24 @@
* [Arch Linux Community](https://discord.gg/3m6dbPR) - Linux Discord Server * [Arch Linux Community](https://discord.gg/3m6dbPR) - Linux Discord Server
* [Discord-Linux](https://discord.gg/discord-linux) - Linux Discord Server * [Discord-Linux](https://discord.gg/discord-linux) - Linux Discord Server
* [Linux.org](https://linux.org/) - Linux Forum * [Linux.org](https://linux.org/) - Linux Forum
* [ArchWiki](https://bbs.archlinux.org/) - Linux Forum
* [Gentoo Forums](https://forums.gentoo.org/) - Linux Forum
*** ***
## ▷ Linux Guides ## ▷ Linux Guides
* ↪️ **[Bash / CLI Cheat Sheets](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_cli_cheat_sheets)** * ↪️ **[Bash / CLI Cheat Sheets](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_cli_cheat_sheets)**
* ⭐ **[Archwiki](https://wiki.archlinux.org/)** - Arch Linux Guide / [Manuals](https://man.archlinux.org/) / [TUI](https://codeberg.org/theooo/mantra.py) * ⭐ **[ArchWiki](https://wiki.archlinux.org/)** - Arch Linux Guide / [Manuals](https://man.archlinux.org/) / [TUI](https://codeberg.org/theooo/mantra.py)
* [GameShell](https://github.com/phyver/GameShell) - Unix Shell Learning Game * [GameShell](https://github.com/phyver/GameShell) - Unix Shell Learning Game
* [Gentoo Wiki](https://wiki.gentoo.org/wiki/Main_Page) - Gentoo Guides * [InstallGentoo Wiki](https://igwiki.lyci.de/wiki/Main_Page) / [2](https://wiki.installgentoo.com/wiki/Main_Page) or [Gentoo Wiki](https://wiki.gentoo.org/wiki/Main_Page) - Gentoo Wikis / Guides
* [Debian Wiki](https://wiki.debian.org/) - Debian Wiki / Guides
* [LinuxJourney](https://linuxjourney.com/) - Interactive Linux Guides * [LinuxJourney](https://linuxjourney.com/) - Interactive Linux Guides
* [HowToLinux](https://howtolinux.vercel.app) - Linux Desktop Guides * [HowToLinux](https://howtolinux.vercel.app) - Linux Desktop Guides
* [HowtoForge](https://www.howtoforge.com/) - Linux Sever Software Guides * [HowtoForge](https://www.howtoforge.com/) or [Comfy.Guide](https://comfy.guide/) - Linux Server Software Guides
* [Sindresorhus Guides](https://github.com/sindresorhus/guides) - Linux Guides For Node.js Developers * [Sindresorhus Guides](https://github.com/sindresorhus/guides) - Linux Guides For Node.js Developers
* [Erik Dubois](https://www.youtube.com/c/ErikDubois) - Arch-centric Linux Video Tutorials * [Erik Dubois](https://www.youtube.com/c/ErikDubois) - Arch-centric Linux Video Tutorials
* [Linuxtopia](https://www.linuxtopia.org/) - Linux Guides, * [Linuxtopia](https://www.linuxtopia.org/) - Linux Guides
* [Vim Tutorials](https://www.youtube.com/playlist?list=PL3cu45aM3C2DJVGfCjSBB1yD9YkC7q27-) - Vim Tutorial Playlist by Mental Outlaw * [Vim Tutorials](https://www.youtube.com/playlist?list=PL3cu45aM3C2DJVGfCjSBB1yD9YkC7q27-) - Vim Tutorial Playlist by Mental Outlaw
* [Boot-Repair](https://help.ubuntu.com/community/Boot-Repair) - Grub Repair Guide for Linux Systems * [Boot-Repair](https://help.ubuntu.com/community/Boot-Repair) - Grub Repair Guide for Linux Systems
@ -59,8 +62,9 @@
* ⭐ **[Btop](https://github.com/aristocratos/btop)**, **[fastfetch](https://github.com/fastfetch-cli/fastfetch)**, **[MangoHud](https://github.com/flightlessmango/MangoHud)**, [CPU-X](https://github.com/TheTumultuousUnicornOfDarkness/CPU-X), [Macchina](https://github.com/Macchina-CLI/macchina), [Archey4](https://github.com/HorlogeSkynet/archey4), [Hyfetch](https://github.com/hykilpikonna/hyfetch) or [s-tui](https://github.com/amanusk/s-tui) - System Info / Resource Monitors * ⭐ **[Btop](https://github.com/aristocratos/btop)**, **[fastfetch](https://github.com/fastfetch-cli/fastfetch)**, **[MangoHud](https://github.com/flightlessmango/MangoHud)**, [CPU-X](https://github.com/TheTumultuousUnicornOfDarkness/CPU-X), [Macchina](https://github.com/Macchina-CLI/macchina), [Archey4](https://github.com/HorlogeSkynet/archey4), [Hyfetch](https://github.com/hykilpikonna/hyfetch) or [s-tui](https://github.com/amanusk/s-tui) - System Info / Resource Monitors
* ⭐ **[TimeShift](https://github.com/linuxmint/timeshift)** - System Restore / Backup * ⭐ **[TimeShift](https://github.com/linuxmint/timeshift)** - System Restore / Backup
* [Impression](https://gitlab.com/adhami3310/Impression) - Create Bootable USB Linux Drives * [Impression](https://gitlab.com/adhami3310/Impression) - Create Bootable USB Linux Drives
* [DistroSea](https://distrosea.com/), [anuraOS](https://github.com/MercuryWorkshop/anuraOS) - Linux Browser Emulator * [anuraOS](https://github.com/MercuryWorkshop/anuraOS) / [Instance](https://anura.pro/) - Linux Browser Emulator
* [SysmonForLinux](https://github.com/Sysinternals/SysmonForLinux) - Monitor / Log System Activity * [SysmonForLinux](https://github.com/Sysinternals/SysmonForLinux) - Monitor / Log System Activity
* [Webmin](https://webmin.com/) - Web-Based System Admin Tool / [GitHub](https://github.com/webmin/webmin)
* [screenFetch](https://github.com/KittyKatt/screenFetch) - Bash Screenshot Information Tool * [screenFetch](https://github.com/KittyKatt/screenFetch) - Bash Screenshot Information Tool
* [Nanobench](https://github.com/andreas-abel/nanoBench) - CPU Microbenchmark / [Documentation](https://nanobench.ankerl.com/) * [Nanobench](https://github.com/andreas-abel/nanoBench) - CPU Microbenchmark / [Documentation](https://nanobench.ankerl.com/)
* [ScanMem](https://github.com/scanmem/scanmem) - Memory Scanner / Debugger * [ScanMem](https://github.com/scanmem/scanmem) - Memory Scanner / Debugger
@ -74,7 +78,7 @@
* [winapps](https://github.com/Fmstrat/winapps) - Run Windows Apps on Linux * [winapps](https://github.com/Fmstrat/winapps) - Run Windows Apps on Linux
* [Teleport](https://teleportsite.pages.dev/) - Windows App Compatibility Analyzer * [Teleport](https://teleportsite.pages.dev/) - Windows App Compatibility Analyzer
* [WoeUSB](https://github.com/WoeUSB/WoeUSB) or [Windows2USB](https://github.com/ValdikSS/windows2usb) - Create Bootable USB Windows Drives * [WoeUSB](https://github.com/WoeUSB/WoeUSB) or [Windows2USB](https://github.com/ValdikSS/windows2usb) - Create Bootable USB Windows Drives
* [NetBoot](https://netboot.xyz/) - Distro Installer * [NetBoot](https://netboot.xyz/) - Boot Linux Distros
* [CloverBootloader](https://github.com/CloverHackyColor/CloverBootloader/) - Windows, Mac & Linux Bootloader / [Config](https://mackie100projects.altervista.org/) * [CloverBootloader](https://github.com/CloverHackyColor/CloverBootloader/) - Windows, Mac & Linux Bootloader / [Config](https://mackie100projects.altervista.org/)
* [zfsBootMenu](https://docs.zfsbootmenu.org/) - ZFS Bootloader * [zfsBootMenu](https://docs.zfsbootmenu.org/) - ZFS Bootloader
* [Linux Heads](https://osresearch.net/) - Minimal CoreBoot / [GitHub](https://github.com/osresearch/heads) * [Linux Heads](https://osresearch.net/) - Minimal CoreBoot / [GitHub](https://github.com/osresearch/heads)
@ -83,12 +87,14 @@
* [Pop!_OS Shell](https://github.com/pop-os/shell) - Pop-Shell for GNOME * [Pop!_OS Shell](https://github.com/pop-os/shell) - Pop-Shell for GNOME
* [CoreELEC](https://coreelec.org) / [GitHub](https://github.com/CoreELEC/CoreELEC) or [LibreELEC](https://libreelec.tv/) - Kodi-Based Operating System * [CoreELEC](https://coreelec.org) / [GitHub](https://github.com/CoreELEC/CoreELEC) or [LibreELEC](https://libreelec.tv/) - Kodi-Based Operating System
* [WSL](https://learn.microsoft.com/en-us/windows/wsl/) - Run Linux on Windows / [Resources](https://github.com/sirredbeard/Awesome-WSL) / [Startup Launcher](https://github.com/nullpo-head/wsl-distrod) / [Wayland / X Server](https://github.com/microsoft/wslg) * [WSL](https://learn.microsoft.com/en-us/windows/wsl/) - Run Linux on Windows / [Resources](https://github.com/sirredbeard/Awesome-WSL) / [Startup Launcher](https://github.com/nullpo-head/wsl-distrod) / [Wayland / X Server](https://github.com/microsoft/wslg)
* [DistroSea](https://distrosea.com/) - Virtual Machine
* [Boxes](https://wiki.gnome.org/Apps/Boxes) - Virtual Machine Manager * [Boxes](https://wiki.gnome.org/Apps/Boxes) - Virtual Machine Manager
* [Linux-KVM](https://www.linux-kvm.org/page/Downloads) - Virtualization Kernel module * [Linux-KVM](https://www.linux-kvm.org/page/Downloads) - Virtualization Kernel module
* [WebVM](https://webvm.io/) - Browser Virtual Machine / [Discord](https://discord.gg/yTNZgySKGa) * [WebVM](https://webvm.io/) - Browser Virtual Machine / [Discord](https://discord.gg/yTNZgySKGa) / [GitHub](https://github.com/leaningtech/webvm)
* [OSX-KVM](https://github.com/kholia/OSX-KVM), [OneClick-macOS-Simple-KVM](https://notAperson535.github.io/OneClick-macOS-Simple-KVM) or [macOS-Simple-KVM](https://github.com/foxlet/macOS-Simple-KVM) - macOS Virtual Machines * [OSX-KVM](https://github.com/kholia/OSX-KVM), [OneClick-macOS-Simple-KVM](https://oneclick-macos-simple-kvm.notaperson535.is-a.dev/) or [macOS-Simple-KVM](https://github.com/foxlet/macOS-Simple-KVM) - macOS Virtual Machines
* [kmon](https://kmon.cli.rs/) - Kernel Manager and Activity Monitor * [kmon](https://kmon.cli.rs/) - Kernel Manager and Activity Monitor
* [Kernel Map](https://makelinux.github.io/kernel/map/) - Interactive Linux Kernel Map * [Kernel Map](https://makelinux.github.io/kernel/map/) - Interactive Linux Kernel Map
* [KernelNewbies](https://kernelnewbies.org/) - Kernel Developer Guides
* [SystemRescue](https://www.system-rescue.org/) or [Super Grub2 Disk](https://www.supergrubdisk.org/super-grub2-disk/) - Bootable System Rescue Toolkits * [SystemRescue](https://www.system-rescue.org/) or [Super Grub2 Disk](https://www.supergrubdisk.org/super-grub2-disk/) - Bootable System Rescue Toolkits
* [coreboot](https://coreboot.org/) or [Libreboot](https://libreboot.org/) - Replace Proprietary BIOS/UEFI Firmware * [coreboot](https://coreboot.org/) or [Libreboot](https://libreboot.org/) - Replace Proprietary BIOS/UEFI Firmware
* [bt-dualboot](https://github.com/x2es/bt-dualboot) - Dual-Boot Bluetooth Sync Tool * [bt-dualboot](https://github.com/x2es/bt-dualboot) - Dual-Boot Bluetooth Sync Tool
@ -113,15 +119,17 @@
* 🌐 **[Wayland Compositor Index](https://wiki.archlinux.org/title/Wayland#Compositors)** - List of Wayland Compositors * 🌐 **[Wayland Compositor Index](https://wiki.archlinux.org/title/Wayland#Compositors)** - List of Wayland Compositors
* ⭐ **[Hyprland](https://hyprland.org/)** - Wayland Compositor / [Arch Wiki](https://wiki.archlinux.org/title/Hyprland) / [Simple Config](https://github.com/mylinuxforwork/dotfiles), [2](https://end-4.github.io/dots-hyprland-wiki/en/) * ⭐ **[Hyprland](https://hyprland.org/)** - Wayland Compositor / [Arch Wiki](https://wiki.archlinux.org/title/Hyprland) / [Simple Config](https://github.com/mylinuxforwork/dotfiles), [2](https://end-4.github.io/dots-hyprland-wiki/en/)
* ⭐ **[Sway](https://github.com/swaywm/sway)** or [SwayFx](https://github.com/WillPower3309/swayfx) - i3-compatible Wayland Compositor / [Arch Wiki](https://wiki.archlinux.org/title/Sway) * ⭐ **[Sway](https://github.com/swaywm/sway)** or [SwayFx](https://github.com/WillPower3309/swayfx) - i3-compatible Wayland Compositor / [Arch Wiki](https://wiki.archlinux.org/title/Sway)
* [river](https://github.com/riverwm/river/) - Wayland Compositors * [river](https://github.com/riverwm/river/) - Wayland Compositor
* [LabWC](https://github.com/labwc/labwc) - Wayland Compositors * [LabWC](https://github.com/labwc/labwc) - Wayland Compositor
* [wayfire](https://github.com/WayfireWM/wayfire/) - Wayland Compositors * [wayfire](https://github.com/WayfireWM/wayfire/) - Wayland Compositor
* [niri](https://github.com/YaLTeR/niri) - Wayland Compositor
* [Waycheck](https://gitlab.freedesktop.org/serebit/waycheck) - Wayland Compositor GUI * [Waycheck](https://gitlab.freedesktop.org/serebit/waycheck) - Wayland Compositor GUI
*** ***
# ► Linux Apps # ► Linux Apps
* ↪️ **[Multi-Platform Readers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/reading/#wiki_.25B7_ebook_readers)** - Ebook Reader Index
* ⭐ **[Bottles](https://usebottles.com/)** - Manage Wine containers * ⭐ **[Bottles](https://usebottles.com/)** - Manage Wine containers
* ⭐ **[WineHQ](https://appdb.winehq.org/)** - Wine Compatibility Database * ⭐ **[WineHQ](https://appdb.winehq.org/)** - Wine Compatibility Database
* ⭐ **[Q4Wine](https://sourceforge.net/projects/q4wine/)** - Wine GUI * ⭐ **[Q4Wine](https://sourceforge.net/projects/q4wine/)** - Wine GUI
@ -139,7 +147,7 @@
* [Polonium](https://zeroxoneafour.github.io/polonium/) - KDE6 Tiling Manager Extension / [GitHub](https://github.com/zeroxoneafour/polonium) * [Polonium](https://zeroxoneafour.github.io/polonium/) - KDE6 Tiling Manager Extension / [GitHub](https://github.com/zeroxoneafour/polonium)
* [Bismuth](https://bismuth-forge.github.io/bismuth/) - KDE5 Tiling Extension / [GitHub](https://github.com/Bismuth-Forge/bismuth) * [Bismuth](https://bismuth-forge.github.io/bismuth/) - KDE5 Tiling Extension / [GitHub](https://github.com/Bismuth-Forge/bismuth)
* [Ghostwriter](https://ghostwriter.kde.org/) or [Remarkable](https://remarkableapp.github.io/) - Markdown Editor * [Ghostwriter](https://ghostwriter.kde.org/) or [Remarkable](https://remarkableapp.github.io/) - Markdown Editor
* [Gedit](https://wiki.gnome.org/Apps/Gedit), [Geany](https://www.geany.org/), [Leafpad](http://tarot.freeshell.org/leafpad/), [NotepadNext](https://github.com/dail8859/NotepadNext), [taskbook](https://github.com/klaudiosinani/taskbook), [Notepadqq](https://github.com/notepadqq/notepadqq), [Featherpad](https://github.com/tsujan/FeatherPad) or [nb](https://xwmx.github.io/nb) / [GitHub](https://github.com/xwmx/nb) - Text Editor / Note Apps * [Gedit](https://wiki.gnome.org/Apps/Gedit), [Geany](https://www.geany.org/), [Leafpad](http://tarot.freeshell.org/leafpad/), [taskbook](https://github.com/klaudiosinani/taskbook), [Notepadqq](https://github.com/notepadqq/notepadqq), [Featherpad](https://github.com/tsujan/FeatherPad) or [nb](https://xwmx.github.io/nb) / [GitHub](https://github.com/xwmx/nb) - Text Editor / Note Apps
* [TextPieces](https://gitlab.com/liferooter/textpieces) - Quick Text Transformations / [GitHub](https://github.com/liferooter/textpieces) * [TextPieces](https://gitlab.com/liferooter/textpieces) - Quick Text Transformations / [GitHub](https://github.com/liferooter/textpieces)
* [Durdraw](https://durdraw.org/) - ASCII Editor * [Durdraw](https://durdraw.org/) - ASCII Editor
* [ly](https://github.com/fairyglade/ly) - Display Manager with Console UI * [ly](https://github.com/fairyglade/ly) - Display Manager with Console UI
@ -153,7 +161,7 @@
* [QR Scan](https://github.com/sayanarijit/qrscan) - QR Code Scanner * [QR Scan](https://github.com/sayanarijit/qrscan) - QR Code Scanner
* [libimobiledevice](https://libimobiledevice.org) - Communicate with iOS Devices * [libimobiledevice](https://libimobiledevice.org) - Communicate with iOS Devices
* [Meteo](https://gitlab.com/bitseater/meteo) - Weather App * [Meteo](https://gitlab.com/bitseater/meteo) - Weather App
* [Client Evolution](https://help.gnome.org/users/evolution/stable/) - Calendar * [Client Evolution](https://help.gnome.org/users/evolution/stable/) or [dLine](https://github.com/jazz-it/dline) - Calendars
* [todo](https://github.com/sioodmy/todo/) or [Planify](https://github.com/alainm23/planify) - To-Do Apps * [todo](https://github.com/sioodmy/todo/) or [Planify](https://github.com/alainm23/planify) - To-Do Apps
* [Timestrap](https://timestrap.bythewood.me/) or [Mindfulness at the Computer](https://fswb.codeberg.page/mindfulness-at-the-computer/) - Productivity Managers * [Timestrap](https://timestrap.bythewood.me/) or [Mindfulness at the Computer](https://fswb.codeberg.page/mindfulness-at-the-computer/) - Productivity Managers
* [SafeEyes](https://slgobinath.github.io/SafeEyes/) - Break Reminders * [SafeEyes](https://slgobinath.github.io/SafeEyes/) - Break Reminders
@ -163,6 +171,7 @@
* [Railway](https://flathub.org/apps/de.schmidhuberj.DieBahn) - Travel Info Manager * [Railway](https://flathub.org/apps/de.schmidhuberj.DieBahn) - Travel Info Manager
* [Wike](https://github.com/hugolabe/Wike) - Wikipedia App * [Wike](https://github.com/hugolabe/Wike) - Wikipedia App
* [Komikku](https://valos.gitlab.io/Komikku/), [Suwayomi-VaadinUI](https://github.com/Suwayomi/Tachidesk-VaadinUI) or [Manga Reader](https://flathub.org/apps/details/com.georgefb.mangareader) - Manga Readers * [Komikku](https://valos.gitlab.io/Komikku/), [Suwayomi-VaadinUI](https://github.com/Suwayomi/Tachidesk-VaadinUI) or [Manga Reader](https://flathub.org/apps/details/com.georgefb.mangareader) - Manga Readers
* [ABS FLutter](https://github.com/Vito0912/abs_flutter) - Self-Hosted Audiobook Server
* [Mako](https://github.com/emersion/mako), [dunst](https://dunst-project.org/) - Customizable Notification Daemon / [GitHub](https://github.com/dunst-project/dunst) * [Mako](https://github.com/emersion/mako), [dunst](https://dunst-project.org/) - Customizable Notification Daemon / [GitHub](https://github.com/dunst-project/dunst)
* [DidYouMean](https://github.com/hisbaan/didyoumean) - Grammar Check * [DidYouMean](https://github.com/hisbaan/didyoumean) - Grammar Check
* [KTouch](https://apps.kde.org/ktouch/), [typer](https://github.com/maaslalani/typer) or [Toipe](https://github.com/Samyak2/toipe) - Typing Practice * [KTouch](https://apps.kde.org/ktouch/), [typer](https://github.com/maaslalani/typer) or [Toipe](https://github.com/Samyak2/toipe) - Typing Practice
@ -171,19 +180,18 @@
## ▷ Software Sites ## ▷ Software Sites
* 🌐 **[Rim's Linux Wiki](https://rlw.pages.dev/)**, [2](https://rimswiki.xyz/) - Linux Software / * 🌐 **[Rim's Linux Wiki](https://rlw.pages.dev/)**, [2](https://rimswiki.xyz/) - Linux Software / Tool Index / [Discord](https://discord.gg/pQVYgjzM3w)
Tool Index / [Discord](https://discord.gg/pQVYgjzM3w)
* 🌐 **[ArchWiki App Sites](https://wiki.archlinux.org/title/List_of_applications)** - Linux Software / Site Index * 🌐 **[ArchWiki App Sites](https://wiki.archlinux.org/title/List_of_applications)** - Linux Software / Site Index
* 🌐 **[Awesome Linux](https://luong-komorebi.github.io/Awesome-Linux-Software/)** - FOSS Software Index * 🌐 **[Awesome Linux](https://luong-komorebi.github.io/Awesome-Linux-Software/)** - FOSS Software Index
* 🌐 **[FOSS Software Packages](https://en.wikipedia.org/wiki/List_of_free_and_open-source_software_packages)** - FOSS Software Packages Index
* ⭐ **[Kapital Sin](https://www.kapitalsin.com/forum/index.php?board=5.0)** / Use [Translator](https://github.com/FilipePS/Traduzir-paginas-web#install) * ⭐ **[Kapital Sin](https://www.kapitalsin.com/forum/index.php?board=5.0)** / Use [Translator](https://github.com/FilipePS/Traduzir-paginas-web#install)
* ⭐ **[RuTracker](https://rutracker.org/forum/viewforum.php?f=1381)** / [Translator](https://github.com/FilipePS/Traduzir-paginas-web#install) / [Wiki](http://rutracker.wiki/) / [Rules](https://rutracker.org/forum/viewtopic.php?t=1045) * ⭐ **[The Book of Secret Knowledge](https://github.com/trimstray/the-book-of-secret-knowledge)**
* ⭐ **[Linux Software CSE](https://cse.google.com/cse?cx=81bd91729fe2a412b)** - Multi-Site Software Search * ⭐ **[Linux Software CSE](https://cse.google.com/cse?cx=81bd91729fe2a412b)** - Multi-Site Software Search
* [Awesome Linux Minimalism](https://github.com/knassar702/awesome-linux-minimalism) - FOSS Software * [Awesome Linux Minimalism](https://github.com/knassar702/awesome-linux-minimalism) - FOSS Software
* [Awesome KDE](https://github.com/francoism90/awesome-kde) - FOSS Software * [Awesome KDE](https://github.com/francoism90/awesome-kde) - FOSS Software
* [FOSS Torrents](https://fosstorrents.com/) - FOSS Software Torrents * [FOSS Torrents](https://fosstorrents.com/) - FOSS Software Torrents
* [Linux FOSS Image](https://i.ibb.co/KyTkKHz/ae00a5177857.png) - FOSS Software List * [Linux FOSS Image](https://i.ibb.co/KyTkKHz/ae00a5177857.png) - FOSS Software List
* [KDE Applications](https://apps.kde.org/) - KDE Apps * [KDE Applications](https://apps.kde.org/) - KDE Apps
* [The Book of Secret Knowledge](https://github.com/trimstray/the-book-of-secret-knowledge)
* [Ultimate Cheatsheet](https://gist.github.com/bgoonz/be5c5be77169ef333b431bc37d331176) * [Ultimate Cheatsheet](https://gist.github.com/bgoonz/be5c5be77169ef333b431bc37d331176)
* [LinuxAlt](https://www.linuxalt.com/) * [LinuxAlt](https://www.linuxalt.com/)
* [Plan9Port](https://9fans.github.io/plan9port/) / [GitHub](https://github.com/9fans/plan9port) * [Plan9Port](https://9fans.github.io/plan9port/) / [GitHub](https://github.com/9fans/plan9port)
@ -192,7 +200,7 @@ Tool Index / [Discord](https://discord.gg/pQVYgjzM3w)
* [SnapCraft](https://snapcraft.io/store) - Snap Repository * [SnapCraft](https://snapcraft.io/store) - Snap Repository
* [GearLever](https://flathub.org/apps/it.mijorus.gearlever) or [AppImageLauncher](https://github.com/TheAssassin/AppImageLauncher) - Appimage Managers * [GearLever](https://flathub.org/apps/it.mijorus.gearlever) or [AppImageLauncher](https://github.com/TheAssassin/AppImageLauncher) - Appimage Managers
* [NixOS](https://nixos.org/) / [Manager](https://github.com/nix-community/home-manager), [AppImagePool](https://github.com/prateekmedia/appimagepool), [Zap](https://zap.srev.in) / [GitHub](https://github.com/srevinsaju/zap), [pkgx](https://pkgx.sh/), [AM](https://github.com/ivan-hc/AM) or [Homebrew](https://brew.sh/) - Package Managers * [NixOS](https://nixos.org/) / [Manager](https://github.com/nix-community/home-manager), [AppImagePool](https://github.com/prateekmedia/appimagepool), [Zap](https://zap.srev.in) / [GitHub](https://github.com/srevinsaju/zap), [pkgx](https://pkgx.sh/), [AM](https://github.com/ivan-hc/AM) or [Homebrew](https://brew.sh/) - Package Managers
* [cheat.sh](http://cheat.sh/) - App Repos * [cheat.sh](http://cheat.sh/) - App Repos / [GitHub](https://github.com/chubin/cheat.sh)
* [AppImageHub](https://www.appimagehub.com/), [AppImages](https://appimage.github.io/) or [Get AppImage](https://g.srev.in/get-appimage/) - Download Appimages * [AppImageHub](https://www.appimagehub.com/), [AppImages](https://appimage.github.io/) or [Get AppImage](https://g.srev.in/get-appimage/) - Download Appimages
* [yay](https://wiki.archlinux.org/title/AUR_helpers) - Arch User Repository Helpers * [yay](https://wiki.archlinux.org/title/AUR_helpers) - Arch User Repository Helpers
* [Apps for GNOME](https://apps.gnome.org/) - GNOME Apps * [Apps for GNOME](https://apps.gnome.org/) - GNOME Apps
@ -208,6 +216,7 @@ Tool Index / [Discord](https://discord.gg/pQVYgjzM3w)
* ⭐ **[Haruna](https://apps.kde.org/haruna/)** or **[Celluloid](https://github.com/celluloid-player/celluloid)** - MPV Frontends * ⭐ **[Haruna](https://apps.kde.org/haruna/)** or **[Celluloid](https://github.com/celluloid-player/celluloid)** - MPV Frontends
* ⭐ **[Kdenlive](https://apps.kde.org/kdenlive/)** or [Flowblade](https://jliljebl.github.io/flowblade/) - Video Editors * ⭐ **[Kdenlive](https://apps.kde.org/kdenlive/)** or [Flowblade](https://jliljebl.github.io/flowblade/) - Video Editors
* [MultiPlex](https://github.com/pojntfx/multiplex) - Torrent Watch Party / Use VPN * [MultiPlex](https://github.com/pojntfx/multiplex) - Torrent Watch Party / Use VPN
* [MPV Shim](https://github.com/iwalton3/plex-mpv-shim) - Cast Plex to MPV
* [Gromit MPX](https://github.com/bk138/gromit-mpx) - Screen Annotation * [Gromit MPX](https://github.com/bk138/gromit-mpx) - Screen Annotation
* [Spectacle](https://apps.kde.org/spectacle/) - Screen Recorder / Clipping * [Spectacle](https://apps.kde.org/spectacle/) - Screen Recorder / Clipping
* [AV Linux](https://www.bandshed.net/avlinux/) - Video / Audio Editor * [AV Linux](https://www.bandshed.net/avlinux/) - Video / Audio Editor
@ -226,6 +235,7 @@ Tool Index / [Discord](https://discord.gg/pQVYgjzM3w)
* 🌐 **[Awesome Linux Audio](https://gitlab.com/nodiscc/awesome-linuxaudio)** - Live Audio Resources * 🌐 **[Awesome Linux Audio](https://gitlab.com/nodiscc/awesome-linuxaudio)** - Live Audio Resources
* ⭐ **[SpotX-Bash](https://github.com/SpotX-Official/SpotX-Bash)**, [spotify-adblock](https://github.com/abba23/spotify-adblock) or [SpotifyNoPremium](https://github.com/Daksh777/SpotifyNoPremium) - Spotify Adblockers * ⭐ **[SpotX-Bash](https://github.com/SpotX-Official/SpotX-Bash)**, [spotify-adblock](https://github.com/abba23/spotify-adblock) or [SpotifyNoPremium](https://github.com/Daksh777/SpotifyNoPremium) - Spotify Adblockers
* ⭐ **[SongRec](https://github.com/marin-m/SongRec)** or [Mousai](https://github.com/SeaDve/Mousai) - Song Identifiers * ⭐ **[SongRec](https://github.com/marin-m/SongRec)** or [Mousai](https://github.com/SeaDve/Mousai) - Song Identifiers
* [puddletag](https://docs.puddletag.net/) - Metadata Organizer
* [Tidal Hi-Fi](https://github.com/Mastermindzh/tidal-hifi) - Hi-Fi Tidal for Linux * [Tidal Hi-Fi](https://github.com/Mastermindzh/tidal-hifi) - Hi-Fi Tidal for Linux
* [cmus](https://cmus.github.io/) - Audio Player * [cmus](https://cmus.github.io/) - Audio Player
* [Tauon Music Box](https://tauonmusicbox.rocks/) - Audio Player * [Tauon Music Box](https://tauonmusicbox.rocks/) - Audio Player
@ -233,16 +243,17 @@ Tool Index / [Discord](https://discord.gg/pQVYgjzM3w)
* [Audacious](https://audacious-media-player.org/) - Audio Player * [Audacious](https://audacious-media-player.org/) - Audio Player
* [Rhythmbox](https://wiki.gnome.org/Apps/Rhythmbox) - Audio Player * [Rhythmbox](https://wiki.gnome.org/Apps/Rhythmbox) - Audio Player
* [Amberol](https://gitlab.gnome.org/World/amberol) - Audio Player * [Amberol](https://gitlab.gnome.org/World/amberol) - Audio Player
* [Subsonic](https://github.com/twostraws/Subsonic) - Audio Player * [Subsonic](https://github.com/twostraws/Subsonic) - Audio Player / [Import Spotify](https://github.com/blastbeng/spotisub)
* [Fooyin](https://github.com/ludouzi/fooyin) - Audio Player * [Fooyin](https://github.com/ludouzi/fooyin) - Audio Player
* [g4music](https://gitlab.gnome.org/neithern/g4music) - Audio Player * [g4music](https://gitlab.gnome.org/neithern/g4music) - Audio Player
* [dopamine](https://github.com/digimezzo/dopamine) - Audio Player * [dopamine](https://github.com/digimezzo/dopamine) - Audio Player
* [AudioTube](https://invent.kde.org/multimedia/audiotube) - Audio Player * [AudioTube](https://invent.kde.org/multimedia/audiotube) - Audio Player
* [Kew](https://github.com/ravachol/kew) - Audio Player TUI * [MOC](http://moc.daper.net/) or [Kew](https://github.com/ravachol/kew) - TUI Audio Players
* [Monophony](https://gitlab.com/zehkira/monophony) - YouTube Music Client * [Monophony](https://gitlab.com/zehkira/monophony) - YouTube Music Client
* [ytermusic](https://github.com/ccgauche/ytermusic/) - YouTube Music Downloader * [ytermusic](https://github.com/ccgauche/ytermusic/) - YouTube Music Downloader
* [Deezer Linux](https://github.com/aunetx/deezer-linux) or [DZR](https://github.com/yne/dzr) - Deezer Clients * [Deezer Linux](https://github.com/aunetx/deezer-linux) or [DZR](https://github.com/yne/dzr) - Deezer Clients
* [MusicPod](https://github.com/ubuntu-flutter-community/musicpod) - Podcast / Radio Player * [MusicPod](https://github.com/ubuntu-flutter-community/musicpod) - Podcast / Radio Player
* [Shortwave](https://flathub.org/apps/de.haeckerfelix.Shortwave) or [QMPlay2](https://github.com/zaps166/QMPlay2) - Radio Players
* [HeadsetControl](https://github.com/Sapd/HeadsetControl) - Headset Settings Manager * [HeadsetControl](https://github.com/Sapd/HeadsetControl) - Headset Settings Manager
* [Pipewire](https://wiki.archlinux.org/title/PipeWire#Noise_suppression_for_voice) / [Plugins](https://github.com/wwmm/easyeffects) or [NoiseTorch](https://github.com/noisetorch/NoiseTorch) - Noise Suppression Software * [Pipewire](https://wiki.archlinux.org/title/PipeWire#Noise_suppression_for_voice) / [Plugins](https://github.com/wwmm/easyeffects) or [NoiseTorch](https://github.com/noisetorch/NoiseTorch) - Noise Suppression Software
* [Qtractor](https://qtractor.org/) - Audio Editor * [Qtractor](https://qtractor.org/) - Audio Editor
@ -259,7 +270,6 @@ Tool Index / [Discord](https://discord.gg/pQVYgjzM3w)
## ▷ Linux Images ## ▷ Linux Images
* ⭐ **[Flameshot](https://flameshot.org/)** or [Scrot](https://github.com/resurrecting-open-source-projects/scrot) - Screenshot Tools * ⭐ **[Flameshot](https://flameshot.org/)** or [Scrot](https://github.com/resurrecting-open-source-projects/scrot) - Screenshot Tools
* ⭐ **[TextSnatcher](https://textsnatcher.rf.gd/)** or [Frog](https://getfrog.app/) / [GitHub](https://github.com/TenderOwl/Frog/) - Image to Text
* [photoshopCClinux](https://github.com/Gictorbit/photoshopCClinux) - Linux Photoshop Installer * [photoshopCClinux](https://github.com/Gictorbit/photoshopCClinux) - Linux Photoshop Installer
* [V4L2Loopback](https://github.com/umlaeute/v4l2loopback) - Create Virtual Cameras * [V4L2Loopback](https://github.com/umlaeute/v4l2loopback) - Create Virtual Cameras
* [Drawing](https://maoschanz.github.io/drawing/) - Drawing App * [Drawing](https://maoschanz.github.io/drawing/) - Drawing App
@ -275,21 +285,22 @@ Tool Index / [Discord](https://discord.gg/pQVYgjzM3w)
## ▷ Linux Gaming ## ▷ Linux Gaming
* 🌐 **[Awesome-ttygames](https://github.com/ligurio/awesome-ttygames)** - Unix ASCII Games * 🌐 **[Awesome-ttygames](https://github.com/ligurio/awesome-ttygames)** - Unix ASCII Games
Linux Gaming Guide
* 🌐 **[Are We Anti-Cheat Yet?](https://areweanticheatyet.com/)** - Anti-Cheat Game Database / GNU/Linux & Wine/Proton Compatibility * 🌐 **[Are We Anti-Cheat Yet?](https://areweanticheatyet.com/)** - Anti-Cheat Game Database / GNU/Linux & Wine/Proton Compatibility
* ⭐ **[Comprehensive Gaming Guide](https://linux-gaming.kwindu.eu/index.php?title=Main_Page)** / [2](https://github.com/rimsiw/linux-gaming-omg) / [3](https://web.archive.org/web/20221022121735/https://www.reddit.com/r/Piracy/comments/ndrtlf/comment/gyccwhk/?context=3) / [4](https://www.reddit.com/r/LinuxCrackSupport/wiki/index) - Linux Gaming Guides * ⭐ **[Comprehensive Gaming Guide](https://linux-gaming.kwindu.eu/index.php?title=Main_Page)** / [2](https://github.com/rimsiw/linux-gaming-omg) / [3](https://web.archive.org/web/20221022121735/https://www.reddit.com/r/Piracy/comments/ndrtlf/comment/gyccwhk/?context=3) / [4](https://www.reddit.com/r/LinuxCrackSupport/wiki/index) - Linux Gaming Guides
* ⭐ **[protondb](https://www.protondb.com/)**- Proton Compatibility Descriptions / [Steam Extension](https://github.com/Trsnaqe/protondb-community-extension) * ⭐ **[protondb](https://www.protondb.com/)** - Proton Compatibility / [Steam Extension](https://github.com/Trsnaqe/protondb-community-extension)
* ⭐ **[Lutris](https://lutris.net/)** - Games Manager * ⭐ **[Lutris](https://lutris.net/)** - Games Manager
* ⭐ **[proton-ge-custom](https://github.com/GloriousEggroll/proton-ge-custom)** - Play Windows Games on Linux / [Guide](https://www.reddit.com/r/LinuxCrackSupport/comments/yqfirv/how_to_install_fitgirl_or_dodi_windows_repacks_in/) * ⭐ **[proton-ge-custom](https://github.com/GloriousEggroll/proton-ge-custom)** - Play Windows Games on Linux / [Guide](https://www.reddit.com/r/LinuxCrackSupport/comments/yqfirv/how_to_install_fitgirl_or_dodi_windows_repacks_in/)
* ⭐ **[ProtonUp-QT](https://github.com/DavidoTek/ProtonUp-Qt/)** - Install / Manage Proton-GE for Steam and Wine-GE for Lutris * ⭐ **[ProtonUp-QT](https://github.com/DavidoTek/ProtonUp-Qt/)** - Install / Manage Proton-GE for Steam and Wine-GE for Lutris
* ⭐ **[Kapital Sin](https://www.kapitalsin.com/forum/index.php?board=4.0)** - Linux Games / Use [Translator](https://github.com/FilipePS/Traduzir-paginas-web#install) * ⭐ **[Kapital Sin](https://www.kapitalsin.com/forum/index.php?board=4.0)** - Linux Games / Use [Translator](https://github.com/FilipePS/Traduzir-paginas-web#install)
* ⭐ **[Torrminatorr](https://forum.torrminatorr.com/)** - Linux Games * ⭐ **[Torrminatorr](https://forum.torrminatorr.com/)** - Linux Games
* ⭐ **[johncena141](https://1337x.to/user/johncena141/)** - Linux Games / [Support](https://gitlab.com/jc141x/portal) * ⭐ **[johncena141](https://1337x.to/user/johncena141/)** - Linux Games / [Search](https://games.melroy.org/) / [Support](https://gitlab.com/jc141x/portal)
* [linuxgames](https://rentry.co/FMHYBase64#linux-games) - Linux Games
* [GameHub](https://tkashkin.github.io/projects/gamehub/), [Gnome Games](https://wiki.gnome.org/Apps/Games), [UnderTaker141](https://github.com/AbdelrhmanNile/UnderTaker141) or [Steal](https://github.com/AbdelrhmanNile/steal) - Game Libraries / Launchers * [GameHub](https://tkashkin.github.io/projects/gamehub/), [Gnome Games](https://wiki.gnome.org/Apps/Games), [UnderTaker141](https://github.com/AbdelrhmanNile/UnderTaker141) or [Steal](https://github.com/AbdelrhmanNile/steal) - Game Libraries / Launchers
* [RuTracker](https://rutracker.org/forum/viewforum.php?f=899) - Linux Games / [Translator](https://github.com/FilipePS/Traduzir-paginas-web#install) / [Wiki](http://rutracker.wiki/) / [Rules](https://rutracker.org/forum/viewtopic.php?t=1045) * [RuTracker](https://rutracker.org/forum/viewforum.php?f=899) - Linux Games / [Translator](https://github.com/FilipePS/Traduzir-paginas-web#install) / [Wiki](http://rutracker.wiki/) / [Rules](https://rutracker.org/forum/viewtopic.php?t=1045)
* [winesapOS](https://github.com/LukeShortCloud/winesapOS) - Play Games on Storage Devices * [winesapOS](https://github.com/LukeShortCloud/winesapOS) - Play Games on Storage Devices
* [Gamebuntu](https://discourse.ubuntu.com/t/gamebuntu/25544/13) - Setup Gaming Environment on Ubuntu / [GitLab](https://gitlab.com/rswat09/gamebuntu) * [Gamebuntu](https://discourse.ubuntu.com/t/gamebuntu/25544/13) - Setup Gaming Environment on Ubuntu / [GitLab](https://gitlab.com/rswat09/gamebuntu)
* [wine-wayland](https://github.com/varmd/wine-wayland) - Play DX9/DX11 / Vulkan Games * [wine-wayland](https://github.com/varmd/wine-wayland) - Play DX9/DX11 / Vulkan Games
* [CreamLinux](https://github.com/anticitizn/creamlinux) - Steam DLC Unlocker / [Installer](https://github.com/Novattz/creamlinux-installer)
* [steam-tui](https://github.com/dmadisetti/steam-tui) - Rust TUI for Steam * [steam-tui](https://github.com/dmadisetti/steam-tui) - Rust TUI for Steam
* [steam-cli](https://github.com/berenm/steam-cli) - CLI for Steam * [steam-cli](https://github.com/berenm/steam-cli) - CLI for Steam
* [Luxtorpeda](https://github.com/luxtorpeda-dev/luxtorpeda) or [Boxtron](https://github.com/dreamer/boxtron) - Run Steam Games on Linux * [Luxtorpeda](https://github.com/luxtorpeda-dev/luxtorpeda) or [Boxtron](https://github.com/dreamer/boxtron) - Run Steam Games on Linux
@ -301,6 +312,7 @@ Linux Gaming Guide
* [Steam for Linux](https://github.com/ValveSoftware/steam-for-linux) - Steam Linux Beta Issue Tracker * [Steam for Linux](https://github.com/ValveSoftware/steam-for-linux) - Steam Linux Beta Issue Tracker
* [HeroicGamesLauncher](https://heroicgameslauncher.com/) - Epic Games Launcher / [GitHub](https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher) * [HeroicGamesLauncher](https://heroicgameslauncher.com/) - Epic Games Launcher / [GitHub](https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher)
* [Minigalaxy](https://sharkwouter.github.io/minigalaxy/) - GOG Client * [Minigalaxy](https://sharkwouter.github.io/minigalaxy/) - GOG Client
* [Sober](https://sober.vinegarhq.org/) - Roblox Linux Port / [Vinegar (Studio Only)](https://vinegarhq.org/)
* [Limo](https://github.com/limo-app/limo) - Nexus Mods Manager for Linux * [Limo](https://github.com/limo-app/limo) - Nexus Mods Manager for Linux
* [CWordle](https://github.com/velorek1/cwordle) - Wordle in Unix Terminal * [CWordle](https://github.com/velorek1/cwordle) - Wordle in Unix Terminal
* [NVBurner](https://github.com/iloveichigo/NVBurner) or [CoreCTRL](https://gitlab.com/corectrl/corectrl) - Overclocking Tool * [NVBurner](https://github.com/iloveichigo/NVBurner) or [CoreCTRL](https://gitlab.com/corectrl/corectrl) - Overclocking Tool
@ -310,9 +322,6 @@ Linux Gaming Guide
* [Gamemode](https://github.com/FeralInteractive/gamemode) - Linux System Optimizer * [Gamemode](https://github.com/FeralInteractive/gamemode) - Linux System Optimizer
* [LibreGaming](https://github.com/Ahmed-Al-Balochi/LibreGaming) - Linux Game Package Downloader * [LibreGaming](https://github.com/Ahmed-Al-Balochi/LibreGaming) - Linux Game Package Downloader
* [PortMaster](https://portmaster.games/) - Port Games to Linux Handheld Devices / [Discord](https://discord.gg/JxYBp9HTAY) * [PortMaster](https://portmaster.games/) - Port Games to Linux Handheld Devices / [Discord](https://discord.gg/JxYBp9HTAY)
* [Prism43](https://github.com/DomHeadroom/Prism43) - Prism Launcher / Unlocker
* [mcpelauncher](https://github.com/minecraft-linux/mcpelauncher-manifest) - Minecraft Android Bedrock Edition Launcher for Linux
* [VinegarHQ](https://vinegarhq.org/) - Bootstrapper for Roblox / [Studio Only](https://vinegarhq.org/Home/rol_faq.html) / [Sober](https://sober.vinegarhq.org/)
* [Anime Game Launcher](https://github.com/an-anime-team/an-anime-game-launcher) - Genshin Impact Launcher / [Discord](https://discord.gg/ck37X6UWBp) * [Anime Game Launcher](https://github.com/an-anime-team/an-anime-game-launcher) - Genshin Impact Launcher / [Discord](https://discord.gg/ck37X6UWBp)
* [among-sus](https://git.sr.ht/~martijnbraam/among-sus) - Play Among Us in Your Terminal * [among-sus](https://git.sr.ht/~martijnbraam/among-sus) - Play Among Us in Your Terminal
* [Gameboy.live](https://github.com/HFO4/gameboy.live) - Terminal Game Boy Emulator * [Gameboy.live](https://github.com/HFO4/gameboy.live) - Terminal Game Boy Emulator
@ -348,12 +357,13 @@ Linux Gaming Guide
* [wireguird](https://github.com/UnnoTed/wireguird) - Wireguard GTK GUI * [wireguird](https://github.com/UnnoTed/wireguird) - Wireguard GTK GUI
* [Netbird](https://github.com/netbirdio/netbird) or [vnStat](https://github.com/vergoh/vnstat) - Network Monitors * [Netbird](https://github.com/netbirdio/netbird) or [vnStat](https://github.com/vergoh/vnstat) - Network Monitors
* [Howdy](https://github.com/boltgolt/howdy) - Linux Facial Authentication * [Howdy](https://github.com/boltgolt/howdy) - Linux Facial Authentication
* [USBGuard](https://github.com/USBGuard/usbguard) - Implement USB Device Authorization Policies
* [ShuffleStacks](https://shufflecake.net/) - Create Hidden Volumes * [ShuffleStacks](https://shufflecake.net/) - Create Hidden Volumes
* [Collision](https://flathub.org/apps/details/dev.geopjr.Collision) - Check File Hashes * [Collision](https://flathub.org/apps/details/dev.geopjr.Collision) - Check File Hashes
* [WhoAmI Project](https://owerdogan.github.io/whoami-project) - Privacy / Anonymity Tool / [GitHub](https://github.com/owerdogan/whoami-project) * [WhoAmI Project](https://owerdogan.github.io/whoami-project) - Privacy / Anonymity Tool / [GitHub](https://github.com/owerdogan/whoami-project)
* [Yubikey Full Disk Encryption](https://github.com/agherzan/yubikey-full-disk-encryption) - Use YubiKey to unlock a LUKS Partition * [Yubikey Full Disk Encryption](https://github.com/agherzan/yubikey-full-disk-encryption) - Use YubiKey to unlock a LUKS Partition
* [DNSWarden](https://dnswarden.com/) - DNS Adblocking / [GitHub](https://github.com/bhanupratapys/dnswarden) * [DNSWarden](https://dnswarden.com/) - DNS Adblocking / [GitHub](https://github.com/bhanupratapys/dnswarden)
* [Firejail](https://firejail.wordpress.com/) or [Bubblewrap](https://github.com/containers/bubblewrap) - Sandboxing tools * [Firejail](https://firejail.wordpress.com/) or [Bubblewrap](https://github.com/containers/bubblewrap) - Sandboxing Tools
* [GoogleTeller](https://github.com/berthubert/googerteller) - Google Tracking Notifications * [GoogleTeller](https://github.com/berthubert/googerteller) - Google Tracking Notifications
*** ***
@ -377,13 +387,15 @@ Linux Gaming Guide
* [gopass](https://www.gopass.pw/) - CLI Password Manager * [gopass](https://www.gopass.pw/) - CLI Password Manager
* [KGet](https://apps.kde.org/kget/), [Varia](https://github.com/giantpinkrobots/varia) or [GabutDM](https://github.com/gabutakut/gabutdm) - Download Managers * [KGet](https://apps.kde.org/kget/), [Varia](https://github.com/giantpinkrobots/varia) or [GabutDM](https://github.com/gabutakut/gabutdm) - Download Managers
* [easy-google-drive-downloader](https://github.com/mzramna/easy-google-drive-downloader) or [GDown](https://github.com/wkentaro/gdown) - Google Drive Downloader * [easy-google-drive-downloader](https://github.com/mzramna/easy-google-drive-downloader) or [GDown](https://github.com/wkentaro/gdown) - Google Drive Downloader
* [google-drive-ocamlfuse](https://github.com/astrada/google-drive-ocamlfuse) - Mount GDrive * [google-drive-ocamlfuse](https://github.com/astrada/google-drive-ocamlfuse) - Mount Google Drive
* [maestral](https://maestral.app/) - Dropbox Client * [maestral](https://maestral.app/) - Dropbox Client
[SeaFile](https://github.com/ZizzyDizzyMC/linx-server/) - Self-Hosted Cloud Storage * [SeaFile](https://github.com/ZizzyDizzyMC/linx-server/) - Self-Hosted Cloud Storage
* [apt-fast](https://github.com/ilikenwf/apt-fast) - APT Download Accelerator * [apt-fast](https://github.com/ilikenwf/apt-fast) - APT Download Accelerator
* [Nala](https://gitlab.com/volian/nala) - APT Frontend * [Nala](https://gitlab.com/volian/nala) - APT Frontend
* [aMule](https://www.amule.org/) - eMule-like P2P Client * [aMule](https://www.amule.org/) - eMule-like P2P Client
* [Linux Router](https://github.com/garywill/linux-router) - Set Linux as Router * [Linux Router](https://github.com/garywill/linux-router) - Set Linux as Router
* [1Panel](https://1panel.hk/) - Linux Server Management Tool / [GitHub](https://github.com/1Panel-dev/1Panel)
* [Proxmox](https://www.proxmox.com/en/) - Self-Hosted Server Tools / [Scripts](https://community-scripts.github.io/ProxmoxVE/)
* [Wayland](https://wayland.freedesktop.org/) - Linux Display Server Protocol / [Tools](https://wearewaylandnow.com/) * [Wayland](https://wayland.freedesktop.org/) - Linux Display Server Protocol / [Tools](https://wearewaylandnow.com/)
* [EasyPanel](https://easypanel.io/) - Server Control Panel * [EasyPanel](https://easypanel.io/) - Server Control Panel
* [Free Cloud Linux Server](https://rentry.co/FMHYBase64#free-cloud-linux-server) - Free Cloud Server Guide * [Free Cloud Linux Server](https://rentry.co/FMHYBase64#free-cloud-linux-server) - Free Cloud Server Guide
@ -405,12 +417,12 @@ Linux Gaming Guide
* [gurk-rs](https://github.com/boxdot/gurk-rs) - Signal Client * [gurk-rs](https://github.com/boxdot/gurk-rs) - Signal Client
* [ZapZap](https://rtosta.com/zapzap-web/) - WhatsApp Client / [GitHub](https://github.com/rafatosta/zapzap) * [ZapZap](https://rtosta.com/zapzap-web/) - WhatsApp Client / [GitHub](https://github.com/rafatosta/zapzap)
* [YouTube-Viewer](https://github.com/trizen/youtube-viewer), [Pipe Viewer](https://github.com/trizen/pipe-viewer) or [Pipeline](https://gitlab.com/schmiddi-on-mobile/pipeline) - YouTube Clients * [YouTube-Viewer](https://github.com/trizen/youtube-viewer), [Pipe Viewer](https://github.com/trizen/pipe-viewer) or [Pipeline](https://gitlab.com/schmiddi-on-mobile/pipeline) - YouTube Clients
* [GrayJay](https://grayjay.app/desktop/) - Combines YouTube, Twitch, Rumble etc.
* [BetterDiscordctl](https://github.com/bb010g/betterdiscordctl) - Modded Discord Client / [Guide](https://gist.github.com/ObserverOfTime/d7e60eb9aa7fe837545c8cb77cf31172) * [BetterDiscordctl](https://github.com/bb010g/betterdiscordctl) - Modded Discord Client / [Guide](https://gist.github.com/ObserverOfTime/d7e60eb9aa7fe837545c8cb77cf31172)
* [Nextcord](https://docs.nextcord.dev/) - Discord API Wrapper * [Nextcord](https://docs.nextcord.dev/) - Discord API Wrapper
* [Discover](https://github.com/trigg/Discover) - Discord Overlay * [Discover](https://github.com/trigg/Discover) - Discord Overlay
* [dvm](https://github.com/diced/dvm) - Discord Version Manager * [dvm](https://github.com/diced/dvm) - Discord Version Manager
* [Rofimoji](https://github.com/fdw/rofimoji), [Shmoji](https://github.com/biox/shmoji) - Emoji CLI's * [Rofimoji](https://github.com/fdw/rofimoji), [Shmoji](https://github.com/biox/shmoji) - Emoji CLIs
* [Flash 32 Download](https://pastebin.com/0fNaeceW)
*** ***
@ -424,6 +436,7 @@ Linux Gaming Guide
* [Collector](https://mijorus.it/projects/collector/) - File Drag & Drop * [Collector](https://mijorus.it/projects/collector/) - File Drag & Drop
* [Bash Upload](https://bashupload.com/) - Bash File Upload 50GB / 3 days * [Bash Upload](https://bashupload.com/) - Bash File Upload 50GB / 3 days
* [z](https://github.com/rupa/z) - Track Most used Directories * [z](https://github.com/rupa/z) - Track Most used Directories
* [lnav](https://lnav.org/) - Log File Viewer / Analyzer / [GitHub](https://github.com/tstack/lnav) / [Discord](https://discord.gg/erBPnKwz7R)
* [p7zip](https://p7zip.sourceforge.net/), [GNU Gzip](https://www.gnu.org/software/gzip/) or [pigz](https://zlib.net/pigz/) - File Archivers / Unzippers * [p7zip](https://p7zip.sourceforge.net/), [GNU Gzip](https://www.gnu.org/software/gzip/) or [pigz](https://zlib.net/pigz/) - File Archivers / Unzippers
* [Pika Backup](https://gitlab.gnome.org/World/pika-backup/) - File Backup Tool * [Pika Backup](https://gitlab.gnome.org/World/pika-backup/) - File Backup Tool
* [Curlew](https://curlew.sourceforge.io/) - File Converter * [Curlew](https://curlew.sourceforge.io/) - File Converter
@ -455,7 +468,7 @@ Linux Gaming Guide
* 🌐 **[Awesome Shell](https://github.com/alebcay/awesome-shell)**, [tldr](https://github.com/tldr-pages/tldr/) or [AltBox](https://altbox.dev/) - Linux Shell Resources * 🌐 **[Awesome Shell](https://github.com/alebcay/awesome-shell)**, [tldr](https://github.com/tldr-pages/tldr/) or [AltBox](https://altbox.dev/) - Linux Shell Resources
* 🌐 **[Awesome TUIs](https://github.com/rothgar/awesome-tuis)** or [TerminalTrove](https://terminaltrove.com/) - List of TUIs * 🌐 **[Awesome TUIs](https://github.com/rothgar/awesome-tuis)** or [TerminalTrove](https://terminaltrove.com/) - List of TUIs
* ↪️ **[Linux Shell Index](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_command_line_shells)** or [Modern Unix](https://github.com/ibraheemdev/modern-unix) * ↪️ **[Linux Shell Index](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_command_line_shells)** or [Modern Unix](https://github.com/ibraheemdev/modern-unix)
* ⭐ **[Alacritty](https://alacritty.org)**, **[Kitty](https://sw.kovidgoyal.net/kitty/overview/)**, [Simple Terminal](https://st.suckless.org/), [Wave](https://www.waveterm.dev/), [yakuake](https://apps.kde.org/yakuake/), [emacs-eat](https://codeberg.org/akib/emacs-eat) or [tabby](https://tabby.sh/) - Linux Terminals * ⭐ **[Alacritty](https://alacritty.org)**, **[Kitty](https://sw.kovidgoyal.net/kitty/overview/)**, [Simple Terminal](https://st.suckless.org/), [Wave](https://www.waveterm.dev/), [Ghostty](https://ghostty.org/), [yakuake](https://apps.kde.org/yakuake/), [emacs-eat](https://codeberg.org/akib/emacs-eat) or [tabby](https://tabby.sh/) - Linux Terminals Emulators
* ⭐ **[Shell GPT](https://github.com/TheR1D/shell_gpt)**, [2](https://github.com/jiacai2050/shellgpt) - AI Terminal Chatbot / GPT * ⭐ **[Shell GPT](https://github.com/TheR1D/shell_gpt)**, [2](https://github.com/jiacai2050/shellgpt) - AI Terminal Chatbot / GPT
* [Liquidprompt](https://github.com/liquidprompt/liquidprompt) - Bash / Zsh Prompt * [Liquidprompt](https://github.com/liquidprompt/liquidprompt) - Bash / Zsh Prompt
* [utils](https://github.com/Loupeznik/utils) or [UsefulLinuxShellScripts](https://github.com/jackrabbit335/UsefulLinuxShellScripts) - Linux Shell Tool Scripts * [utils](https://github.com/Loupeznik/utils) or [UsefulLinuxShellScripts](https://github.com/jackrabbit335/UsefulLinuxShellScripts) - Linux Shell Tool Scripts
@ -469,14 +482,13 @@ Linux Gaming Guide
* [bash-it](https://github.com/Bash-it/bash-it) or [Bashly](https://bashly.dannyb.co/) - Bash Frameworks * [bash-it](https://github.com/Bash-it/bash-it) or [Bashly](https://bashly.dannyb.co/) - Bash Frameworks
* [zx](https://google.github.io/zx/) or [dax](https://github.com/dsherret/dax) - Write Complex Scripts * [zx](https://google.github.io/zx/) or [dax](https://github.com/dsherret/dax) - Write Complex Scripts
* [Basher](https://www.basher.it/) or [bpkg](https://bpkg.sh/) - Bash Package Manager * [Basher](https://www.basher.it/) or [bpkg](https://bpkg.sh/) - Bash Package Manager
* [yakuake](https://apps.kde.org/yakuake/) - Terminal Emulator
* [XTerm](https://invisible-island.net/xterm/) - X Window System Terminal Emulator * [XTerm](https://invisible-island.net/xterm/) - X Window System Terminal Emulator
* [hush](https://github.com/hush-shell/hush) - Unix Shell * [hush](https://github.com/hush-shell/hush) - Unix Shell
* [Extension Manager](https://mattjakeman.com/apps/extension-manager) - GNOME Shell Extensions * [Extension Manager](https://mattjakeman.com/apps/extension-manager) - GNOME Shell Extensions
* [Distrobox](https://distrobox.it/) - Use Distros via Terminal * [Distrobox](https://distrobox.it/) - Use Distros via Terminal
* [htop](https://htop.dev/) or [Zenith](https://github.com/bvaisvil/zenith) - Interactive Process Viewers * [htop](https://htop.dev/) or [Zenith](https://github.com/bvaisvil/zenith) - Interactive Process Viewers
* [eza](https://eza.rocks/) - Modern ls replacement * [eza](https://eza.rocks/) - Modern ls replacement
* [explainshell.com](https://explainshell.com/) or [shell.how](https://www.shell.how/) - Match Command-Line Arguments to Help Text * [explainshell.com](https://explainshell.com/) - Match Command-Line Arguments to Help Text
* [PowerShell](https://github.com/powershell/powershell) - PowerShell * [PowerShell](https://github.com/powershell/powershell) - PowerShell
* [Tmux](https://github.com/tmux/tmux) - Terminal Multiplexer / [Cheatsheet](https://tmuxcheatsheet.com/) * [Tmux](https://github.com/tmux/tmux) - Terminal Multiplexer / [Cheatsheet](https://tmuxcheatsheet.com/)
* [Zellij](https://zellij.dev/) - Terminal Workspace * [Zellij](https://zellij.dev/) - Terminal Workspace
@ -485,7 +497,6 @@ Linux Gaming Guide
* [atuin](https://atuin.sh/) - Shell History Management / [GitHub](https://github.com/atuinsh/atuin) * [atuin](https://atuin.sh/) - Shell History Management / [GitHub](https://github.com/atuinsh/atuin)
* [cbonsai](https://gitlab.com/jallbrit/cbonsai) - Generate Bonsai Trees in Terminal * [cbonsai](https://gitlab.com/jallbrit/cbonsai) - Generate Bonsai Trees in Terminal
* [pipes.sh](https://pipeseroni.github.io/) or [pipes-rs](https://github.com/lhvy/pipes-rs) - Animated Pipes in Terminal * [pipes.sh](https://pipeseroni.github.io/) or [pipes-rs](https://github.com/lhvy/pipes-rs) - Animated Pipes in Terminal
* [Terminal Locomotive Train](https://pastebin.com/ayrFjrh6) - Train Terminal Easter Egg
*** ***
@ -499,14 +510,14 @@ Linux Gaming Guide
* [Kvantum](https://github.com/tsujan/Kvantum) - Linux QT / KDE Theme Engine * [Kvantum](https://github.com/tsujan/Kvantum) - Linux QT / KDE Theme Engine
* [Polybar (X11)](https://github.com/polybar/polybar) / [Themes](https://github.com/adi1090x/polybar-themes), [Iron Bar](https://github.com/JakeStanger/ironbar) (Wayland) or [Waybar](https://github.com/Alexays/Waybar) (Wayland) - Customizable Status Bars * [Polybar (X11)](https://github.com/polybar/polybar) / [Themes](https://github.com/adi1090x/polybar-themes), [Iron Bar](https://github.com/JakeStanger/ironbar) (Wayland) or [Waybar](https://github.com/Alexays/Waybar) (Wayland) - Customizable Status Bars
* [MacBuntu Transformation Pack](https://www.noobslab.com/2018/08/macbuntu-1804-transformation-pack-ready.html), [2](https://www.noobslab.com/2017/06/macbuntu-transformation-pack-ready-for.html) - Mac Theme * [MacBuntu Transformation Pack](https://www.noobslab.com/2018/08/macbuntu-1804-transformation-pack-ready.html), [2](https://www.noobslab.com/2017/06/macbuntu-transformation-pack-ready-for.html) - Mac Theme
* [Windows-10](https://b00merang.weebly.com/windows-10.html) - Windows 10 Theme
* [xScreensaver](https://www.jwz.org/xscreensaver/) - Linux Screensavers * [xScreensaver](https://www.jwz.org/xscreensaver/) - Linux Screensavers
* [Fondo](https://github.com/calo001/fondo), [varietywalls](https://github.com/varietywalls/variety), [HydraPaper](https://hydrapaper.gabmus.org/), [styli.sh](https://github.com/thevinter/styli.sh) or [Komorebi](https://github.com/cheesecakeufo/komorebi) - Wallpaper Managers * [Fondo](https://github.com/calo001/fondo), [varietywalls](https://github.com/varietywalls/variety), [HydraPaper](https://hydrapaper.gabmus.org/), [styli.sh](https://github.com/thevinter/styli.sh) or [Komorebi](https://github.com/cheesecakeufo/komorebi) - Wallpaper Managers
* [Video Wallpaper](https://github.com/ghostlexly/gpu-video-wallpaper) - Use Videos as Animated Wallpaper * [Video Wallpaper](https://github.com/ghostlexly/gpu-video-wallpaper) or [Hidamari](https://github.com/jeffshee/hidamari) - Use Videos as Animated Wallpapers
* [wallpaper-engine-kde-plugin](https://github.com/catsout/wallpaper-engine-kde-plugin) - Wallpaper Engine KDE Plugin * [wallpaper-engine-kde-plugin](https://github.com/catsout/wallpaper-engine-kde-plugin) - Wallpaper Engine KDE Plugin
* [Polychromatic](https://polychromatic.app/) or [OpenRazer](https://openrazer.github.io/) - Linux System Light Control * [Polychromatic](https://polychromatic.app/) or [OpenRazer](https://openrazer.github.io/) - Linux System Light Control
* [Burn My Windows](https://github.com/Schneegans/Burn-My-Windows) - Window Closing Effects * [Burn My Windows](https://github.com/Schneegans/Burn-My-Windows) - Window Closing Effects
* [theme.sh](https://github.com/lemnos/theme.sh), [NotCurses](https://github.com/dankamongmen/notcurses) / [Wiki](https://nick-black.com/dankwiki/index.php/Notcurses) or [Shell Color Scripts](https://gitlab.com/dwt1/shell-color-scripts) / [2](https://github.com/stark/Color-Scripts) - Custom Terminal Themes * [theme.sh](https://github.com/lemnos/theme.sh), [NotCurses](https://github.com/dankamongmen/notcurses) / [Wiki](https://nick-black.com/dankwiki/index.php/Notcurses) or [Shell Color Scripts](https://gitlab.com/dwt1/shell-color-scripts) / [2](https://github.com/stark/Color-Scripts) - Custom Terminal Themes
* [Gorgeous GRUB](https://github.com/Jacksaur/Gorgeous-GRUB) - GRUB Themes
* [font-manager](https://github.com/FontManager/font-manager) - Font Manager * [font-manager](https://github.com/FontManager/font-manager) - Font Manager
* [Iconic](https://github.com/youpie/Iconic) - Add Folder Icons * [Iconic](https://github.com/youpie/Iconic) - Add Folder Icons
@ -514,34 +525,32 @@ Linux Gaming Guide
# ► Mac Apps # ► Mac Apps
* ⭐ **[gibMacOS](https://github.com/corpnewt/gibMacOS)** - Download macOS * ↪️ **[Multi-Platform Readers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/reading/#wiki_.25B7_ebook_readers)** - Ebook Reader Index
* ⭐ **[gibMacOS](https://github.com/corpnewt/gibMacOS)** or [Mist](https://github.com/ninxsoft/Mist) - Download macOS
* ⭐ **[Readdle](https://readdle.com/documents)** - Multipurpose File Tool * ⭐ **[Readdle](https://readdle.com/documents)** - Multipurpose File Tool
* ⭐ **[PeaZip](https://peazip.github.io/peazip-macos.html)**, [The Unarchiver](https://theunarchiver.com/), [unxip](https://github.com/saagarjha/unxip) or [Keka](https://www.keka.io/) - File Archivers * ⭐ **[PeaZip](https://peazip.github.io/peazip-macos.html)**, [The Unarchiver](https://theunarchiver.com/), [unxip](https://github.com/saagarjha/unxip) or [Keka](https://www.keka.io/) - File Archivers
* ⭐ **[qBittorrent](https://www.qbittorrent.org/)** - Torrent Client / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_qbitorrent_tools) * ⭐ **[qBittorrent](https://www.qbittorrent.org/)** - Torrent Client / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_qbitorrent_tools)
* ⭐ **[NearDrop](https://github.com/grishka/NearDrop)** or [maestral](https://maestral.app/) - File Sharing Apps * ⭐ **[NearDrop](https://github.com/grishka/NearDrop)** or [maestral](https://maestral.app/) - File Sharing Apps
* ⭐ **[shottr](https://shottr.cc/)** or [MagicCap](https://magiccap.me/) - Screenshot Tool * ⭐ **[shottr](https://shottr.cc/)** or [MagicCap](https://magiccap.me/) - Screenshot Tool
* ⭐ **[Aptonic](https://aptonic.com/)** - Mac Productivity App * ⭐ **[Aptonic](https://aptonic.com/)** - Mac Productivity App
* ⭐ **[Alfred](https://www.alfredapp.com/)**, [Quicksilver](https://qsapp.com/), [SOL](https://sol.ospfranco.com/) or [Raycast](https://www.raycast.com/) - Keystroke Launchers * ⭐ **[Alfred](https://www.alfredapp.com/)**, [Albert](https://albertlauncher.github.io/), [Quicksilver](https://qsapp.com/), [SOL](https://sol.ospfranco.com/) or [Raycast](https://www.raycast.com/) - Keystroke Launchers
* ⭐ **[CustomShortcuts](https://www.houdah.com/customShortcuts/)**, [Karabiner-Elements](https://karabiner-elements.pqrs.org/) or [ShortcutKeeper](https://shortcutkeeper.com/) - Custom Keyboard Shortcuts * ⭐ **[CustomShortcuts](https://www.houdah.com/customShortcuts/)**, [Karabiner-Elements](https://karabiner-elements.pqrs.org/) or [ShortcutKeeper](https://shortcutkeeper.com/) - Custom Keyboard Shortcuts
* ⭐ **[alt-tab-macos](https://alt-tab-macos.netlify.app/)** - Alt-Tab for Mac * ⭐ **[alt-tab-macos](https://alt-tab-macos.netlify.app/)** - Alt-Tab for Mac
* ⭐ **[Fantastical](https://flexibits.com/fantastical)** - Calendar
* [Advanced macOS Commands](https://saurabhs.org/advanced-macos-commands) - Advanced Command-Line Tools * [Advanced macOS Commands](https://saurabhs.org/advanced-macos-commands) - Advanced Command-Line Tools
* [Novee](https://github.com/ZhichGaming/Novee) - Anime Streaming App
* [DMHY](https://github.com/yaqinking/DMHY) - Anime Torrent Autodownloader * [DMHY](https://github.com/yaqinking/DMHY) - Anime Torrent Autodownloader
* [Swiftcord](https://swiftcordapp.github.io/Swiftcord/) or [Accord](https://github.com/evelyneee/accord) - Discord Clients
* [Ice Cubes](https://apps.apple.com/us/app/ice-cubes-for-mastodon/id6444915884) - Mastodon Client * [Ice Cubes](https://apps.apple.com/us/app/ice-cubes-for-mastodon/id6444915884) - Mastodon Client
* [Sky.app](https://github.com/jcsalterego/Sky.app) - Bluesky Client
* [Beta Profiles](https://betaprofiles.com/) - Download Pre-Release Versions macOS * [Beta Profiles](https://betaprofiles.com/) - Download Pre-Release Versions macOS
* [CloverBootloader](https://github.com/CloverHackyColor/CloverBootloader/) - Windows, Mac & Linux Bootloader / [Config](https://mackie100projects.altervista.org/) * [CloverBootloader](https://github.com/CloverHackyColor/CloverBootloader/) - Windows, Mac & Linux Bootloader / [Config](https://mackie100projects.altervista.org/)
* [Boot Camp](https://support.apple.com/boot-camp) - Windows Bootloader / [DL Script](https://github.com/timsutton/brigadier) * [Boot Camp](https://support.apple.com/boot-camp) - Windows Bootloader / [DL Script](https://github.com/timsutton/brigadier)
* [Docker OSX](https://github.com/sickcodes/Docker-OSX) - Mac VM in Docker * [Docker OSX](https://github.com/sickcodes/Docker-OSX) - Mac VM in Docker
* [Whisky](https://getwhisky.app/) - Wine Wrapper
* [SwiftUI Win11](https://jinxiansen.github.io/Windows11/) - Windows 11 Desktop Client for macOS * [SwiftUI Win11](https://jinxiansen.github.io/Windows11/) - Windows 11 Desktop Client for macOS
* [OrbStack](https://orbstack.dev/) - Docker Client * [OrbStack](https://orbstack.dev/) - Docker Client
* [Cider](https://cider.sh/) - Audio Players / Free Classic Version / [GitHub](https://github.com/ciderapp/Cider)
* [Alfred Spotify Mini Player](https://alfred-spotify-mini-player.com/) - Spotify Mini Player * [Alfred Spotify Mini Player](https://alfred-spotify-mini-player.com/) - Spotify Mini Player
* [SoundSeer](https://github.com/jonathangarelick/SoundSeer) - Spotify in Menu Bar * [SoundSeer](https://github.com/jonathangarelick/SoundSeer) - Spotify in Menu Bar
* [Nuage](https://github.com/lbrndnr/nuage-macos) - Soundcloud Client * [Nuage](https://github.com/lbrndnr/nuage-macos) - Soundcloud Client
* [Subsonic](https://github.com/twostraws/Subsonic) - SwiftUI Audio Player * [foobar2000](https://www.foobar2000.org/mac) or [VOX Mac Music Player](https://vox.rocks/mac-music-player) - Audio Players
* [Cider](https://cider.sh/) - Audio Players / Free Classic Version / [GitHub](https://github.com/ciderapp/Cider)
* [Bookshelf](https://apps.apple.com/us/app/bookshelf-reading-tracker/id1469372414) - Book Tracker * [Bookshelf](https://apps.apple.com/us/app/bookshelf-reading-tracker/id1469372414) - Book Tracker
* [LimaVM](https://lima-vm.io/) - Linux VM * [LimaVM](https://lima-vm.io/) - Linux VM
* [PortingKit](https://www.portingkit.com/) or [PlayOnMac](https://www.playonmac.com/en/) - Run Windows Games / Programs on Mac * [PortingKit](https://www.portingkit.com/) or [PlayOnMac](https://www.playonmac.com/en/) - Run Windows Games / Programs on Mac
@ -549,54 +558,53 @@ Linux Gaming Guide
* [PlayCover](https://github.com/PlayCover/PlayCover) - Run iOS Apps on Apple Silicon Macs * [PlayCover](https://github.com/PlayCover/PlayCover) - Run iOS Apps on Apple Silicon Macs
* [OpenCore Legacy Patcher](https://github.com/dortania/OpenCore-Legacy-Patcher/) - Install New macOS on Unsupported Devices * [OpenCore Legacy Patcher](https://github.com/dortania/OpenCore-Legacy-Patcher/) - Install New macOS on Unsupported Devices
* [rEFind](https://www.rodsbooks.com/refind/) - Boot Manager * [rEFind](https://www.rodsbooks.com/refind/) - Boot Manager
* [Conky](https://conky.cc) / [Colors](https://github.com/helmuthdu/conky_colors), [eul](https://github.com/gao-sun/eul), [zfxtop](https://github.com/ssleert/zfxtop), [Stats](https://github.com/exelban/stats), [Mission Center](https://gitlab.com/mission-center-devs/mission-center) or [MacFetch](https://github.com/gantoreno/macfetch) - Hardware / System Monitors * [Conky](https://conky.cc) / [Colors](https://github.com/helmuthdu/conky_colors), [eul](https://github.com/gao-sun/eul), [Stats](https://github.com/exelban/stats), [Mission Center](https://gitlab.com/mission-center-devs/mission-center) or [MacFetch](https://github.com/gantoreno/macfetch) - Hardware / System Monitors
* [Hot](https://github.com/macmade/) - CPU Monitor * [Hot](https://github.com/macmade/hot) - CPU Monitor
* [TaskExplorer](https://objective-see.org/products/taskexplorer.html) - Task Manager / Viewer * [TaskExplorer](https://objective-see.org/products/taskexplorer.html) - Task Manager / Viewer
* [Progress](https://github.com/Xfennec/progress) - Show Copied Data Progress * [Progress](https://github.com/Xfennec/progress) - Show Copied Data Progress
* [Clean-Me](https://kevin-de-koninck.github.io/Clean-Me/) or [Pearcleaner](https://github.com/alienator88/Pearcleaner) - System Cleanup / Uninstallers * [Pearcleaner](https://github.com/alienator88/Pearcleaner) - System Cleanup / Uninstallers
* [What Route](https://whatroute.net/) - Network Diagnostic Tool * [What Route](https://whatroute.net/) - Network Diagnostic Tool
* [Kexts](https://www.tonymacx86.com/resources/categories/kexts.11/) - UEFI Kexts * [Kexts](https://www.tonymacx86.com/resources/categories/kexts.11/) - UEFI Kexts
* [File Find](https://gitlab.com/Pixel-Mqster/File-Find) or [Superfile](https://github.com/yorukot/superfile) - File Explorer / Managers * [File Find](https://gitlab.com/Pixel-Mqster/File-Find) or [Superfile](https://github.com/yorukot/superfile) - File Explorer / Managers
* [OSXFuse](https://osxfuse.github.io/) - Mac File Integration * [OSXFuse](https://osxfuse.github.io/) - Mac File Integration
* [Download Shuttle](https://apps.apple.com/in/app/download-shuttle-fast-file/id847809913) or [Progressive Downloader](https://macpsd.net/) - File Download Manager * [JDOwnloader2](https://jdownloader.org/jdownloader2) - File Download Manager / [Debloat](https://rentry.org/jdownloader2) / [Dark Theme](https://redd.it/q3xrgj), [2](https://github.com/moktavizen/material-darker-jdownloader/) / [Dracula Theme](https://draculatheme.com/jdownloader2)
* [Go Speed](https://gopeed.com/) - File Download Manager / [GitHub](https://github.com/GopeedLab/gopeed) / [Extension](https://github.com/GopeedLab/browser-extension) / [Plugins](https://github.com/search?q=topic%3Agopeed-extension&type=repositories)
* [Progressive Downloader](https://macpsd.net/) - File Download Manager
* [FlyingCarpet](https://github.com/spieglt/FlyingCarpet) - Cross-Platform AirDrop / [Guide](https://redd.it/vthltc) * [FlyingCarpet](https://github.com/spieglt/FlyingCarpet) - Cross-Platform AirDrop / [Guide](https://redd.it/vthltc)
* [Adobe Creative Cloud](https://rentry.co/FMHYBase64#adobe-after-effects-collection) - Adobe CC Guides * [Adobe Downloader](https://github.com/X1a0He/Adobe-Downloader/blob/main/readme-en.md) - Adobe Product Downloader
* [Adobe Creative Cloud](https://rentry.co/FMHYBase64#mac-adobe-cc) - Adobe CC Guides
* [Adobe Packager](https://github.com/Drovosek01/adobe-packager) - Adobe Portable Installer Script * [Adobe Packager](https://github.com/Drovosek01/adobe-packager) - Adobe Portable Installer Script
* [ss64 OSX](https://ss64.com/osx/) - macOS Bash Commands * [ss64 OSX](https://ss64.com/osx/) - macOS Bash Commands
* [Browserosaurus](https://browserosaurus.com/) - Browser Prompter * [Browserosaurus](https://browserosaurus.com/) - Browser Prompter
* [Orion](https://kagi.com/orion/) - Browser with Chrome + Firefox Extension Support / [Discord](https://discord.com/invite/gKh5E6ys6D) * [Orion](https://kagi.com/orion/) - Browser with Chrome + Firefox Extension Support / [Discord](https://discord.com/invite/gKh5E6ys6D)
* [Strongbox](https://strongboxsafe.com/) - Password Manager * [KeePassXC](https://keepassxc.org/download/#macos) or [Strongbox](https://strongboxsafe.com/) - Password Managers
* [Maccy](https://maccy.app/), [ClipBook](https://clipbook.app/), [clipboard-history](https://github.com/SUPERCILEX/clipboard-history) or [TRex](https://trex.ameba.co/) - Clipboard Managers * [Maccy](https://maccy.app/), [ClipBook](https://clipbook.app/), [clipboard-history](https://github.com/SUPERCILEX/clipboard-history) or [TRex](https://trex.ameba.co/) - Clipboard Managers
* [Left on Read](https://leftonread.me/) or [PyPush](https://github.com/JJTech0130/pypush) / [Discord](https://discord.gg/BVvNukmfTC) - iMessage Clients * [Left on Read](https://leftonread.me/) - iMessage Client
* [LlamaChat](https://www.llamachat.app/) - Llama AI Chat * [MacBing](https://goodsnooze.gumroad.com/l/macbing), [LlamaChat](https://www.llamachat.app/) or [Mollama](https://apps.apple.com/app/mollama/id6736948278) - AI Chatbots
* [MacBing](https://goodsnooze.gumroad.com/l/macbing) - Bing Chat
* [ViennaRSS](https://www.vienna-rss.com/) - RSS Feed Reader * [ViennaRSS](https://www.vienna-rss.com/) - RSS Feed Reader
* [Tachimanga](https://tachimanga.app/) / [Extensions](https://keiyoushi.github.io/extensions/), [2](https://discord.gg/3FbCpdKbdY), [3](https://wotaku.wiki/guides/tech/repo) - Manga Reader / [Discord](https://discord.gg/8aMcdYdaBz)
* [Dialect](https://github.com/dialect-app/dialect) - Translator * [Dialect](https://github.com/dialect-app/dialect) - Translator
* [Link Unshortener](https://underpassapp.com/LinkUnshortener/) - Unshorten Links
* [Flow](https://www.flowvoice.ai) - Speech to Text * [Flow](https://www.flowvoice.ai) - Speech to Text
* [Aiko](https://sindresorhus.com/aiko) - Audio Transcription * [Drafts](https://getdrafts.com/), [CotEditor](https://coteditor.com/), [TextMate](https://macromates.com/), [Nebo](https://apps.apple.com/us/app/nebo-notes-pdf-annotations/id1119601770), [Strflow](https://strflow.app/), [Kyun](https://github.com/file-acomplaint/kyun), [Notenik](https://notenik.app/) or [Voodoopad](https://www.voodoopad.com/) - Text Editors / Notes
* [Drafts](https://getdrafts.com/), [CotEditor](https://coteditor.com/), [TextMate](https://macromates.com/), [Nebo](https://apps.apple.com/us/app/nebo-notes-pdf-annotations/id1119601770), [Strflow](https://strflow.app/), [Kyun](https://github.com/file-acomplaint/kyun), [FSNotes](https://fsnot.es/), [Notenik](https://notenik.app/) or [Voodoopad](https://www.voodoopad.com/) - Text Editors / Notes
* [Agenda](https://agenda.com/) - Mac Notes Organizer / [Forum](https://agenda.community/) * [Agenda](https://agenda.com/) - Mac Notes Organizer / [Forum](https://agenda.community/)
* [Taskpaper](https://www.taskpaper.com/) - To-Do Apps * [Taskpaper](https://www.taskpaper.com/) - To-Do Apps
* [Stroke](https://stroke.lllllllllllllllll.com/) - Text (You Can't Delete) Editor * [Stroke](https://stroke.lllllllllllllllll.com/) - Text (You Can't Delete) Editor
* [BibDesk](https://bibdesk.sourceforge.io/) - Bibliography Manager * [BibDesk](https://bibdesk.sourceforge.io/) - Bibliography Manager
* [ElectronMail](https://github.com/vladimiry/ElectronMail), [MimeStream](https://mimestream.com/) or [Spark](https://sparkmailapp.com/) - Email Clients * [ElectronMail](https://github.com/vladimiry/ElectronMail) - Email Clients
* [Microsoft Mac Downloads](https://macadmins.software/) or [Microsoft-Office-For-MacOS](https://github.com/alsyundawy/Microsoft-Office-For-MacOS) - Office Suites * [Microsoft-Office-For-MacOS](https://github.com/alsyundawy/Microsoft-Office-For-MacOS) - Office Suites
* [kbdlight](https://github.com/WhyNotHugo/kbdlight) - Change MacBook Keyboard Backlight Level * [kbdlight](https://github.com/WhyNotHugo/kbdlight) - Change MacBook Keyboard Backlight Level
* [KeyPad](https://apps.apple.com/in/app/keypad-bluetooth-keyboard/id1491684442) - Connect Mac Keyboard to Mobile Devices * [KeyPad](https://apps.apple.com/in/app/keypad-bluetooth-keyboard/id1491684442) - Connect Mac Keyboard to Mobile Devices
* [Pinch](https://github.com/danqing/Pinch) - Trackpad Pinch to Zoom Gesture * [Pinch](https://github.com/danqing/Pinch) - Trackpad Pinch to Zoom Gesture
* [LinearMouse](https://linearmouse.app/) or [MacMouseFix](https://macmousefix.com/) - Mouse Remapping * [LinearMouse](https://linearmouse.app/) or [MacMouseFix](https://macmousefix.com/) - Mouse Remapping
* [Scroll Reverser](https://pilotmoon.com/scrollreverser/) - Per-Device Scroll Settings * [Scroll Reverser](https://pilotmoon.com/scrollreverser/) - Per-Device Scroll Settings
* [KeyClu](https://sergii.tatarenkov.name/keyclu/support/) - Shortcut CheatSheet for Current Application * [KeyClu](https://sergii.tatarenkov.name/keyclu/support/) - Shortcut CheatSheet for Current Application
* [rcmd](https://lowtechguys.com/rcmd/) - App Switcher Command Key
* [KeyCastr](https://github.com/keycastr/keycastr) - Keystroke Visualizer * [KeyCastr](https://github.com/keycastr/keycastr) - Keystroke Visualizer
* [MonitorControl](https://monitorcontrol.app/) - External Monitor Brightness / Volume Control * [MonitorControl](https://monitorcontrol.app/) - External Monitor Brightness / Volume Control
* [BackgroundMusic](https://github.com/kyleneideck/BackgroundMusic) - Volume Mixer / Auto-Pause * [BackgroundMusic](https://github.com/kyleneideck/BackgroundMusic) - Volume Mixer / Auto-Pause
* [BatFi](https://micropixels.gumroad.com/l/batfi) - Battery Managers
* [BatteryBuddy](https://batterybuddy.app/) - Cute Battery Indicator * [BatteryBuddy](https://batterybuddy.app/) - Cute Battery Indicator
* [AirBattery](https://github.com/lihaoyun6/AirBattery) - Device Battery Tracker * [AirBattery](https://github.com/lihaoyun6/AirBattery) - Device Battery Tracker
* [Macs Fan Control](https://github.com/crystalidea/macs-fan-control) - Fan Controller * [Macs Fan Control](https://github.com/crystalidea/macs-fan-control) - Fan Controller
* [Bunch](https://bunchapp.co/) - Task Automation * [Hammerspoon](https://www.hammerspoon.org/) or [Bunch](https://bunchapp.co/) - Desktop Automation
* [MacScripter](https://www.macscripter.net/) - Automation Forum * [MacScripter](https://www.macscripter.net/) - Automation Forum
* [Find You](https://github.com/positive-security/find-you) - Track Bluetooth Devices * [Find You](https://github.com/positive-security/find-you) - Track Bluetooth Devices
* [Touché](https://redsweater.com/touche/) - Touch Bar Simulator * [Touché](https://redsweater.com/touche/) - Touch Bar Simulator
@ -612,38 +620,37 @@ Linux Gaming Guide
* [Sloth](https://github.com/sveinbjornt/Sloth) - Process Manager * [Sloth](https://github.com/sveinbjornt/Sloth) - Process Manager
* [KeepingYouAwake](https://github.com/newmarcel/KeepingYouAwake) - Prevent Sleep Mode * [KeepingYouAwake](https://github.com/newmarcel/KeepingYouAwake) - Prevent Sleep Mode
* [pongoOS](https://github.com/checkra1n/pongoOS) - Mac Pre-Boot Executor * [pongoOS](https://github.com/checkra1n/pongoOS) - Mac Pre-Boot Executor
* [Yabai](https://github.com/koekeishiya/yabai), [Amethyst](https://ianyh.com/amethyst/) / [GitHub](https://github.com/ianyh/Amethyst), [1Piece](https://app1piece.com/), [Spaces](https://spacesformac.xyz/), [Loop](https://github.com/MrKai77/Loop), [AeroSpace](https://github.com/nikitabobko/AeroSpace), [Phoenix](https://kasper.github.io/phoenix/) or [Rectangle](https://rectangleapp.com/) - Window Managers * [Yabai](https://github.com/koekeishiya/yabai), [Amethyst](https://ianyh.com/amethyst/) / [GitHub](https://github.com/ianyh/Amethyst), [1Piece](https://app1piece.com/), [Loop](https://github.com/MrKai77/Loop), [AeroSpace](https://github.com/nikitabobko/AeroSpace), [Phoenix](https://kasper.github.io/phoenix/) or [Rectangle](https://rectangleapp.com/) - Window Managers
* [Later](https://getlater.app/) - Restore App Sessions * [Later](https://getlater.app/) - Restore App Sessions
* [AlDente](https://apphousekitchen.com/) - Charging Manager * [AlDente](https://apphousekitchen.com/) - Charging Manager
* [VMware](https://rentry.co/FMHYBase64#vmware) - Virtual Machine * [VMware](https://rentry.co/FMHYBase64#vmware) - Virtual Machine
* [Tart](https://tart.run/) - Virtual Machine Manager . [GitHub](https://github.com/cirruslabs/tart)
* [USBMap](https://github.com/corpnewt/USBMap) - Map MacOS USB Ports * [USBMap](https://github.com/corpnewt/USBMap) - Map MacOS USB Ports
* [MacVim](https://macvim.org/), [CodeEdit](https://www.codeedit.app/) or [AuroraEditor](https://auroraeditor.com/) - Code Editors * [MacVim](https://macvim.org/), [CodeEdit](https://www.codeedit.app/) or [AuroraEditor](https://auroraeditor.com/) - Code Editors
* [iTerm2](https://iterm2.com/) - Replacements for Terminal * [iTerm2](https://iterm2.com/) - Replacements for Terminal
* [Fig](https://fig.io/) - IDE-Style Autocomplete for Terminal
* [BetterDisplay](https://github.com/waydabber/BetterDisplay) - Display Controller * [BetterDisplay](https://github.com/waydabber/BetterDisplay) - Display Controller
* [DisplayPlacer](https://github.com/jakehilborn/displayplacer) - Dual Monitor Manager * [DisplayPlacer](https://github.com/jakehilborn/displayplacer) - Dual Monitor Manager
* [Pictogram](https://pictogramapp.com/) or [IconChamp](https://www.macenhance.com/iconchamp.html) - Custom App Icons * [Pictogram](https://pictogramapp.com/), [IconSet](https://github.com/tale/iconset) or [IconChamp](https://www.macenhance.com/iconchamp.html) - Custom App Icons
* [IconSet](https://github.com/tale/iconset) or [IconChamp](https://www.macenhance.com/iconchamp.html) - Custom System Icons
* [Manila](https://github.com/neilsardesai/Manila) - Change Folder Colors * [Manila](https://github.com/neilsardesai/Manila) - Change Folder Colors
* [Dynamic Wallpaper Club](https://dynamicwallpaper.club/) - Dynamic Wallpaper App * [Dynamic Wallpaper Club](https://dynamicwallpaper.club/) - Dynamic Wallpaper App
* [wallpapper](https://github.com/mczachurski/wallpapper) or [Equinox](https://equinoxmac.com/) - Dynamic Wallpaper Creators * [wallpapper](https://github.com/mczachurski/wallpapper) or [Equinox](https://equinoxmac.com/) - Dynamic Wallpaper Creators
* [Plash](https://sindresorhus.com/plash) - Use Website as Wallpaper * [Plash](https://sindresorhus.com/plash) - Use Website as Wallpaper
* [100 macOS Screensavers](https://github.com/bjdehang/100-macos-screensavers) - Minimalist Screensavers * [100 macOS Screensavers](https://github.com/bjdehang/100-macos-screensavers) - Minimalist Screensavers
* [DarkModeBuddy](https://github.com/insidegui/DarkModeBuddy) or [ThemeKit](https://github.com/luckymarmot/ThemeKit) - System Dark Mode Apps * [DarkModeBuddy](https://github.com/insidegui/DarkModeBuddy) or [ThemeKit](https://github.com/luckymarmot/ThemeKit) - System Dark Mode Apps
* [Bootcamp Drivers](https://bootcampdrivers.com/) - Mac Bootcamp AMD Drivers * [GrayJay](https://grayjay.app/desktop/) - Combines YouTube, Twitch, Rumble etc.
* [IINA](https://iina.io/) - Video Player * [IINA](https://iina.io/) - Video Player
* [Yattee](https://github.com/yattee/yattee) - YouTube Player
* [REAL Video Enhancer](https://github.com/TNTwise/REAL-Video-Enhancer) - Video Upscaling * [REAL Video Enhancer](https://github.com/TNTwise/REAL-Video-Enhancer) - Video Upscaling
* [Gifski](https://sindresorhus.com/gifski) - Image to GIF Converter / [GitHub](https://github.com/sindresorhus/Gifski) * [Gifski](https://sindresorhus.com/gifski) - Image to GIF Converter / [GitHub](https://github.com/sindresorhus/Gifski)
* [Darkroom](https://apps.apple.com/us/app/darkroom-photo-video-editor/id953286746) - Image / Video Editor * [Darkroom](https://apps.apple.com/us/app/darkroom-photo-video-editor/id953286746) - Image / Video Editor
* [Kap](https://getkap.co) or [ScreenTimeLapse](https://github.com/wkaisertexas/ScreenTimeLapse) - Screen Recorders * [Cap](https://cap.so/), [Kap](https://getkap.co) or [ScreenTimeLapse](https://github.com/wkaisertexas/ScreenTimeLapse) - Screen Recorders
* [Garageband](https://apps.apple.com/us/app/garageband/id682658836?mt=12) - Audio Editor * [Garageband](https://apps.apple.com/us/app/garageband/id682658836?mt=12) - Audio Editor
* [Yoshimi](https://yoshimi.github.io/) - Audio Synthesizer
* [EQMac](https://eqmac.app/) - Audio Equalizer * [EQMac](https://eqmac.app/) - Audio Equalizer
* [The Levelator](https://archive.org/details/conversationsnetwork_org-levelator) - Automatic Audio Level Adjustments * [The Levelator](https://archive.org/details/conversationsnetwork_org-levelator) - Automatic Audio Level Adjustments
* [Guitarix](https://guitarix.org/) - Virtual Guitar Amplifier / [Plugins](https://github.com/brummer10/GxPlugins.lv2) * [Guitarix](https://guitarix.org/) - Virtual Guitar Amplifier / [Plugins](https://github.com/brummer10/GxPlugins.lv2)
* [XLD](https://sourceforge.net/projects/xld/) - Lossless Audio Transcoder * [XLD](https://sourceforge.net/projects/xld/) - Lossless Audio Transcoder
* [BlackHole](https://github.com/ExistentialAudio/BlackHole) - Pass Audio to Apps * [BlackHole](https://github.com/ExistentialAudio/BlackHole) - Pass Audio to Apps
* [Donna](https://www.musicdonna.com/) - AI Music Generator * [Cuterdio](https://cuterdio.com/en) - Radio
* [Mubert AI](https://apps.apple.com/us/app/mubert-ai-music-streaming/id1154429580) - AI Music Radio * [Mubert AI](https://apps.apple.com/us/app/mubert-ai-music-streaming/id1154429580) - AI Music Radio
* [Playlisty](https://apps.apple.com/us/app/playlisty-the-playlist-tool/id1459275972) - Transfer Apple Music Playlists to Spotify * [Playlisty](https://apps.apple.com/us/app/playlisty-the-playlist-tool/id1459275972) - Transfer Apple Music Playlists to Spotify
* [SeaShore](https://sourceforge.net/projects/seashore/) - Image Editors * [SeaShore](https://sourceforge.net/projects/seashore/) - Image Editors
@ -659,13 +666,10 @@ Linux Gaming Guide
* [Magit!](https://magit.vc/) - Git Text-Based UI * [Magit!](https://magit.vc/) - Git Text-Based UI
* [ProperTree](https://github.com/corpnewt/ProperTree) - GUI Plist Editor * [ProperTree](https://github.com/corpnewt/ProperTree) - GUI Plist Editor
* [NHCalc](https://github.com/KhaosT/nhcalc) - Compute Image NeuralHash * [NHCalc](https://github.com/KhaosT/nhcalc) - Compute Image NeuralHash
* [AppleNeuralHash2ONNX](https://github.com/AsuharietYgvar/AppleNeuralHash2ONNX) - Convert NeuralHash for CSAM Detection to ONNX / [Collision Finder](https://github.com/anishathalye/neural-hash-collider)
* [Is Apple Silicon ready?](https://isapplesiliconready.com/) - M1 App Compatibility Chart
* [Does It Arm?](https://doesitarm.com/) - M2 / M3 App Compatibility Chart * [Does It Arm?](https://doesitarm.com/) - M2 / M3 App Compatibility Chart
* [SelfControlApp](https://selfcontrolapp.com/) - Website Blocker * [SelfControlApp](https://selfcontrolapp.com/) - Website Blocker
* [Typist](https://apps.apple.com/us/app/typist/id415166115?ign-mpt=uo%3D4&mt=12) - Typing Practice * [Typist](https://apps.apple.com/us/app/typist/id415166115?ign-mpt=uo%3D4&mt=12) - Typing Practice
* [Comet](https://apps.apple.com/us/app/comet-for-reddit/id1146204813) or [RedditOS](https://github.com/Dimillian/RedditOS) - Reddit Client * [Comet](https://apps.apple.com/us/app/comet-for-reddit/id1146204813) or [OpenArtemis](https://apps.apple.com/app/id6473462587) - Reddit Clients
* [Manta](https://github.com/hql287/Manta) - Invoice Manager
* [Grayscale Mode](https://github.com/rkbhochalya/grayscale-mode) - Grayscale Control * [Grayscale Mode](https://github.com/rkbhochalya/grayscale-mode) - Grayscale Control
* [MacOSIcons](https://macosicons.com/) - Icons * [MacOSIcons](https://macosicons.com/) - Icons
* [equinux](https://equinux.github.io/) - OS X Certificate Fix * [equinux](https://equinux.github.io/) - OS X Certificate Fix
@ -680,18 +684,17 @@ Linux Gaming Guide
* 🌐 **[Awesome MacOS](https://github.com/iCHAIT/awesome-macOS)**, [OpenSourceApple](https://opensource.apple.com/), [Awesome Mac](https://github.com/jaywcjlove/awesome-mac) or [Awesome OS Apps](https://github.com/serhii-londar/open-source-mac-os-apps) - FOSS App Indexes * 🌐 **[Awesome MacOS](https://github.com/iCHAIT/awesome-macOS)**, [OpenSourceApple](https://opensource.apple.com/), [Awesome Mac](https://github.com/jaywcjlove/awesome-mac) or [Awesome OS Apps](https://github.com/serhii-londar/open-source-mac-os-apps) - FOSS App Indexes
* 🌐 **[Mac Menu Bar](https://macmenubar.com/)** - Menu Bar App Index * 🌐 **[Mac Menu Bar](https://macmenubar.com/)** - Menu Bar App Index
* ⭐ **[Homebrew](https://brew.sh/)** / [GUI](https://corkmac.app/), [Munki](https://www.munki.org/munki/), [MacApps](https://macapps.link/en/) or [AppLite](https://aerolite.dev/applite/index.html) - Package Managers * ⭐ **[Homebrew](https://brew.sh/)** / [GUI](https://corkmac.app/), [Munki](https://www.munki.org/munki/), [MacApps](https://macapps.link/en/) or [AppLite](https://aerolite.dev/applite/index.html) - Package Managers
* [AppsTorrent](https://appstorrent.ru/)
* [Macintosh Garden](https://macintoshgarden.org/) * [Macintosh Garden](https://macintoshgarden.org/)
* [MacBed](https://www.macbed.com/) * [MacBed](https://www.macbed.com/)
* [nMac](https://nmac.to/) * [nMac](https://nmac.to/)
* [Haxmac](https://haxmac.cc/)
* [Pure Mac](https://www.pure-mac.com/) * [Pure Mac](https://www.pure-mac.com/)
* [Cmacked](https://cmacked.com/)
* [Mac Torrents](https://www.torrentmac.net/) * [Mac Torrents](https://www.torrentmac.net/)
* [Macked](https://macked.app/)
* [AllMacWorlds](https://allmacworlds.com/) * [AllMacWorlds](https://allmacworlds.com/)
* [InsMac](https://insmac.org/) * [InsMac](https://insmac.org/)
* [MacX](https://macx.ws/) * [MacX](https://macx.ws/)
* [WebCatalog](https://webcatalog.io/) * [WebCatalog](https://webcatalog.io/)
* [Macupdate](https://www.macupdate.com/) - Freeware
* [ThriftMac](https://thriftmac.com/) - Freeware * [ThriftMac](https://thriftmac.com/) - Freeware
* [Latest](https://github.com/mangerlahn/latest) - Software Updater * [Latest](https://github.com/mangerlahn/latest) - Software Updater
@ -700,6 +703,7 @@ Linux Gaming Guide
## ▷ Mac Gaming ## ▷ Mac Gaming
* ⭐ **[Torrminatorr](https://forum.torrminatorr.com/)** - Mac Games * ⭐ **[Torrminatorr](https://forum.torrminatorr.com/)** - Mac Games
* ⭐ **[Whisky](https://getwhisky.app/)** - Automated Installer / Wrapper for Game Porting Toolkit + WINE
* ⭐ **[AppleGamingWiki](https://applegamingwiki.com/)** - Mac Game Fixes / Compatibility * ⭐ **[AppleGamingWiki](https://applegamingwiki.com/)** - Mac Game Fixes / Compatibility
* ⭐ **[Goldberg](https://github.com/inflation/goldberg_emulator)** - Steam Multiplayer Client Emulator * ⭐ **[Goldberg](https://github.com/inflation/goldberg_emulator)** - Steam Multiplayer Client Emulator
* [SCNLOG](https://scnlog.me/) - Mac Games * [SCNLOG](https://scnlog.me/) - Mac Games
@ -707,7 +711,6 @@ Linux Gaming Guide
* [HeroicGamesLauncher](https://heroicgameslauncher.com/) or [Mythic](https://getmythic.app/) / [Discord](https://discord.gg/58NZ7fFqPy) - Epic Games Launchers * [HeroicGamesLauncher](https://heroicgameslauncher.com/) or [Mythic](https://getmythic.app/) / [Discord](https://discord.gg/58NZ7fFqPy) - Epic Games Launchers
* [Prism43](https://github.com/DomHeadroom/Prism43) - Prism Launcher / Unlocker * [Prism43](https://github.com/DomHeadroom/Prism43) - Prism Launcher / Unlocker
* [NASOS](https://archive.org/download/nNASOS1.8/nNASOS1.8.zip) - Gamecube iso.dec to ISO Converter * [NASOS](https://archive.org/download/nNASOS1.8/nNASOS1.8.zip) - Gamecube iso.dec to ISO Converter
* [rbxfpsunlocker-osx](https://github.com/lanylow/rbxfpsunlocker-osx) - Roblox FPS Unlocker
* [cemu.emiyl](https://cemu.emiyl.com/) - CEMU Compatibility List * [cemu.emiyl](https://cemu.emiyl.com/) - CEMU Compatibility List
*** ***
@ -719,14 +722,15 @@ Linux Gaming Guide
* ↪️ **[DNS Adblocking](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25B7_dns_adblocking)** * ↪️ **[DNS Adblocking](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25B7_dns_adblocking)**
* ⭐ **[Malwarebytes](https://www.malwarebytes.com/mac-download)**, [BlockBlock](https://objective-see.org/products/blockblock.html) or [KnockKnock](https://objective-see.org/products/knockknock.html) - Antivirus * ⭐ **[Malwarebytes](https://www.malwarebytes.com/mac-download)**, [BlockBlock](https://objective-see.org/products/blockblock.html) or [KnockKnock](https://objective-see.org/products/knockknock.html) - Antivirus
* ⭐ **[SpotX-Bash](https://github.com/jetfir3/SpotX-Bash)** or [Mac_Spotify_Adblock](https://github.com/Devanshu-17/Mac_Spotify_Adblock) - Spotify Adblockers * ⭐ **[SpotX-Bash](https://github.com/jetfir3/SpotX-Bash)** or [Mac_Spotify_Adblock](https://github.com/Devanshu-17/Mac_Spotify_Adblock) - Spotify Adblockers
* [MacOS Adblock Guide](https://avieshek.wordpress.com/2024/07/07/how-to-filter-ads-and-block-popups-on-iphone-and-macos/) - Adguard + Safari Adblock Guide
* [MacOS Privacy Guide](https://github.com/drduh/macOS-Security-and-Privacy-Guide) - Mac Privacy & Security Guides * [MacOS Privacy Guide](https://github.com/drduh/macOS-Security-and-Privacy-Guide) - Mac Privacy & Security Guides
* [Gas Mask](https://github.com/2ndalpha/gasmask) - Block Ads via Host Files * [Gas Mask](https://github.com/2ndalpha/gasmask) - Block Ads via Host Files
* [Adguard DNS](https://1fichier.com/?ef26ks4abjzct7o1k8os) - DNS Adlocker * [1Blocker](https://1blocker.com/) - DNS Adblocker
* [1Blocker](https://1blocker.com/) - DNS Adlocker * [AdGuard Safari](https://adguard.com/en/adguard-safari/overview.html) - AdGuard for Safari
* [Stay](https://apps.apple.com/app/stay-for-safari/id1591620171) - Safari Adblocker / Userscript Manager
* [Lockdown Privacy](https://lockdownprivacy.com/) - Block Trackers / Ads * [Lockdown Privacy](https://lockdownprivacy.com/) - Block Trackers / Ads
* [LuLu](https://objective-see.org/products/lulu.html) - Mac Firewall * [LuLu](https://objective-see.org/products/lulu.html) - Mac Firewall
* [Streisand](https://streisand.pages.dev/) - Mac Proxy Client * [Streisand](https://streisand.pages.dev/) - Mac Proxy Client
* [Mana](https://github.com/manasecurity/mana-security-app) - App Security Monitor
* [RansomWhere?](https://objective-see.org/products/ransomwhere.html) - Ransomware Blocker * [RansomWhere?](https://objective-see.org/products/ransomwhere.html) - Ransomware Blocker
* [OverSight](https://objective-see.org/products/oversight.html) - Webcam / Mic Monitor * [OverSight](https://objective-see.org/products/oversight.html) - Webcam / Mic Monitor
* [Santa](https://github.com/google/santa) - Binary Authorization System * [Santa](https://github.com/google/santa) - Binary Authorization System
@ -736,10 +740,8 @@ Linux Gaming Guide
* [Tracker Zapper](https://rknight.me/apps/tracker-zapper/) - Remove URL Tracking Elements * [Tracker Zapper](https://rknight.me/apps/tracker-zapper/) - Remove URL Tracking Elements
* [LinkLiar](https://halo.github.io/LinkLiar/) - Spoof MAC Address' * [LinkLiar](https://halo.github.io/LinkLiar/) - Spoof MAC Address'
* [FileVault](https://support.apple.com/en-us/HT204837) - Mac Disk Encryption * [FileVault](https://support.apple.com/en-us/HT204837) - Mac Disk Encryption
* [Code Signing](https://www.code-signing.app/) - Validate Code Signature
* [Kextviewr](https://objective-see.org/products/kextviewr.html) - View All Kernel Modules * [Kextviewr](https://objective-see.org/products/kextviewr.html) - View All Kernel Modules
* [mac_apt](https://github.com/ydkhatri/mac_apt) - Artifact Parsing Tool * [mac_apt](https://github.com/ydkhatri/mac_apt) - Artifact Parsing Tool
* [OpenVPN](https://tunnelblick.net/) or [Passepartout](https://passepartoutvpn.app/) - VPN Tunnel * [OpenVPN](https://tunnelblick.net/) or [Passepartout](https://passepartoutvpn.app/) - VPN Tunnel
* [V2rayU](https://github.com/yanue/V2rayU) - DIY Privacy Network
* [MailTrackerBlocker](https://apparition47.github.io/MailTrackerBlocker/) - Privacy-Based Email Client * [MailTrackerBlocker](https://apparition47.github.io/MailTrackerBlocker/) - Privacy-Based Email Client
* [Damus](https://damus.io/) - Encrypted Messaging App * [Damus](https://damus.io/) - Encrypted Messaging App

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1,584 +0,0 @@
* **Note** - If sites are blocked in your country try using a [VPN](https://fmhy.net/adblockvpnguide#vpn).
# ► NSFW Indexes
* 🌐 **[MegaPornList](https://megapornlist.com/)**
* 🌐 **[PornDude](https://theporndude.com/)** / [More Sites](https://theporndude.com/hall-of-fame)
* 🌐 **[Reddit Doesn't Like This Site](https://www.reddit-doesnt-like-this.site/)**
* 🌐 **[NSFW Subreddits](https://www.reddit.com/r/NSFW411/wiki/index)**, [2](http://electronsoup.net/nsfw_subreddits/), [3](https://bin.disroot.org/?81af22c09e92865d#FYLXmjaKbaojaELwAv1szcfy7rahuA77ntnFu2HBEBGf), [4](https://redd.it/brypgf), [5](https://theporndude.com/best-nsfw-reddit-sites)
* [PornBox](http://pornbox.org/)
* [One Porn List](https://onepornlist.com/)
* [BigPornList](https://bigpornlist.net/)
* [MrPornGeek](https://www.mrporngeek.com/)
* [The Best Fetish Sites](https://thebestfetishsites.com/)
* [PornList18](https://pornlist18.com/)
* [IndianPornList](https://indianpornlist.com/)
* [Tommy's Bookmarks](https://www.tommys-bookmarks.com/)
* [ThePornMap](https://thepornmap.com/)
***
# ► Streaming
* ⭐ **[HQPorner](https://hqporner.com/)**
* ⭐ **[SexyPorn](https://www.sxyprn.com/)**
* ⭐ **[WatchPorn.to](https://watchporn.to)**
* ⭐ **[PornHoarder](https://pornhoarder.tv/)**
* ⭐ **[Noodlemagazine](https://noodlemagazine.com)**, [2](https://mat6tube.com/), [3](https://18.tyler-brown.com/), [4](https://waterdamagesandiego.org/), [5](https://hot.exporntoons.net/), [6](https://actionviewphotography.com/), [7](https://ukdevilz.com/) - Search Engine
* ⭐ **[iXXX](https://www.ixxx.com/)** - Aggregator
* [FindTubes](https://www.findtubes.com/) - Aggregator
* [Full Length Porn CSE](https://cse.google.com/cse?cx=6c02fb377e50d493c) - Search Engine
* [EPorner](https://www.eporner.com/)
* [XVideos](https://www.xvideos.com/)
* [PlayHDPorn](https://www.playhdporn.com/)
* [SpankBang](https://spankbang.com/)
* [goodporn](https://goodporn.se/)
* [neporn](https://neporn.com/)
* [FreePornVideos](https://www.freepornvideos.xxx/)
* [BananaMovies](https://bananamovies.org/)
* [xHamster](https://xhamster.com/)
* [PornHub](https://www.pornhub.com/) / [Add Features](https://sleazyfork.org/en/scripts/380711), [2](https://codeberg.org/aolko/userscripts/wiki/PH-toolbox) / [DL Script](https://gist.github.com/Riboe/58acabe04abe74421e88b4269cbdf41e)
* [TNAFlix](https://www.tnaflix.com/)
* [PornXP](https://pornxp.org/)
* [Youporn](https://www.youporn.com/)
* [SomePorn](https://some.porn/)
* [ThePornHub](https://thepornhub.org/)
* [wapbold](https://wapbold.net/)
* [Youjizz](https://www.youjizz.com/)
* [Jizzbunker](https://www.jizzbunker.com/)
* [pornken](https://pornken.com/)
* [Heavy-R](https://www.heavy-r.com/)
* [EroticMovies](https://eroticmoviesonline.me/)
* [XNXX](https://www.xnxx.com/) / [Forum](https://forum.xnxx.com/)
* [Pornobae](https://pornobae.com/)
* [ThePornArea](https://thepornarea.com/)
* [DrTuber](https://www.drtuber.desi/)
* [Porndish](https://www.porndish.com/)
* [Analdin](https://www.analdin.com/)
* [Tube8](https://www.tube8.com/)
* [xMegaDrive](https://www.xmegadrive.com/), [2](https://video.xmegadrive.com/)
* [Porndoe](https://porndoe.com/)
* [Porndig](https://www.porndig.com/)
* [anysex.com](https://anysex.com/)
* [Sex-Empire](https://hd.sex-empire.org/en/)
* [ifuqyou](https://enwww.ifuqyou.com/)
* [PornXpert](https://www.pornxpert.com/)
* [PornHD3x](https://www.pornhd3x.tv/)
* [Motherless](https://motherless.com/)
* [ClipHunter](https://www.cliphunter.com/)
* [Beeg](https://beeg.com/)
* [Redtube](https://www.redtube.com/)
* [txxx](https://txxx.com/)
* [Pornktube](https://www.pornktube.club/) or [TubXPorn](https://tubxporn.xxx/)
* [Vid123](https://vid123.net/)
* [Adultism](https://www.adultism.com/), [Erome](https://www.erome.com/), [YourAmateurPorn](https://www.youramateurporn.com/), [Terk](https://www.terk.nl/) or [HClips](https://hclips.com/) - Amateur Porn
* [PornFreeX](https://pornfreex.app/), [Porn App](https://porn-app.com/) or [NsfwBox](https://github.com/Kisspeace/NsfwBox) - Android Porn Apps
* [Porn Guide](https://fapbuddies.net/porn-guide/) - How to Find Porn
***
## ▷ Adult Movies / Grindhouse
* ⭐ **[NSFW Movie Site Search](https://cse.google.com/cse?cx=006516753008110874046:3-svpblbro8)** / [2](https://cse.google.com/cse?cx=b5a63746fc84a456d)
* ⭐ **[Noodlemagazine](https://noodlemagazine.com)**, [2](https://mat6tube.com/), [3](https://18.tyler-brown.com/), [4](https://waterdamagesandiego.org/), [5](https://hot.exporntoons.net/), [6](https://actionviewphotography.com/), [7](https://ukdevilz.com/) - Search Engine
* ⭐ **[Film1k](https://www.film1k.com/)**
* ⭐ **[RareLust](https://rarelust.com/movies-index/)**
* ⭐ **[PandaMovies](https://pandamovies.pw/)**
* ⭐ **[SleazeMovies](https://www.sleazemovies.com/)**
* ⭐ **[My Duck Is Dead](https://myduckisdead.org/)**
* [MangoPorn](https://mangoporn.net/)
* [EroticMV](https://eroticmv.com/)
* [itseroma](https://t.me/itseroma)
* [UiiU Movies](https://uiiumovies.net/)
* [EroGarga](https://www.erogarga.com/)
* [EroticAge](https://www.eroticage.net/)
* [VintageClassix](http://www.vintageclassix.com/)
* [paradisehill](https://en.paradisehill.cc/)
* [Cat3Movies](https://cat3movie.org/)
* [pornxtheatre](https://pornxtheatre.com/)
* [AdultLoad](https://adultload.ws/)
* [WIPFilms](https://wipfilms.net/)
* [EffedUpMovies](https://www.effedupmovies.com/) - Disturbing Horror Movies
***
## ▷ JAV
* ⭐ **[SexTB](https://sextb.net/)**
* ⭐ **[SupJav](https://supjav.com/)**
* ⭐ **[JAVSeen](https://javseen.tv/)**
* ⭐ **[JAVGG](https://javgg.net/)**
* ⭐ **[MissAV](https://missav.com/en)** or [ThisAV](https://thisav.com/)
* ⭐ **[JavGuru](https://jav.guru/)**
* [Javtiful](https://javtiful.com/)
* [JavHDPorn](https://www2.javhdporn.net/)
* [nJAV](https://njav.tv/)
* [Avgle](https://avgle.com/)
* [KRX18](https://krx18.com/)
* [Senzuri Tube](https://senzuri.tube/)
* [JavFan](https://javfan.one/ )
* [rou.video](https://rou.video/)
* [javdoe](https://javdoe.sh/)
* [playav](https://playav.tv/)
* [dnaav](https://www.dnaav.com/)
* [JAVMost](https://www5.javmost.com/)
* [Javfinder](https://javfinder.sb/)
* [avjoy](https://avjoy.me/)
* [91Porna](https://91porna.com/)
* [OPJAV](https://opjav.com/)
* [91rb](https://91rb.net/)
* [JavFun](https://asian.javfun.me/)
* [WatchJAVonline](https://watchjavonline.com/)
* [JavBangers](https://www.javbangers.com/)
* [JavEnglish](https://javenglish.cc/)
* [7MMTV](https://7mmtv.sx/)
* [Jav-angel](https://jav-angel.net/)
* [KoreanPornMovies](https://koreanpornmovie.com/) - Korean
* [cosplay.jav](https://cosplay.jav.pw/) - Cosplay Porn
***
## ▷ Cam Models
* ⭐ **[Archivebate](https://archivebate.com/)**
* ⭐ **[CamCaps](https://camcaps.ac/)**
* ⭐ **[Peachurbate](https://peachurbate.com/en)**
* [Curbate](https://curbate.tv/)
* [CamSmut](https://camsmut.com/)
* [Recurbate](https://recu.me/)
***
# ► Download
* ↪️ **[General DDL Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/download)**
* ⭐ **[SeaPorn](https://www.seaporn.org/)**
* [Search4Porn](https://search4porn.net/) - NSFW File Search
* [0xxx](https://0xxx.ws/)
* [SiteRips](https://www.siterips.org/)
* [PornFactors](https://pornfactors.com/)
* [PornoRips](https://pornorips.to/)
* [XXXCollections](https://xxxcollections.net/)
* [BestPornstars](https://www.bestpornstars.org/)
* [Best-MovieZ](https://www.best-moviez.ws/category/porn-18/)
* [xdcc2.jav](https://xdcc2.jav.pw/) - JAV / IRC
***
## ▷ Communities
* [The NSFW Archive](https://discord.gg/Qy4SPmCpGR) - Discord
* [Pornoslon](http://pornoslon.me/)
* [PornBBS](https://pornbbs.org/)
* [PornBB](https://www.pornbb.org/forum)
* [Eroticity](https://eroticity.net/forum.php)
* [PlanetSuzy](http://www.planetsuzy.org/)
* [xFobo](https://xfobo.com/index.php)
* [xBunker](https://xbunker.nu/)
* [AdultDVDTalk](https://www.adultdvdtalk.com/)
* [Akiba](https://www.akiba-online.com/)
* [jdc](https://discord.gg/jdc) - JAV Discord
* [SEGNECK](https://discord.gg/jP5BHAUbeu) - JAV Discord
* [bdsmlr](https://bdsmlr.com/) - NSFW Tumblr Alternative
***
## ▷ Torrents
* ↪️ **[General Torrent Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/torrent)**
* ⭐ **[myporn.club](https://myporn.club/)**
* ⭐ **[XXXCLub](https://xxxclub.to/)*** or [NoisyBoY (Mirror)](https://torrentgalaxy.to/profile/NoisyBoY)
* ⭐ **[Nyaa Sukebei](https://sukebei.nyaa.si/)** - JAV
* ⭐ **[ProjectJav](https://projectjav.com/)** - JAV
* ⭐ **[OneJAV](https://onejav.com/)** - JAV
* ⭐ **[141Jav](https://www.141jav.com/)** / **[141PPV](https://www.141ppv.com/)** - JAV
* ⭐ **[Next JAV](https://nextjav.com/)** - JAV
* ⭐ **[Xchina](https://en.xchina.co/)** / [Note](https://pastebin.com/u4jcUYVq) / [Warning](https://pastebin.com/8DuageSv)
* [Sexy-Pics](https://www.sexy-pics.us/)
* [色花堂-98堂](https://www.sehuatang.net/)
* [pussytorrents](https://pussytorrents.org/)
* [18Mag](https://18mag.net/)
* [bootytape](https://ssl.bootytape.com/)
* [PornoLab](https://pornolab.net/forum/index.php)
* [LoveTorrent](https://lovetorrent.net/), [2](https://5pornotorrent.net/)
* [PornRips](https://pornrips.to/) - HEVC Porn Rips
* [JavBus](https://www.javbus.com/en) - JAV
* [Tokyo Tosho](https://tokyo-tosho.net/) - JAV
* [JAVdb](https://javdb.com/) - JAV
* [My JAV Bay](https://myjavbay.com/) - JAV
* [JAVJunkies](https://javjunkies.org/main/) - JAV
* [Cheggit](https://www.cheggit.me/register.php) or [HappyFappy](https://www.happyfappy.org/users/register) - Private Trackers / Open-Signups
* [srrXXX](https://www.srrxxx.com/) - Scene Release Tracker
***
# ► Images / Reels
* ⭐ **[ImageFap](https://www.imagefap.com/)**
* ⭐ **[NSFWMonster](https://nsfwmonster.com/)**
* ⭐ **[FikFap](https://fikfap.com/)**
* ⭐ **[fyptt](https://fyptt.to/)**
* [Sex.com](https://www.sex.com/)
* [PornPics](https://www.pornpics.com/)
* [Realbooru](https://realbooru.com/)
* [PimpAndHost](https://pimpandhost.com/site/trending)
* [PornedUp](https://pornedup.com/)
* [V2PH](https://www.v2ph.com/?hl=en)
* [Sexy Girls Pics](https://sexygirlspics.com/)
* [HotPornPhotos](https://www.hotpornphotos.com/)
* [PornPaw](https://www.pornpaw.com/)
* [xxxtik](https://xxxtik.com/)
* [Tik.porn](https://tik.porn/)
* [TikPorn.tube](https://tikporn.tube/)
* [tiktits](https://tiktits.com/)
* [OnlyTik](https://onlytik.com/)
* [Xfollow](https://www.xfollow.com/)
* [Tik.pm](https://tik.pm/)
* [r/tiktokporn](https://www.reddit.com/r/tiktokporn/)
* [r/Tiktokthots](https://www.reddit.com/r/tiktokthots/)
* [EliteBabes](https://www.elitebabes.com/)
* [GifHQ](https://gifhq.com/)
* [GifSauce](https://gifsauce.com/)
* [HardGIF](https://hardgif.com/)
* [redgifs](https://www.redgifs.com/)
* [xfree](https://www.xfree.com/)
* [fap.bar](https://fap.bar/)
* [FIQFUQ](https://fiqfuq.com/)
* [Reddxxx](https://reddxxx.com/)
* [Reddit Gone Wild](https://gonewildbrowser.com/)
* [ViralPorn](https://viralporn.com/)
* [nsfw.xxx](https://nsfw.xxx/)
* [Scroller](https://scrolller.com/)
* [NSFWSwipe](https://nsfwswipe.com/v/6716209)
* [NSFW Monster](https://nsfwmonster.com/)
* [Simple-Costplay](https://www.simply-cosplay.com/), [Mitaku](https://mitaku.net/), [Hentai Costplays](https://hentai-cosplays.com) or [NudeCosplayGirls](https://nudecosplaygirls.com/) - Cosplay Images
* [ArchiveOfSins](https://archiveofsins.com/hc/) - NSFW 4Chan Archive
* [Fap Roulette](https://www.faproulette.co/) - Random Roulette Images
* [Boobpedia](https://www.boobpedia.com/) - Boob Encyclopedia
***
## ▷ Leak Sites
* ⭐ **[Leak CSE](https://cse.google.com/cse?cx=d638aa7da557546d5)**, [2](https://cse.google.com/cse?cx=230603009f774dff1) - Leak Custom Search Engines
* ⭐ **[Fapello](https://fapello.com/)** - OnlyFans / Patreon
* ⭐ **[Hotleak](https://hotleak.vip/)** - OnlyFans / Patreon
* ⭐ **[Kemono](https://kemono.su/)** - Patreon / [Downloader](https://github.com/notFaad/coom-dl)
* ⭐ **[Coomer](https://coomer.su/)** - OnlyFans
* ⭐ **[SimpCity](https://simpcity.su/)** - OnlyFans / Patreon
* [Reddit Plug](https://redditplug.com/) - OnlyFans
* [Epic Leaks](https://t.me/+ajc9iF2hjWU3Mjgx) - OnlyFans
* [PornLeaks](https://pornleaks.in/) or [Vixenleaks](https://vixenleaks.com/) - OnlyFans / Patreon
* [NobodyHome](https://nobodyhome.tv/index.php) - OnlyFans
* [Vlixa](https://vlixa.com/) - OnlyFans
* [OnlyFans421](https://rentry.org/OnlyFan421) - OnlyFans
* [Channel Free Pack](https://t.me/channelfreepack) - OnlyFans
* [Thothub](https://thothub.to/), [2](https://thothub.is/) - OnlyFans
* [OF-Scraper](https://github.com/datawhores/OF-Scraper) or [OF-DL](https://github.com/sim0n00ps/OF-DL) - OnlyFans Scrapers
***
## ▷ AI Generated Images
* [Nectar](https://trynectar.ai/create) / [Discord](https://discord.gg/4u2jFcz5VN)
* [Made.Porn](https://made.porn/) / [Discord](https://discord.com/invite/TE5eUxU2mz)
* [Pornstars.ai](https://www.pornstars.ai/)
* [PornLabs](https://editor.imagelabs.net/) / [Discord](https://discord.com/invite/RJX9FWWAsn)
* [Nonolo.ai](https://no.nolo.ai/)
* [MetArtHunter](https://www.metarthunter.com/)
* [AIPorn](https://www.aiporn.net/)
* [pornpen.ai](https://pornpen.ai/feed)
* [Pornify](https://pornify.cc/)
* [AIHentai.co](https://aihentai.co/)
* [Spicy Porn](https://spicy.porn/)
* [Pornderful](https://pornderful.ai/)
* [PornAI.tv](https://pornai.tv/)
* [sexy.ai](https://sexy.ai/)
* [HDG Faq](https://rentry.org/hdgfaq) - HDG Guide
* [r/AIpornhub](https://www.reddit.com/r/AIpornhub/) - NSFW AI Subreddit
***
# ► Fictional
***
## ▷ Hentai Anime
* 🌐 **[Wotaku](https://wotaku.wiki/nsfw#anime)** - Hentai Anime Index / [Discord](https://discord.gg/vShRGx8ZBC)
* 🌐 **[The Index](https://theindex.moe/library/hentai)** or [Best Hentai Sites](https://besthentaisites.github.io/) - Hentai Site Lists
* 🌐 **[EverythingMoe](https://everythingmoe.com/?nsfw=true#section-hentai)**, [2](https://everythingmoe.org/?nsfw=true#section-hentai) - Hentai Sites Index
* 🌐 **[/cumg/](https://rentry.co/coom)** - Hentai Resources
* ⭐ **[Nyaa Sukebei](https://sukebei.nyaa.si/)** - Hentai Torrents
* ⭐ **[Anime-Sharing](https://www.anime-sharing.com/#downloads-requests)** - Hentai DDL
* ⭐ **[Oppai.Stream](https://oppai.stream/)** - Hentai Streaming
* ⭐ **[Hanime.tv](https://hanime.tv/)** - Hentai Streaming
* ⭐ **[HentaiWorld](https://hentaiworld.tv/)** - Hentai Streaming / [Discord](https://discord.com/invite/uyHFDgcUJR)
* ⭐ **[PorCore](https://porcore.com/)** - 3D Porn
* ⭐ **[Porn3DX](https://porn3dx.com/)** - 3D Porn
* ⭐ **[NSFW Rule 34](https://nsfwr34.com/)** - Western Hentai Streaming
* ⭐ **[get-sauce](https://github.com/gan-of-culture/get-sauce)** - Hentai CLI Downloader
* [Ohentai](https://ohentai.org/) - Hentai Streaming / [Discord](https://discord.com/invite/UD3fFTj)
* [Hentai.tv](https://hentai.tv/) - Hentai Streaming
* [HentaiFox.tv](https://hentaifox.tv/) - Hentai Streaming
* [AnimeIDHentai](https://animeidhentai.com/) - Hentai Streaming
* [HentaiMama](https://hentaimama.io/) - Hentai Streaming
* [hstream.moe](https://hstream.moe/) - Hentai Streaming / [Discord](https://discord.com/invite/yAqgVKNgG5)
* [Hentai Moon](https://hentai-moon.com/) - Hentai Streaming
* [HentaiPlay](https://hentaiplay.net/) - Hentai Streaming
* [HentaiSea](https://hentaisea.com/) - Hentai Streaming
* [AniPorn](https://aniporn.com/) - Hentai Streaming
* [Hentaini](https://hentaini.com/) - Hentai Streaming
* [MioHentai](https://miohentai.com/) - Hentai Streaming
* [Animeh](https://animeh.to/) - Hentai Streaming
* [HentaiStream](https://hentaistream.xxx/) - Hentai Streaming
* [Uncensored Hentai](https://uncensoredhentai.xxx/) - Hentai Streaming
* [Hentai Haven](https://hentaihaven.xxx/) - Hentai Streaming
* [HentaiFreak](https://hentaifreak.org/) - Hentai Streaming
* [Haho](https://haho.moe/) - Hentai Streaming
* [Hentai Stream](https://tube.hentaistream.com/) - Hentai Streaming [Discord](https://discord.com/invite/Bkf4Nps)
* [Hentai City](https://www.hentaicity.com/) - Hentai Streaming
* [HentaiYes](https://hentaiyes.com/) - Hentai Streaming
* [hentaigasm](http://hentaigasm.com/) - Hentai Streaming
* [HentaiVideos.net](https://hentaivideos.net/) - Hentai Streaming
* [HentaiX](https://hentaix.io/) - Hentai Streaming
* [UnderHentai](https://www.underhentai.net/) - Hentai Streaming
* [HentaiPRN](https://hentaiprn.com/) - Hentai Streaming
* [XAnimePorn](https://www.xanimeporn.com/) - Hentai Streaming
* [HentaiTube.online](https://www.hentaitube.online/) - Hentai Streaming
* [MuchoHentai](https://muchohentai.com/) - Hentai Streaming
* [HentaiCloud](https://www.hentaicloud.com/) - Hentai Streaming
* [HentaisTube](https://www.hentais.tube/) - Hentai Streaming
* [Watch Hentai](https://watchhentai.net/) - Hentai Streaming
* [HentaiDude](https://hentaidude.com/) - Hentai Streaming
* [LatestHentai](https://latesthentai.com/) - Hentai Streaming
* [CartoonPornVideos](https://www.cartoonpornvideos.com/) - Hentai Streaming
* [Hentai2w](https://hentai2w.com/) - Hentai Streaming
* [sakuracircle](https://sakuracircle.com/) - Hentai DDL
* [Hentai Upscales](https://t.me/+4zMgLbnhiF5hZGRk) - Hentai DDL
* [AnimeTime](https://www.animetime.pw/) - Hentai DDL
* [FapForFun](https://fapforfun.net/) - Hentai Torrents
* [Rule34Video](https://rule34video.com/) - 3D Porn
* [Rule34Porn](https://rule34porn.net/) - 3D Porn
* [XAnimu](https://xanimu.com/) - 3D Porn
* [ZZCartoon](https://www.zzcartoon.com/) - 3D Porn
* [3D Sex Anime](https://www.3dsexanime.xyz/) - 3D Porn
* [Naughty Machinima](https://www.naughtymachinima.com/) - 3D Porn
* [Studio Flow](https://studiofow.com/movies/) - 3D Porn / [Discord](https://discord.com/invite/zUgDe3B)
* [SFM Compile](https://sfmcompile.club/) - 3D Porn
* [HentaiLA](https://www4.hentaila.com/) - Spanish
* [MandraHentai](https://mandrahentai.com/) - Spanish / [Bypasser](https://greasyfork.org/en/scripts/484990)
* [EhPanda](https://ehpanda.app/) - Hentai iOS App
* [Fapservice](https://fapservice.com/) - Compilation of Echhi Anime Scenes / [Discord](https://discord.com/invite/sTaEawE)
***
## ▷ Hentai Manga / Comics
* 🌐 **[Wotaku](https://wotaku.wiki/nsfw#manga)** - Hentai Manga Index / [Discord](https://discord.gg/vShRGx8ZBC)
* 🌐 **[EverythingMoe](https://everythingmoe.com/?nsfw=true#section-hentairead)**, [2](https://everythingmoe.org/?nsfw=true#section-hentairead) - Hentai Manga / Comics Index
* 🌐 **[Wholesome Hentai](https://wholesomelist.com/)** - Wholesome Manga Index
* ⭐ **[E-Hentai](https://e-hentai.org/)** or [ExHentai](https://exhentai.org/) - Hentai Manga / Comics
* ⭐ **E-Hentai Tools** - [Android Client](https://github.com/honjow/FEhViewer) / [Deleted Galleries](https://panda.chaika.moe/) / [Downloader](https://gitlab.com/squishydreams/pandaforever), [2](https://github.com/ccloli/E-Hentai-Downloader)
* ⭐ **[Koharu](https://koharu.to/)** or **[HentaiNexus](https://hentainexus.com/)** - Official Translatations / [Backup](https://fakku.cc/)
* ⭐ **[Hitomi](https://hitomi.la/)** - Hentai Manga
* ⭐ **[NHentai](https://nhentai.net/)** - Hentai Manga
* ⭐ **NHentai Tools** - [Android Client](https://github.com/Dar9586/NClientV2), [2](https://ttdyce.com/apps/nhviewer/) / [Downloader](https://github.com/RicterZ/nhentai), [2](https://nhentaidownloader.zirk.eu/)
* ⭐ **[Manga District](https://mangadistrict.com/)** - Pornhwa
* ⭐ **[BATO.TO](https://bato.to/)** - Pornhwa / [Discord](https://discord.com/invite/batoto) / [Proxies](https://rentry.co/batoto)
* ⭐ **[Nyaa Sukebei](https://sukebei.nyaa.si/)** - Hentai Manga Torrents
* ⭐ **[Hitomi Downloader](https://github.com/KurtBestor/Hitomi-Downloader)**, **[Hakuneko](https://hakuneko.download/)** or [NN Downloader](https://github.com/Official-Husko/NN-Downloader) - Multi-Site Manga Downloaders
* [/r/Pornwha](https://www.reddit.com/r/Pornwha/) or [/r/Pornhwa](https://www.reddit.com/r/pornhwa/) - Pornwha / Pornhwa Subreddits
* [IMHentai](https://imhentai.xxx/) - Hentai Manga / Comics
* [3Hentai](https://3hentai.net/) - Hentai Manga
* [Hentai2Read](https://hentai2read.com/) or [HentaiHere](https://hentaihere.com/) - Hentai Manga
* [Doujins.com](https://doujins.com/) - Hentai Manga / [Discord](https://discord.com/invite/EPnJqPf7xh)
* [Luscious](https://www.luscious.net/) - Hentai Manga / Comics
* [Simply Hentai](https://www.simply-hentai.com/web) - Hentai Manga
* [HentaiEnvy](https://hentaienvy.com/) - Hentai Manga / Comics
* [HentaiEra](https://hentaiera.com/) - Hentai Manga
* [Yabai](https://yabai.si/) - Hentai Manga
* [HentaiRead](https://hentairead.com/) - Hentai Manga
* [HentaiHand](https://hentaihand.com/en/) - Hentai Manga
* [HentaiZap](https://hentaizap.com/) - Hentai Manga
* [akuma](https://akuma.moe/) - Hentai Manga
* [MangaHentai](https://mangahentai.me/) - Hentai Manga
* [Toonily](https://toonily.me/) - Pornhwa
* [Manhwa18](https://manhwa18.net/) / [2](https://manhwa18.com/) / [3](https://pornwa.club/) - Pornhwa
* [Multporn](https://multporn.net/) - Hentai Manga / Comics
* [HentaiFox](https://hentaifox.com/) - Hentai Manga
* [Pururin](https://pururin.to/) - Hentai Manga / [Discord](https://discord.com/invite/PtrzM4aVFv)
* [9Hentai](https://9hentai.to/) - Hentai Manga
* [AsmHentai](https://asmhentai.com/) - Hentai Manga
* [8Muses](https://8muses.io/) - Hentai Manga / Comics
* [Comic Porn XXX](https://comicporn.xxx/) - Hentai Manga / Comics
* [XlecX](https://xlecx.one/) - Hentai Manga / Comics
* [HentaiRox](https://hentairox.com/) - Hentai Manga
* [EAHentai](https://eahentai.com/) - Hentai Manga
* [ILikeComix](https://ilikecomix.com/) - Comics
* [AllPornComic](https://allporncomic.com/) - Comics
* [MyHentaiGallery](https://myhentaigallery.com/) - Comics / [Discord](https://discord.com/invite/h2cmkc64k8)
* [FreeAdultComix](https://freeadultcomix.com/) - Comics
* [Mult34](https://mult34.com/) - Comics
* [ComicsValley](https://comicsvalley.com/) - Comics
* [Erofus](https://www.erofus.com/) - Comics / [Discord](https://discord.com/invite/ZKCV4CmhaD)
* [SVSComics](https://svscomics.com/) - Comics
* [BestPornComix](https://bestporncomix.com/) - Comics
* [BondageComixxx](https://bondagecomixxx.net/) - Comics
* [XYZ Porn Comics](https://xyzcomics.com/) - Comics
* [Manhwa18.cc](https://manhwa18.cc/) - Hentai Manga
* [Mangadass](https://mangadass.com/) - Hentai Manga
* [Hentaiwebtoon](https://hentaiwebtoon.com/) - Hentai Manga
* [OmegaScans](https://omegascans.org/) - Pornwha / [Discord](https://discord.com/invite/BrkUm8jeng)
* [Mikocon](https://www.mikocon.com/forum.php?mod=forumdisplay&fid=46) - Hentai Manga
* [Anime-Sharing Hentai](https://www.anime-sharing.com/forum/hentai-ovas-36/) - Hentai Manga
* [ComicBox](https://www.comicbox.xyz/) - Chinese Pornhwa
* [TMOHentai](https://tmohentai.com/) - Spanish Hentai Manga
* [Manhwas](https://www.manhwas.net/) - Spanish Pornhwa
* [Mihentai](https://mihentai.com/) - Indo Hentai Manga
* [Anime-Sharing](https://www.anime-sharing.com/#downloads-requests) - Hentai Manga Forums
* [Hentaiser](https://hentaiser.com/en/) - Android Hentai
* [Violet](https://github.com/project-violet/violet) - Android Hentai / [Discord](https://discord.com/invite/fqrtRxC)
* [Hentoid](https://github.com/avluis/Hentoid) - Android Hentai / [Discord](https://discord.com/invite/QEZ3qk9)
* [GalleryCherry](https://github.com/RobbWatershed/GalleryCherry) - Android Hentai / [Discord](https://discord.com/invite/waTF8vw)
***
## ▷ Games
* 🌐 **[Wotaku](https://wotaku.wiki/nsfw#games)** - Eroge Index / [Discord](https://discord.gg/vShRGx8ZBC)
* 🌐 **[EverythingMoe](https://everythingmoe.com/?nsfw=true#section-games)**, [2](https://everythingmoe.org/?nsfw=true#section-games) - Hentai Games Index
* ⭐ **[F95Zone](https://f95zone.to/)**
* ⭐ **[Nyaa Sukebei](https://sukebei.nyaa.si/)**
* ⭐ **[Anime-Sharing](https://www.anime-sharing.com/#downloads-requests)** - Hentai Games DDL
* [VNPocket](https://vnpocket.com)
* [Ryuugames](https://ryuugames.com/)
* [CPG Repacks](https://cpgrepacks.site) - [Discord](https://discord.gg/dtBSZ9N)
* [PornDude Games](https://theporndude.com/best-porn-games), [2](https://theporndude.com/free-sex-games)
* [The Asenheim Project](https://www.asenheim.org) / [Play Online](https://tss.asenheim.org/)
* [Mikocon](https://www.mikocon.com/forum.php?mod=forumdisplay&fid=46)
* [GGBases](https://www.ggbases.com/)
* [BetterRepack](https://dl.betterrepack.com/public/) - [Discord](https://discord.gg/pSGZ4uz)
* [69 Games](https://forum.69games.xxx/)
* [LewdCorner](https://lewdcorner.com/)
* [The Asenheim Project](https://www.asenheim.org/)
* [GamCore](https://gamcore.com/) - NSFW Browser Games
* [LewdList](http://web.archive.org/web/20190515205509/https://www.lewdlist.com/) - Game Index
* [Lewdzone](https://lewdzone.com/) - Games / Animations
* [Lewd Patcher](https://lewdpatcher.com/) - Adult Game Patches
* [Lovers Lab](https://www.loverslab.com/) - Adult Game Mods
* [NakedSkins](https://www.nakedskins.com/) - Naked Skins for Games
***
## ▷ Illustrations
* ⭐ **[Pixiv](https://www.pixiv.net/en/)** / [Rankings](https://pixiv.navirank.com/)
* ⭐ **[Danbooru](https://danbooru.donmai.us/)**
* ⭐ **[Rule 34](https://rule34.xxx/)**
* ⭐ **[Rule34.dev](https://rule34.dev/)** - Multi-Booru Aggregator
* ⭐ **[Hentai Foundry](https://www.hentai-foundry.com/)** / [Discord](https://discord.com/invite/gMtgEcZuk4)
* [kemono.party](https://kemono.su/) / [Downloader](https://github.com/notFaad/coom-dl)
* [Gelbooru](https://gelbooru.com/)
* [yande.re](https://yande.re/)
* [Konachan](https://konachan.com/)
* [Sankaku Complex](https://beta.sankakucomplex.com/tag/en)
* [Kurowanka](https://kusowanka.com/)
* [Nozomi.la](https://nozomi.la/)
* [booru.io](https://booru.io/)
* [Slushe](https://slushe.com/) / [Discord](https://discord.com/invite/GYjEXqeXSJ)
* [Rule 34 Paheal](https://rule34.paheal.net/)
* [Rule34.xyz](https://rule34.xyz/) / [Discord](https://discord.com/invite/GVfjtug)
* [Rule34.us](https://rule34.us/)
* [Rule34Hentai](https://rule34hentai.net/)
* [Rule34World](https://rule34.world/)
* [TBIB](https://tbib.org/)
* [Xbooru](https://xbooru.com/)
* [The Hentai World](https://thehentaiworld.com/)
* [WHentai](https://whentai.com/)
* [Rule34 Scroller](https://rule34.pw/)
* [Hypno Hub](https://hypnohub.net/) - Hypno Fetish Art / [Discord](https://discord.com/invite/4Y82pB6)
* [SmutBase](https://smutba.se/) - NSFW 3D Models
* [Permanent Booru](http://owmvhpxyisu6fgd7r2fcswgavs7jly4znldaey33utadwmgbbp4pysad.onion/)
* [mcb3id.onion](http://ik4kzum3ocg6dhx4jhzteko4jzijmxnwsbkcqenf33as3i74i3mcb3id.onion/)
* [Flexbooru](https://github.com/flexbooru/flexbooru), [BooruSphere](https://github.com/nullxception/boorusphere), [Yummybooru](https://github.com/Yochyo/Yummybooru) or [Animes Boxes](https://animebox.es/) - Booru Clients / [Telegram](https://t.me/Flexbooru/161)
* [Rule 34 App](https://r34.app/) - PWA Booru Client
* [Boob Bot](https://www.boobbot.us/) or [CyberDropDownloader](https://github.com/jbsparrow/CyberDropDownloader) - Porn Image Downloaders
***
## ▷ Erotica / Fanfiction
* [Literotica](https://www.literotica.com/) - Fictional
* [Chyoa](https://chyoa.com/) - Fictional
* [Bellesa](https://www.bellesa.co/story/all) - Fictional
* [SexualStories](https://sexualstories.club/) - Fictional
* [TheFetLibrary](https://www.thefetlibrary.com/) - Fictional
* [QuestionableQuestingQ](https://forum.questionablequesting.com/) - Fictional / Signup Required
* [Adult-Fanfiction](https://www.adult-fanfiction.org/) - Fictional
* [HyperDreams](https://www.hyperdreams.com/) - Fictional / Interactive
* [Infaera](https://infaera.neocities.org/) - Fictional / Interactive
* [EroFights](https://erofights.com/) - Fictional / Chat-Based
* [StoriesOnline](https://storiesonline.net/) - Fictional / Non-Fic
* [IndianSexStories](https://www.indiansexstories2.net/) - Fictional / Non-Fic
* [Sex Stories](https://www.sexstories.com/) - Fictional / Non-Fic
* [LushStories](https://www.lushstories.com/) - Fictional / Non-Fic
***
# ► Magazines
* ⭐ **[Mens Magazines](https://archive.org/details/mensmagazines_post70s)** - NSFW Magazine Archives (1970s-modern)
* [SpicyMags](https://spicymags.xyz/)
* [downmagaz](https://downmagaz.net/adult_magazine/)
* [PDF Dude](https://pdfdude.com/category/adult/)
* [Mags Guru](https://www.mags.guru/c/adult/)
* [adultload](https://adultload.ws/category/magazines/)
* [AdultMagazine](https://adultmagazine.net/)
* [Adult Magazines PDF](https://adultmagazinespdf.com/)
* [v9k9 Mags](https://redd.it/ouuakm) - Japanese Magazines
* [pdfmagazinesclub](https://pdfmagazines.club/adult)
***
# ► LGBTQ+
* 🌐 **[MyGaySites](https://mygaysites.com/)** - Gay Porn Site Index
* [PlayHDPorn Gay](https://www.playhdporn.com/categories/gay/)
* [Yupdates](https://yupdates.neocities.org/) - Gay Porn Artwork / [Drives](https://cat.yupdates.art/) / [Discord](https://discord.com/invite/ECFKuBawQg)
* [PBC](https://pbc.xxx/) - Gay Porn Encyclopedia
* [MyReadingManga](https://myreadingmanga.info/) - LGBTQ+ Hentai
* [BLCollection](https://blcollection.co/) - Boys Love Manga
* [Nifty](https://www.nifty.org/nifty/) - LGBT / Fictional
* [FictionMania](https://fictionmania.tv/) - Transgender / Fictional
* [TransVids](https://transvids.wtf/) - OnlyFans / Patreon
***
# ► Tools
* ⭐ **[Stash](https://stashapp.cc/)**, [Fapel System](https://github.com/pronopython/fapel-system), [Porn Vault](https://gitlab.com/porn-vault/porn-vault) or [AdultMediaManager](https://github.com/adultmm/AdultMediaManager) - Porn File Managers
* ⭐ **[PornStarByFace](https://pornstarbyface.com/)** - NSFW Image Reverse Search
* ⭐ **[SauceNao](https://saucenao.com/)** - Fictional NSFW Reverse Image Search / [Extension](https://saucenao.com/tools/)
* ⭐ **[Internet Adult Film Database](https://www.iafd.com/)**, [Data18](https://www.data18.com/), [MyPornStarBook](https://www.mypornstarbook.net/), [Warashi](http://warashi-asian-pornstars.fr/) or [AVSOX](https://avsox.click/en) - Adult Film Databases / Reviews
* ⭐ **[NameThatPorn](https://namethatporn.com/)**, [NameThatPornstar](https://namethatpornstar.com/), [r/pornID](https://www.reddit.com/r/pornID/) or [r/tipofmypenis](https://www.reddit.com/r/tipofmypenis/) - Porn Identification Communities
* ⭐ **[Bypass Subreddit Blocks](https://pastebin.com/gAAEQnqn)**
* [Javinizer](https://github.com/javinizer/Javinizer) - JAV File Organizer
* [DeepMosaics](https://github.com/HypoX64/DeepMosaics) - Remove Mosaics from Porn
* [ThePornDB](https://metadataapi.net/) - Porn Metadata
* [Sleazy Fork](https://sleazyfork.org/en/scripts) - Adult User Scripts / [Add to Greasyfork](https://greasyfork.org/en/scripts/23840)
* [Anal Sex Guide](https://github.com/regdude/anal) - Anal Sex Guide / Safety
* [BDSM Tools](https://www.bdsmtools.org/) - BDSM Tools
* [BDSM Test](https://bdsmtest.org/) - BDSM Test
* [KinxList](https://kinxlist.com/) - BDSM Checklist
* [Buttplug.io](https://buttplug.io/) - Sex Toy Control Software
* [FapInstructor](https://fapinstructor.com/) or [Joi.how](https://joi.how/) - Fap Instructor Tools
* [Chaster](https://chaster.app/) - Chastity Tools
* [WallTalker](https://walltaker.joi.how/) - Control Wallpapers
* [Awesome Buttplug](https://github.com/buttplugio/awesome-buttplug) - Buttplug Project Index
* [Thunder's Place](https://thunders.place/) - Penis Enlargement Discussion & Safety
* [ERP/RP Datasets](https://rentry.org/qib8f) - NSFW Roleplaying LLM Datasets
***
# ► [Porn Quitting](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/misc#wiki_.25B7_porn_quitting)

View file

@ -96,7 +96,7 @@ in seeing all minor changes you can follow our
Android Keyboard Tools. Privacy-focused keyboards. Android Keyboard Tools. Privacy-focused keyboards.
- Starred [Piko](https://fmhy.net/android-iosguide#social-media-apps) in Android - Starred [Piko](https://fmhy.net/android-iosguide#social-media-apps) in Android
Social Media. ReVanced patches for Twitter / X. Social Media. ReVanced patches for X.com.
- Starred [auto-mcs](https://fmhy.net/storage#minecraft-server-tools) in - Starred [auto-mcs](https://fmhy.net/storage#minecraft-server-tools) in
Minecraft Server Tools. Simple Minecraft server setup. Minecraft Server Tools. Simple Minecraft server setup.

86
docs/posts/dec-2024.md Normal file
View file

@ -0,0 +1,86 @@
---
title: Monthly Updates [December]
description: December 2024 updates.
date: 2024-12-01
next: false
aside: left
prev: false
footer: true
---
<Post authors="nbats"/>
:::info
These update threads only contains major updates. If you're interested
in seeing all minor changes you can follow our
[Commits Page](https://github.com/fmhy/FMHYedit/commits/main) on GitHub or
[Updates Channel](https://redd.it/17f8msf) in Discord.
:::
# Wiki Updates
- Added [FFmpeg section](https://fmhy.net/video-tools#ffmpeg-tools) to Video Tools.
- Added [Anti-Censorship](https://fmhy.net/adblockvpnguide#anti-censorship) section to Proxies.
- Added [Spotify Playlist Tools](https://fmhy.net/audiopiracyguide#spotify-playlists) section to Audio.
- Added [Household Management](https://fmhy.net/miscguide#household) section to Misc.
- Added new subsections to YouTube: [Video Tools](https://fmhy.net/social-media-tools#video-tools) / [Playlist Tools](https://fmhy.net/social-media-tools#playlist-tools) / [Archiving](https://fmhy.net/social-media-tools#youtube-archiving)
- Split Webhosting into subsections: [Free Webhosting](https://fmhy.net/storage#free-webhosting-sites) / [Static Pages](https://fmhy.net/storage#static-page-hosting) / [Dynamic Pages](https://fmhy.net/storage#dynamic-page-hosting) / [Site Builders](https://fmhy.net/storage#website-builders)
- Split [Smart TV](https://fmhy.net/videopiracyguide#smart-tv-firestick) and [Android TV](https://fmhy.net/videopiracyguide#android-tv) into separate sections.
- Split [Physical Health](https://fmhy.net/miscguide#physical-health) and [Workout](https://fmhy.net/miscguide#workout-exercise) into separate sections.
- Split [Single Server](https://fmhy.net/videopiracyguide#single-server) and [Free w/ Ads](https://fmhy.net/videopiracyguide#free-w-ads) streaming into separate sections.
- Moved IPTV Tools out of storage into its own [dedicated section](https://fmhy.net/videopiracyguide#iptv-tools).
- Cleaned up both [DNS Resolver](https://fmhy.net/storage#free-dns-resolvers) + [VPN Config](https://fmhy.net/storage#free-vpn-configs) sections.
- Went through [AI section](https://fmhy.net/ai) and tagged bots that don't require signup.
***
# Stars Added ⭐
- Starred [Windows 10 After EOL](https://fmhy.net/system-tools#windows-updates) in Windows Updates. Continue to receive updates after Win10's End-Of-Life in Oct 2025.
- Starred [Directory Opus](https://fmhy.net/file-tools#file-explorers) in File Explorers. Powerful and highly customizable windows file manager.
- Starred [Censorship Bypass Guide](https://fmhy.net/adblockvpnguide#anti-censorship) in Anti-Censorship. Easy to follow censorship bypass guides.
- Starred [Mistral](https://fmhy.net/ai#online-chatbots) in Online Chatbots. Feature-rich bot which includes web search, a canvas tool, image generation and more.
- Starred [OnTheSpot](https://fmhy.net/audiopiracyguide#audio-ripping-tools) in Audio Ripping. Spotify Downloader with a GUI that still works after the spotify's changes.
- Starred [LanguageTool](https://fmhy.net/text-tools#grammar-check) in Grammar Check. This seemed to pick up the most errors when compared to other options.
- Starred [BlockAway](https://fmhy.net/adblockvpnguide#proxy-sites) in Proxy Sites. Popular proxy site that seems to work well for most people.
- Starred [Plutonium](https://fmhy.net/gaming-tools#multiplayer-mods) in Multiplayer Mods. The most popular COD multiplayer server mod, works with multiple games.
- Starred [webOS Dev Manager](https://fmhy.net/videopiracyguide#smart-tv-firestick). LG TV Homebrew Installer + Guide.
- Starred [Citrus Search](https://fmhy.net/readingpiracyguide#academic-papers) in Academic Papers. Easily search and find similar papers for any topic.
***
# Things Removed
- Removed free warp keys as they're being revoked now.
- Removed DramaCool as they're [shutting down](https://x.com/dramacoolcom/status/1861628424147869919). We're aware GogoAnime has also stopped updates, but we're waiting for more news before removing them.
- Removed both SusFlix and BFlix as they've been offline for over a week.
- Unstarred multiple streaming sites as we had so many stars they became meaningless. [Before vs. After](https://i.ibb.co/QPxKLm2/image.png).
- Unstarred Claude as free tier is too limited now.
- Unstarred ClearURLs as its mostly redundant with adblockers like uBO.

View file

@ -11,7 +11,7 @@ footer: true
<Post authors="nbats" /> <Post authors="nbats" />
# Public URL: https://discord.gg/5W9QJKuPkD # Public URL: https://rentry.co/fmhy-invite
--- ---
@ -22,8 +22,3 @@ footer: true
3. No direct links to pirated content. 3. No direct links to pirated content.
4. No NSFW content (or requests) outside of NSFW channels. 4. No NSFW content (or requests) outside of NSFW channels.
5. No racism, sexism, ableism, homophobia, transphobia. 5. No racism, sexism, ableism, homophobia, transphobia.
---
Keep in mind [Divolt](https://redd.it/uto5vw) will still continue to work and
connect to our discord for those who choose to use it.

70
docs/posts/feb-2025.md Normal file
View file

@ -0,0 +1,70 @@
---
title: Monthly Updates [Feb]
description: Febuary 2025 updates.
date: 2025-02-01
next: false
aside: left
prev: false
footer: true
---
<Post authors="nbats" />
:::info
These update threads only contains major updates. If you're interested
in seeing all minor changes you can follow our
[Commits Page](https://github.com/fmhy/FMHYedit/commits/main) on GitHub or
[Updates Channel](https://redd.it/17f8msf) in Discord.
:::
# Wiki Updates
- Added [Concerts / Live Shows](https://fmhy.net/audiopiracyguide#concerts-live-shows) section to Audio.
- Added [Genre Specific](https://fmhy.net/audiopiracyguide#genre-specific) section to Audio Downloading.
- Added [Drinks section](https://fmhy.net/miscguide#drinks) under Food.
- Moved [Collaboration Platforms](https://fmhy.net/miscguide#collaboration-platforms) out of storage, cleaned up section, and added labels.
- For individual notes we've stopped linking to pastebins, and instead link our own [GitHub page](https://github.com/fmhy/FMHY/wiki/FMHYNotes.md).
- Added a [Site Grading System](https://github.com/fmhy/FMHY/wiki/Stream-Site-Grading) for streaming to help more fairly sort them. This is currently a work in progress and more categories will be added to further separate sites at the top, such as mobile optimization, ad-free streaming, watch list syncing & more.
***
# Stars Added ⭐
- Starred [DeepSeek](https://fmhy.net/ai#online-chatbots) in Online Chatbots. V3 is unlimited and people seem to be really liking it so far.
- Starred [AnimeZ](https://fmhy.net/videopiracyguide#anime-streaming) in Anime Streaming. Has fast streams and did well in our polls.
- Starred [OOMoye](https://fmhy.net/videopiracyguide#download-sites) + [PKMovies](https://fmhy.net/videopiracyguide#drives-directories) under Video Download. Both have big libraries, fast hosts and single click downloads.
- Starred [Ludusavi](https://fmhy.net/gaming-tools#game-saves) in Game Saves. Feature-rich game save manager that supports all platforms.
- Starred [TV Garden](https://fmhy.net/videopiracyguide#live-tv) in Live TV. Nice UI, lots of channels and consistent compared to similar options.
- Starred [PipePipe](https://fmhy.net/android-iosguide#android-youtube-apps) in Android YouTube Apps. Feature-rich fork of NewPipe w/ SponsorBlock / ReturnYTDislikes.
- Starred [PokéRogue](https://fmhy.net/gaming-tools#pokemon-tools) in Pokémon section. Popular and fun Pokémon dungeon crawler.
- Starred [WatchParty](https://fmhy.net/video-tools#stream-sync) in Stream Sync. Feature-rich app video sync app that seems to work well for people.
- Starred [Gifski + EZGif](https://fmhy.net/img-tools#gif-tools) under GIF Tools. High quality GIF creation tools.
- Starred [Blatant's IPA Library](https://fmhy.net/android-iosguide#telegram-channels-1) in iOS Apps. High quality iOS app releases, stands out compared to similar TG groups.
- Starred [Reaper](https://fmhy.net/audiopiracyguide#audio-editors) under Audio Editors. Feature-rich digital audio workstation. Says its a trial, but trial never actually ends.
- Added star back to [SteamGG](https://fmhy.net/gamingpiracyguide#download-games) in Game DDL. Game download site with pre-installs and good hosts, similar to SteamRIP.
***
# Things Removed
- Unstarred Firehawk52 as Deezer ARLs are being nuked instantly now.
- Unstarred IPALibrary, and replaced it with [CodeVN](https://fmhy.net/android-iosguide#ios-ipas) as this is where IPALibrary sources their apps.

View file

@ -1,28 +0,0 @@
---
title: Goodbye Fmovies, and thank you 🤍
description: Goodbye Fmovies
date: 2024-08-29
next: false
aside: left
prev: false
footer: true
---
<Post authors="nbats"/>
ACE [confirmed today](https://torrentfreak.com/fmovies-piracy-ring-was-shut-down-by-vietnam-assisted-by-ace-240829/) that they were responsible for getting Fmovies, Aniwave, and Vidsrc all shut down.
***
First I just want to wish everyone involved in these projects the best. I don't know what anyone's exact situation is, but if there is any way we can use FMHY to help support those involved I'd be more than willing to do so.
Fmovies and Aniwave made the world a better place. They archived a huge amount of content, both popular, and obscure, made the lives of many people more comfortable, and those behind these sites should feel very proud of what they were able to accomplish. Sharing in this way is exactly what computers were meant to do, its exactly what *humans* are meant to do, and I am beyond grateful to those who risked their livelihoods to do what is right for so long.
Sadly, with the shutdown of these sites, humanity has lost a huge amount of content in favor of protecting some of the worlds richest companies. ACE has not only decreased the amount of happiness in the world, but they may have ripped a lot of obscure content from existence with no thought whatsoever. I know things seem bad now, but I promise you this isn't the end of the story.
A long time ago I said that sharing is, always has been, and always will be the right thing to do, and I stand by it 100%. I speak not only for myself, but on behalf of many other pirates when I say sharing is the hill we are willing to die on to protect. It may be the end of Fmovies and Aniwave, but it isn't the end of sharing, not even close.
***
***"To download is human, to share is divine."*** - anonymous

68
docs/posts/jan-2025.md Normal file
View file

@ -0,0 +1,68 @@
---
title: Monthly Updates [January]
description: January 2025 updates.
date: 2025-01-01
next: false
aside: left
prev: false
footer: true
---
<Post authors="nbats"/>
:::info
These update threads only contains major updates. If you're interested
in seeing all minor changes you can follow our
[Commits Page](https://github.com/fmhy/FMHYedit/commits/main) on GitHub or
[Updates Channel](https://redd.it/17f8msf) in Discord.
:::
# Wiki Updates
* Created **[guides.fmhy.lol](https://guides.fmhy.lol/)** which lists all the guides we have throughout FMHY.
* Re-ordered [Game DDL](https://fmhy.net/gamingpiracyguide#download-games) based on [poll results](https://challonge.com/1mqmqrdq). Congrats to CS.RIN for coming out on top.
* Added both [Sideloading](https://fmhy.net/android-iosguide#ios-sideloading) and [Social Media App](https://fmhy.net/android-iosguide#social-media-apps-1) sections to iOS.
* Added [Last.fm section](https://fmhy.net/audiopiracyguide#last-fm-tools) to Audio Tracking.
* Cleaned up Font section + split it into subcategories: [Open Source](https://fmhy.net/text-tools#open-source-freeware) / [Free Fonts](https://fmhy.net/text-tools#free-fonts).
* Added guides + better descriptions to all the [Jailbreaking Tools](https://fmhy.net/android-iosguide#ios-jailbreaking).
* Added License Tags to [Stock Photo Sites](https://fmhy.net/img-tools#stock-images).
* De-bloated [IDEs section](https://fmhy.net/devtools#ides-code-editors) in dev tools.
---
# Stars Added ⭐
* Starred [Image FX](https://fmhy.net/ai#image-generation) in Image Gen + [Video FX](https://fmhy.net/ai#video-generation) in Video Gen. AI generators made by Google, US only.
* Starred [Alu](https://fmhy.net/adblockvpnguide#proxy-sites) in Proxy Sites. Proxy site similar to things like HolyUnblocker.
* Starred [Lively](https://fmhy.net/system-tools#wallpaper-managers) in Wallpaper Managers. Feature-rich live wallpaper manager for Windows.
* Starred [BandLab](https://fmhy.net/audiopiracyguide#browser-editors-synths) in Audio Browser Editors. Popular and feature-rich digital audio workstation.
* Starred [Kvaesitso](https://fmhy.net/android-iosguide#app-launchers) in Android App Launchers. Feature-rich, search focused launcher.
* Starred [SideStore](https://fmhy.net/android-iosguide#ios-sideloading) in iOS Sideloading. Fork of AltStore that doesn't require PC.
* Starred [uYouEnhanced](https://fmhy.net/android-iosguide#ios-youtube-apps) in iOS YouTube apps. Modded YouTube IPA.
* Starred [The Book of Secret Knowledge](https://fmhy.net/linuxguide#software-sites) in Linux Software. Lists, manuals, cheatsheets, tools and more.
* Starred [You Don't Need JavaScript](https://fmhy.net/devtools#css) in CSS Tools. Curated list of CSS demos.
---
# Things Removed
* Removed Filehaus as they've [shut down](https://i.imgur.com/aNPHfAN.png)
* Unstarred GoGoAnime as they're no longer adding new content.

87
docs/posts/nov-2024.md Normal file
View file

@ -0,0 +1,87 @@
---
title: Monthly Updates [November]
description: Nov 2024 updates
date: 2024-11-01
next: false
aside: left
prev: false
footer: true
---
<Post authors="nbats"/>
:::info
These update threads only contains major updates. If you're interested
in seeing all minor changes you can follow our
[Commits Page](https://github.com/fmhy/FMHYedit/commits/main) on GitHub or
[Updates Channel](https://redd.it/17f8msf) in Discord.
:::
# Wiki Updates
- Added new FMHY backup domain: `FMHY.lol`
- The [FMHY SafeGuard](https://github.com/kenhendricks00/FMHY-SafeGuard) extension is ready to be tested. Let us know how it works for you guys, and ty to everyone who made it happen.
- Split [FOSS](https://fmhy.net/downloadpiracyguide#foss-sites) and [Freeware](https://fmhy.net/downloadpiracyguide#freeware-sites) into separate sections, and cleaned up formatting: [before vs after](https://i.ibb.co/M5F1Dk7/image.png).
- Split [Text Editors](https://fmhy.net/text-tools#text-editors) and [Note-Taking](https://fmhy.net/text-tools#note-taking) into separate sections, added labels, and removed any that were low quality or abandoned.
- Split [Radio Stations](https://fmhy.net/audiopiracyguide#radio-streaming) and [Podcasts](https://fmhy.net/audiopiracyguide#podcast-streaming) into separate sections.
- Added tags to bookmark managers, and removed ones that looked low quality: [before vs after](https://i.ibb.co/nczmmrv/3453453453.jpg).
- Added tags to Remote Desktop, and removed any that looked low quality: [before vs after](https://i.ibb.co/jw87F2W/image.png ).
- Added tags to Online Image Editors, and removed any that didn't stand out: [before vs after](https://i.ibb.co/hFwBD6n/34534534.jpg).
- Added tags to Link in Bio, and removed any that seemed low quality: [before vs after](https://i.ibb.co/BjZ3SpR/image.png).
- Added a [Special Interests](https://fmhy.net/gamingpiracyguide#special-interest) section to gaming, to help debloat the main DDL section a bit.
***
# Stars Added ⭐
- Starred [Bluesky](https://fmhy.net/social-media-tools#fediverse-tools) in Fediverse Tools as everyone is leaving Twitter for it now.
- Starred [Kdenlive](https://fmhy.net/video-tools#video-editors) in Video Editors. Open-source, feature-rich, multi-platform editor.
- Starred [Khinsider](https://fmhy.net/audiopiracyguide#game-soundtracks) in Game Soundtracks. Popular soundtrack site with big library.
- Starred [Camo](https://fmhy.net/video-tools) in Video Tools. Allows you to use any device as a webcam.
- Starred [FMSTREAM](https://fmhy.net/storage#live-radio) in Radio Streaming. The biggest online radio directory on the internet.
- Starred [Thunderbird](https://fmhy.net/android-iosguide#android-internet) in Android Internet as its just a better version of K-9 Mail.
- Starred [Pixlr](https://fmhy.net/img-tools#online-editors) in Online Image Editors. Feature-rich editor with nice UI. Has daily limit but it can be bypassed with the script linked.
- Starred [x266.mov](https://fmhy.net/social-media-tools#discord-tools) in Discord Tools. Allows you to embed large videos on Discord.
- Starred [Playlists.cloud](https://fmhy.net/audiopiracyguide#spotify-tools) in Spotify Tools. Unlimited playlist transfer between Spotify / Apple Music.
- Starred [InfiCourses](https://fmhy.net/edupiracyguide#downloading) in Course DDL. Big library with courses tough to find elsewhere.
- Starred [Excalidraw](https://fmhy.net/img-tools#drawing) in Drawing Tools. Feature-rich compared to similar web apps.
- Went through [SMS verification](https://fmhy.net/storage#sms-verification-sites) and starred ones that stood out the most.
***
# Things Removed
- Removed Mutaz as they no longer host cracked software.
- Removed Feynas free tier is too limited now.
- Unstarred BetterDiscord as it runs poorly for many people due to bad optimization, and there are better options like Vencord.
- Unstarred OlaMovies as they now require google logins.
- Unstarred PDALife as many apps are outdated, their official app isn't maintained, and there are better sites.
- Unstarred Not Diamond as it isn't unlimited anymore.
- Unstarred ElevenLabs as its capped at 10 mins limiting its usefulness.

View file

@ -29,7 +29,7 @@ Search engine hosted on old.fmhy.net
--- ---
### [GitHub Search](https://github.com/nbats/FMHY/search?q=&type=wikis) ### [GitHub Search](https://github.com/fmhy/edit/search?q=&type=wikis)
GitHub page search engine GitHub page search engine
@ -59,6 +59,6 @@ Multi-site search engines
--- ---
### [Dupe Checker](https://gitlab.com/cevoj/fmhy-dupe-checker) ### [Dupe Checker](https://github.com/DanFMHY/dupe-checker)
FMHY Dupe Check Tool FMHY Dupe Check Tool

View file

@ -4,80 +4,23 @@
*** ***
*** ***
# ► Audiobooks
* ⭐ **[Text Reader](https://elevenlabs.io/text-reader)** or [Ebook2Audiobook](https://hub.docker.com/repository/docker/athomasson2/ebook2audiobookxtts/general) - Ebook to Audiobook Converters
* [AudioBookConverter](https://github.com/yermak/AudioBookConverter) - Audiobook Format Converter
* [Audible Tools](https://audible-tools.kamsker.at/), [AaxAudioConverter](https://github.com/audiamus/AaxAudioConverter) or [Libation](https://getlibation.com/) - Remove DRM from Audible Audiobooks
* [AudiobookShelf](https://www.audiobookshelf.org/) or [BookSonic](https://booksonic.org/) - Self-Hosted Audiobook Servers
***
## ▷ Downloading
* ⭐ **[MyAnonaMouse](https://www.myanonamouse.net/)** - [Interviews](https://www.myanonamouse.net/inviteapp.php)
* ⭐ **[Mobilism Audiobooks](https://forum.mobilism.org/viewforum.php?f=124)**, [2](https://forum.mobilism.me/viewforum.php?f=124) / [User Ranks](https://rentry.co/mobilismranks), [2](https://pastebin.com/pZuuMxYm)
* ⭐ **[AudiobookBay](https://audiobookbay.lu/)** - Torrents / **[Warning](https://rentry.org/rriia9b4)** / [Discord](https://discord.com/invite/r2jypVyj)
* ⭐ **[Audiobook CSE](https://cse.google.com/cse?cx=006516753008110874046:cwbbza56vhd)** or **[Rave Search](https://ravebooksearch.com/index-audiobooks)** - Multi-Site Audiobook Search
* [AudioBooksBee](https://audiobooksbee.com/)
* [Audiobookss](https://audiobookss.com/)
* [LearnOutLoud](https://www.learnoutloud.com/Free-Audiobooks)
* [Golden Audiobooks](https://goldenaudiobook.co/)
* [Read For Me](https://www.readsforme.com/)
* [DigitalBook](https://www.digitalbook.io/)
* [Librivox](https://librivox.org/)
* [Book Radio](https://bookradio.vercel.app/)
* [Audiobooks For Soul](https://audiobooks4soul.com/)
* [AppAudiobooks](https://appaudiobooks.com/)
* [Litgu.ru](https://litgu.ru/)
* [AudiobooksArchive](https://t.me/AudiobooksArchive) - Telegram
* [Audiobooks_Collection](https://t.me/Audiobooks_Collection) - Telegram
* [audiobooks_English](https://t.me/audiobooks_English) - Telegram
* [Audible (selected)](https://t.me/+GV_tJ_U7em04YjU9) - Telegram
* [FreeClassicAudiobooks](https://www.freeclassicaudiobooks.com/) - Classic Audiobooks
* [Storynory](https://www.storynory.com/) - Children Audio Stories
* [Audiobooks Poetry](https://archive.org/details/audio_bookspoetry) - Audiobooks / Poetry
* [audiobook-dl](https://github.com/jo1gi/audiobook-dl) - Audiobook Download Tool
* [OverDrive](https://github.com/chbrown/overdrive) - OverDrive Audiobook Download Script
***
## ▷ Streaming
* ⭐ **[Tokybook](https://tokybook.com/)** / [Downloader](https://github.com/rahaaatul/TokySnatcher), [2](https://github.com/nazdridoy/audiobooksnatcher)
* [FullLengthAudiobooks](https://fulllengthaudiobook.com/)
* [HDAudiobooks](https://hdaudiobooks.com/)
* [BigAudiobooks](https://bigaudiobooks.com/)
* [HotAudioBooks](https://hotaudiobooks.com/)
* [BookAudiobook](https://bookaudiobooks.com/)
* [GalaxyAudiobooks](https://galaxyaudiobook.com/) / [Downloader](https://github.com/nazdridoy/audiobooksnatcher)
* [Audiobooks Lab](https://audiobooklabs.com/)
* [zAudiobooks](https://zaudiobooks.com/)
* [Find Audiobook](https://findaudiobook.com/)
* [Audio AZ](https://audioaz.com/)
* [/r/audiobooksonyoutube](https://reddit.com/r/audiobooksonyoutube)
* [Spotify Audiobooks](https://open.spotify.com/artist/1FSWXfsYsosTxjcV9WoLax) - Select Playlists
***
# ► Ebooks # ► Ebooks
* **[Anna's Archive](https://annas-archive.org/)**, [2](https://annas-archive.li/) - Books / Comics / Educational / [Expand Downloads](https://greasyfork.org/en/scripts/494262) / [Mobile App](https://github.com/dstark5/Openlib) * 🌐 **[Open Slum](https://open-slum.org/)** - Book Site Index / Uptime Tracking
* ⭐ **[Library Genesis](https://libgen.is)** - Books / Comics / Manga / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_libgen_tools) / [Mirrors](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_libgen__mirrors) * ⭐ **[Anna's Archive](https://annas-archive.org/)**, [2](https://annas-archive.li/), [3](https://annas-archive.se/) - Books / Comics / Educational / [Expand Downloads](https://greasyfork.org/en/scripts/494262) / [Mobile App](https://github.com/dstark5/Openlib)
* ⭐ **[Z-Library](https://z-lib.gs/)**, [2](https://articles.sk/), [3](https://z-lib.gd/), [4](https://1lib.sk/) - Books / Comics / Educational / [Desktop / Extensions](https://go-to-library.sk/) / [.onion](http://loginzlib2vrak5zzpcocc3ouizykn6k5qecgj2tzlnab5wcbqhembyd.onion/), [2](http://bookszlibb74ugqojhzhg2a63w5i2atv5bqarulgczawnbmsb6s6qead.onion/) / [Subreddit](https://www.reddit.com/r/zlibrary/) / [Telegram](https://t.me/zlibrary_official) * ⭐ **[Bookracy](https://bookracy.ru/)**, [2](https://bookracy.org/), [3](https://lite.bookracy.org/) - Books / [Download Buttons](https://greasyfork.org/en/scripts/514877) / [Subreddit](https://reddit.com/r/bookracy) / [Discord](https://discord.com/invite/bookracy)
* ⭐ **[Mobilism](https://forum.mobilism.org)**, [2](https://forum.mobilism.me/) - Books / Audiobooks / Magazines / Newspapers / Comics / [User Ranks](https://rentry.co/mobilismranks), [2](https://pastebin.com/pZuuMxYm) * ⭐ **[Library Genesis](https://libgen.is)** - Books / Comics / Manga / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_libgen_tools) / [Mirrors](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage/#wiki_libgen_mirrors)
* ⭐ **[Bookracy](https://bookracy.ru/)**, [2](https://bookracy.org/), [3](https://lite.bookracy.org/) - Books / [Subreddit](https://reddit.com/r/bookracy) / [Discord](https://discord.com/invite/bookracy) * ⭐ **[Z-Library](https://z-lib.gs/)**, [2](https://articles.sk/), [3](https://z-lib.gd/), [4](https://1lib.sk/), [5](https://z-library.sk/) - Books / Comics / Educational / [Desktop / Extensions](https://go-to-library.sk/) / [.onion](http://loginzlib2vrak5zzpcocc3ouizykn6k5qecgj2tzlnab5wcbqhembyd.onion/), [2](http://bookszlibb74ugqojhzhg2a63w5i2atv5bqarulgczawnbmsb6s6qead.onion/) / [Subreddit](https://www.reddit.com/r/zlibrary/) / [Telegram](https://t.me/zlibrary_official)
* ⭐ **[Archive.org](https://archive.org/details/texts)** - Books / Audiobooks / Magazines / Newspapers / [Downloader](https://rentry.org/arch1ve), [2](https://bookripper.neocities.org/), [3](https://redd.it/fm1xpw) / [Extension](https://github.com/elementdavv/internet_archive_downloader) / [Script](https://redd.it/ofcqds) * ⭐ **[Mobilism](https://forum.mobilism.org)**, [2](https://forum.mobilism.me/) - Books / Audiobooks / Magazines / Newspapers / Comics / Signup Required / [User Ranks](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#mobilism-ranks)
* ⭐ **[Liber3](https://liber3.eth.limo/)** - Books / [Telegram](https://t.me/liber3eth) * ⭐ **[MyAnonaMouse](https://www.myanonamouse.net/)** - [Invites](https://www.myanonamouse.net/inviteapp.php)
* **[The Library](https://discord.gg/mSyFJz9)** - Book Discord Server * [Archive.org](https://archive.org/details/texts) - Books / Audiobooks / Magazines / Newspapers / [Downloader](https://github.com/MiniGlome/Archive.org-Downloader), [2](https://bookripper.neocities.org/), [3](https://redd.it/fm1xpw), [4](https://rentry.org/arch1ve) / [Extension](https://github.com/elementdavv/internet_archive_downloader) / [Script](https://redd.it/ofcqds) / [CLI](https://github.com/jjjake/internetarchive)
* **[eBookHunter](https://ebook-hunter.org/)** - Books / Comics / Use Adblocker * [Liber3](https://liber3.eth.limo/) - Books / [Telegram](https://t.me/liber3eth)
* **[MyAnonaMouse](https://www.myanonamouse.net/)** - [Interviews](https://www.myanonamouse.net/inviteapp.php) * [The Library](https://discord.gg/mSyFJz9) - Book Discord Server
* **[FreeBannedBooks](https://freebannedbooks.org/)** - Books Banned in Schools by Politicians * [eBookHunter](https://ebook-hunter.org/) - Books / Comics / Use Adblocker
* **[Reading CSE](https://cse.google.com/cse?cx=006516753008110874046:s9ddesylrm8)** / [2](https://cse.google.com/cse?cx=006516753008110874046:rc855wetniu) / [3](https://cse.google.com/cse?cx=e9657e69c76480cb8) / [4](https://cse.google.com/cse?cx=c46414ccb6a943e39), [Rave](https://ravebooksearch.com/) or [Recherche](https://recherche-ebook.fr/en/) - Multi-Site Book Search * [FreeBannedBooks](https://freebannedbooks.org/) - Books Banned in Schools by Politicians
* [Open Slum](https://open-slum.org/) - Ebook Site Uptime Tracker * [Reading CSE](https://cse.google.com/cse?cx=006516753008110874046:s9ddesylrm8) / [2](https://cse.google.com/cse?cx=006516753008110874046:rc855wetniu) / [3](https://cse.google.com/cse?cx=e9657e69c76480cb8) / [4](https://cse.google.com/cse?cx=c46414ccb6a943e39), [Rave](https://ravebooksearch.com/) or [Recherche](https://recherche-ebook.fr/en/) - Multi-Site Book Search
* [Calibre](https://calibre-ebook.com/) - Ebook Manager / Downloader / [Libraries / Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/reading#wiki_.25B7_calibre_libraries) * [Calibre](https://calibre-ebook.com/) - Ebook Manager / Downloader / [Libraries / Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/reading#wiki_.25B7_calibre_libraries)
* [Book Search Guide](https://docs.google.com/document/d/1ZwWs8JOrlkrrqiHwkQSwc4_NM85Zbzc9t9ifQ1rHZgM/mobilebasic) - Guide to Finding Articles / Books * [Book Search Guide](https://docs.google.com/document/d/1ZwWs8JOrlkrrqiHwkQSwc4_NM85Zbzc9t9ifQ1rHZgM/mobilebasic) - Guide to Finding Articles / Books
* irc://irc.undernet.org/bookz
* irc://irc.irchighway.net/ebooks / [Request Guide](https://i.ibb.co/3WcCF56/3574e36b1bb2.png) * irc://irc.irchighway.net/ebooks / [Request Guide](https://i.ibb.co/3WcCF56/3574e36b1bb2.png)
* IRC Book Tools - [Guide](https://www.reddit.com/r/Piracy/comments/2oftbu/guide_the_idiot_proof_guide_to_downloading_ebooks/) / [mIRC](https://redd.it/znprct) / [Downloader](https://evan-buss.github.io/openbooks/) * IRC Book Tools - [Guide](https://www.reddit.com/r/Piracy/comments/2oftbu/guide_the_idiot_proof_guide_to_downloading_ebooks/) / [mIRC](https://redd.it/znprct) / [Downloader](https://evan-buss.github.io/openbooks/)
* [BookSee](https://en.booksee.org/), [2](https://bookree.org/) - Books * [BookSee](https://en.booksee.org/), [2](https://bookree.org/) - Books
@ -85,30 +28,19 @@
* [Docutr](https://www.docutr.com/) - Books / Magazines / Newspapers * [Docutr](https://www.docutr.com/) - Books / Magazines / Newspapers
* [dpgroup](https://www.dpgroup.org/) - Books / Magazines * [dpgroup](https://www.dpgroup.org/) - Books / Magazines
* [eBookBB](https://ebookbb.in/) or [iBookPile](https://ibookpile.in/) - Books * [eBookBB](https://ebookbb.in/) or [iBookPile](https://ibookpile.in/) - Books
* [2020ok](http://2020ok.com/) - Books / Comics
* [AllBooksWorld](https://allbooksworld.com/) - Books * [AllBooksWorld](https://allbooksworld.com/) - Books
* [Only Books](https://onlybooks.org/) - Books
* [BooksToLearn](https://www.booktolearn.com) - Books
* [Read Novels](https://en.novelonlineread.com/) - Books
* [TPB Books](https://thepiratebay.org/search.php?q=top100:601) - Books / Torrents / **Avoid Software / Games**
* [Novel12](https://novel12.com/) - Books * [Novel12](https://novel12.com/) - Books
* [IsIDore](https://rentry.co/FMHYBase64#isidore) - Books * [IsIDore](https://rentry.co/FMHYBase64#isidore) - Books
* [DigiLibraries](https://digilibraries.com/) - Books
* [ibookscafe](https://bookscafe.net/) - Books / NSFW * [ibookscafe](https://bookscafe.net/) - Books / NSFW
* [ReadOnlineFreeBook](https://readonlinefreebook.com/) - Books
* [ebooksz](https://ebooksz.net/) - Books
* [English E-Reader](https://english-e-reader.net/) - Books * [English E-Reader](https://english-e-reader.net/) - Books
* [E-Books Directory](https://www.e-booksdirectory.com/) - Books
* [Free-eBooks](https://www.free-ebooks.net/best-books) - Books
* [Ebooks3000](https://ebook3000.com/) - Books
* [eBookHunter.net](https://www.ebookhunter.net/) - Books
* [obooko](https://www.obooko.com/) - Books
* [Avalon Library](https://avalonlibrary.net/) - Books * [Avalon Library](https://avalonlibrary.net/) - Books
* [Gray City](https://graycity.net/) - Books * [Gray City](https://graycity.net/) - Books
* [Litgu.ru](https://litgu.ru/) - Books * [Litgu.ru](https://litgu.ru/) - Books
* [Elegant Solutions](http://esspc-ebooks.com/) - Books
* [BookFrom.net](https://www.bookfrom.net/) - Books * [BookFrom.net](https://www.bookfrom.net/) - Books
* [FreeEditorial](https://www.freeditorial.com/) - Books * [FreeEditorial](https://www.freeditorial.com/) - Books
* [Zoboko](https://zoboko.com/) - Books * [Zoboko](https://zoboko.com/) - Books
* [TG Books](https://torrentgalaxy.to/) - Torrents / Books
* [NovelsArchive](https://t.me/NovelsArchive) - Books / Telegram * [NovelsArchive](https://t.me/NovelsArchive) - Books / Telegram
* [BooksMania](https://t.me/booksmania) - Books / Telegram * [BooksMania](https://t.me/booksmania) - Books / Telegram
* [FreeReadFeed](https://www.freereadfeed.com/) - Free Kindle Books * [FreeReadFeed](https://www.freereadfeed.com/) - Free Kindle Books
@ -117,8 +49,8 @@
* [Hoopla](https://www.hoopladigital.com/) - Books / Library Card Required * [Hoopla](https://www.hoopladigital.com/) - Books / Library Card Required
* [The Free Book Library](https://ebooks.i2p/) - Books / I2P Required * [The Free Book Library](https://ebooks.i2p/) - Books / I2P Required
* [Find Books](https://www.findbooks.info/) - Books / IPFS Required * [Find Books](https://www.findbooks.info/) - Books / IPFS Required
* [Antilibrary](http://127.0.0.1:43110/Antilibrary.bit/) - ZeroNet Required * [Antilibrary](http://127.0.0.1:43110/Antilibrary.bit/), [2](https://proxy.zeronet.dev/Antilibrary.bit/) - ZeroNet Required
* [IBHaven](https://ibhaven.st/) - Books / Tor + P2P Client Required / [Guide](https://guide.ibhaven.st/) * [IBHaven](https://ibhaven.st/) - Books / Tor + P2P Client Required
* [/r/FreeEBOOKS](https://reddit.com/r/FreeEBOOKS) * [/r/FreeEBOOKS](https://reddit.com/r/FreeEBOOKS)
*** ***
@ -126,13 +58,12 @@
## ▷ Public Domain ## ▷ Public Domain
* ⭐ **[Project Gutenberg](https://www.gutenberg.org/)** - Historical Fiction / Nonfiction / [Australia](https://gutenberg.net.au/) / [Canada](https://gutenberg.ca/index.html) / [Nordic](http://runeberg.org/) * ⭐ **[Project Gutenberg](https://www.gutenberg.org/)** - Historical Fiction / Nonfiction / [Australia](https://gutenberg.net.au/) / [Canada](https://gutenberg.ca/index.html) / [Nordic](http://runeberg.org/)
* ⭐ **[Unglue.it](https://unglue.it/)**
* [openlibrary](https://openlibrary.org/) * [openlibrary](https://openlibrary.org/)
* [Page by Page Books](https://www.pagebypagebooks.com/) * [Page by Page Books](https://www.pagebypagebooks.com/)
* [Standard EBooks](https://standardebooks.org/) * [Standard EBooks](https://standardebooks.org/)
* [Manybooks](https://manybooks.net/) * [Manybooks](https://manybooks.net/)
* [Luminarium](https://www.luminarium.org/)
* [JustFreeBooks](https://www.justfreebooks.info/) * [JustFreeBooks](https://www.justfreebooks.info/)
* [Classic Literature](https://classic-literature.co.uk/)
* [Global Grey](https://www.globalgreyebooks.com/index.html) * [Global Grey](https://www.globalgreyebooks.com/index.html)
* [DPLA](https://dp.la/) * [DPLA](https://dp.la/)
* [e-Book Mecca](https://ebook-mecca.com/) * [e-Book Mecca](https://ebook-mecca.com/)
@ -142,6 +73,8 @@
* [Lit2Go](https://etc.usf.edu/lit2go/) * [Lit2Go](https://etc.usf.edu/lit2go/)
* [Planet Publish](https://www.planetpublish.com/) * [Planet Publish](https://www.planetpublish.com/)
* [BAEN](https://www.baen.com/catalog/category/view/s/free-library/id/2012) * [BAEN](https://www.baen.com/catalog/category/view/s/free-library/id/2012)
* [Classic Literature](https://classic-literature.co.uk/) - Classics
* [DigiLibraries](https://digilibraries.com/) - Classics
* [sherlock-holm.es](https://sherlock-holm.es/) - Complete Sherlock Holmes Canon * [sherlock-holm.es](https://sherlock-holm.es/) - Complete Sherlock Holmes Canon
* [Wikibooks](https://www.wikibooks.org/) - Wikimedia Community * [Wikibooks](https://www.wikibooks.org/) - Wikimedia Community
* [WorldCat](https://www.worldcat.org/), [LibrarySearch](https://librarysearch.gre.ac.uk/) or [TRL](https://www.trl.org/) - Search Local Libraries / [Extension](https://www.libraryextension.com/) * [WorldCat](https://www.worldcat.org/), [LibrarySearch](https://librarysearch.gre.ac.uk/) or [TRL](https://www.trl.org/) - Search Local Libraries / [Extension](https://www.libraryextension.com/)
@ -156,7 +89,7 @@
* [pdfroom](https://pdfroom.com/) - Books / Comics * [pdfroom](https://pdfroom.com/) - Books / Comics
* [Ebook PDF](https://ebookpdf.com/) - Books * [Ebook PDF](https://ebookpdf.com/) - Books
* [KuPDF](https://kupdf.net/) - Books * [KuPDF](https://kupdf.net/) - Books
* [ePDF](https://epdf.mx/) - Books * [ePDF](https://epdf.tips/), [2](https://epdf.pub/) - Books
* [PDFCoffee](https://pdfcoffee.com) - Books * [PDFCoffee](https://pdfcoffee.com) - Books
* [PDFCookie](https://pdfcookie.com/) - Books * [PDFCookie](https://pdfcookie.com/) - Books
* [PDFSearches](https://pdfsearches.com/) - Books * [PDFSearches](https://pdfsearches.com/) - Books
@ -169,11 +102,10 @@
## ▷ Calibre Libraries ## ▷ Calibre Libraries
* **[Calishot](http://85.10.194.198:5001/index/summary)** - Calibre Library * ↪️ **[Calibre Libraries](https://rentry.co/FMHYBase64#calibre-libraries)**
* ⭐ **[Ebook-Translator](https://translator.bookfere.com)** - Calibre Translators * ⭐ **[Ebook-Translator](https://translator.bookfere.com)** - Calibre Translators
* [Libgen for Calibre](https://github.com/poochinski9/libgen-calibre-store-plugin) - Libgen for Calibre * [Libgen for Calibre](https://github.com/poochinski9/libgen-calibre-store-plugin) - Libgen for Calibre
* [opencalibre](https://reddit.com/r/opencalibre) - Calibre Library / [Search](https://www.shodan.io/search?query=server%3A+calibre) / [Web App](https://github.com/janeczku/calibre-web) * [opencalibre](https://reddit.com/r/opencalibre) - Calibre Library / [Web App](https://github.com/janeczku/calibre-web)
* [Calibre Library List](https://pastebin.com/LS39rWhM) - Calibre Libraries
* [acsm-calibre-plugin](https://github.com/Leseratte10/acsm-calibre-plugin) - ACSM Plugin * [acsm-calibre-plugin](https://github.com/Leseratte10/acsm-calibre-plugin) - ACSM Plugin
*** ***
@ -190,6 +122,7 @@
* [Fork Read](https://forkread.com/) - Publish Short Stories * [Fork Read](https://forkread.com/) - Publish Short Stories
* [Fanfiction.net](https://fanfiction.net/) - Fanfiction * [Fanfiction.net](https://fanfiction.net/) - Fanfiction
* [SquidgeWorld](https://squidgeworld.org/) - Fanfiction * [SquidgeWorld](https://squidgeworld.org/) - Fanfiction
* [FanMTL](https://www.fanmtl.com/) - Fanfiction
* [Inkitt](https://www.inkitt.com/fanfiction) - Fanfiction * [Inkitt](https://www.inkitt.com/fanfiction) - Fanfiction
* [Wattpad](https://wattpad.com/) - Fanfiction * [Wattpad](https://wattpad.com/) - Fanfiction
* [Royal Road](https://royalroad.com/) - Fanfiction * [Royal Road](https://royalroad.com/) - Fanfiction
@ -199,6 +132,7 @@
* [Vestal Review](https://www.vestalreview.net/) - Short Stories * [Vestal Review](https://www.vestalreview.net/) - Short Stories
* [Library of Short Stories](https://www.libraryofshortstories.com/) - Short Stories * [Library of Short Stories](https://www.libraryofshortstories.com/) - Short Stories
* [Vocal Media](https://vocal.media/fiction/) - Short Stories * [Vocal Media](https://vocal.media/fiction/) - Short Stories
* [Poop Fiction](https://readpoopfiction.com/) - Random Short Stories
* [AlternateHistory](https://www.alternatehistory.com/forum/) - Historical "What if?" Fiction * [AlternateHistory](https://www.alternatehistory.com/forum/) - Historical "What if?" Fiction
* [Liminal Archives](http://liminal-archives.wikidot.com/) / [Discord](https://discord.gg/fxhwcsyKN2), [The Backrooms Wiki](http://backrooms-wiki.wikidot.com/) or [The Voidclusters](http://voidclusters.wikidot.com/) - Liminal Space Stories * [Liminal Archives](http://liminal-archives.wikidot.com/) / [Discord](https://discord.gg/fxhwcsyKN2), [The Backrooms Wiki](http://backrooms-wiki.wikidot.com/) or [The Voidclusters](http://voidclusters.wikidot.com/) - Liminal Space Stories
* [Potions and Snitches](https://www.potionsandsnitches.org/) - Harry Potter Fanfiction * [Potions and Snitches](https://www.potionsandsnitches.org/) - Harry Potter Fanfiction
@ -212,6 +146,7 @@
* 🌐 **[Soren Megathread](https://odysee.com/@Soren:71/%F0%9F%94%B0Megathread_with_Resources%F0%9F%94%B0:1)** - Occult / Esoterica * 🌐 **[Soren Megathread](https://odysee.com/@Soren:71/%F0%9F%94%B0Megathread_with_Resources%F0%9F%94%B0:1)** - Occult / Esoterica
* ↪️ **[Esoterica Telegram Channels](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_magic_.2F_esoteric_telegram_ebooks)** * ↪️ **[Esoterica Telegram Channels](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_magic_.2F_esoteric_telegram_ebooks)**
* ⭐ **[Sacred Text Archive](https://sacred-texts.com/)** - Religion / Mythology / Folklore / Esoterica / [Classic View](https://archive.sacred-texts.com/) * ⭐ **[Sacred Text Archive](https://sacred-texts.com/)** - Religion / Mythology / Folklore / Esoterica / [Classic View](https://archive.sacred-texts.com/)
* ⭐ **[Libris Adepti](https://librisadepti.com/)** - Esoterica / Occult
* ⭐ **[The Exerdex](https://rentry.co/FMHYBase64#echerdex-repository)** - Esoterica / [Discord](https://discord.gg/dS5X3d7ype) / [Subreddit](https://www.reddit.com/r/Echerdex/) * ⭐ **[The Exerdex](https://rentry.co/FMHYBase64#echerdex-repository)** - Esoterica / [Discord](https://discord.gg/dS5X3d7ype) / [Subreddit](https://www.reddit.com/r/Echerdex/)
* [Theoi](https://www.theoi.com/) - Greek Mythology * [Theoi](https://www.theoi.com/) - Greek Mythology
* [Germanic Mythology](https://www.germanicmythology.com/index.html) - Germanic Mythology * [Germanic Mythology](https://www.germanicmythology.com/index.html) - Germanic Mythology
@ -229,6 +164,7 @@
* [Gnostic Society Library](http://www.gnosis.org/library.html) - Gnosticism * [Gnostic Society Library](http://www.gnosis.org/library.html) - Gnosticism
* [Logoi Library](https://logoilibrary.com/) - Gnosticism / Hermeticism * [Logoi Library](https://logoilibrary.com/) - Gnosticism / Hermeticism
* [The Library of Consciousness](https://www.organism.earth/library/) - Esoterica * [The Library of Consciousness](https://www.organism.earth/library/) - Esoterica
* [Humanitys Vault](https://rentry.co/FMHYBase64#humanitys-vault) - Esoterica
* [Esoteric Archive](http://esotericarchives.com/) - Esoterica * [Esoteric Archive](http://esotericarchives.com/) - Esoterica
* [Esoterica Drive](https://rentry.co/FMHYBase64#archive) - Esoterica * [Esoterica Drive](https://rentry.co/FMHYBase64#archive) - Esoterica
* [Masonic Library](https://masonicshop.com/masonic-library/) - Esoterica / Freemasonry * [Masonic Library](https://masonicshop.com/masonic-library/) - Esoterica / Freemasonry
@ -263,12 +199,13 @@
* [eSword](https://e-sword.net/) - Christian Bible Desktop App * [eSword](https://e-sword.net/) - Christian Bible Desktop App
* [Classics Ethereal Library](https://www.ccel.org/) - Christianity * [Classics Ethereal Library](https://www.ccel.org/) - Christianity
* [Hidden Bible](http://www.hiddenbible.com/enoch/online.html) - Enoch Translation * [Hidden Bible](http://www.hiddenbible.com/enoch/online.html) - Enoch Translation
* [GodAlone](http://www.godalone.org/) or [Quran](https://quran.com/) / [2](https://beta.quran.com/en) - Quran Translations / [Mobile](https://github.com/quran/quran_android) * [Quran.com](https://quran.com/) / [2](https://beta.quran.com/en) or [AbcQuran](https://github.com/jomtek/AbcQuran) - Quran Translations / [Mobile](https://github.com/quran/quran_android)
* [Awesome Islam](https://github.com/AhmedKamal/awesome-Islam) - Islam Related Projects / Apps * [Awesome Islam](https://github.com/AhmedKamal/awesome-Islam) - Islam Related Projects / Apps
* [OpenMaktaba](https://openmaktaba.com/) - Islamic Books * [OpenMaktaba](https://openmaktaba.com/) - Islamic Books
* [TheIslam360](https://theislam360.com/) - Islamic Research App * [TheIslam360](https://theislam360.com/) - Islamic Research App
* [Halakhah](https://www.halakhah.com/) - Talmud Translation * [Halakhah](https://www.halakhah.com/) - Talmud Translation
* [Targum](http://targum.info/targumic-texts/) - Targum Translation * [Targum](http://targum.info/targumic-texts/) - Targum Translation
* [Sefaria](https://www.sefaria.org/) - Sefaria Translation
* [Muslim Scholars](https://muslimscholars.info/) - Muslim Scholar Database * [Muslim Scholars](https://muslimscholars.info/) - Muslim Scholar Database
* [2Muslims](https://www.2muslims.com/) or [IslamHouse](https://islamhouse.com/en) - Muslim Resources * [2Muslims](https://www.2muslims.com/) or [IslamHouse](https://islamhouse.com/en) - Muslim Resources
* [Five Prayers](https://github.com/Five-Prayers/five-prayers-android) - Muslim Tools App * [Five Prayers](https://github.com/Five-Prayers/five-prayers-android) - Muslim Tools App
@ -284,10 +221,10 @@
* ⭐ **[Poetry Foundation](https://www.poetryfoundation.org/)**, [Poetry In Translation](https://www.poetryintranslation.com/), [PoemHunter](https://www.poemhunter.com/), [CAPA](https://capa.conncoll.edu/), [DiscoverPoetry](https://discoverpoetry.com/), [RUVerses](https://ruverses.com/), [PoetryNook](https://poetrynook.com/) or [Poetry.com](https://www.poetry.com/) - Poetry * ⭐ **[Poetry Foundation](https://www.poetryfoundation.org/)**, [Poetry In Translation](https://www.poetryintranslation.com/), [PoemHunter](https://www.poemhunter.com/), [CAPA](https://capa.conncoll.edu/), [DiscoverPoetry](https://discoverpoetry.com/), [RUVerses](https://ruverses.com/), [PoetryNook](https://poetrynook.com/) or [Poetry.com](https://www.poetry.com/) - Poetry
* ⭐ **[The Anarchist Library](https://theanarchistlibrary.org/special/index)** - Anarchism * ⭐ **[The Anarchist Library](https://theanarchistlibrary.org/special/index)** - Anarchism
* [FreeSFOnline](https://www.freesfonline.net/) - Sci-Fi / Fantasy * [FreeSFOnline](https://www.freesfonline.net/) - Sci-Fi / Fantasy
* [EpubPuB](https://www.epub.pub/) - Romance / Fantasy * [eBookHunter.net](https://www.ebookhunter.net/), [EpubPuB](https://www.epub.pub/) or [ReadOnlineFreeBook](https://readonlinefreebook.com/) - Romance / Fantasy
* [HourWolf](https://www.hourwolf.com/sfbooks/) - Fantasy * [HourWolf](https://www.hourwolf.com/sfbooks/) - Fantasy
* [byGosh](https://bygosh.com), [StoryWhale](https://www.storywhale.com/), [Baldwin Library](https://ufdc.ufl.edu/juv) or [BookDash](https://github.com/bookdash/bookdash-android-app) - Children's Books * [byGosh](https://bygosh.com), [StoryWhale](https://www.storywhale.com/), [Baldwin Library](https://ufdc.ufl.edu/juv) or [BookDash](https://github.com/bookdash/bookdash-android-app) - Children's Books
* [Daryl-Dixon](https://daryldixon.gala100.net/) - Artbooks * [Daryl-Dixon](https://daryldixon.gala100.net/) or [Artbooks Archive](https://t.me/archive_artbooks) - Artbooks
* [VGArtbooks](https://vk.com/vgartbooks) - Video Game Artbooks * [VGArtbooks](https://vk.com/vgartbooks) - Video Game Artbooks
* [Deep-Blue-Sea](http://library.deep-blue-sea.net/) - Self-Help * [Deep-Blue-Sea](http://library.deep-blue-sea.net/) - Self-Help
* [The Eldritch Dark](http://www.eldritchdark.com/) - Clark Ashton Smith * [The Eldritch Dark](http://www.eldritchdark.com/) - Clark Ashton Smith
@ -308,35 +245,144 @@
*** ***
## ▷ Ebook Readers
* 🌐 **[Ebook Reader Index](https://wiki.mobileread.com/wiki/E-book_software)** or [Mobile Read](https://www.mobileread.com/) - Ebook Reader Indexes
* ↪️ **[Browser Ebook Readers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_browser_ebook_readers)**
* ↪️ **[Android](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25BA_android_reading) / [iOS](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25BA_ios_reading)** - Mobile Ebook Readers
* ⭐ **[Google Play Books](https://play.google.com/books)** - Store Pirated Books / Get Metadata Automatically
* ⭐ **[Foxit](https://www.foxit.com/pdf-reader/)** - PDF Reader / PC / Android / iOS / Linux / Mac
* ⭐ **[Koodo](https://www.koodoreader.com/)** - Ebook Reader / PC / Mac / Linux / [GitHub](https://github.com/troyeguo/koodo-reader)
* ⭐ **[SumatraPDFReader](https://www.sumatrapdfreader.org/free-pdf-reader)** - Ebook Reader / PDF / PC
* ⭐ **[Calibre](https://calibre-ebook.com/)** - Ebook Reader / PC / iOS
* ⭐ **[EinkBro](https://github.com/plateaukao/einkbro)** - E-Ink Browser
* [ComparisonTabl.es](https://comparisontabl.es/) - Compare E-Readers
* [Postlight](https://reader.postlight.com/), [Reader Mode](https://readermode.io/) or [Tranquility](https://addons.mozilla.org/en-GB/firefox/addon/tranquility-1/) - Article Readers / Managers
* [EBook Reader](https://epub-reader.online/) - Ebook Reader / PC / Android / iOS / Mac
* [Readest](https://readest.com/) - Ebook Reader/ PC / Linux / Mac / [GitHub](https://github.com/readest/readest)
* [KoReader](https://koreader.rocks/) - Ebook Reader / PC / Android / [GitHub](https://github.com/koreader/koreader)
* [Jane Reader](https://janereader.com/) - Ebook Reader / PC / Mac
* [FBReader](https://fbreader.org/) - Ebook Reader / PC / Android / iOS
* [Alexandria](https://github.com/btpf/Alexandria) - PC / Linux / Mac
* [Librum](https://librumreader.com) - Ebook Reader / PC / Linux / Mac / [GitHub](https://github.com/Librum-Reader/Librum)
* [Thorium](https://thorium.edrlab.org/) - Ebook Reader / PC / Mac / Linux
* [Okular](https://okular.kde.org/) - PDF / Linux / PC / Mac
* [Aquile Reader](https://apps.microsoft.com/detail/9p08t4jltqnk) - Ebook Reader / PC
* [Icecream Reader](https://icecreamapps.com/Ebook-Reader/) - Ebook Reader / PC
* [Foliate](https://johnfactotum.github.io/foliate/) - Ebook Reader / Linux
* [qPDFview](https://launchpad.net/qpdfview) - PDF / PC
* [mupdf](https://mupdf.com/) - PDF / PC / Linux / Android
* [Evince](https://wiki.gnome.org/Apps/Evince) - PDF / DjVu Reader / Linux
* [Sioyek](https://sioyek.info/) - PDF / PC / Mac / Linux
* [Yomu](https://www.yomu-reader.com/) - Ebook Reader / iOS / Mac
* [FBReader](https://apps.apple.com/app/fbreader-epub-and-fb2-reader/id1067172178) - Ebook Reader / iOS / Mac
* [FF PDF](https://github.com/sdushantha/ff-pdf/) - PDF / Linux
* [PdfPreviewbot](https://t.me/PdfPreviewbot) - Telegram PDF Reader
* [WinDjView](https://windjview.sourceforge.io/) - DjVu Reader / PC
* [DjVuLibr](https://djvu.sourceforge.net/) - DjVu Reader / PC
* [bookworm](https://github.com/babluboy/bookworm) - Elementary OS Ebook Reader
* [AnyFlip](https://anyflip.com/) - Interactive Flipbook Reader
* [All My Books](https://www.bolidesoft.com/allmybooks.html) - Book Catalog
* [Open Media Library](https://openmedialibrary.com/) - Online Book Manager
* [Cubari](https://cubari.moe/) - Image Proxy / Reader
* [dotepub](https://dotepub.com/) - Convert Webpages to EBooks
* [Kindle to PDF](https://redd.it/bm837l) - Kindle to PDF Conversion Guide
* [Amazon Kindle EPUB Fix](https://kindle-epub-fix.netlify.app/) - Fix EPUB to work with Send to Kindle
* [Ebook Sender](https://telegram.me/to_kindle_bot), [SendEpubToKindle](https://www.sendepubtokindle.com/), [Kobo](https://send.djazz.se/) / [GitHub](https://github.com/daniel-j/send2ereader) or [ebook_to_kindle_bot](https://t.me/ebook_to_kindle_bot) - Send Ebooks to Kindle
* [md2mobi](https://md2mobi.lapw.at/) - HTML to Kindle Converter
* [Kindle Jailbreak Tools](https://rentry.co/FMHYBase64#jailbreak-kindle) - Jailbreak Kindle
* [KoboCloud](https://github.com/fsantini/KoboCloud) - Sync Kobo to Cloud Services
* [The Open Book](https://github.com/joeycastillo/The-Open-Book) - DIY Ebook Reader
***
# ► Audiobooks
* ⭐ **[Text Reader](https://elevenlabs.io/text-reader)** or [Ebook2Audiobook](https://hub.docker.com/repository/docker/athomasson2/ebook2audiobookxtts/general) - Ebook to Audiobook Converters
* [AudioBookConverter](https://github.com/yermak/AudioBookConverter) - Audiobook Format Converter
* [Audible Tools](https://audible-tools.kamsker.at/), [AaxAudioConverter](https://github.com/audiamus/AaxAudioConverter) or [Libation](https://getlibation.com/) - Remove DRM from Audible Audiobooks
* [AudiobookShelf](https://www.audiobookshelf.org/) or [BookSonic](https://booksonic.org/) - Self-Hosted Audiobook Servers
***
## ▷ Downloading
* ⭐ **[MyAnonaMouse](https://www.myanonamouse.net/)** - [Invites](https://www.myanonamouse.net/inviteapp.php)
* ⭐ **[Mobilism Audiobooks](https://forum.mobilism.org/viewforum.php?f=124)**, [2](https://forum.mobilism.me/viewforum.php?f=124) / [User Ranks](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#mobilism-ranks)
* ⭐ **[AudiobookBay](https://audiobookbay.lu/)** - Torrents / **[Warning](https://rentry.org/rriia9b4)**
* ⭐ **[Audiobook CSE](https://cse.google.com/cse?cx=006516753008110874046:cwbbza56vhd)** or **[Rave Search](https://ravebooksearch.com/index-audiobooks)** - Multi-Site Audiobook Search
* [AudioBooksBee](https://audiobooksbee.com/)
* [Audiobookss](https://audiobookss.com/)
* [LearnOutLoud](https://www.learnoutloud.com/Free-Audiobooks)
* [Golden Audiobooks](https://goldenaudiobook.co/)
* [Read For Me](https://www.readsforme.com/)
* [DigitalBook](https://www.digitalbook.io/)
* [Librivox](https://librivox.org/)
* [Book Radio](https://bookradio.vercel.app/)
* [Audiobooks For Soul](https://audiobooks4soul.com/)
* [AppAudiobooks](https://appaudiobooks.com/)
* [Litgu.ru](https://litgu.ru/)
* [AudiobooksArchive](https://t.me/AudiobooksArchive) - Telegram
* [Audiobooks_Collection](https://t.me/Audiobooks_Collection) - Telegram
* [audiobooks_English](https://t.me/audiobooks_English) - Telegram
* [Audible (selected)](https://t.me/+GV_tJ_U7em04YjU9) - Telegram
* [FreeClassicAudiobooks](https://www.freeclassicaudiobooks.com/) - Classic Audiobooks
* [Storynory](https://www.storynory.com/) - Children Audio Stories
* [Audiobooks Poetry](https://archive.org/details/audio_bookspoetry) - Audiobooks / Poetry
* [audiobook-dl](https://github.com/jo1gi/audiobook-dl) - Audiobook Download Tool
* [OverDrive](https://github.com/chbrown/overdrive) - OverDrive Audiobook Download Script
***
## ▷ Streaming
* ⭐ **[Tokybook](https://tokybook.com/)** / [Downloader](https://github.com/rahaaatul/TokySnatcher), [2](https://github.com/nazdridoy/audiobooksnatcher)
* ⭐ **[NEPU Audiobooks](https://nepu.to/ebooks)**
* [FullLengthAudiobooks](https://fulllengthaudiobook.com/)
* [HDAudiobooks](https://hdaudiobooks.net/)
* [BigAudiobooks](https://bigaudiobooks.club/)
* [HotAudioBooks](https://hotaudiobooks.com/)
* [BookAudiobook](https://bookaudiobook.net/)
* [GalaxyAudiobooks](https://galaxyaudiobook.com/) / [Downloader](https://github.com/nazdridoy/audiobooksnatcher)
* [CD Audiobook](https://cdaudiobook.com/)
* [zAudiobooks](https://zaudiobooks.com/)
* [Find Audiobook](https://findaudiobook.app/)
* [Audio AZ](https://audioaz.com/)
* [/r/audiobooksonyoutube](https://reddit.com/r/audiobooksonyoutube)
* [Spotify Audiobooks](https://open.spotify.com/artist/1FSWXfsYsosTxjcV9WoLax) - Select Playlists
***
# ► Visual Media # ► Visual Media
## ▷ Comics ## ▷ Comics
* ⭐ **[ReadComicsOnline](https://readcomiconline.li/)** * ⭐ **[ReadComicsOnline](https://readcomiconline.li/)**
* ⭐ **[ReadAllComics](https://readallcomics.com/)** * ⭐ **[ReadAllComics](https://readallcomics.com/)**
* ⭐ **[ComixExtra](https://comixextra.com/)** * ⭐ **[AZComix](https://azcomix.me/)**
* ⭐ **[GetComics](https://getcomics.org/)** - Download Comics * ⭐ **[GetComics](https://getcomics.org/)** - Download Comics
* ⭐ **[ComicBookPlus](https://comicbookplus.com/)** - Golden Age Comics * ⭐ **[ComicBookPlus](https://comicbookplus.com/)** - Golden Age Comics
* ⭐ **[GoComics](https://www.gocomics.com/)** - Comics Strips * ⭐ **[GoComics](https://www.gocomics.com/)** - Comics Strips
* ⭐ **[Explosm](https://explosm.net/rcg)** - Cyanide & Happiness Web Comics * ⭐ **[Explosm](https://explosm.net/rcg)** - Cyanide & Happiness Webcomics
* ⭐ **[xkcd](https://xkcd.com/)** or [findxkcd](https://xkcd-search.typesense.org/) - xkcd Web Comics / [Explanations](https://www.explainxkcd.com/wiki/index.php/Main_Page) * ⭐ **[xkcd](https://xkcd.com/)** or [findxkcd](https://xkcd-search.typesense.org/) - xkcd Webcomics / [Explanations](https://www.explainxkcd.com/wiki/index.php/Main_Page)
* ⭐ **[Comic CSE](https://cse.google.com/cse?cx=006516753008110874046:p4hgytyrohg)** - Multi-Site Comic Search * ⭐ **[Comic CSE](https://cse.google.com/cse?cx=006516753008110874046:p4hgytyrohg)** - Multi-Site Comic Search
* [XOXO Comics](https://xoxocomic.com/) * [XOXO Comics](https://xoxocomic.com/)
* [GallaTube Comics](https://galla.tube/comics/)
* [ComicsOnlineFree](https://comiconlinefree.me/) * [ComicsOnlineFree](https://comiconlinefree.me/)
* [View Comics](https://viewcomics.org/)
* [Read Comics Online](https://readcomicsonline.ru/) * [Read Comics Online](https://readcomicsonline.ru/)
* [Comix-Load](https://comix-load.in/) - Downloads
* [Zip Comic](https://www.zipcomic.com/) - Downloads * [Zip Comic](https://www.zipcomic.com/) - Downloads
* [BookGN](http://www.bookgn.com/) - Downloads * [BookGN](http://www.bookgn.com/) - Downloads
* [NewComic](https://www.newcomic.info/) - Downloads * [NewComic](https://www.newcomic.info/) - Downloads
* [4chan /co/](https://boards.4channel.org/co/catalog#s=official%20win) - Weekly Downloads * [4chan /co/](https://boards.4channel.org/co/catalog#s=official%20win) - Weekly Downloads
* [Read Full Comic](https://readfullcomic.com/) / [2](https://viewcomiconline.com/) * [Read Full Comic](https://readfullcomic.com/) / [2](https://viewcomiconline.com/)
* [British Comics](https://britishcomics.wordpress.com/) - Classic British Comics
* [OldComicsWorld](https://oldcomicsworld.blogspot.com/) - Golden Age Comic Downloads * [OldComicsWorld](https://oldcomicsworld.blogspot.com/) - Golden Age Comic Downloads
* [DigitalComicMuseum](https://digitalcomicmuseum.com/) - Golden Age Comic Downloads * [DigitalComicMuseum](https://digitalcomicmuseum.com/) - Golden Age Comic Downloads
* [ComicsForAll](https://comicsforall269084760.wordpress.com/) - Golden Age Comic Downloads
* [Comics Kingdom](https://comicskingdom.com/) - Comics Strips * [Comics Kingdom](https://comicskingdom.com/) - Comics Strips
* [Zahard](https://zahard.xyz/) - Web Comics / [Telegram](https://t.me/fast_pass) * [Zahard](https://zahard.xyz/) - Webcomics / [Telegram](https://t.me/fast_pass)
* [The Oatmeal](https://theoatmeal.com/) - Web Comics * [The Oatmeal](https://theoatmeal.com/) - Webcomics
* [Hiveworks Comics](https://www.thehiveworks.com/) - Webcomics
* [Collective of Heroes](https://collectiveofheroes.net/) - Superhero Webcomics
* [Comic Book Library](https://nv3x2jozywh63fkohn5mwp2d73vasusjixn3im3ueof52fmbjsigw6ad.onion.ly/) / [.onion](http://nv3x2jozywh63fkohn5mwp2d73vasusjixn3im3ueof52fmbjsigw6ad.onion/) - Tor Required * [Comic Book Library](https://nv3x2jozywh63fkohn5mwp2d73vasusjixn3im3ueof52fmbjsigw6ad.onion.ly/) / [.onion](http://nv3x2jozywh63fkohn5mwp2d73vasusjixn3im3ueof52fmbjsigw6ad.onion/) - Tor Required
* [ComicEater](https://github.com/kanjieater/ComicEater) - Comic Archiving Tools * [ComicEater](https://github.com/kanjieater/ComicEater) - Comic Archiving Tools
* [Omnibus](https://github.com/fireshaper/Omnibus), [Comics Downloader](https://github.com/Girbons/comics-downloader), [mylar3](https://github.com/mylar3/mylar3), [Comic-DL](https://github.com/Xonshiz/comic-dl) - Comic Downloaders * [Omnibus](https://github.com/fireshaper/Omnibus), [Comics Downloader](https://github.com/Girbons/comics-downloader), [mylar3](https://github.com/mylar3/mylar3), [Comic-DL](https://github.com/Xonshiz/comic-dl) - Comic Downloaders
@ -344,6 +390,7 @@
* [Cover](https://frenchfrysoftware.com/cover/), [MComix](https://sourceforge.net/projects/mcomix/), [CBR Reader](https://www.cdisplayex.com/), [Stump](https://www.stumpapp.dev/), [comic-book-reader](https://github.com/binarynonsense/comic-book-reader), [OpenComic](https://github.com/ollm/OpenComic) or [YACReader](https://yacreader.com/) - Readers / Managers * [Cover](https://frenchfrysoftware.com/cover/), [MComix](https://sourceforge.net/projects/mcomix/), [CBR Reader](https://www.cdisplayex.com/), [Stump](https://www.stumpapp.dev/), [comic-book-reader](https://github.com/binarynonsense/comic-book-reader), [OpenComic](https://github.com/ollm/OpenComic) or [YACReader](https://yacreader.com/) - Readers / Managers
* [Free Dark Horse Digital Comics](https://digital.darkhorse.com/pages/free) * [Free Dark Horse Digital Comics](https://digital.darkhorse.com/pages/free)
* [ComicFury](https://comicfury.com/) - User-Made Comics * [ComicFury](https://comicfury.com/) - User-Made Comics
* [Comic Translate](https://github.com/ogkalu2/comic-translate) - Comic Translator
* [Webcomix](https://github.com/J-CPelletier/webcomix) - Webcomics Downloader * [Webcomix](https://github.com/J-CPelletier/webcomix) - Webcomics Downloader
* [ComicReader](https://comicreader.netlify.app/) or [KThoom](https://github.com/codedread/kthoom) - Online Reader * [ComicReader](https://comicreader.netlify.app/) or [KThoom](https://github.com/codedread/kthoom) - Online Reader
* [Komga](https://komga.org/) - Comic / Manga Media Server / [Discord](https://discord.gg/TdRpkDu) / [GitHub](https://github.com/gotson/komga) * [Komga](https://komga.org/) - Comic / Manga Media Server / [Discord](https://discord.gg/TdRpkDu) / [GitHub](https://github.com/gotson/komga)
@ -361,7 +408,7 @@
* ↪️ **[Raw Manga Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/non-eng/#wiki_.25B7_reading_.2F_.8AAD.66F8)** * ↪️ **[Raw Manga Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/non-eng/#wiki_.25B7_reading_.2F_.8AAD.66F8)**
* ⭐ **[MangaDex](https://mangadex.org/)** / [Downloader](https://mangadex-dl.mansuf.link/) / [Script](https://github.com/frozenpandaman/mangadex-dl) * ⭐ **[MangaDex](https://mangadex.org/)** / [Downloader](https://mangadex-dl.mansuf.link/) / [Script](https://github.com/frozenpandaman/mangadex-dl)
* ⭐ **[ComicK](https://comick.io/)**, [2](https://comick.cc/) / [Discord](https://discord.gg/comick) * ⭐ **[ComicK](https://comick.io/)**, [2](https://comick.cc/) / [Discord](https://discord.gg/comick)
* ⭐ **[MangaSee](https://mangasee123.com/)**, [2](https://manga4life.com/) * ⭐ **[Weeb Central](https://weebcentral.com/)**
* ⭐ **[MangaPark](https://mangapark.net/)** / [Discord](https://discord.gg/jctSzUBWyQ) / [Proxies](https://rentry.co/mangapark) * ⭐ **[MangaPark](https://mangapark.net/)** / [Discord](https://discord.gg/jctSzUBWyQ) / [Proxies](https://rentry.co/mangapark)
* ⭐ **[Nyaa Manga / LNs](https://nyaa.si/?f=0&c=3_0&q=)** - Torrents * ⭐ **[Nyaa Manga / LNs](https://nyaa.si/?f=0&c=3_0&q=)** - Torrents
* ⭐ **[MangaPiracy](https://discord.gg/ZgMtAyxFSU)** - Manga Piracy Server / [Subreddit](https://reddit.com/r/MangaPiracy) * ⭐ **[MangaPiracy](https://discord.gg/ZgMtAyxFSU)** - Manga Piracy Server / [Subreddit](https://reddit.com/r/MangaPiracy)
@ -369,25 +416,39 @@
* [MangaKatana](https://mangakatana.com/) * [MangaKatana](https://mangakatana.com/)
* [Cubari Proxy](https://proxy.cubari.moe/) - Multi Site Web Client / [Discord](https://discord.com/invite/SavdUC45MS) * [Cubari Proxy](https://proxy.cubari.moe/) - Multi Site Web Client / [Discord](https://discord.com/invite/SavdUC45MS)
* [Great Discord Links](https://discord.gg/xAsyVb52a9) or [MangaDex Groups](https://mangadex.org/groups) - Manga Scanlation Groups * [Great Discord Links](https://discord.gg/xAsyVb52a9) or [MangaDex Groups](https://mangadex.org/groups) - Manga Scanlation Groups
* [Madokami](https://wotaku.wiki/guides/mado) / [Archive](https://rentry.co/FMHYBase64#madokami) * [Madokami](https://wotaku.wiki/guides/manga/madokami) / [Archive](https://rentry.co/FMHYBase64#madokami)
* [The Manga Library](https://rentry.co/FMHYBase64#the-manga-library) * [The Manga Library](https://rentry.co/FMHYBase64#the-manga-library)
* [MangaNelo](https://m.manganelo.com/wwww), [Manganato](https://manganato.com/) or [Mangakakalot](https://mangakakalot.com/) * [MangaNelo](https://m.manganelo.com/wwww), [Manganato](https://manganato.com/) or [Mangakakalot](https://mangakakalot.com/) / [Frontend](https://akari-psi.vercel.app/)
* [MangaFire](https://mangafire.to/) / [Discord](https://discord.com/invite/KRQQKzQ6CS) * [MangaFire](https://mangafire.to/) / [Discord](https://discord.com/invite/KRQQKzQ6CS)
* [BATO.TO](https://bato.to/) / [Discord](https://discord.com/invite/batoto) / [Proxies](https://rentry.co/batoto) * [BATO.TO](https://bato.to/), [2](https://fto.to/) / [Proxies](https://rentry.co/batoto) / [Discord](https://discord.com/invite/batoto)
* [Rive Manga](https://rivestream.live/manga)
* [Freek](https://freek.to/explore/manga)
* [MangaReader](https://mangareader.to/) / [Discord](https://discord.com/invite/Bvc5mVcUqE) / [Subreddit](https://www.reddit.com/r/MangaReaderOfficial/) * [MangaReader](https://mangareader.to/) / [Discord](https://discord.com/invite/Bvc5mVcUqE) / [Subreddit](https://www.reddit.com/r/MangaReaderOfficial/)
* [Atsumaru](https://atsu.moe/) / [Discord](https://discord.gg/Tj4QmEF4uV) * [Atsumaru](https://atsu.moe/) / [Discord](https://discord.gg/Tj4QmEF4uV)
* [MangaHub](https://mangahub.io/) * [MangaHub](https://mangahub.io/)
* [MangaTown](https://www.mangatown.com/) * [MangaTown](https://www.mangatown.com/)
* [Mangairo](https://h.mangairo.com/)
* [MangaBerri](https://mangaberri.com/) * [MangaBerri](https://mangaberri.com/)
* [OniManga](https://onimanga.com) * [OniManga](https://onimanga.com)
* [Shiroko](https://shiroko.co/) * [Shiroko](https://shiroko.co/)
* [MangaBat](https://m.mangabat.com/) * [MangaBat](https://m.mangabat.com/)
* [Mangahasu](https://mangahasu.se/) * [Mangahasu](https://mangahasu.se/)
* [mangapill](https://mangapill.com/) * [mangapill](https://mangapill.com/)
* [Webtoon](https://www.webtoons.com/)
* [Toonily](https://toonily.com/)
* [Like Manga](https://likemanga.io/)
* [Wuxia World](https://wuxiaworld.site/)
* [Zero Scans](https://zscans.com/)
* [AsuraScansFree](https://asurascansfree.com/)
* [Manhuafast](https://manhuafast.com/)
* [MangaFlame](https://mangaflame.org/) / [Discord](https://discord.gg/jrsuS34YXF)
* [Kaliscan](https://kaliscan.io/home)
* [Manhwatop](https://manhwatop.com/)
* [ManhwaClan](https://manhwaclan.com/)
* [KaiScans](https://kaiscans.org/)
* [MangaHere](https://www.mangahere.cc/) or [MangaFox](https://fanfox.net/) * [MangaHere](https://www.mangahere.cc/) or [MangaFox](https://fanfox.net/)
* [MangaBuddy](https://mangabuddy.com), [MangaForest](https://mangaforest.me/) or [MangaMirror](https://mangamirror.com/) * [MangaBuddy](https://mangabuddy.com), [MangaForest](https://mangaforest.me/) or [MangaMirror](https://mangamirror.com/)
* [MP4DIRECTS](https://mp4directs.com/) - Manga / Light Novels Download Forum * [MP4DIRECTS](https://mp4directs.com/) - Manga / Light Novels Download Forum
* [Seanime](https://seanime.rahim.app/) - Self-Hosted Manga App
* [Kaizoku](https://github.com/oae/kaizoku) - Self-Hosted Manga Downloader * [Kaizoku](https://github.com/oae/kaizoku) - Self-Hosted Manga Downloader
* [Manga APIs](https://rentry.co/manga-apis) - Manga Site API's * [Manga APIs](https://rentry.co/manga-apis) - Manga Site API's
* [Webcomic Reader](https://openuserjs.org/scripts/anka-213/Webcomic_Reader) - Preloads Images, Remembers Progress and Keyboard Support * [Webcomic Reader](https://openuserjs.org/scripts/anka-213/Webcomic_Reader) - Preloads Images, Remembers Progress and Keyboard Support
@ -396,62 +457,45 @@
*** ***
## ▷ Manhua / Manhwa
* **Note** - Keep in mind that sites in the manga section above also have manhua/manhwa. Comick and Botato for example both have official TLs.
***
* ⭐ **[ComicK](https://comick.io/)**, [2](https://comick.cc/) / [Discord](https://discord.gg/comick)
* ⭐ **[BATO.TO](https://bato.to/)** / [Discord](https://discord.com/invite/batoto) / [Proxies](https://rentry.co/batoto)
* ⭐ **[Webtoon](https://www.webtoons.com/)**
* ⭐ **[Toonily](https://toonily.com/)**
* [Like Manga](https://likemanga.io/)
* [Wuxia World](https://wuxiaworld.site/)
* [Zero Scans](https://zscans.com/)
* [Manhuafast](https://manhuafast.com/)
* [Kaliscan](https://kaliscan.io/)
* [Manhwatop](https://manhwatop.com/)
***
## ▷ Light Novels ## ▷ Light Novels
* 🌐 **[Wotaku](https://wotaku.wiki/websites#novels)** - Light Novel Index / [Discord](https://discord.gg/vShRGx8ZBC) * 🌐 **[Wotaku](https://wotaku.wiki/websites#novels)** - Light Novel Index / [Discord](https://discord.gg/vShRGx8ZBC)
* 🌐 **[EverythingMoe](https://everythingmoe.com/#section-novel)**, [2](https://everythingmoe.org/#section-novel) - Light Novel Sites Index / [Discord](https://discord.gg/GuueaDgKdS) * 🌐 **[EverythingMoe](https://everythingmoe.com/#section-novel)**, [2](https://everythingmoe.org/#section-novel) - Light Novel Sites Index / [Discord](https://discord.gg/GuueaDgKdS)
* 🌐 **[The Index](https://theindex.moe/library/novels)** - Light Novel Site Index / [Discord](https://discord.gg/Snackbox) / [Wiki](https://thewiki.moe/) * 🌐 **[The Index](https://theindex.moe/library/novels)** - Light Novel Site Index / [Discord](https://discord.gg/Snackbox) / [Wiki](https://thewiki.moe/)
* ⭐ **[Novel Updates](https://www.novelupdates.com/)** * ⭐ **[Novel Updates](https://www.novelupdates.com/)**
* ⭐ **[jnovels](https://jnovels.com/)** or [MP4DIRECTS](https://mp4directs.com/) * ⭐ **[jnovels](https://jnovels.com/)** or [MP4DIRECTS](https://mp4directs.com/) / Allows Downloads
* ⭐ **[Just Light Novels](https://www.justlightnovels.com/)** * ⭐ **[Just Light Novels](https://www.justlightnovels.com/)** / Allows Downloads
* [Web Novel Pub](https://www.webnovelpub.pro/)
* [LightNovelHeaven](https://lightnovelheaven.com), [AllNovel](https://allnovel.org), [NovelFull](https://novelfull.com/) or [All Novel Full](https://allnovelfull.com/) * [LightNovelHeaven](https://lightnovelheaven.com), [AllNovel](https://allnovel.org), [NovelFull](https://novelfull.com/) or [All Novel Full](https://allnovelfull.com/)
* [Vynovel](https://vynovel.com/) * [Vynovel](https://vynovel.com/)
* [Light Novel World](https://www.lightnovelworld.com/), [2](https://www.novelpub.com) * [Light Novel World](https://www.lightnovelworld.com/), [2](https://www.novelpub.com)
* [Ranobes](https://ranobes.top/) * [Ranobes](https://ranobes.top/)
* [Baka-Tsuki](https://www.baka-tsuki.org) * [Baka-Tsuki](https://www.baka-tsuki.org)
* [Armaell's Library](https://armaell-library.net/) * [Armaell's Library](https://armaell-library.net/) / Allows Downloads
* [Novel Online Free](https://novelonlinefree.com/homepage), [2](https://novelonlinefull.com/), [3](https://bestlightnovel.com/) * [Novel Online Free](https://novelonlinefree.com/homepage), [2](https://novelonlinefull.com/), [3](https://bestlightnovel.com/)
* [WuxiaWorld](https://www.wuxiaworld.com/) * [WuxiaWorld](https://www.wuxiaworld.com/)
* [WuxiaSpot](https://www.wuxiaspot.com/) * [WuxiaSpot](https://www.wuxiaspot.com/)
* [LightNovelPub](https://www.lightnovelpub.com/) * [LightNovelPub](https://www.lightnovelpub.com/)
* [WebNovel.com](https://www.webnovel.com/) * [WebNovel.com](https://www.webnovel.com/)
* [AsianHobbyist](https://www.asianhobbyist.com/) * [AsianHobbyist](https://www.asianhobbyist.com/)
* [Ocean of EPUB](https://oceanofepub.com/) * [Wordrain69](https://wordrain69.com/)
* [Novel Bin](https://novelbin.com/) * [Wuxiabox](https://www.wuxiabox.com/)
* [Wuxia.click](https://wuxia.click/)
* [Ocean of EPUB](https://oceanofepub.com/) / Allows Downloads
* [Novel Bin](https://novelbin.com/), [2](https://novelbin.lanovels.net/)
* [wuxiabee](https://www.wuxiabee.net/) * [wuxiabee](https://www.wuxiabee.net/)
* [List Novel](https://listnovel.com/) * [List Novel](https://listnovel.com/)
* [NobleMTL](https://noblemtl.com/) * [NobleMTL](https://noblemtl.com/)
* [NovelLMAO](https://novelmao.com/) * [NovelLMAO](https://novelmao.com/)
* [ReadNovelFull](https://readnovelfull.com) * [ReadNovelFull](https://readnovelfull.com)
* [Panda Novel](https://www.panda-novel.com/)
* [FreeWebNovel](https://freewebnovel.com/) * [FreeWebNovel](https://freewebnovel.com/)
* [Translated Light Novels](https://rentry.co/FMHYBase64#translated-light-novels) * [Translated Light Novels](https://rentry.co/FMHYBase64#translated-light-novels) / Allows Downloads
* [NovelNext](https://novelnext.com/) * [NovelNext](https://novelnext.com/)
* [NovelBuddy](https://novelbuddy.io/) * [NovelBuddy](https://novelbuddy.io/), [2](https://novelbuddy.com/)
* [Wuxia Blog](https://www.wuxia.blog) * [Wuxia Blog](https://www.wuxia.blog)
* [WuxiaSpot](https://www.wuxiaspot.com/)
* [Readwn](https://www.readwn.com/) * [Readwn](https://www.readwn.com/)
* [NovelCool](https://www.novelcool.com/) * [NovelCool](https://www.novelcool.com/)
* [Novels.pl](https://www.novels.pl/) * [Novels.pl](https://www.novels.pl/) / Allows Downloads
* [Scribblehub](https://www.scribblehub.com/) * [Scribblehub](https://www.scribblehub.com/)
* [Novel Hall](https://www.novelhall.com/) * [Novel Hall](https://www.novelhall.com/)
* [Rekt Novel Compilations](https://rektnovelcompilations.wordpress.com/) * [Rekt Novel Compilations](https://rektnovelcompilations.wordpress.com/)
@ -470,7 +514,7 @@
## ▷ Magazines ## ▷ Magazines
* ⭐ **[Mobilism Magazines](https://forum.mobilism.org/viewforum.php?f=123)** - Multi-Host / [User Ranks](https://rentry.co/mobilismranks), [2](https://pastebin.com/pZuuMxYm) * ⭐ **[Mobilism Magazines](https://forum.mobilism.org/viewforum.php?f=123)** - Multi-Host / [User Ranks](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#mobilism-ranks)
* ⭐ **[PDFMagazines](https://pdfmagazines.club/)** - Novafile * ⭐ **[PDFMagazines](https://pdfmagazines.club/)** - Novafile
* ⭐ **[DownMagaz](https://downmagaz.net/)** - Novafile / Turbobit * ⭐ **[DownMagaz](https://downmagaz.net/)** - Novafile / Turbobit
* ⭐ **[MagazineLib](https://magazinelib.com/)** - VK * ⭐ **[MagazineLib](https://magazinelib.com/)** - VK
@ -507,7 +551,7 @@
* 🌐 **[Veridian](https://veridiansoftware.com/collections/)** - Newspaper Archive List * 🌐 **[Veridian](https://veridiansoftware.com/collections/)** - Newspaper Archive List
* ↪️ **[Bypass Newspaper Paywalls](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_paywall_bypass)** * ↪️ **[Bypass Newspaper Paywalls](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_paywall_bypass)**
* ↪️ **[Worldwide News Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/misc#wiki_.25BA_news)** * ↪️ **[Worldwide News Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/misc#wiki_.25BA_news)**
* ⭐ **[Mobilism Newspapers](https://forum.mobilism.org/viewforum.php?f=123)** / [User Ranks](https://rentry.co/mobilismranks), [2](https://pastebin.com/pZuuMxYm) * ⭐ **[Mobilism Newspapers](https://forum.mobilism.org/viewforum.php?f=123)** / [User Ranks](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#mobilism-ranks)
* ⭐ **[Google Newspaper Search](https://news.google.com/newspapers)** * ⭐ **[Google Newspaper Search](https://news.google.com/newspapers)**
* [Sanet.st](https://sanet.st/newspapers/) * [Sanet.st](https://sanet.st/newspapers/)
* [Meta-Press](https://www.meta-press.es/) - Newspaper Search * [Meta-Press](https://www.meta-press.es/) - Newspaper Search
@ -564,7 +608,7 @@
* [SuperKuh](http://erewhon.superkuh.com/library/) * [SuperKuh](http://erewhon.superkuh.com/library/)
* [Non_Fic](https://vk.com/non_fic) * [Non_Fic](https://vk.com/non_fic)
* [FreePLRDownloads](https://freeplrdownloads.com/) * [FreePLRDownloads](https://freeplrdownloads.com/)
* [FreeBookCentre](https://www.freebookcentre.net/) * [E-Books Directory](https://www.e-booksdirectory.com/)
* [Wikiversity](https://www.wikiversity.org/) - Learning Resources, Guides, Quizzes, Tools & More * [Wikiversity](https://www.wikiversity.org/) - Learning Resources, Guides, Quizzes, Tools & More
* [OpenEdition](https://www.openedition.org/) - Books / Journals * [OpenEdition](https://www.openedition.org/) - Books / Journals
* [JSTor](https://www.jstor.org/) - Books / Journals * [JSTor](https://www.jstor.org/) - Books / Journals
@ -577,12 +621,11 @@
* [Wikibooks](https://en.wikibooks.org/) - Open-Content Texbooks * [Wikibooks](https://en.wikibooks.org/) - Open-Content Texbooks
* [2012books](https://2012books.lardbucket.org/) - Creative Commons Books * [2012books](https://2012books.lardbucket.org/) - Creative Commons Books
* [Pearson](https://redd.it/smm6ib) - Pearson Textbook Download Guide * [Pearson](https://redd.it/smm6ib) - Pearson Textbook Download Guide
* [JEEBooksPDF](https://m.youtube.com/c/JEEBooksPDF) - JEE Material / [Telegram](https://telegram.me/jeebookspdf) / DL's in Descriptions * [JEEBooksPDF](https://m.youtube.com/c/JEEBooksPDF) - JEE Material / [Telegram](https://telegram.me/jeebookspdf) / Downloads in Descriptions
* [ck12](https://www.ck12.org/)- Interactive CK-12 * [ck12](https://www.ck12.org/)- Interactive CK-12
* [premium_ebooks](https://t.me/premium_ebooks) - Exam Books * [premium_ebooks](https://t.me/premium_ebooks) - Exam Books
* [Digital Libraries / Archives](https://oedb.org/ilibrarian/250-plus-killer-digital-libraries-and-archives/) - Online University Libraries * [Digital Libraries / Archives](https://oedb.org/ilibrarian/250-plus-killer-digital-libraries-and-archives/) - Online University Libraries
* [OpenDOAR](https://v2.sherpa.ac.uk/opendoar/) - Academic Repository Search * [OpenDOAR](https://v2.sherpa.ac.uk/opendoar/) - Academic Repository Search
* [Quantum Web Directory](https://qntm2017.github.io/qntm/OV.html) - Science / Tech / Math / Physics
* [IntechOpen](https://www.intechopen.com/) - Science * [IntechOpen](https://www.intechopen.com/) - Science
* [Naked Scientists](https://www.thenakedscientists.com/) - Podcasts / Shows / Science * [Naked Scientists](https://www.thenakedscientists.com/) - Podcasts / Shows / Science
* [Science Forums](https://www.scienceforums.net/) - Forums / Science * [Science Forums](https://www.scienceforums.net/) - Forums / Science
@ -616,10 +659,11 @@
* [Duke University Library](https://repository.duke.edu/catalog?utf8=%E2%9C%93&search_scope=https%3A%2F%2Frepository.duke.edu%2Fcatalog&q=&search_field=all_fields) - Historical Books * [Duke University Library](https://repository.duke.edu/catalog?utf8=%E2%9C%93&search_scope=https%3A%2F%2Frepository.duke.edu%2Fcatalog&q=&search_field=all_fields) - Historical Books
* [Early English Books](https://quod.lib.umich.edu/e/eebogroup/), [NYPL](https://digitalcollections.nypl.org/) or [Amherst](https://acdc.amherst.edu/) - Historical Texts / Books * [Early English Books](https://quod.lib.umich.edu/e/eebogroup/), [NYPL](https://digitalcollections.nypl.org/) or [Amherst](https://acdc.amherst.edu/) - Historical Texts / Books
* [Making of America](https://quod.lib.umich.edu/m/moa/) - American History * [Making of America](https://quod.lib.umich.edu/m/moa/) - American History
* [Classical Libraries](https://docs.google.com/spreadsheets/d/e/2PACX-1vRkUFBfVVqv5Tr2aZS4apFNpTJ-ys6VqeQxgsAI1v7cH5putIgchYWJAVGHuu0lWGmdD2DU7Vb1o7XH/pubhtml) - Classical Literature Collection / [Full List](https://docs.google.com/spreadsheets/d/1OGFA-vSmu7yTZutb9f7uVZGT2mWkKYP1sWO2-I3huQQ/)
* [Perseus Digital Library](https://www.perseus.tufts.edu/hopper/) - Classic / Greek / Roman / Arabic / Germanic * [Perseus Digital Library](https://www.perseus.tufts.edu/hopper/) - Classic / Greek / Roman / Arabic / Germanic
* [In Parenthesis](https://www.yorku.ca/inpar/) - Historic Tales * [In Parenthesis](https://www.yorku.ca/inpar/) - Historic Tales
* [CELT](https://celt.ucc.ie/) - Irish / History / Literature / Politics * [CELT](https://celt.ucc.ie/) - Irish / History / Literature / Politics
* [textfiles.com](http://textfiles.com/) - 1980's Text File Index * [textfiles.com](http://textfiles.com/) - 1980s Text File Index
* [Digital Archive](https://digitalarchive.wilsoncenter.org/collections) - Historical Documents * [Digital Archive](https://digitalarchive.wilsoncenter.org/collections) - Historical Documents
* [Smithsonian Institution Archives](https://siarchives.si.edu/) - Historical Documents * [Smithsonian Institution Archives](https://siarchives.si.edu/) - Historical Documents
* [Archives.gov](https://archives.gov/) - US Historical Documents * [Archives.gov](https://archives.gov/) - US Historical Documents
@ -647,7 +691,7 @@
* ⭐ **[O'Reilly](https://www.oreilly.com/)** - Tech / Programming / [Downloader](https://github.com/lorenzodifuccia/safaribooks) / Infinite trial by clearing cookies & making a new account * ⭐ **[O'Reilly](https://www.oreilly.com/)** - Tech / Programming / [Downloader](https://github.com/lorenzodifuccia/safaribooks) / Infinite trial by clearing cookies & making a new account
* ⭐ **[Best-Books.dev](https://www.best-books.dev/)** - Developer Book Recommendations * ⭐ **[Best-Books.dev](https://www.best-books.dev/)** - Developer Book Recommendations
* ⭐ **[ScanLibs](https://scanlibs.com/)** or [CoderProg](https://coderprog.com/) * ⭐ **[ScanLibs](https://scanlibs.com/)**, [2](https://forcoder.net/), [3](https://coderprog.com/)
* ⭐ **[EbookFoundation Programming Books](https://ebookfoundation.github.io/free-programming-books/)** * ⭐ **[EbookFoundation Programming Books](https://ebookfoundation.github.io/free-programming-books/)**
* [IT eBooks](https://it-ebooks.info/) * [IT eBooks](https://it-ebooks.info/)
* [FreeTechBooks](https://www.freetechbooks.com/) * [FreeTechBooks](https://www.freetechbooks.com/)
@ -680,6 +724,7 @@
* ⭐ **Sci-Hub Tools** - [Official TG Bot](https://t.me/scihubot), [2](https://t.me/freescience) / [Extension](https://addons.mozilla.org/en-US/firefox/addon/sci-hub-scholar/) / [DL Button](https://greasyfork.org/zh-CN/scripts/370246-sci-hub-button), [2](https://github.com/gchenfc/sci-hub-now) / [PDF Download](https://gagarine.medium.com/use-sci-hub-with-zotero-as-a-fall-back-pdf-resolver-cf139eb2cea7) / [Dumps](https://redd.it/edwi9b) / [DOI Redirect](https://greasyfork.org/en/scripts/412498) * ⭐ **Sci-Hub Tools** - [Official TG Bot](https://t.me/scihubot), [2](https://t.me/freescience) / [Extension](https://addons.mozilla.org/en-US/firefox/addon/sci-hub-scholar/) / [DL Button](https://greasyfork.org/zh-CN/scripts/370246-sci-hub-button), [2](https://github.com/gchenfc/sci-hub-now) / [PDF Download](https://gagarine.medium.com/use-sci-hub-with-zotero-as-a-fall-back-pdf-resolver-cf139eb2cea7) / [Dumps](https://redd.it/edwi9b) / [DOI Redirect](https://greasyfork.org/en/scripts/412498)
* ⭐ **[Google Scholar](https://scholar.google.com/)** - Academic Papers Search Engine * ⭐ **[Google Scholar](https://scholar.google.com/)** - Academic Papers Search Engine
* ⭐ **[Scinapse](https://scinapse.io/)** - Academic Papers Search Engine * ⭐ **[Scinapse](https://scinapse.io/)** - Academic Papers Search Engine
* ⭐ **[Citrus Search](https://citrus-search.com/)** - Find Similar Research Papers
* ⭐ **[ResearchGate](https://www.researchgate.net/)** - Research Papers / Publications * ⭐ **[ResearchGate](https://www.researchgate.net/)** - Research Papers / Publications
* ⭐ **[SciLit](https://www.scilit.net/)** - Research Papers / Publications * ⭐ **[SciLit](https://www.scilit.net/)** - Research Papers / Publications
* ⭐ **[Mendeley](https://www.mendeley.com/)** - Research Papers / [Data](https://data.mendeley.com/) / [Reference Manager](https://www.mendeley.com/download-reference-manager/) * ⭐ **[Mendeley](https://www.mendeley.com/)** - Research Papers / [Data](https://data.mendeley.com/) / [Reference Manager](https://www.mendeley.com/download-reference-manager/)
@ -700,10 +745,12 @@
* [Clarivate](https://mjl.clarivate.com/) - Research Papers / Publications * [Clarivate](https://mjl.clarivate.com/) - Research Papers / Publications
* [Science Hub](https://www.wosonhj.com/) - Research Papers * [Science Hub](https://www.wosonhj.com/) - Research Papers
* [MyScienceWork](https://www.mysciencework.com/) - Research Papers * [MyScienceWork](https://www.mysciencework.com/) - Research Papers
* [Caltech Library](https://authors.library.caltech.edu/) - Research Papers
* [SciAlert](https://scialert.net/) - Research Papers * [SciAlert](https://scialert.net/) - Research Papers
* [Springer](https://www.springer.com/) - Research Papers * [Springer](https://www.springer.com/) - Research Papers
* [Biomed Central](https://www.biomedcentral.com/) - Research Papers * [Biomed Central](https://www.biomedcentral.com/) - Research Papers
* [Zenodo](https://zenodo.org/) - Research Papers * [Zenodo](https://zenodo.org/) - Research Papers
* [RE3Data](https://www.re3data.org/) - Research Data
* [Retraction Watch](https://retractionwatch.com/) - Retracted Research Papers * [Retraction Watch](https://retractionwatch.com/) - Retracted Research Papers
* [Science.gov](https://www.science.gov/) - Scientific Paper Search * [Science.gov](https://www.science.gov/) - Scientific Paper Search
* [Awesome Detection Transformer](https://github.com/IDEA-Research/awesome-detection-transformer) - Computer Vision Research Papers * [Awesome Detection Transformer](https://github.com/IDEA-Research/awesome-detection-transformer) - Computer Vision Research Papers
@ -734,7 +781,7 @@
## ▷ Documents / Articles ## ▷ Documents / Articles
* ↪️ **[Bypass Article Paywalls](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_paywall_bypass)** * ↪️ **[Bypass Article Paywalls](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_paywall_bypass)**
* ⭐ **[arXiv](https://arxiv.org/)** - Science / Math / Physics / [Search](https://arxiv-sanity-lite.com/), [2](https://searchthearxiv.com/) / [Chatbot](https://github.com/evanhu1/talk2arxiv) / [Mobile](https://github.com/dagmawibabi/ScholArxiv) * ⭐ **[arXiv](https://arxiv.org/)** - Science / Math / Physics / [Search](https://arxiv-sanity-lite.com/), [2](https://searchthearxiv.com/), [3](https://papermatch.mitanshu.tech/) / [Chatbot](https://github.com/evanhu1/talk2arxiv) / [Mobile](https://github.com/dagmawibabi/ScholArxiv)
* ⭐ **[TheFreeLibrary](https://www.thefreelibrary.com/)** - Articles * ⭐ **[TheFreeLibrary](https://www.thefreelibrary.com/)** - Articles
* ⭐ **[STC](https://libstc.cc/)** - Document / Article Text Search * ⭐ **[STC](https://libstc.cc/)** - Document / Article Text Search
* ⭐ **[Nexus search](https://t.me/nexus_search/94)**, [2](https://t.me/nexus_search/214) - Science / Articles * ⭐ **[Nexus search](https://t.me/nexus_search/94)**, [2](https://t.me/nexus_search/214) - Science / Articles
@ -782,8 +829,8 @@
* [Cryptome](https://cryptome.org/) - Leaked Documents * [Cryptome](https://cryptome.org/) - Leaked Documents
* [snowden-archive](https://github.com/iamcryptoki/snowden-archive) - Leaked Snowden Documents * [snowden-archive](https://github.com/iamcryptoki/snowden-archive) - Leaked Snowden Documents
* [Constitute Project](https://www.constituteproject.org/) - World Constitutions Database * [Constitute Project](https://www.constituteproject.org/) - World Constitutions Database
* [US Military Manual Collection](https://archive.org/details/military-manuals) - Military Documents / Manuals * [US Military Manual Collection](https://archive.org/details/military-manuals) or [LiberatedManuals](https://www.liberatedmanuals.com/) - Military Documents / Manuals
* [NASA NTRS](https://ntrs.nasa.gov/collections/pubspace) - NASA Documents * [NASA NTRS](https://ntrs.nasa.gov/collections/pubspace) or [STI](https://sti.nasa.gov/) - NASA Documents
* [PapalEncyclicals](https://www.papalencyclicals.net/) - Catholic Church Documents * [PapalEncyclicals](https://www.papalencyclicals.net/) - Catholic Church Documents
* [Aesthetics Archive](https://contempaesthetics.org/) - Aesthetics Articles / Notes Contemporary * [Aesthetics Archive](https://contempaesthetics.org/) - Aesthetics Articles / Notes Contemporary
* [CourtListerner](https://www.courtlistener.com/), [USA Courts](https://pacer.uscourts.gov/) or [Case.law](https://case.law/) - Court Documents * [CourtListerner](https://www.courtlistener.com/), [USA Courts](https://pacer.uscourts.gov/) or [Case.law](https://case.law/) - Court Documents
@ -799,7 +846,8 @@
* ⭐ **[RepairWiki](https://repair.wiki/)** - Repair Articles / [Old Layout](https://old.repair.wiki/) * ⭐ **[RepairWiki](https://repair.wiki/)** - Repair Articles / [Old Layout](https://old.repair.wiki/)
* [ManualLib](https://www.manuallib.com/) - Manual Search * [ManualLib](https://www.manuallib.com/) - Manual Search
* [iFixIt](https://www.ifixit.com/) - Repair Manuals * [iFixIt](https://www.ifixit.com/) - Repair Manuals
* [WonderHowTo](https://www.wonderhowto.com/) - Tech How-To's * [Restarters](https://wiki.restarters.net/) - Device Repair Wiki / Guides
* [WonderHowTo](https://www.wonderhowto.com/) - Tech How-Tos
* [manned.org](https://manned.org/) - Operating System Manuals * [manned.org](https://manned.org/) - Operating System Manuals
* [Exploitee.rs](https://www.exploitee.rs/) - Device Exploitation Wiki * [Exploitee.rs](https://www.exploitee.rs/) - Device Exploitation Wiki
* [C.H.A.R.M](https://charm.li/), [JDMFSM](https://jdmfsm.info/Auto/), [CarPDFManual](https://www.carpdfmanual.com/renault/) or [ProCarManuals](https://procarmanuals.com/) - Auto Repair Manuals * [C.H.A.R.M](https://charm.li/), [JDMFSM](https://jdmfsm.info/Auto/), [CarPDFManual](https://www.carpdfmanual.com/renault/) or [ProCarManuals](https://procarmanuals.com/) - Auto Repair Manuals
@ -815,35 +863,37 @@
# ► Tracking / Discovery # ► Tracking / Discovery
* ⭐ **[GoodReads](https://www.goodreads.com/)** / [Frontend](https://github.com/nesaku/BiblioReads) - Books / Comics / Manga / [Ratings Filter](https://www.book-filter.com/) * ⭐ **[GoodReads](https://www.goodreads.com/)** / [Frontend](https://github.com/nesaku/BiblioReads) - Tracking / Reviews / Recommendations / [Ratings Filter](https://www.book-filter.com/)
* ⭐ **[TasteDive](https://tastedive.com/)** - Books * ⭐ **[TasteDive](https://tastedive.com/)** - Discovery and Recommendations
* ⭐ **[StoryGraph](https://www.thestorygraph.com/)** - Books * ⭐ **[StoryGraph](https://www.thestorygraph.com/)** - Tracking / Recommendations
* ⭐ **[The Greatest Books](https://www.thegreatestbooks.org/)** - Book Recommendations * ⭐ **[The Greatest Books](https://www.thegreatestbooks.org/)** - Curated Books List / [Downloader](https://greasyfork.org/en/scripts/514877)
* ⭐ **[MyAnimeList](https://myanimelist.net/)** - Manga / Light Novels / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_myanimelist_tools) * ⭐ **[MyAnimeList](https://myanimelist.net/)** - Manga / Light Novels / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_myanimelist_tools)
* ⭐ **[Anilist](https://anilist.co/home)** - Manga / Light Novels / Manhwa / Manhua / [Wrapper](https://github.com/butterstroke/Anilist-Node) / [Extras](https://greasyfork.org/en/scripts/370473-automail) * ⭐ **[Anilist](https://anilist.co/home)** - Manga / Light Novels / Manhwa / Manhua / [Wrapper](https://github.com/butterstroke/Anilist-Node) / [Extras](https://greasyfork.org/en/scripts/370473-automail)
* ⭐ **[MangaUpdates](https://www.mangaupdates.com/)** - Manga (Has Obscure Stuff) * ⭐ **[MangaUpdates](https://www.mangaupdates.com/)** - Manga Database / Releases Updates
* ⭐ **[LeagueOfComicGeeks](https://leagueofcomicgeeks.com/)** - Comics * ⭐ **[LeagueOfComicGeeks](https://leagueofcomicgeeks.com/)** - Comic Tracking / Releases
* [Rec Charts](https://pastebin.com/ayuqSpGR) - Books / Comics / Manga Recommendation Guides * [Rec Charts](https://pastebin.com/ayuqSpGR) - Books / Comics / Manga Recommendation Guides
* [/r/ifyoulikeblank](https://www.reddit.com/r/ifyoulikeblank/) - Book / Comic Recommendations * [/r/ifyoulikeblank](https://www.reddit.com/r/ifyoulikeblank/) - Personalized Recommendation Subreddit
* [BookHype](https://bookhype.com/) - Books * [BookHype](https://bookhype.com/) - Book Discovery / Recommendations
* [Oku](https://oku.club/) - Books * [Five Books](https://fivebooks.com/) - Curated Book List / [Downloader](https://greasyfork.org/en/scripts/514877)
* [Literal](https://literal.club/) - Books * [Reddit Reads](https://www.redditreads.com/) - Most Popular Books from Subreddits / [Downloader](https://greasyfork.org/en/scripts/514877)
* [BookWyrm](https://bookwyrm.social/) - Books * [Oku](https://oku.club/) - Book Tracking Platform
* [LibraryThings](https://www.librarything.com/) - Books * [Literal](https://literal.club/) - Social Book Tracking Platform
* [CandlApp](https://www.candlapp.com/) - Books * [BookWyrm](https://bookwyrm.social/) - Book Tracking Platform
* [Anobii](https://www.anobii.com/) - Books * [Hardcover](https://hardcover.app/) - Tracking / Reviews / Recommendations
* [Reddit Reads](https://www.redditreads.com/) - Book Recommendations * [LibraryThings](https://www.librarything.com/) - Book Cataloguing Community
* [Gnooks](https://www.gnooks.com/) - Book Recommendations * [CandlApp](https://www.candlapp.com/) - Book Tracking / Recommendations
* [RecommendMeABook](https://recommendmeabook.com/) - Book Recommendations * [Anobii](https://www.anobii.com/) - Book Cataloguing / Reviews
* [WhichBook](https://www.whichbook.net/) - Book Recommendations * [Gnooks](https://www.gnooks.com/) - Book Discovery / Recommendations
* [Five Books](https://fivebooks.com/) - Book Recommendations * [RecommendMeABook](https://recommendmeabook.com/) - First Page Book Teasers
* [WhichBook](https://www.whichbook.net/) - Mood-Based Book Discovery
* [En](https://en.app/) - Vibe Based Book Search
* [Readow](https://readow.ai/) - Book Recommendations * [Readow](https://readow.ai/) - Book Recommendations
* [Shepherd](https://shepherd.com/) - Book Recommendations * [Shepherd](https://shepherd.com/) - Book Recommendations
* [Newvella](https://newvella.com/) - Book Recommendations * [Newvella](https://newvella.com/) - Book Discovery / Recommendations
* [GoodBooks](https://www.goodbooks.io/) - Book Recommendations * [GoodBooks](https://www.goodbooks.io/) - Book Discovery / Reviews
* [Literature-Map](https://www.literature-map.com/) - Book Recommendations * [Literature-Map](https://www.literature-map.com/) - Author Discovery by Genre
* [Break the Bubble!](https://abooklike.foo/escape) - Book Recommendations * [Break the Bubble!](https://abooklike.foo/escape) - Challenge Narrow Tastes
* [Most Recommended Books](https://www.mostrecommendedbooks.com/) - Book Recommendations * [Most Recommended Books](https://www.mostrecommendedbooks.com/) - Book Recommendations / [Downloader](https://greasyfork.org/en/scripts/514877)
* [Read This Twice](https://readthistwice.com/) - Book Recommendations * [Read This Twice](https://readthistwice.com/) - Book Recommendations
* [Hacker Recommended Books](https://hacker-recommended-books.vercel.app/) - Book Recommendations * [Hacker Recommended Books](https://hacker-recommended-books.vercel.app/) - Book Recommendations
* [PagePundit](https://pagepundit.com/) - Book Recommendations * [PagePundit](https://pagepundit.com/) - Book Recommendations
@ -866,82 +916,34 @@
* [Mangaki](https://mangaki.fr/) - Manga Recommendations * [Mangaki](https://mangaki.fr/) - Manga Recommendations
* [spin.moe](https://spin.moe/) - Find Random Manga * [spin.moe](https://spin.moe/) - Find Random Manga
* [Anime-Planet](https://anime-planet.com/) - Manga * [Anime-Planet](https://anime-planet.com/) - Manga
* [kenmei](https://www.kenmei.co/) - Manga * [kenmei](https://www.kenmei.co/) - Manga / [Discord](https://discord.gg/XeTFtYW)
* [AllManga](https://allmanga.to/) - Manga / [Discord](https://discord.gg/YbuYYUwhpP) * [AllManga](https://allmanga.to/) - Manga / [Discord](https://discord.gg/YbuYYUwhpP)
* [Manga Codex](https://mangacodex.com/) - Manga Infographics & Sales Stats * [Manga Codex](https://mangacodex.com/) - Manga Infographics & Sales Stats
* [vndb](https://vndb.org/) - Visual Novels / [Stats](https://vnstat.net/) * [vndb](https://vndb.org/) - Visual Novels
* [/r/VisualNovel Recs](https://sites.google.com/view/rvisualnovels-recs/) or [VN Recs](https://vnrecs.github.io/) - Visual Novel Recommendations * [/r/VisualNovel Recs](https://sites.google.com/view/rvisualnovels-recs/) or [VN Recs](https://vnrecs.github.io/) - Visual Novel Recommendations
* [rate.house](https://rate.house/) - Media Tracker * [rate.house](https://rate.house/) - Media Tracker
* [libib](https://www.libib.com/) - Desktop Media Catalog * [libib](https://www.libib.com/) - Desktop Media Catalog
*** ***
# ► Ebook Readers
* 🌐 **[Ebook Reader Index](https://wiki.mobileread.com/wiki/E-book_software)** or [Mobile Read](https://www.mobileread.com/) - Ebook Reader Indexes
* ↪️ **[Browser Ebook Readers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_browser_ebook_readers)**
* ↪️ **[Android](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25BA_android_reading) / [iOS](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25BA_ios_reading)** - Mobile Ebook Readers
* ⭐ **[Google Play Books](https://play.google.com/books)** - Store Pirated Books / Get Metadata Automatically
* ⭐ **[Foxit](https://www.foxit.com/pdf-reader/)** - PDF Reader / PC / Android / iOS / Linux / Mac
* ⭐ **[Koodo](https://www.koodoreader.com/)** - Ebook Reader / PC / Mac / Linux / [GitHub](https://github.com/troyeguo/koodo-reader)
* ⭐ **[SumatraPDFReader](https://www.sumatrapdfreader.org/free-pdf-reader)** - Ebook Reader / PDF / PC
* ⭐ **[Calibre](https://calibre-ebook.com/)** - Ebook Reader / PC / Android / iOS
* ⭐ **[EinkBro](https://github.com/plateaukao/einkbro)** - E-Ink Browser
* [Postlight](https://reader.postlight.com/), [Reader Mode](https://readermode.io/) or [Tranquility](https://addons.mozilla.org/en-GB/firefox/addon/tranquility-1/) - Article Readers / Managers
* [EBook Reader](https://epub-reader.online/) - Ebook Reader / PC / Android / iOS / Mac
* [KoReader](https://koreader.rocks/) - Ebook Reader / PC / Android / [GitHub](https://github.com/koreader/koreader)
* [Jane Reader](https://janereader.com/) - Ebook Reader / PC / Mac
* [FBReader](https://fbreader.org/) - Ebook Reader / PC / Android / iOS
* [Librum](https://librumreader.com) - Ebook Reader / PC / Linux / Mac / [GitHub](https://github.com/Librum-Reader/Librum)
* [Thorium](https://thorium.edrlab.org/) - Ebook Reader / PC / Mac / Linux
* [Okular](https://okular.kde.org/) - PDF / Linux / PC / Mac
* [Aquile Reader](https://apps.microsoft.com/detail/9p08t4jltqnk) - Ebook Reader / PC
* [Icecream Reader](https://icecreamapps.com/Ebook-Reader/) - Ebook Reader / PC
* [Foliate](https://johnfactotum.github.io/foliate/) - Ebook Reader / Linux
* [qPDFview](https://launchpad.net/qpdfview) - PDF / PC
* [mupdf](https://mupdf.com/) - PDF / PC / Linux / Android
* [Evince](https://wiki.gnome.org/Apps/Evince) - PDF / DjVu Reader / Linux
* [Sioyek](https://sioyek.info/) - PDF / PC / Mac / Linux
* [FF PDF](https://github.com/sdushantha/ff-pdf/) - PDF / Linux
* [PdfPreviewbot](https://t.me/PdfPreviewbot) - Telegram PDF Reader
* [WinDjView](https://windjview.sourceforge.io/) - DjVu Reader / PC
* [DjVuLibr](https://djvu.sourceforge.net/) - DjVu Reader / PC
* [bookworm](https://github.com/babluboy/bookworm) - Elementary OS Ebook Reader
* [AnyFlip](https://anyflip.com/) - Interactive Flipbook Reader
* [All My Books](https://www.bolidesoft.com/allmybooks.html) - Book Catalog
* [Open Media Library](https://openmedialibrary.com/) - Online Book Manager
* [Cubari](https://cubari.moe/) - Image Proxy / Reader
* [dotepub](https://dotepub.com/) - Convert Webpages to EBooks
* [Kindle to PDF](https://redd.it/bm837l) - Kindle to PDF Conversion Guide
* [Amazon Kindle EPUB Fix](https://kindle-epub-fix.netlify.app/) - Fix EPUB to work with Send to Kindle
* [Ebook Sender](https://telegram.me/to_kindle_bot), [SendEpubToKindle](https://www.sendepubtokindle.com/), [Kobo](https://send.djazz.se/) / [GitHub](https://github.com/daniel-j/send2ereader) or [ebook_to_kindle_bot](https://t.me/ebook_to_kindle_bot) - Send Ebooks to Kindle
* [md2mobi](https://md2mobi.lapw.at/) - HTML to Kindle Converter
* [Kindle Software Jailbreak](https://www.mobileread.com/forums/showthread.php?t=346037&highlight=Jailbreak) - Jailbreak Kindle
* [KoboCloud](https://github.com/fsantini/KoboCloud) - Sync Kobo to Cloud Services
* [The Open Book](https://github.com/joeycastillo/The-Open-Book) - DIY Ebook Reader
***
# ► Helpful Sites / Apps # ► Helpful Sites / Apps
* 🌐 **[Ebook Converters Wiki](https://wiki.mobileread.com/wiki/E-book_conversion)**, [Ebook-Converter](https://ebook-converter.com/) or [Ebook-Online-Convert](https://ebook.online-convert.com/) - Ebook Converter Indexes * 🌐 **[Ebook Converters Wiki](https://wiki.mobileread.com/wiki/E-book_conversion)**, [Ebook-Converter](https://ebook-converter.com/) or [Ebook-Online-Convert](https://ebook.online-convert.com/) - Ebook Converter Indexes
* 🌐 **[DeDRM_tools](https://github.com/noDRM/DeDRM_tools)** - Ebook DRM Removal Tools * 🌐 **[DeDRM_tools](https://github.com/noDRM/DeDRM_tools)** - Ebook DRM Removal Tools
* ↪️ **[Summary Generators](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_text_rephrasing)** * ↪️ **[Summary Generators](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_text_rephrasing)**
* ↪️ **[PDF File Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/file-tools/#wiki_.25B7_pdf_tools)**
* ⭐ **[ChatPDF](https://www.chatpdf.com/)**, [BookAI](https://www.bookai.chat/ ) or [Ask Your PDF](https://askyourpdf.com/) - Turn Books into Chatbots * ⭐ **[ChatPDF](https://www.chatpdf.com/)**, [BookAI](https://www.bookai.chat/ ) or [Ask Your PDF](https://askyourpdf.com/) - Turn Books into Chatbots
* ⭐ **[TypeSet](https://typeset.io/)** - Research Paper Chatbot
* ⭐ **[Spreeder](https://www.spreeder.com/app.php?intro=1)**, [BR Script](https://greasyfork.org/en/scripts/465635), [PlayText](https://playtext.app/), [AccelaReader](https://accelareader.com/), [Jiffy](https://www.jiffyreader.com/), [SwiftRead](https://swiftread.com/), [Notation](https://github.com/numanzamandipuu/Notation), [Bionic Reading](https://app.bionic-reading.com/?type=text), [Tailwind BR](https://crisanlucid.github.io/vite-react-tailwind-bionic-reading/) or [SpeedRead](https://github.com/pasky/speedread) - Speed Reading Tools * ⭐ **[Spreeder](https://www.spreeder.com/app.php?intro=1)**, [BR Script](https://greasyfork.org/en/scripts/465635), [PlayText](https://playtext.app/), [AccelaReader](https://accelareader.com/), [Jiffy](https://www.jiffyreader.com/), [SwiftRead](https://swiftread.com/), [Notation](https://github.com/numanzamandipuu/Notation), [Bionic Reading](https://app.bionic-reading.com/?type=text), [Tailwind BR](https://crisanlucid.github.io/vite-react-tailwind-bionic-reading/) or [SpeedRead](https://github.com/pasky/speedread) - Speed Reading Tools
* ⭐ **[Kindle Comic Converter](https://github.com/ciromattia/kcc)** - Multi-Format Converter * ⭐ **[Kindle Comic Converter](https://github.com/ciromattia/kcc)** - Multi-Format Converter
* ⭐ **[papeer](https://papeer.tech/)** or [epub-creator](https://github.com/NiklasGollenstede/epub-creator) - Webpage to EPUB Converter * ⭐ **[papeer](https://papeer.tech/)** or [epub-creator](https://github.com/NiklasGollenstede/epub-creator) - Webpage to EPUB Converter
* [ebook-converter-bot](https://t.me/ebook_converter_bot) - Telegram Ebook Converter / [GitHub](https://github.com/yshalsager/ebook-converter-bot) * [ebook-converter-bot](https://t.me/ebook_converter_bot) - Telegram Ebook Converter / [GitHub](https://github.com/yshalsager/ebook-converter-bot)
* [CrowBook](https://github.com/lise-henry/crowbook) - Markdown to EPUB Converter * [CrowBook](https://github.com/lise-henry/crowbook) - Markdown to EPUB Converter
* [MD2PDF](https://md2pdf.netlify.app/) - Markdown to PDF Converter
* [Remove Kindle DRM](https://itsfoss.com/calibre-remove-drm-kindle/) - Remove DRM from Kindle * [Remove Kindle DRM](https://itsfoss.com/calibre-remove-drm-kindle/) - Remove DRM from Kindle
* [Libby](https://libbyapp.com/) - Library Search / [Downloader](https://github.com/bookbonobo/libby-download-extension) * [Libby](https://libbyapp.com/) - Library Search / [Downloader](https://github.com/bookbonobo/libby-download-extension)
* [How to Get Library Card Online](https://rentry.co/9b3vdo) * [How to Get Library Card Online](https://rentry.co/9b3vdo)
* [BookInfo](https://lordgnomembe.github.io/BookInfo/) - Get Book Info via ISBN * [BookInfo](https://lordgnomembe.github.io/BookInfo/) - Get Book Info via ISBN
* [FiveFilters](https://www.fivefilters.org/) - Multiple Article Accessibility Tools * [FiveFilters](https://www.fivefilters.org/) - Multiple Article Accessibility Tools
* [Readarr](https://readarr.com/) or [LazyLibrarian](https://gitlab.com/LazyLibrarian/LazyLibrarian) - Book Torrent Autodownload / Manager / [GitHub](https://github.com/Readarr/Readarr) * [Readarr](https://readarr.com/) or [LazyLibrarian](https://gitlab.com/LazyLibrarian/LazyLibrarian) - Book Torrent Autodownload / Manager / [GitHub](https://github.com/Readarr/Readarr)
* [GoBooDo](https://github.com/vaibhavk97/GoBooDo) - Google Book Downloader with Proxy Support
* [ScribdVPDF](https://scribdvpdf.blogspot.com/), [DocDownloader](https://docdownloader.com/) or [scribd.vpdfs](https://scribd.vpdfs.com/) - [Scribd](https://www.scribd.com/) Document Downloaders * [ScribdVPDF](https://scribdvpdf.blogspot.com/), [DocDownloader](https://docdownloader.com/) or [scribd.vpdfs](https://scribd.vpdfs.com/) - [Scribd](https://www.scribd.com/) Document Downloaders
* [FicHub](https://fichub.net/) or [FanFictionDownloader](https://fanfictiondownloader.net/) - Fanfiction Downloader * [FicHub](https://fichub.net/) or [FanFictionDownloader](https://fanfictiondownloader.net/) - Fanfiction Downloader
* [Book Scraper](https://gitlab.com/minecraftpiston/book-scraper) - RoyalRoad / ScribbleHub Downloader * [Book Scraper](https://gitlab.com/minecraftpiston/book-scraper) - RoyalRoad / ScribbleHub Downloader

View file

@ -6,12 +6,14 @@
# ► Social Media Tools # ► Social Media Tools
* 🌐 **[Alt Frontends](https://github.com/mendel5/alternative-front-ends)** / [2](https://rentry.co/8kqrrn), [Farside](https://farside.link/), [2](https://cf.farside.link/) or [alternative-frontends](https://github.com/digitalblossom/alternative-frontends) - Frontend Indexes * 🌐 **[Farside](https://farside.link/)**, [2](https://cf.farside.link/) or [alternative-frontends](https://github.com/digitalblossom/alternative-frontends) - Frontend Indexes
* ↪️ **[Android Social Media Apps](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android/#wiki_.25B7_social_media_apps)** / **[iOS](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android/#wiki_.25B7_social_media_apps2)**
* ⭐ **[GrayJay](https://grayjay.app/desktop/)** - Combines YouTube, Twitch, Rumble, etc / [Guide](https://youtu.be/EnZrv37u66c)
* ⭐ **[SocialBlade](https://socialblade.com/)** - Social Media Stats * ⭐ **[SocialBlade](https://socialblade.com/)** - Social Media Stats
* ⭐ **[LiveCounts](https://livecounts.io/)** - Live Social Media Stats * ⭐ **[LiveCounts](https://livecounts.io/)** or [Axern](https://axern.space/) / [Discord](https://discord.gg/88jfGZ6A53) - Live Social Media Stats
* ⭐ **[LibRedirect](https://libredirect.github.io/)** / [GitHub](https://github.com/libredirect/libredirect), [Predirect](https://github.com/libreom/predirect) or [Proxy Redirect](https://openuserjs.org/scripts/sjehuda/Proxy_Redirect) - Frontend Redirect Extensions * ⭐ **[LibRedirect](https://libredirect.github.io/)** / [GitHub](https://github.com/libredirect/libredirect), [Predirect](https://github.com/libreom/predirect) or [Proxy Redirect](https://openuserjs.org/scripts/sjehuda/Proxy_Redirect) - Frontend Redirect Extensions
* [Numblr](https://github.com/heyLu/numblr) - Self-Hosted Frontend Redirect * [Numblr](https://github.com/heyLu/numblr) - Self-Hosted Frontend Redirect
* [Proxitok](https://github.com/pablouser1/ProxiTok) or [OffTikTok](https://www.offtiktok.com/) - TikTok Frontends * [Proxitok](https://github.com/pablouser1/ProxiTok), [Urlebird](https://urlebird.com/) or [OffTikTok](https://www.offtiktok.com/) - TikTok Frontends
* [Social-Searcher](https://www.social-searcher.com/), [WeVerify](https://cse.google.com/cse?cx=006976128084956795641:ad1xj14zfap) or [Social Media CSE](https://cse.google.com/cse?cx=73dda67fd05b4405f#gsc.tab=1&gsc.sort=) - Social Media Search Engine * [Social-Searcher](https://www.social-searcher.com/), [WeVerify](https://cse.google.com/cse?cx=006976128084956795641:ad1xj14zfap) or [Social Media CSE](https://cse.google.com/cse?cx=73dda67fd05b4405f#gsc.tab=1&gsc.sort=) - Social Media Search Engine
* [Social Media Hacker List](https://github.com/MobileFirstLLC/social-media-hacker-list) - Social Media Apps / Tools * [Social Media Hacker List](https://github.com/MobileFirstLLC/social-media-hacker-list) - Social Media Apps / Tools
* [ExportComments](https://exportcomments.com/) - Export Social Media Comments * [ExportComments](https://exportcomments.com/) - Export Social Media Comments
@ -30,20 +32,21 @@
*** ***
* 🌐 **[Awesome Discord](https://github.com/jacc/awesome-discord)** - Discord Tool Index * 🌐 **[Awesome Discord](https://github.com/jacc/awesome-discord)** - Discord Tool Index
* ⭐ **[x266.mov](https://x266.mov/discord-embed/)**, [embeds.video](https://embeds.video/), [Stolen Shoes](https://stolen.shoes/), [autocompressor](https://autocompressor.net/), [embedez](https://embedez.com/) or [Discord Embedder](https://discord.nfp.is/) - Embed Videos on Discord * ⭐ **[embeds.video](https://embeds.video/)**, [Stolen Shoes](https://stolen.shoes/), [embedez](https://embedez.com/) or [Discord Embedder](https://discord.nfp.is/) - Embed Videos on Discord
* ⭐ **[Disblock Origin](https://codeberg.org/AllPurposeMat/Disblock-Origin)** or [Discord Adblock](https://github.com/CroissantDuNord/discord-adblock) - Hide Nitro / Boost Ads * ⭐ **[Disblock Origin](https://codeberg.org/AllPurposeMat/Disblock-Origin)** or [Discord Adblock](https://github.com/CroissantDuNord/discord-adblock) - Hide Nitro / Boost Ads
* ⭐ **[Revolt](https://revolt.chat/)** / [Bots](https://rvlt.gg/discover/bots) / [Resources](https://github.com/insertish/awesome-revolt) / [Divolt Resources](https://github.com/ggtylerr/awesome-divolt) or **[Guilded](https://www.guilded.gg/)** - Discord Alternatives * ⭐ **[Revolt](https://revolt.chat/)** / [Bots](https://rvlt.gg/discover/bots) / [Resources](https://github.com/insertish/awesome-revolt) or **[Guilded](https://www.guilded.gg/)** - Discord Alternatives
* ⭐ **[OpenAsar](https://openasar.dev/)** - Improved Discord Desktop's Asar / [Discord](https://discord.gg/YDMptE8u2b) / [GitHub](https://github.com/GooseMod/OpenAsar)
* [Multi-Accounts 1 Email](https://generator.email/blog/gmail-generator) - Create Multi Accounts with One Email / [Guide](https://rentry.co/altmethod) * [Multi-Accounts 1 Email](https://generator.email/blog/gmail-generator) - Create Multi Accounts with One Email / [Guide](https://rentry.co/altmethod)
* [AnswersOverflow](https://www.answeroverflow.com/) - Discord Search Engine * [AnswersOverflow](https://www.answeroverflow.com/) - Discord Search Engine
* [DiscordFS](https://github.com/dhrumilp15/haystackfs) - Discord File Search * [DiscordFS](https://github.com/dhrumilp15/haystackfs) - Discord File Search
* [Discord Downloader Go](https://github.com/get-got/discord-downloader-go) - Discord File Downloader * [Discord Downloader Go](https://github.com/get-got/discord-downloader-go) - Discord File Downloader
* [Toolscord](https://toolscord.com/) or [Discord Avatar](https://discord-avatar.com/) - Download Discord Avatars * [Toolscord](https://toolscord.com/) or [Discord Avatar](https://discord-avatar.com/) - Download Discord Avatars
* [Disbox](https://disboxapp.github.io/web/) - Discord Cloud Storage * [Disbox](https://disboxapp.github.io/web/) - Discord Cloud Storage
* [Restorio](https://restorio.net/), [Xenon](https://xenon.bot/) or [Restorecord](https://restorecord.com/) - Backup Discord Servers
* [Discrub](https://github.com/prathercc/discrub-ext) - Message Manipulation / Export Tool
* [Discord Chat Exporter](https://github.com/Tyrrrz/DiscordChatExporter) / [Python](https://github.com/mahtoid/DiscordChatExporterPy) or [Discord History Tracker](https://dht.chylex.com/) / [GitHub](https://github.com/chylex/Discord-History-Tracker) - Archive / Export Discord Chats * [Discord Chat Exporter](https://github.com/Tyrrrz/DiscordChatExporter) / [Python](https://github.com/mahtoid/DiscordChatExporterPy) or [Discord History Tracker](https://dht.chylex.com/) / [GitHub](https://github.com/chylex/Discord-History-Tracker) - Archive / Export Discord Chats
* [Dumpus](https://dumpus.app/) - Discord Data Package Explorer
* [Wumpus Central](https://discord.gg/wumpus-central-1087801778365546556) - Discord Experimental Server Hub * [Wumpus Central](https://discord.gg/wumpus-central-1087801778365546556) - Discord Experimental Server Hub
* [SimpleDiscordCrypt](https://gitlab.com/An0/SimpleDiscordCrypt) - Discord Message Encryption * [SimpleDiscordCrypt](https://gitlab.com/An0/SimpleDiscordCrypt) - Discord Message Encryption
* [Discrub](https://github.com/prathercc/discrub-ext) - Delete Discord Messages / [Warning](https://i.ibb.co/pdg4hRr/0b0d78219f05.png)
* [Permissions Calculator](https://discordapi.com/permissions.html) - Generate Discord OAuth Invites * [Permissions Calculator](https://discordapi.com/permissions.html) - Generate Discord OAuth Invites
* [dsc.gg](https://dsc.gg/) - Create Custom Discord Invites * [dsc.gg](https://dsc.gg/) - Create Custom Discord Invites
* [Discord Previews](https://discord.gg/QMw7gQGMHj) - New Discord Builds / Changes * [Discord Previews](https://discord.gg/QMw7gQGMHj) - New Discord Builds / Changes
@ -61,9 +64,11 @@
* [Discord Webhooks Guide](https://birdie0.github.io/discord-webhooks-guide/) - Webhooks Guide * [Discord Webhooks Guide](https://birdie0.github.io/discord-webhooks-guide/) - Webhooks Guide
* [Webhooker](https://xdfnleaks.github.io/webhooker/) - Simple Webhooks App * [Webhooker](https://xdfnleaks.github.io/webhooker/) - Simple Webhooks App
* [Embed Visualizer](https://embed.discord.website/) - Preview Embeds * [Embed Visualizer](https://embed.discord.website/) - Preview Embeds
* [BetterTwitFix](https://github.com/dylanpdx/BetterTwitFix) - Fix Twitter / Telegram Embeds * [BetterTwitFix](https://github.com/dylanpdx/BetterTwitFix) - Fix X.com / Telegram Embeds
* [InstaFix](https://ddinstagram.com/) - Fix Instagram Embeds * [InstaFix](https://ddinstagram.com/) - Fix Instagram Embeds
* [8mbvideo](https://8mb.video/) or [@Snooober's Script](https://redd.it/o7vqm4) - Encode Videos to <8MB * [8mbvideo](https://8mb.video/) or [@Snooober's Script](https://redd.it/o7vqm4) - Encode Videos to <8MB
* [Discord Packages](https://github.com/peterhanania/discord-package) - View Discord Packages / Self Host for Privacy / [Discord](https://discordpackage.com/discord)
* [Soundboards.gg](https://soundboards.gg/) - Discord Soundboard Sounds
* [Hammertime](https://hammertime.cyou/), [Dank.tools](https://dank.tools/), [Timestamp Maker](https://pokemonworkshop.neocities.org/timestamp/), [discord-timestamps](https://r.3v.fi/discord-timestamps/) or [discordtimestampgenerator](https://discordtimestampgenerator.netlify.app/) - Generate Timestamps * [Hammertime](https://hammertime.cyou/), [Dank.tools](https://dank.tools/), [Timestamp Maker](https://pokemonworkshop.neocities.org/timestamp/), [discord-timestamps](https://r.3v.fi/discord-timestamps/) or [discordtimestampgenerator](https://discordtimestampgenerator.netlify.app/) - Generate Timestamps
* [TagMap](https://tagmap.io/) - Meet People with Similar Interests * [TagMap](https://tagmap.io/) - Meet People with Similar Interests
@ -73,17 +78,16 @@
* 🌐 **[Discord3rdParties](https://github.com/Discord-Client-Encyclopedia-Management/Discord3rdparties)** - Discord Clients Index * 🌐 **[Discord3rdParties](https://github.com/Discord-Client-Encyclopedia-Management/Discord3rdparties)** - Discord Clients Index
* ⭐ **[Vencord](https://vencord.dev/)** - Discord Client Mod / [Discord](https://discord.gg/D9uwnFnqmd) / [GitHub](https://github.com/Vendicated/Vencord) * ⭐ **[Vencord](https://vencord.dev/)** - Discord Client Mod / [Discord](https://discord.gg/D9uwnFnqmd) / [GitHub](https://github.com/Vendicated/Vencord)
* ⭐ **[OpenAsar](https://openasar.dev/)** - Improved Discord Desktop's app.asar / [Discord](https://discord.gg/YDMptE8u2b) / [GitHub](https://github.com/GooseMod/OpenAsar) * ⭐ **[WebCord](https://github.com/SpacingBat3/WebCord)** - Privacy-Hardened Client / [Discord](https://discord.gg/aw7WbDMua5)
* ⭐ **[WebCord](https://github.com/SpacingBat3/WebCord)** - Privacy-Hardened Client / [Discord](https://discord.gg/Vm4CwZx)
* [BetterDiscord](https://betterdiscord.app/) - Discord Client Mod / [Discord](https://discord.gg/0Tmfo5ZbORCRqbAd) / [GitHub](https://github.com/BetterDiscord/BetterDiscord)
* BetterDiscord Tools - [Plugins](https://betterdiscord.app/plugins) / [Banned Plugins](https://rentry.co/BDBannedPlugins), [2](https://github.com/mov-ebx/BannedBetterDiscordPlugins) / [Support](https://discord.gg/0Tmfo5ZbORCRqbAd) / [Nitro](https://github.com/riolubruh/YABDP4Nitro) / [Re-install Guide](https://gist.github.com/Knewest/ee59d3960e18e6d813c9221b54b36ab1)
* [Replugged](https://replugged.dev/) - Discord Client Mod / [Discord](https://discord.gg/HnYFUhv4x4) * [Replugged](https://replugged.dev/) - Discord Client Mod / [Discord](https://discord.gg/HnYFUhv4x4)
* [Legcord](https://github.com/Legcord/Legcord) - Discord Client / Lightweight / [Discord](https://discord.gg/TnhxcqynZ2) * [Legcord](https://github.com/Legcord/Legcord) - Discord Client / Lightweight / [Discord](https://discord.gg/TnhxcqynZ2)
* [GoofCord](https://github.com/Milkshiift/GoofCord) - Privacy-Focused Legcord Fork * [GoofCord](https://github.com/Milkshiift/GoofCord) - Privacy-Focused Legcord Fork
* [BetterDiscord](https://betterdiscord.app/) - Discord Client Mod / [Discord](https://discord.gg/0Tmfo5ZbORCRqbAd) / [GitHub](https://github.com/BetterDiscord/BetterDiscord)
* BetterDiscord Tools - [Plugins](https://betterdiscord.app/plugins) / [Banned Plugins](https://rentry.co/BDBannedPlugins) / [Nitro](https://github.com/riolubruh/YABDP4Nitro) / [Re-install Guide](https://gist.github.com/Knewest/ee59d3960e18e6d813c9221b54b36ab1)
* [abaddon](https://github.com/uowuo/abaddon) - Discord Client Mod / Lightweight / [Discord](https://discord.gg/wkCU3vuzG5) * [abaddon](https://github.com/uowuo/abaddon) - Discord Client Mod / Lightweight / [Discord](https://discord.gg/wkCU3vuzG5)
* [Discordo](https://github.com/ayn2op/discordo) - Discord Terminal Client * [Discordo](https://github.com/ayn2op/discordo) - Discord Terminal Client
* [Vesktop](https://github.com/Vencord/Vesktop) - Web Client w/ Vencord Preinstalled * [Vesktop](https://github.com/Vencord/Vesktop) - Web Client w/ Vencord Preinstalled
* [Spacebar](https://github.com/spacebarchat/spacebarchat) - Self-hostable Discord Client * [Spacebar](https://github.com/spacebarchat/spacebarchat) - Self-hostable Discord Compatible Client
* [Dorion](https://github.com/SpikeHD/Dorion) - Lightweight Discord Client * [Dorion](https://github.com/SpikeHD/Dorion) - Lightweight Discord Client
* [Dissent](https://github.com/diamondburned/dissent) - GTK4 Discord Client * [Dissent](https://github.com/diamondburned/dissent) - GTK4 Discord Client
* [Discord Portable](https://portapps.io/app/discord-portable/) / [PTB PortApps](https://portapps.io/app/discord-ptb-portable/) - Portable Discord Stable * [Discord Portable](https://portapps.io/app/discord-portable/) / [PTB PortApps](https://portapps.io/app/discord-ptb-portable/) - Portable Discord Stable
@ -102,6 +106,7 @@
* [ansi-colors-discord.md](https://gist.github.com/kkrypt0nn/a02506f3712ff2d1c8ca7c9e0aed7c06) - Discord ANSI Text Guide * [ansi-colors-discord.md](https://gist.github.com/kkrypt0nn/a02506f3712ff2d1c8ca7c9e0aed7c06) - Discord ANSI Text Guide
* [Coloured-Text-Generator](https://rebane2001.com/discord-colored-text-generator/) - Discord ANSI Text Generator * [Coloured-Text-Generator](https://rebane2001.com/discord-colored-text-generator/) - Discord ANSI Text Generator
* [Auto Creative](https://auto.creavite.co/icons) - Animated Icon / Banner Generator * [Auto Creative](https://auto.creavite.co/icons) - Animated Icon / Banner Generator
* [Discord Decorations](https://discord-decorations.vercel.app/) - Free Discord Avatar Decorations
* [Discord Avatar Maker](https://discord-avatar-maker.app/) - Make Discord Avatars * [Discord Avatar Maker](https://discord-avatar-maker.app/) - Make Discord Avatars
* [Better Default Discord](https://better-default-discord.netlify.app/) - Improved Default Discord Avatars * [Better Default Discord](https://better-default-discord.netlify.app/) - Improved Default Discord Avatars
* [Pfps.gg](https://pfps.gg/) - Find Discord Avatars * [Pfps.gg](https://pfps.gg/) - Find Discord Avatars
@ -113,9 +118,8 @@
* [Discord Text to Emoji](https://jtprince.com/discord/) - Convert Text to Discord Emojis * [Discord Text to Emoji](https://jtprince.com/discord/) - Convert Text to Discord Emojis
* [Stickers.gg](https://stickers.gg) - Free Discord Stickers * [Stickers.gg](https://stickers.gg) - Free Discord Stickers
* [PreMiD](https://premid.app/) - Display Web Activity in Discord Status / [GitHub](https://github.com/PreMiD/PreMiD) / [Discord](https://discord.premid.app/) * [PreMiD](https://premid.app/) - Display Web Activity in Discord Status / [GitHub](https://github.com/PreMiD/PreMiD) / [Discord](https://discord.premid.app/)
* [Music Presence](https://github.com/ungive/discord-music-presence) - Audio Player Rich Presence / [Discord](https://discord.gg/musicpresence)
* [Jellyfin RPC](https://github.com/Radiicall/jellyfin-rpc) - Jellyfin Rich Presence * [Jellyfin RPC](https://github.com/Radiicall/jellyfin-rpc) - Jellyfin Rich Presence
* [AMWin-RP](https://github.com/PKBeam/AMWin-RP) - Apple Music Rich Presence
* [Foo Discord](https://github.com/s0hv/foo_discord_rich) - Foobar Rich Presence
* [Adobe Discord RPC](https://github.com/teeteeteeteetee/adobe-discord-rpc) - Adobe Rich Presence * [Adobe Discord RPC](https://github.com/teeteeteeteetee/adobe-discord-rpc) - Adobe Rich Presence
* [PS3 Rich](https://github.com/zorua98741/PS3-Rich-Presence-for-Discord) - PS3 Rich Presence * [PS3 Rich](https://github.com/zorua98741/PS3-Rich-Presence-for-Discord) - PS3 Rich Presence
* [discord-vscode](https://marketplace.visualstudio.com/items?itemName=icrawl.discord-vscode) - VSCode Rich Presence / [GitHub](https://github.com/iCrawl/discord-vscode) * [discord-vscode](https://marketplace.visualstudio.com/items?itemName=icrawl.discord-vscode) - VSCode Rich Presence / [GitHub](https://github.com/iCrawl/discord-vscode)
@ -131,7 +135,7 @@
* [fmbot](https://fmbot.xyz/) - Discord Voice Chat Scrobbling * [fmbot](https://fmbot.xyz/) - Discord Voice Chat Scrobbling
* [Chuu](https://github.com/ishwi/Chuu) - Last.fm Discord Bot * [Chuu](https://github.com/ishwi/Chuu) - Last.fm Discord Bot
* [Craig](https://craig.chat/) - Voice Channel Recorder Bot / [Backup](https://craig.chat/giarc/) * [Craig](https://craig.chat/) - Voice Channel Recorder Bot / [Backup](https://craig.chat/giarc/)
* [MonitoRSS](https://monitorss.xyz/) - RSS Discord Bot * [MonitoRSS](https://monitorss.xyz/) or [ReadyBot](https://readybot.io/) - RSS Discord Bots
* [Wallabot](https://github.com/FahadBinHussain/wallabot) - Wallabag Discord Bot * [Wallabot](https://github.com/FahadBinHussain/wallabot) - Wallabag Discord Bot
* [Discord Music Bot](https://github.com/SudhanPlayz/Discord-MusicBot), [Music-bot](https://github.com/ZerioDev/Music-bot) / [Discord](https://discord.gg/Kqdn8CHacP), [Chip](https://chipbot.gg/), [MusicBot](https://github.com/jagrosh/MusicBot) or [EvoBot](https://github.com/eritislami/evobot) - Music Bots * [Discord Music Bot](https://github.com/SudhanPlayz/Discord-MusicBot), [Music-bot](https://github.com/ZerioDev/Music-bot) / [Discord](https://discord.gg/Kqdn8CHacP), [Chip](https://chipbot.gg/), [MusicBot](https://github.com/jagrosh/MusicBot) or [EvoBot](https://github.com/eritislami/evobot) - Music Bots
* [Steambase Bot](https://steambase.io/tools/steam-discord-bot) - Steam Insights Bot * [Steambase Bot](https://steambase.io/tools/steam-discord-bot) - Steam Insights Bot
@ -147,13 +151,13 @@
## ▷ Server / Bot Indexes ## ▷ Server / Bot Indexes
* 🌐 **[Alternatives to MEE6](https://alternativestomee6.com/)** - MEE6 Alternatives / [Discord](https://discord.gg/WrbMdWHfNd) * 🌐 **[Alternatives to MEE6](https://alternativestomee6.com/)** - MEE6 Alternatives / [Discord](https://discord.gg/WrbMdWHfNd)
* [DISBOARD](https://disboard.org/) - Server / Bot Index * [DISBOARD](https://disboard.org/) - Server Index
* [Discord Servers](https://discordservers.com/) - Server / Bot Index
* [Discadia](https://discadia.com/) - Server / Bot Index * [Discadia](https://discadia.com/) - Server / Bot Index
* [Discords.com](https://discords.com/) - Server / Bot Index * [Discords.com](https://discords.com/) - Server / Bot Index
* [Discord Me](https://discord.me/) - Server / Bot Index * [Discord Me](https://discord.me/) - Server / Bot Index
* [Disforge](https://disforge.com/) - Server / Bot Index * [Discord Servers](https://discord.com/servers) - Server Index
* [Find a Discord](https://findadiscord.com/) - Server / Bot Index * [DiscordServers.com](https://discordservers.com/) - Server / Bot Index
* [Disforge](https://disforge.com/servers) - Server / Bot Index
* [Discord Extreme List](https://discordextremelist.xyz/) - Server / Bot Index * [Discord Extreme List](https://discordextremelist.xyz/) - Server / Bot Index
* [Open Source Projects](https://discord.com/open-source) - Server / Bot Index * [Open Source Projects](https://discord.com/open-source) - Server / Bot Index
* [BotBlock](https://botblock.org/) - Bot Index * [BotBlock](https://botblock.org/) - Bot Index
@ -177,31 +181,23 @@
* ⭐ **[Reddit Stream](https://reddit-stream.com/)** - Live Thread Viewer * ⭐ **[Reddit Stream](https://reddit-stream.com/)** - Live Thread Viewer
* ⭐ **[Reddit Enhancement Suite](https://redditenhancementsuite.com/)**, [Reddit Fix](https://greasyfork.org/en/scripts/404497-reddit-fix), [Reddit Extension](https://lawrenzo.com/p/reddit-extension), [RedditEnhancer](https://github.com/joelacus/RedditEnhancer) or [RedditMod2](https://greasyfork.org/en/scripts/29724-redditmod2) - Reddit Enhancement Extensions / Scripts * ⭐ **[Reddit Enhancement Suite](https://redditenhancementsuite.com/)**, [Reddit Fix](https://greasyfork.org/en/scripts/404497-reddit-fix), [Reddit Extension](https://lawrenzo.com/p/reddit-extension), [RedditEnhancer](https://github.com/joelacus/RedditEnhancer) or [RedditMod2](https://greasyfork.org/en/scripts/29724-redditmod2) - Reddit Enhancement Extensions / Scripts
* ⭐ **[Old Reddit Redirect](https://github.com/tom-james-watson/old-reddit-redirect)** - Redirect New Reddit to Old * ⭐ **[Old Reddit Redirect](https://github.com/tom-james-watson/old-reddit-redirect)** - Redirect New Reddit to Old
* [Photon](https://photon-reddit.com/), [reditr](https://reditr.com/), [RDX](https://rdx.overdevs.com/) or [redlib](https://github.com/redlib-org/redlib-instances/blob/main/instances.md), [2](https://redlib.fmhy.net/) / [GitHub](https://github.com/redlib-org/redlib) - Reddit Frontends * [Libreddit](https://github.com/libreddit/libreddit-instances/blob/master/instances.md), [Photon](https://photon-reddit.com/), [reditr](https://reditr.com/), [RDX](https://rdx.overdevs.com/) or [redlib](https://github.com/redlib-org/redlib-instances/blob/main/instances.md) / [GitHub](https://github.com/redlib-org/redlib) - Reddit Frontends
* [Spotlight](https://spotlight.thisux.com/) - Find Random Reddit Content
* [Reddit Login Bypass Script](https://pastebin.com/raw/sU5tqwep) - Bypass Reddit Login
* [Beleave](https://beleave.virock.org/) - Bulk Subreddit Unsub Tool * [Beleave](https://beleave.virock.org/) - Bulk Subreddit Unsub Tool
* [Reddit Comber](https://redditcomber.com/) or [Sub Notification](https://redd.it/5mz9z5) - Reddit Keyword Notifications * [Reddit Comber](https://redditcomber.com/) or [Sub Notification](https://redd.it/5mz9z5) - Reddit Keyword Notifications
* [Unreadit](https://app.mailbrew.com/unreadit) - Reddit Newsletters
* [Reddit Shadow Ban Info](https://redd.it/1btuwel) - Check if You've been Shadowbanned
* [Reddit Markdown Guide](https://www.reddit.com/wiki/markdown) - Learn Reddit Markdown
* [Redbar](https://chromewebstore.google.com/detail/redbar-sidebar-for-reddit/gkclfabkdcgimggblodknofgkigbfcid) - Sidebar for Reddit
* [Reddit Preview](https://redditpreview.com/) - Preview Reddit Posts * [Reddit Preview](https://redditpreview.com/) - Preview Reddit Posts
* [Redirect Privated](https://greasyfork.org/en/scripts/468945) - Redirect Private Pages to Cached Versions * [Redditp](https://redditp.com/) - Reddit Image / Video Slideshows
* [redditpx](https://www.redditpx.com/) or [Redditp](https://redditp.com/) - Reddit Image / Video Slideshows
* [RedditRaffler](https://www.redditraffler.com/) - Reddit Raffle System * [RedditRaffler](https://www.redditraffler.com/) - Reddit Raffle System
* [RedditManager](https://redditmanager.com/) or [Saved for Reddit](https://pvik.github.io/saved-for-reddit/) - Reddit Content Managers * [SubTransfer](https://subtransfer.ploomberapp.io/) - Export / Transfer Subreddits
* [PowerDeleteSuite](https://github.com/j0be/PowerDeleteSuite) - Reddit Auto Post Delete * [PowerDeleteSuite](https://github.com/j0be/PowerDeleteSuite) - Reddit Auto Post Delete
* [SnooSnoop](https://snoosnoop.com/) - Reddit Account Analyzer
* [Reddit Emojis](https://greasyfork.org/en/scripts/443011) - Emojis for Old Reddit * [Reddit Emojis](https://greasyfork.org/en/scripts/443011) - Emojis for Old Reddit
* [Subreddit Tabs](https://greasyfork.org/en/scripts/460086) - Subreddit Icon Tabs * [Subreddit Tabs](https://greasyfork.org/en/scripts/460086) - Subreddit Icon Tabs
* [Reddit Comment Highlights](https://github.com/aesy/reddit-comment-highlights) - Highlight New Comments * [Reddit Comment Highlights](https://github.com/aesy/reddit-comment-highlights) - Highlight New Comments
* [Newsit](https://github.com/benwinding/newsit) - Find Reddit Comments for any Webpage
* [Pholder](https://pholder.com/) - Article Style Viewer * [Pholder](https://pholder.com/) - Article Style Viewer
* [Load Reddit Images Directly](https://github.com/nopperl/load-reddit-images-directly) - Direct Image Viewer * [Load Reddit Images Directly](https://github.com/nopperl/load-reddit-images-directly) - Direct Image Viewer
* [When to Post](https://andreasbm.github.io/when-to-post-on-reddit/) - Best Reddit Posting Times * [When to Post](https://andreasbm.github.io/when-to-post-on-reddit/) - Best Reddit Posting Times
* [UniversalScammerList](https://www.universalscammerlist.com/) - List of Reddit Scammers * [UniversalScammerList](https://www.universalscammerlist.com/) - List of Reddit Scammers
* [Piracy](https://www.reddit.com/user/nbatman/m/piracy/), [The Piracy Feed](https://www.reddit.com/user/rekuloustoad/m/the_piracy_feed/), [PiracyHub](https://www.reddit.com/user/nanomuto/m/piracyhub/) or [Piracy Counterfeit Goods](https://www.reddit.com/user/goretsky/m/piracy_counterfeit_goods/) - Piracy Multireddits
* [Piracy Leaks](https://www.reddit.com/user/nbatman/m/leaks/) - Piracy Leaks Multireddit
* [Streaming](https://www.reddit.com/user/nbatman/m/streaming/) - Streaming Multireddit
*** ***
@ -211,11 +207,9 @@
*** ***
* [Viddit](https://viddit.red/), [SaveMp4](https://savemp4.red/), [RapidSave](https://rapidsave.com/), [redv.co](https://redv.co/) or [Reddit.tube](https://www.redd.tube/) - Reddit Video Downloaders * [Viddit](https://viddit.red/) - Reddit Video Downloaders
* [rrip](https://github.com/mahesh-hegde/rrip) - Reddit Bulk Image Downloader * [gallery-dl](https://github.com/mikf/gallery-dl) - Reddit Bulk Image Downloaders
* [Bulk Downloader for Reddit](https://github.com/aliparlakci/bulk-downloader-for-reddit) or [saveddit](https://github.com/p-ranav/saveddit) - Reddit Bulk Media Downloaders * [saveddit](https://github.com/p-ranav/saveddit) - Reddit Bulk Media Downloaders
* [Reddit Downloader](https://redditdownloader.github.io/), [SubredditMediaDownloader](https://github.com/Psycoguana/SubredditMediaDownloader) or [DownloaderForReddit](https://github.com/MalloyDelacroix/DownloaderForReddit) - Download Media from Subreddits / Users
* [RedditScrape](https://github.com/NSFWUTILS/RedditScrape) - Python Script for Downloading Reddit Media
*** ***
@ -225,28 +219,25 @@
* ⭐ **[Raddle](https://raddle.me/)** / [.onion](http://c32zjeghcp5tj3kb72pltz56piei66drc63vkhn5yixiyk4cmerrjtid.onion/) - Minimalist / Privacy-Focused * ⭐ **[Raddle](https://raddle.me/)** / [.onion](http://c32zjeghcp5tj3kb72pltz56piei66drc63vkhn5yixiyk4cmerrjtid.onion/) - Minimalist / Privacy-Focused
* ⭐ **[Saidit](https://saidit.net/)** - Free-Speech / Dual Upvote System * ⭐ **[Saidit](https://saidit.net/)** - Free-Speech / Dual Upvote System
* [/r/RedditAlternatives](https://reddit.com/r/RedditAlternatives) - Find Reddit Alternatives * [/r/RedditAlternatives](https://reddit.com/r/RedditAlternatives) - Find Reddit Alternatives
* [sub.rehab](https://sub.rehab/) - Reddit Communities on Alternative Platforms
* [TheMotte](https://www.themotte.org/) - User-Driven Discussion * [TheMotte](https://www.themotte.org/) - User-Driven Discussion
* [tildes](https://tildes.net/) - Non-Profit / User-Driven Discussion * [tildes](https://tildes.net/) - Non-Profit / User-Driven Discussion
* [Scored](https://communities.win/) - User-Driven Discussion * [Scored](https://communities.win/) - User-Driven Discussion
* [Ramble](https://ramble.pw/) - Privacy-Focused * [Ramble](https://ramble.pw/) - Privacy-Focused
* [Squabblr](https://squabblr.co/) - Twitter / Reddit Style Alt * [Squabblr](https://squabblr.co/) - X.com / Reddit Style Alt
* [Discuit](https://discuit.net/) - Centralized Reddit Alt with User Control * [Discuit](https://discuit.net/) - Centralized Reddit Alt with User Control
*** ***
## ▷ Reddit Search ## ▷ Reddit Search
* ⭐ **[TheGigaBrain](https://thegigabrain.com/)** or [Reddit CSE](https://cse.google.com/cse?cx=016649841759798530173:rk2ezolwnw0) / [2](https://cse.google.com/cse?cx=007749065626525752968:qh5bqebwi30) - Reddit Search Engines * ⭐ **[TheGigaBrain](https://thegigabrain.com/)** - Reddit Search Engines
* ⭐ **[Reddit Repost Sleuth](https://www.repostsleuth.com/)** - Reverse Post / Image Search * ⭐ **[Reddit Repost Sleuth](https://www.repostsleuth.com/)** - Reverse Post / Image Search
* ⭐ **[Undelete](https://undelete.pullpush.io/)** - View Deleted Reddit Posts * ⭐ **[Undelete](https://undelete.pullpush.io/)** or [Reveddit](https://www.reveddit.com/) - View Deleted Reddit Posts
* [RSOG](https://www.rsog.org/) - Reddit Search on Google / [Userscript](https://greasyfork.org/en/scripts/462356)
* [New PullPush](https://search-new.pullpush.io/) / [2](https://search.pullpush.io/) / [3](https://ihsoyct.github.io/), [Samac](https://samac.io/) or [Better Reddit Search](https://betterredditsearch.web.app/) - Advanced Reddit Search * [New PullPush](https://search-new.pullpush.io/) / [2](https://search.pullpush.io/) / [3](https://ihsoyct.github.io/), [Samac](https://samac.io/) or [Better Reddit Search](https://betterredditsearch.web.app/) - Advanced Reddit Search
* [Redditle](https://redditle.com/) - Reddit-Only Google Search * [Redditle](https://redditle.com/) - Reddit-Only Google Search
* [Arctic Shift](https://arctic-shift.photon-reddit.com/) - Reddit Archive Dump Search / [GitHub](https://github.com/ArthurHeitmann/arctic_shift) * [Arctic Shift](https://arctic-shift.photon-reddit.com/) - Reddit Archive Dump Search / [GitHub](https://github.com/ArthurHeitmann/arctic_shift)
* [RedditCommentSearch](https://redditcommentsearch.com/) - Reddit Comment Search * [Reddit Dump Files](https://academictorrents.com/browse.php?search=stuck_in_the_matrix%2C+Watchful1%2C+RaiderBDev&sort_field=added&sort_dir=DESC) - Reddit Comment Archives
* [ReSavr](https://www.resavr.com/) or [Reddit Dump Files](https://academictorrents.com/browse.php?search=stuck_in_the_matrix%2C+Watchful1%2C+RaiderBDev&sort_field=added&sort_dir=DESC) - Reddit Comment Archives * [Expanse](https://github.com/jc9108/expanse), [redarcs](https://the-eye.eu/redarcs/) or [Rareddit](https://www.rareddit.com/) - Reddit Post Archive Tools / [Note](https://www.reddit.com/r/stupidpol/comments/13aaacn/psa_reddit_killed_pushshift_all_reddit_threads/)
* [Expanse](https://github.com/jc9108/expanse), [redarcs](https://the-eye.eu/redarcs/), [Rareddit](https://www.rareddit.com/) or [Reddit Archive](https://www.redditarchive.com/) - Reddit Post Archive Tools / [Note](https://www.reddit.com/r/stupidpol/comments/13aaacn/psa_reddit_killed_pushshift_all_reddit_threads/)
* [RedditMetis](https://redditmetis.com/), [Reddit-User-Analyser](https://reddit-user-analyser.netlify.app/) or [Redective](https://www.redective.com/) - Reddit Profile Information * [RedditMetis](https://redditmetis.com/), [Reddit-User-Analyser](https://reddit-user-analyser.netlify.app/) or [Redective](https://www.redective.com/) - Reddit Profile Information
* [rComments](https://github.com/iampueroo/rComments) - Explore Comments / Replies without Clicking a Post * [rComments](https://github.com/iampueroo/rComments) - Explore Comments / Replies without Clicking a Post
* [ScrollDrop](https://scrolldrop.com/) - Reddit Media Crawler * [ScrollDrop](https://scrolldrop.com/) - Reddit Media Crawler
@ -259,7 +250,7 @@
## ▷ Subreddit Discovery ## ▷ Subreddit Discovery
* 🌐 **[/r/ListOfSubreddits](https://www.reddit.com/r/ListOfSubreddits/)** - Subreddits Index * 🌐 **[/r/ListOfSubreddits](https://www.reddit.com/r/ListOfSubreddits/)** - Subreddits Index
* ↪️ **[Multireddit Indexes](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_multireddits)** or [/r/multihub](https://www.reddit.com/r/multihub/top/?sort=top&t=all) * ↪️ **[Multireddit Indexes](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_multireddits)**
* ⭐ **[Vizit](https://redditstuff.github.io/sna/vizit/)**, [sayit](https://anvaka.github.io/sayit/), [subreddit_map](https://www.jacobsilterra.com/subreddit_map/network/index.html) or [SubredditMentionsGraph](https://dmarx.github.io/SubredditMentionsGraph/network/) - Visualize Related Subreddits * ⭐ **[Vizit](https://redditstuff.github.io/sna/vizit/)**, [sayit](https://anvaka.github.io/sayit/), [subreddit_map](https://www.jacobsilterra.com/subreddit_map/network/index.html) or [SubredditMentionsGraph](https://dmarx.github.io/SubredditMentionsGraph/network/) - Visualize Related Subreddits
* [FindAReddit](https://www.findareddit.com/) - Get Subreddit Suggestions / [Subreddit](https://www.reddit.com/r/findareddit/) * [FindAReddit](https://www.findareddit.com/) - Get Subreddit Suggestions / [Subreddit](https://www.reddit.com/r/findareddit/)
* [Subreddit Calculator](https://trevor.shinyapps.io/subalgebra/) or [redsim](https://anvaka.github.io/redsim/) - Find Similar Subreddits * [Subreddit Calculator](https://trevor.shinyapps.io/subalgebra/) or [redsim](https://anvaka.github.io/redsim/) - Find Similar Subreddits
@ -267,7 +258,7 @@
* [subreddits](https://subreddits.org/) - Find Random Subreddits * [subreddits](https://subreddits.org/) - Find Random Subreddits
* [/r/Serendipity](https://www.reddit.com/r/Serendipity) - Posts from Random Subreddits * [/r/Serendipity](https://www.reddit.com/r/Serendipity) - Posts from Random Subreddits
* [/r/wowthissubexists](https://www.reddit.com/r/wowthissubexists/) - Find Niche Subreddits * [/r/wowthissubexists](https://www.reddit.com/r/wowthissubexists/) - Find Niche Subreddits
* [Subreddit Stats](https://subredditstats.com/) - Subreddits Stats / Ranking * [Subreddit Stats](https://subredditstats.com/) or [SubRanking](https://subranking.com/) - Subreddits Stats / Ranking
*** ***
@ -275,13 +266,12 @@
* 🌐 **[TDirectory](https://tdirectory.me/)**, [Telemetr](https://telemetr.io/en), [Telegram Channels](https://telegramchannels.me/), [Awesome Telegram](https://github.com/ebertti/awesome-telegram) - Telegram Channel Indexes * 🌐 **[TDirectory](https://tdirectory.me/)**, [Telemetr](https://telemetr.io/en), [Telegram Channels](https://telegramchannels.me/), [Awesome Telegram](https://github.com/ebertti/awesome-telegram) - Telegram Channel Indexes
* 🌐 **[ComBot Groups](https://combot.org/top/telegram/groups)** - Top Telegram Groups Index * 🌐 **[ComBot Groups](https://combot.org/top/telegram/groups)** - Top Telegram Groups Index
* [Telegago](https://cse.google.com/cse?&cx=006368593537057042503:efxu7xprihg#gsc.tab=0), [2](https://cse.google.com/cse?cx=006249643689853114236:a3iibfpwexa), [Lyzem](https://lyzem.com/), [xTea](https://xtea.io/ts_en.html) or [TG-ME](https://www.tg-me.com/) - Telegram CSE's * [Telegago](https://cse.google.com/cse?&cx=006368593537057042503:efxu7xprihg#gsc.tab=0), [2](https://cse.google.com/cse?cx=006249643689853114236:a3iibfpwexa), [Lyzem](https://lyzem.com/), [xTea](https://xtea.io/ts_en.html) or [TG-ME](https://www.tg-me.com/) - Telegram CSEs
* [SaveRestrictedContentBot](https://github.com/vasusen-code/SaveRestrictedContentBot) - Save Restricted Content * [SaveRestrictedContentBot](https://github.com/vasusen-code/SaveRestrictedContentBot) - Save Restricted Content
* [Telesco.pe](https://telesco.pe/) - Telegram Round Video Recorder * [Telesco.pe](https://telesco.pe/) - Telegram Round Video Recorder
* [Video Stream](https://github.com/lntechnical2/videostream) - Telegram Video Player * [Video Stream](https://github.com/lntechnical2/videostream) - Telegram Video Player
* [TGCF](https://github.com/aahnik/tgcf) - Telegram Message Forwarding * [TGCF](https://github.com/aahnik/tgcf) - Telegram Message Forwarding
* [tg-channel-cloner-workers](https://gitlab.com/ParveenBhadooOfficial/tg-channel-cloner-workers) - Clone Telegram Channels * [tg-channel-cloner-workers](https://gitlab.com/ParveenBhadooOfficial/tg-channel-cloner-workers) - Clone Telegram Channels
* [CloneChat](https://github.com/apenasrr/clonechat) - Clone Telegram Chats
* [tasra](https://the-eye.eu/tasra/) - Telegram Channel Archive * [tasra](https://the-eye.eu/tasra/) - Telegram Channel Archive
* [Telegram Email](https://t.me/etlgr_bot) - Send / Receive Emails via Telegram * [Telegram Email](https://t.me/etlgr_bot) - Send / Receive Emails via Telegram
* [CHPic](https://chpic.su/), [Stickers Cloud](https://stickers.cloud/en), [ComBot Stickers](https://combot.org/telegram/stickers) or [moe_sticker_bot](https://t.me/moe_sticker_bot) - Telegram Sticker / Emojis * [CHPic](https://chpic.su/), [Stickers Cloud](https://stickers.cloud/en), [ComBot Stickers](https://combot.org/telegram/stickers) or [moe_sticker_bot](https://t.me/moe_sticker_bot) - Telegram Sticker / Emojis
@ -290,6 +280,7 @@
## ▷ Telegram Clients ## ▷ Telegram Clients
* ↪️ **[Android Telegram Clients](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_android_telegram_clients)**
* ⭐ **[web.telegram](https://web.telegram.org/)** / [2](https://webk.telegram.org/) / [3](https://weba.telegram.org/) - Web Client * ⭐ **[web.telegram](https://web.telegram.org/)** / [2](https://webk.telegram.org/) / [3](https://weba.telegram.org/) - Web Client
* ⭐ **[Materialgram](https://kukuruzka165.github.io/materialgram/)** - Desktop Client / Portable * ⭐ **[Materialgram](https://kukuruzka165.github.io/materialgram/)** - Desktop Client / Portable
* ⭐ **[Unigram](https://github.com/UnigramDev/Unigram)** - Desktop Client * ⭐ **[Unigram](https://github.com/UnigramDev/Unigram)** - Desktop Client
@ -305,12 +296,12 @@
## ▷ Telegram File Tools ## ▷ Telegram File Tools
* [MediaDownBot](https://t.me/mediadownbot), [WZML-X](https://github.com/SilentDemonSD/WZML-X), [Telegram Media Downloader](https://greasyfork.org/en/scripts/446342) or [DownloadsMasterBot](https://t.me/DownloadsMasterBot) - Media Downloaders * **[teldrive](https://github.com/tgdrive/teldrive)**, [File-Sharing-Bot](https://github.com/CodeXBotz/File-Sharing-Bot) / [Telegram](https://t.me/CodeXBotz), [TelegramCloud](https://github.com/iw4p/telegram-cloud), [easy_share_bot](https://t.me/easy_share_bot) or [UploadBot](https://t.me/uploadbot) - Upload Files to Telegram
* [teldrive](https://github.com/divyam234/teldrive), [File-Sharing-Bot](https://github.com/CodeXBotz/File-Sharing-Bot) / [Telegram](https://t.me/CodeXBotz), [TelegramCloud](https://github.com/iw4p/telegram-cloud), [easy_share_bot](https://t.me/easy_share_bot) or [UploadBot](https://t.me/uploadbot) - Upload Files to Telegram * [MediaDownBot](https://t.me/mediadownbot), [WZML-X](https://github.com/SilentDemonSD/WZML-X), [Telegram Media Downloader](https://greasyfork.org/en/scripts/446342), [TopSaverBot](https://t.me/TopSaverBot), [CatdlBot](https://t.me/CatdlBot) or [DownloadsMasterBot](https://t.me/DownloadsMasterBot) - Media Downloaders
* [GdriveXbot](https://t.me/TheGdriveXBot), [google-drive-telegram-bot](https://github.com/viperadnan-git/) or [Python Aria Mirror Bot](https://github.com/lzzy12/python-aria-mirror-bot) / [Telegram](https://t.me/pythonmirrorsupport) - GDrive Upload Bots * [GdriveXbot](https://t.me/TheGdriveXBot), [google-drive-telegram-bot](https://github.com/viperadnan-git/) or [Python Aria Mirror Bot](https://github.com/lzzy12/python-aria-mirror-bot) / [Telegram](https://t.me/pythonmirrorsupport) - Google Drive Upload Bots
* [DrClonerBot](https://t.me/DrClonerBot) - GDrive Clone Bot * [DrClonerBot](https://t.me/DrClonerBot) - Google Drive Clone Bot
* [SearchX](https://github.com/iamLiquidX/SearchX) - GDrive Search Bot * [SearchX](https://github.com/iamLiquidX/SearchX) - Google Drive Search Bot
* [MEGA Uploader X](https://t.me/MegaUploadXbot) or [Mega.nz-Bot](https://github.com/Itz-fork/Mega.nz-Bot) - Remote Mega File Upload Bot * [MEGA Uploader X](https://t.me/MegaUploadXbot) or [Mega-Bot](https://github.com/Itz-fork/Mega.nz-Bot) - Remote Mega File Upload Bot
* [OneDrive X](https://t.me/onedrivexbot) - Remote OneDrive File Upload Bot * [OneDrive X](https://t.me/onedrivexbot) - Remote OneDrive File Upload Bot
* [AIO Uploader](https://t.me/aiouploaderbot), [LinkForFilebot](https://t.me/LinkForFilebot) or [MultiUpload-Bot](https://github.com/oVoIndia/MultiUpload-Bot) - Telegram to File Host Upload Bot * [AIO Uploader](https://t.me/aiouploaderbot), [LinkForFilebot](https://t.me/LinkForFilebot) or [MultiUpload-Bot](https://github.com/oVoIndia/MultiUpload-Bot) - Telegram to File Host Upload Bot
* [telegram-download-daemon](https://github.com/alfem/telegram-download-daemon/) - Download Large Telegram Files * [telegram-download-daemon](https://github.com/alfem/telegram-download-daemon/) - Download Large Telegram Files
@ -323,11 +314,10 @@
## ▷ Telegram Bots ## ▷ Telegram Bots
* 🌐 **[BotsArchive](https://t.me/BotsArchive)**, [botlist](https://t.me/botlist), [TelegramBotsList](https://danyspin97.github.io/TelegramBotsList/) or [borodutch.eth](https://borodutch.com/)- Telegram Bots Indexes * 🌐 **[BotsArchive](https://t.me/BotsArchive)**, [botlist](https://t.me/botlist), [TelegramBotsList](https://danyspin97.github.io/TelegramBotsList/) or [borodutch.eth](https://borodutch.com/)- Telegram Bots Indexes
* [TG Bot](https://t.me/drlinkbot) - Ad Link Bypass Bot / [GitHub](https://github.com/TheCaduceus/Link-Bypasser-Bot)
* [Now Playing](https://t.me/nowplaybot) - Now Playing Audio Bot * [Now Playing](https://t.me/nowplaybot) - Now Playing Audio Bot
* [ongaku](https://github.com/likeadragonmaid/Ongaku) - Display Playing Android Audio in Status * [ongaku](https://github.com/likeadragonmaid/Ongaku) - Display Playing Android Audio in Status
* [Searchee Bot](https://t.me/SearcheeBot) - Telegram Channel Search Bot * [Searchee Bot](https://t.me/SearcheeBot) - Telegram Channel Search Bot
* [Rose](https://t.me/MissRose_bot) - Telegram Group Manager * [Rose](https://t.me/MissRose_bot) or [GroupHelpBot](https://t.me/GroupHelpBot) - Telegram Group Managers
* [TediCross](https://github.com/TediCross/TediCross) - Telegram to Discord Bridge * [TediCross](https://github.com/TediCross/TediCross) - Telegram to Discord Bridge
* [WatgBridge](https://github.com/akshettrj/watgbridge) - Telegram to WhatsApp Bridge * [WatgBridge](https://github.com/akshettrj/watgbridge) - Telegram to WhatsApp Bridge
* [Mautrix](https://github.com/mautrix/telegram) - Telegram to Matrix Bridge * [Mautrix](https://github.com/mautrix/telegram) - Telegram to Matrix Bridge
@ -346,166 +336,168 @@
# ► YouTube Tools # ► YouTube Tools
* 🌐 **[YTLarge](https://ytlarge.com/)** - YouTube Tools Index
* 🌐 **[YT Large](https://ytlarge.com/)** - YouTube Tools
* ↪️ **[Android YouTube Apps](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_android_youtube_apps) / [iOS](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_ios_youtube_apps)**
* ⭐ **[PocketTube](https://pockettube.io/)** or [Kadium](https://kadium.kasper.space/) - Subscription Managers * ⭐ **[PocketTube](https://pockettube.io/)** or [Kadium](https://kadium.kasper.space/) - Subscription Managers
* **[Anon Playlists](https://neverducky.github.io/anonymous-youtube-playlists/)** - Create Anon Playlists * [Youtube-shorts block](https://github.com/doma-itachi/Youtube-shorts-block) or [Shorts Deflector](https://evenevan.github.io/shorts-deflector/) / [GitHub](https://github.com/evenevan/shorts-deflector) - Play Shorts In The Normal Desktop Interface
* [shorts-deflector](https://github.com/attituding/shorts-deflector), [Remove YouTube Shorts](https://addons.mozilla.org/en-US/firefox/addon/remove-youtube-shorts/), [ublock-hide-yt-shorts](https://github.com/gijsdev/ublock-hide-yt-shorts) or [youtube-shorts-block](https://github.com/doma-itachi/Youtube-shorts-block) - Hide YouTube Shorts * [Remove YouTube Shorts](https://addons.mozilla.org/en-US/firefox/addon/remove-youtube-shorts/) or [Hide YT Shorts Filter List](https://github.com/gijsdev/ublock-hide-yt-shorts) - Hide YouTube Shorts
* [YouTube_Subs_Bot](https://t.me/youtube_subs_bot) - Sub to Channels without Account * [YouTube Wrapped](https://videorecap.viewodyssey.com/) - Personal YouTube Rewind
* [YouTube-Subscriptions-RS](https://github.com/jeb5/YouTube-Subscriptions-RSS) - Export Subscriptions to RSS Feed * [YouTube-Subscriptions-RSS](https://github.com/jeb5/YouTube-Subscriptions-RSS) - Export Subscriptions to RSS Feed
* [YouTube Subscription History](https://xxluke.de/subscription-history/) - Subscription History Tracker * [YouTube Subscription History](https://xxluke.de/subscription-history/) - Subscription History Tracker
* [FreshTube](https://porjo.github.io/freshtube/) - Display Latest Videos from Subscriptions * [MassYoutubeUnsubscriber](https://github.com/DomHeadroom/MassYoutubeUnsubscriber) - Bulk Remove YouTube Subscriptions
* [MassYoutubeUnsubscriber](https://github.com/DomHeadroom/MassYoutubeUnsubscriber) - Bulk YouTube Subscription Remover
* [YouTube Spammer Purge](https://github.com/ThioJoe/YT-Spammer-Purge) - Delete All YouTube Spam Comments / [Domain List](https://github.com/ThioJoe/YT-Spam-Lists) * [YouTube Spammer Purge](https://github.com/ThioJoe/YT-Spammer-Purge) - Delete All YouTube Spam Comments / [Domain List](https://github.com/ThioJoe/YT-Spam-Lists)
* [Age Restriction Bypass](https://github.com/zerodytrash/Simple-YouTube-Age-Restriction-Bypass) / [2](https://greasyfork.org/en/scripts/423851-simple-youtube-age-restriction-bypass) - Bypass YouTube Age Restrictions * [Playboard](https://playboard.co) or [Viewstats](https://www.viewstats.com/) - YouTube Channel Stats
* [Playboard](https://playboard.co) or [ViewStats](https://www.viewstats.com/) - YouTube Channel Stats * [vidIQ](https://vidiq.com/extension/) - YouTube Viewership Data
* [YouTube Watchmarker](https://github.com/sniklaus/youtube-watchmarker) - Fade Thumbnails of Watched Videos
* [vidIQ](https://chromewebstore.google.com/detail/vidiq-vision-for-youtube/pachckjkecffpdphbpmfolblodfkgbhl) - YouTube Viewership Data
* [Video Recap](https://videorecap.viewodyssey.com/) - YouTube Year in Review Stats
* [yt2pod](https://github.com/frou/yt2pod) - Create Podcasts from YouTube Channels * [yt2pod](https://github.com/frou/yt2pod) - Create Podcasts from YouTube Channels
* [SpeechChat](https://speechchat.com/) - Text to Speech Client * [SpeechChat](https://speechchat.com/) - Text to Speech Client
* [AnnotationsRestored](https://github.com/isaackd/AnnotationsRestored) or [YouTube Annotations](https://archive.org/details/youtubeannotations) - Restore YouTube Annotations * [Rapidtags](https://www.rapidtags.io/) - YouTube Tag Generator
* [YouTube Metadata](https://mattw.io/youtube-metadata/) - YouTube Video Metadata Viewer * [songs-to-youtube](https://github.com/7x11x13/songs-to-youtube) - Convert Audio Files and Upload to YouTube
* [YouTube Upload Time](https://chromewebstore.google.com/detail/youtube-upload-time/nenoecmaibjcahoahnmeinahlapheblg) - Check YouTube Upload Date
* [TubeSync](https://github.com/meeb/tubesync) - Sync YouTube Channels / Playlists to a Media Server
* [Playlist Creator for YouTube](https://chromewebstore.google.com/detail/drag-drop-playlist-creato/aklnkkbopjjemjlkffhamaepagbmblbg) or [Playlists at YouTube](https://playlists.at/youtube/) - Playlists Creators
* [ytcc](https://github.com/woefe/ytcc) or [Multiselect](https://addons.mozilla.org/en-US/firefox/addon/multiselect-for-youtube/), [2](https://chromewebstore.google.com/detail/gpgbiinpmelaihndlegbgfkmnpofgfei) - Playlist Managers
* [YTPlaylistSorter](https://ytplaylistsorter.carterrj.co.uk/index.php) - Sorts YT Playlists
* [playlist.tools](https://playlist.tools/) - YouTube Playlist Reverser
* [Playlist Randomizer](https://playlist-randomizer.com/) - YouTube Playlist Randomizer
* [YT Playlist Length](https://ytplaylist-len.sharats.dev/) - Playlist Length Checker
* [YouTube Region Checker](https://polsy.org.uk/stuff/ytrestrict.cgi) - YouTube Region Restrictions Check
* [FREEZE](https://chromewebstore.google.com/detail/freeze/bejbbhcoefpmeejcnknjfepoocehopii) - Control YouTube via Webcam
* [RapidTags](https://www.rapidtags.io/) - YouTube Tag Generators
* [songs-to-youtube](https://github.com/7x11x13/songs-to-youtube) - Upload Audio to YouTube Automatically
* [YouBit](https://github.com/MeViMo/youbit) - Use YouTube as File Host
* [ytcropper](https://ytcropper.com/), [yt_clipper](https://github.com/exwm/yt_clipper), [Apps Golem](https://appsgolem.com/en/cut-youtube-video) or [YTCutter.com](https://ytcutter.com/) - Crop YouTube Videos / Create Clips
* [YTStamps](https://ytstamps.netlify.app/) - Create Custom Start / End Times
* [Gemini](https://gemini.google.com/), [Solidpoint](https://solidpoint.ai/), [Glasp](https://glasp.co/youtube-summary), [Glarity](https://glarity.app/), [Quickvid](https://quickvid.vercel.app/), [Eightify](https://eightify.app/), [VideoGist](https://www.videogist.co/), [VideoHighlight](https://videohighlight.com/), [Clipnote](https://clipnote.ai/) or [Summarize](https://summarize.tech/) - Summarize YouTube Videos
* [Stepify](https://stepify.tech/) - Get Step-By-Step Tutorial of YT Video
* [Recover My Video](https://www.recovermy.video/) - Recover Titles of Deleted / Private YouTube Videos
* [Filmot Title Restorer](https://greasyfork.org/en/scripts/430202-filmot-title-restorer) - Restore Deleted YouTube Video Titles in Playlists
* [Kament](https://kament.io/) - Add Comments on Comment Disabled Videos
* [Loadtup](https://loadtup.com/) or [FrogBase](https://github.com/hayabhay/frogbase) - YouTube Video Transcribers
* [YT Sub Downloader](https://greasyfork.org/en/scripts/5368) or [YouTube_subtitle_downloader](https://t.me/youtube_subtitle_downloader_bot) - Download Subs from YouTube Videos
* [amara](https://amara.org/en/) or [SubtitlesForYoutube](https://github.com/yashagarwal1411/SubtitlesForYoutube) - Add Subs to YouTube Videos / [Edge](https://microsoftedge.microsoft.com/addons/detail/subtitles-for-youtube/gfjcoflghpdkddjnpegonjhnbngeocfi)
* [YouTube Subtitle Position](https://addons.mozilla.org/en-US/firefox/addon/youtube-subtitle-position/) - Change Position of YouTube Subtitles
* [YTSubConverter](https://github.com/arcusmaximus/YTSubConverter) - Styled YouTube Subtitles * [YTSubConverter](https://github.com/arcusmaximus/YTSubConverter) - Styled YouTube Subtitles
* [ChatReplay](https://chatreplay.stream/) - YouTube Live Stream Chat Replay * [Amara](https://amara.org/en/) or [SubtitlesForYoutube](https://github.com/yashagarwal1411/SubtitlesForYoutube) - Import Local Subtitles to YouTube / [Edge](https://microsoftedge.microsoft.com/addons/detail/subtitles-for-youtube/gfjcoflghpdkddjnpegonjhnbngeocfi)
* [LiveTL](https://kentonishi.com/LiveTL/) - YouTube Live Stream Translator * [ChatReplay](https://chatreplay.stream/) - Livestream Chat Replay
* [YouTubeLiveChatFlusher](https://github.com/ys-j/YoutubeLiveChatFlusher) - YouTube Live Bullet Chatting (Danmaku) * [LiveTL](https://kentonishi.com/LiveTL/) - Livestream Chat Translator
* [Fast Chat](https://greasyfork.org/en/scripts/469878) - Chat Optimization Extension * [YT Boost Chat](https://greasyfork.org/en/scripts/520755) or [YT RM3](https://greasyfork.org/en/scripts/521342) - Reduce YouTube Chat Memory Usage
* [YTArchive](https://github.com/Kethsar/ytarchive) - YouTube Livestream Recorder * [YT LiveChat Flusher](https://github.com/ys-j/YoutubeLiveChatFlusher) - Add Bullet Chatting (Danmaku) to Livestreams
* [YouTube Livestream Theatre](https://gitlab.com/-/snippets/2099898) - Twitch-Style Theater Mode for YouTube Live
***
## ▷ Players / Frontends
* ⭐ **[Poke](https://poketube.fun/)** - YouTube Frontend / [Discord](https://discord.gg/Kqdn8CHacP)
* ⭐ **[FreeTube](https://freetubeapp.io/)** - YouTube Frontend / [GitHub](https://github.com/FreeTubeApp/FreeTube)
* ⭐ **[Invidious](https://invidious.io/)**, [Invuedious](https://github.com/bocchilorenzo/invuedious) or [Materialio](https://materialio.us/) - YouTube Frontends
* ⭐ **Invidious Tools** - [Instances](https://api.invidious.io/), [2](https://redirect.invidious.io/) / [TUI](https://github.com/darkhz/invidtui) / [Invidious Redirect](https://addons.mozilla.org/en-US/firefox/addon/hooktube-redirect/?src=search)
* ⭐ **[PKGA](https://greasyfork.org/en/scripts/442089)** or [YouTube WideScreen](https://greasyfork.org/en/scripts/409893) - Improved YouTube Cinema Mode
* ⭐ **[SponsorBlock](https://sponsor.ajay.app/)** - Skip Sponsored YouTube Ads / [Chromecast](https://github.com/gabe565/CastSponsorSkip) / [Script](https://github.com/mchangrh/sb.js), [2](https://greasyfork.org/en/scripts/453320)
* ⭐ **[Fast Forward YouTube Shorts](https://greasyfork.org/en/scripts/466438)** - Add Skip Keys to Shorts
* [YouTube Notes](https://instadeq.com/youtube-notes/) - YouTube Note-Taking Frontend
* [Campfire](https://campfire.gg), [Walrus](https://joinwalrus.tv/), [Sync-Tube](https://sync-tube.de/), [YouTube Party](https://youtubeparty.netlify.app/) or [Hergetto](https://hergetto.live/) - YouTube Watch Parties
* [TwitchTheater](https://twitchtheater.tv/), [VidGrid](https://vidgrid.tk.gg/), [YouTube Multiplier](https://www.youtubemultiplier.com/) or [ViewSync](https://viewsync.net/) - Watch Multiple YouTube Videos
* [CloudTube](https://tube.cadence.moe/) - YouTube Frontend
* [YouTube Clone KMP](https://github.com/KhubaibKhan4/Youtube-Clone-KMP) - YouTube Frontend
* [ViewTube](https://viewtube.wiki/) - YouTube Frontend
* [Piped](https://github.com/TeamPiped/Piped) / [2](https://piped.kavin.rocks/) / [3](https://piped-material.১.net/) - YouTube Frontend
* [PSTube](https://github.com/prateekmedia/pstube) - YouTube Frontend
* [youtube-local](https://github.com/user234683/youtube-local) or [yt-local](https://git.sr.ht/~heckyel/yt-local) - YouTube Frontend
* [YouT-ube](https://www.yout-ube.com/) - YouTube Frontend
* [Ytfzf](https://github.com/pystardust/ytfzf) or [YewTube](https://github.com/mps-youtube/yewtube) - Terminal YouTube Players
* [Video Resumer](https://addons.mozilla.org/en-US/firefox/addon/video-resumer/) - Resume Videos Where You Left Off / [Note](https://pastebin.com/Jd1DJW8w)
* [Looptube](https://www.looptube.xyz/) - Loop YouTube Videos / Segments
* [Video Speed Controller](https://github.com/igrigorik/videospeed), [YouTube Web Tweaks](https://greasyfork.org/en/scripts/447802) or [TimerHooker](https://timer.palerock.cn/en/) - Control Speed of YouTube Videos
* [Anilyzer](https://anilyzer.com/) - Watch YouTube Videos in Slow Motion / Frame by Frame
* [Jump Cutter](https://github.com/WofWca/jumpcutter) - Skip Silent Parts of Videos
* [YourCodecs](https://github.com/undecV/YourCodecs) - Enable / Disable Player Codecs
* [YT CPU Tamer](https://greasyfork.org/en/scripts/431573), [YT JS Tamer](https://greasyfork.org/en/scripts/473972) or [Unhold YouTube](https://greasyfork.org/en/scripts/457205) - YouTube CPU Optimization
* [Rotate YouTube Video](https://addons.mozilla.org/en-US/firefox/addon/rotate-youtube-video/) - Rotate YouTube Videos
* [Ultrawidify](https://github.com/tamius-han/ultrawidify) - Custom YouTube Aspect Ratio
* [YouTube: Audio Only](https://greasyfork.org/en/scripts/484611) or [Audio Only YouTube](https://chromewebstore.google.com/detail/audio-only-youtube/pkocpiliahoaohbolmkelakpiphnllog) - Audio Only YouTube
***
## ▷ YouTube Downloaders
* 🌐 **[YT-DL GUI Index](https://www.reddit.com/r/youtubedl/wiki/info-guis)** - List of YT-DL GUIs
* ↪️ **[Multi-Site Downloaders](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video-tools#wiki_.25BA_video_download)**
* ⭐ **[yt-dlp](https://github.com/yt-dlp/yt-dlp)** - YouTube CLI Downloader / [Commands](https://github.com/TheFrenchGhosty/TheFrenchGhostys-Ultimate-YouTube-DL-Scripts-Collection) / [Discord](https://discord.gg/H5MNcFW63r)
* ⭐ **[cobalt](https://cobalt.tools/)** - Multi-Site / Online Downloader / [Instances](https://instances.hyper.lol/)
* [yt-dlp-gui](https://github.com/kannagi0303/yt-dlp-gui) / [Easy Installer](https://github.com/kazukikasama/youtube-dlp-gui-installer), [ytdlp-interface](https://github.com/ErrorFlynn/ytdlp-interface), [Stacher](https://stacher.io/), [dsymbol yt-dlp](https://github.com/dsymbol/yt-dlp-gui), [Vividl](https://github.com/Bluegrams/Vividl), [Media Downloader](https://github.com/mhogomchungu/media-downloader) or [Parabolic](https://github.com/NickvisionApps/Parabolic) - YT-DLP GUIs
* [ezytdl](https://github.com/sylviiu/ezytdl), [Tartube](https://tartube.sourceforge.io/) or [youtube-dl-gui](https://github.com/oleksis/youtube-dl-gui), [2](https://github.com/StefanLobbenmeier/youtube-dl-gui) - Cross-platform YT-DLP GUIs
* [Videomass](https://jeanslack.github.io/Videomass/) - Cross-platform YT-DL / FFmpeg GUI
* [Cube YouTube Downloader](https://github.com/database64128/youtube-dl-wpf) - WPF YT-DL GUI
* [metube](https://github.com/alexta69/metube) or [yt-dlp-web-ui](https://github.com/marcopeocchi/yt-dlp-web-ui) - Self-Hosted YT-DL WebUIs
* [YTDL-PATCHED](https://github.com/ytdl-patched/ytdl-patched) - YouTube CLI Downloader
* [Poke](https://poketube.fun/download) / [Discord](https://discord.gg/Kqdn8CHacP) or [YoutubeDownloader](https://github.com/Tyrrrz/YoutubeDownloader) - YouTube Downloaders
* [YoutubeDL-Material](https://github.com/Tzahi12345/YoutubeDL-Material) - Self-Hosted YouTube Downloader
* [YouTubePlaylist](https://youtubeplaylist.cc/) - Playlist Downloader
* [YouTube Qualities Size](https://greasyfork.org/en/scripts/404953-youtube-qualities-size) - Show YouTube File Sizes
* [totalsize](https://pypi.org/project/totalsize/) - Calculate Size of All Videos in a Playlist
* [YouTube Thumbnail Grabber](https://boingboing.net/features/getthumbs), [YTI](https://youtubethumbnailimage.com/), [thumbnailsave](https://thumbnailsave.com/), [thumbnail-download](https://thumbnail-download.com/) or [Get YT Thumbnail](https://www.get-youtube-thumbnail.com/) - Download YouTube Thumbnails
* [YouTube Comment Downloader](https://github.com/egbertbouman/youtube-comment-downloader) - Download YouTube Comments
* [DL YouTube Videos without Extensions](https://onehack.us/t/how-to-download-youtube-videos-without-external-tools-or-extensions/) - Guide
*** ***
## ▷ YouTube Customization ## ▷ YouTube Customization
* ⭐ **[Enhancer for YT](https://www.mrfdev.com/enhancer-for-youtube)**, [ImprovedTube](https://improvedtube.com/), [Tweaks for YT](https://inzk.dev/tweaks-for-youtube/) or [Magic Actions](https://www.chromeactions.com/) - YouTube Enhancement Extensions * ⭐ **[Return YouTube Dislike](https://returnyoutubedislike.com/)** - View YouTube Dislikes / [Web App](https://haeri.github.io/youtube-dislike-viewer/), [2](https://jabrek.net/dislike-en) / [Discord](https://discord.com/invite/mYnESY4Md5)
* ⭐ **[ReturnYouTubeDislikes](https://returnyoutubedislike.com/)** - View YouTube Dislikes / [Web App](https://haeri.github.io/youtube-dislike-viewer/), [2](https://jabrek.net/dislike-en) / [Discord](https://discord.com/invite/mYnESY4Md5)
* ⭐ **[DeArrow](https://dearrow.ajay.app/)** or [Clickbait Remover](https://github.com/pietervanheijningen/clickbait-remover-for-youtube) - Reduce Sensationalism / Clickbait * ⭐ **[DeArrow](https://dearrow.ajay.app/)** or [Clickbait Remover](https://github.com/pietervanheijningen/clickbait-remover-for-youtube) - Reduce Sensationalism / Clickbait
* ⭐ **[Untrap](https://untrap.app/)** or [Less Addictive YouTube](https://github.com/AlexisDrain/Less-Addictive-YouTube) - Distraction-Free YouTube * ⭐ **[UnTrap](https://untrap.app/)**, [TubeMod](https://github.com/Pedro-Gregorio/TubeMod) or [Less Addictive YouTube](https://github.com/AlexisDrain/Less-Addictive-YouTube) - Distraction-Free YouTube
* [BlockTube](https://github.com/amitbl/blocktube) or [YTBlock](https://chromewebstore.google.com/detail/ytblock-block-any-content/nedcanggplmbbgmlpcjiafgjcpdimpea) - YouTube Content Blocker * [ImprovedTube](https://improvedtube.com/), [Tweaks for YT](https://inzk.dev/tweaks-for-youtube/), [Magic Actions](https://www.chromeactions.com/) or [Enhancer for YT](https://www.mrfdev.com/enhancer-for-youtube) / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#enhancer-for-yt-note) - YouTube Enhancement Extensions
* [PKGA](https://greasyfork.org/en/scripts/442089) or [YouTube WideScreen](https://greasyfork.org/en/scripts/409893) - Improved YouTube Theater Mode
* [YouTube Hide Watched](https://github.com/EvHaus/youtube-hide-watched) - Toggle Visibility of Watched Videos / Shorts
* [Fast Forward YT Shorts](https://greasyfork.org/en/scripts/466438) - Add Seek Hotkeys to Shorts
* [Thumbnail Rating Bar](https://github.com/elliotwaite/thumbnail-rating-bar-for-youtube) - Display Like / Dislike Ratio on Thumbnails * [Thumbnail Rating Bar](https://github.com/elliotwaite/thumbnail-rating-bar-for-youtube) - Display Like / Dislike Ratio on Thumbnails
* [youtube-like-dislike-shortcut](https://github.com/avi12/youtube-like-dislike-shortcut) - Video Like / Dislike Hotkeys * [YT Like-Dislike Shortcut](https://github.com/avi12/youtube-like-dislike-shortcut) - Add Like / Dislike Hotkeys
* [YT Not Interested Button on Hover](https://greasyfork.org/en/scripts/396936-yt-not-interested-in-one-click) - Easily Display Not Interested Button * [YT: Not Interested](https://greasyfork.org/en/scripts/396936-yt-not-interested-in-one-click) - Show "Not Interested" and "Don't Recommend" Buttons
* [YouTube Grid View](https://greasyfork.org/en/scripts/481422-youtube-search-results-in-grid-view) - View Search Results in Grid View
* [YouTube Search Fixer](https://addons.mozilla.org/en-US/firefox/addon/youtube-suite-search-fixer/) - Declutter Search Results / Homepage
* [BlockTube](https://github.com/amitbl/blocktube) or [YTBlock](https://chromewebstore.google.com/detail/ytblock-block-any-content/nedcanggplmbbgmlpcjiafgjcpdimpea) - YouTube Content Blocker
* [YouTube Fixes](https://greasyfork.org/en/scripts/405614) - YouTube Tweaks * [YouTube Fixes](https://greasyfork.org/en/scripts/405614) - YouTube Tweaks
* [Restore Handle to Custom](https://greasyfork.org/en/scripts/468740) - Shows Display Name Instead of Handle
* [Focused YouTube](https://github.com/makaroni4/focused_youtube), [yt-neuter](https://github.com/mchangrh/yt-neuter) or [GoodTube](https://github.com/goodtube4u/goodtube) - Minimalist YouTube * [Focused YouTube](https://github.com/makaroni4/focused_youtube), [yt-neuter](https://github.com/mchangrh/yt-neuter) or [GoodTube](https://github.com/goodtube4u/goodtube) - Minimalist YouTube
* [YouTube Redux](https://github.com/omnidevZero/YouTubeRedux), [VORAPIS](https://vorapis.pages.dev/) / [Discord](https://vorapis.pages.dev/#/join_community) / [Features](https://greasyfork.org/en/scripts/485622) or [Cosmic Cat](https://github.com/cosmic-cat-yt/Cosmic-Cat) - Restore Classic YouTube Layout * [YouTube Redux](https://github.com/omnidevZero/YouTubeRedux), [VORAPIS](https://vorapis.pages.dev/) / [Extra Features](https://greasyfork.org/en/scripts/485622) / [Discord](https://vorapis.pages.dev/#/join_community) or [Cosmic Cat](https://github.com/cosmic-cat-yt/Cosmic-Cat) - Restore Classic YouTube Layout / [r/OldYouTubeLayout](https://www.reddit.com/r/oldyoutubelayout/)
* [/r/OldYouTubeLayout](https://www.reddit.com/r/oldyoutubelayout/) - Classic YouTube Layout Subreddit * [Non-Rounded Design](https://greasyfork.org/en/scripts/453802) - Revert YouTube's New Rounded Design
* [Disable Rounded Buttons](https://greasyfork.org/en/scripts/453802) - Disable Rounded YouTube Buttons
* [Feed Remover](https://github.com/kwkr/feed-remover) - Remove YouTube Homepage Feed
* [Upvote Anywhere](https://github.com/z0ccc/comet) - Replace YouTube Comments with Reddit Comments * [Upvote Anywhere](https://github.com/z0ccc/comet) - Replace YouTube Comments with Reddit Comments
* [Timestamped YouTube Comments](https://chromewebstore.google.com/detail/timestamped-youtube-comme/gnpppldhfbbagiaalkddddajadhlgofm) - View Timestamped Comments * [Timestamped YouTube Comments](https://chromewebstore.google.com/detail/timestamped-youtube-comme/gnpppldhfbbagiaalkddddajadhlgofm) - View Timestamped Comments
* [TabView YouTube](https://greasyfork.org/en/scripts/428651) - View Comments / Info in Tab View * [Tabview YouTube](https://greasyfork.org/en/scripts/428651) - View Comments / Info in Tab View
* [Super Fast Chat](https://greasyfork.org/en/scripts/469878) - YouTube Chat Performance Enhancer
***
## ▷ Players / Frontends
* ↪️ **[Android YouTube Apps](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_android_youtube_apps)** / **[iOS](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_ios_youtube_apps)**
* ⭐ **[FreeTube](https://freetubeapp.io/)** - YouTube Frontend / [GitHub](https://github.com/FreeTubeApp/FreeTube)
* ⭐ **[Invidious](https://invidious.io/)**, [Invuedious](https://github.com/bocchilorenzo/invuedious) or [Materialio](https://materialio.us/) - YouTube Frontends / [Instances](https://api.invidious.io/), [2](https://redirect.invidious.io/) / [TUI](https://github.com/darkhz/invidtui)
* ⭐ **[GrayJay](https://grayjay.app/desktop/)** - Combines YouTube, Twitch, Rumble, etc / [Guide](https://youtu.be/EnZrv37u66c)
* [YouTube Notes](https://instadeq.com/youtube-notes/) - YouTube Note-Taking Frontend
* [Campfire](https://campfire.gg), [Walrus](https://joinwalrus.tv/), [Sync-Tube](https://sync-tube.de/), [YouTube Party](https://youtubeparty.netlify.app/) or [Hergetto](https://hergetto.live/) - YouTube Watch Parties
* [TwitchTheater](https://twitchtheater.tv/), [VidGrid](https://vidgrid.tk.gg/), [YouTube Multiplier](https://www.youtubemultiplier.com/) or [ViewSync](https://viewsync.net/) - Watch Multiple YouTube Videos
* [YouTube Clone KMP](https://github.com/KhubaibKhan4/Youtube-Clone-KMP) - YouTube Frontend
* [ViewTube](https://viewtube.wiki/) - YouTube Frontend
* [Piped](https://github.com/TeamPiped/Piped) / [2](https://piped.kavin.rocks/) / [3](https://piped-material.১.net/) - YouTube Frontend
* [PSTube](https://github.com/prateekmedia/pstube) - YouTube Frontend
* [Tube Cadence](https://tube.cadence.moe/) - YouTube Frontend
* [youtube-local](https://github.com/user234683/youtube-local) or [yt-local](https://git.sr.ht/~heckyel/yt-local) - YouTube Frontend
* [YouT-ube](https://www.yout-ube.com/) - YouTube Frontend
* [Ytfzf](https://github.com/pystardust/ytfzf) or [YewTube](https://github.com/mps-youtube/yewtube) - Terminal YouTube Players
***
## ▷ Video Tools
* ↪️ **[Summarize YT Videos](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_summarize_youtube_videos)**
* ↪️ **[Video Transcribers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video/#wiki_.25BA_subtitle_tools)**
* ⭐ **[SponsorBlock](https://sponsor.ajay.app/)** - Skip Sponsored Video Segments / [Chromecast](https://github.com/gabe565/CastSponsorSkip) / [Script](https://github.com/mchangrh/sb.js), [2](https://greasyfork.org/en/scripts/453320)
* ⭐ **[polsy.org.uk](https://polsy.org.uk/stuff/ytrestrict.cgi)** - Video Region Restriction Checker
* [Jump Cutter](https://github.com/WofWca/jumpcutter) - Skip Silent Parts of Videos
* [Video Resumer](https://addons.mozilla.org/en-US/firefox/addon/video-resumer/) - Resume Videos Where You Left Off / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#video-resumer-note)
* [Rotate YouTube Video](https://addons.mozilla.org/en-US/firefox/addon/rotate-youtube-video/) - Rotate, Zoom, & Mirror Videos
* [YouTube Upload Time](https://chromewebstore.google.com/detail/youtube-upload-time/nenoecmaibjcahoahnmeinahlapheblg) - Check Exact Upload Time/Date of Videos
* [Annotations Data Archive](https://archive.org/details/youtubeannotations) - Restore Video Annotations
* [YouTube Metadata](https://mattw.io/youtube-metadata/) - YouTube Video Metadata Viewer
* [YT Cutter](https://ytcutter.link/) or [yt_clipper](https://github.com/exwm/yt_clipper) - Crop YouTube Videos / Create Clips
* [Looptube](https://www.looptube.xyz/) - Loop YouTube Videos / Segments
* [YourCodecs](https://github.com/undecV/YourCodecs) - Enable / Disable Player Codecs
* [Video Speed Controller](https://github.com/igrigorik/videospeed) - Control Speed of YouTube Videos
***
## ▷ Playlist Tools
* ⭐ **[playlists.at](https://playlists.at/)** - Playlist Creators / [Chrome Extension](https://chromewebstore.google.com/detail/drag-drop-playlist-creato/aklnkkbopjjemjlkffhamaepagbmblbg)
* [TubeSync](https://github.com/meeb/tubesync) - Sync YouTube Channels / Playlists to a Media Server
* [ytcc](https://github.com/woefe/ytcc) - Keep Track of Your Playlists
* [Multiselect (Firefox)](https://addons.mozilla.org/en-US/firefox/addon/multiselect-for-youtube/) or [Multiselect (Chrome)](https://chromewebstore.google.com/detail/gpgbiinpmelaihndlegbgfkmnpofgfei) - Playlist Manager
* [Playlist Randomizer](https://playlist-randomizer.com/) - YouTube Playlist Randomizer
* [YTPlaylistSorter](https://ytplaylistsorter.carterrj.co.uk/index.php) - Sort Your Playlists
* [playlist.tools](https://playlist.tools/) - Reverse YouTube Playlists
* [YT Playlist Length](https://ytplaylist-len.sharats.dev/) / [2](https://ytplaylist-length.codingdeft.com/) or [Length Checker](https://youtube-playlist-length-calculator.onrender.com/) - Playlist Length Checkers
* [YouTubePlaylistMerge](https://rentry.org/YouTubePlaylistMerge) - Playlist Merge Guide
***
## ▷ YouTube Downloaders
* 🌐 **[YT-DL GUI Index](https://www.reddit.com/r/youtubedl/wiki/info-guis)** - List of YouTube Downloader GUIs
* ↪️ **[Multi-Site Downloaders](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video-tools#wiki_.25BA_video_download)**
* ⭐ **[yt-dlp](https://github.com/yt-dlp/yt-dlp)** - YouTube CLI Downloader / [Commands](https://github.com/TheFrenchGhosty/TheFrenchGhostys-Ultimate-YouTube-DL-Scripts-Collection) / [Discord](https://discord.gg/H5MNcFW63r)
* ⭐ **[cobalt](https://cobalt.tools/)** - Multi-Site / Online Downloader / [Instances](https://instances.cobalt.best/) / [Playlist Support](https://playlist.kwiatekmiki.pl/), [2](https://playlist.kwiatekmiki.com/)
* [Videomass](https://jeanslack.github.io/Videomass/) / [GitHub](https://github.com/jeanslack/Videomass) or [ezytdl](https://github.com/sylviiu/ezytdl), [Tartube](https://tartube.sourceforge.io/), [Media Downloader](https://github.com/mhogomchungu/media-downloader) or [Parabolic](https://github.com/NickvisionApps/Parabolic) - Cross-platform YT-DLP GUIs
* [yt-dlp-gui](https://github.com/kannagi0303/yt-dlp-gui) / [Easy Installer](https://github.com/kazukikasama/youtube-dlp-gui-installer), [ytdlp-interface](https://github.com/ErrorFlynn/ytdlp-interface), [dsymbol yt-dlp](https://github.com/dsymbol/yt-dlp-gui) or [Vividl](https://github.com/Bluegrams/Vividl) - YT-DLP GUIs
* [MeTube](https://github.com/alexta69/metube) or [yt-dlp Web UI](https://github.com/marcopeocchi/yt-dlp-web-ui) - Self-Hosted YT-DLP WebUIs
* [Stacher](https://stacher.io/) or [oleksis youtube-dl-gui](https://github.com/oleksis/youtube-dl-gui) or [StefanLobbenmeier youtube-dl-gui](https://github.com/StefanLobbenmeier/youtube-dl-gui) - Cross Platform youtube-dl GUIs
* [Cube YouTube Downloader](https://github.com/database64128/youtube-dl-wpf) - youtube-dl GUI
* [YoutubeDL-Material](https://github.com/Tzahi12345/YoutubeDL-Material) - Self-Hosted youtube-dl WebUI
* [YTDL-PATCHED](https://github.com/ytdl-patched/ytdl-patched) - YouTube CLI Downloader / yt-dlp fork
* [YoutubeDownloader](https://github.com/Tyrrrz/YoutubeDownloader) - YouTube Downloader App
* [AMP4](https://amp4.cc/) - YouTube Downloader / Online
* [EZMP3](https://ezmp3.cc/) - YouTube Downloader / Online
* [ytarchive](https://github.com/Kethsar/ytarchive) - YouTube Livestream Downloader
* [YouTube Thumbnail Grabber](https://boingboing.net/features/getthumbs), [YTI](https://youtubethumbnailimage.com/), [thumbnailsave](https://thumbnailsave.com/), [thumbnail-download](https://thumbnail-download.com/) or [Get YT Thumbnail](https://www.get-youtube-thumbnail.com/) - Download Video Thumbnails
* [youtube-comment-downloader](https://github.com/egbertbouman/youtube-comment-downloader) - Download YouTube Comments
* [YT Subtitle Downloader](https://greasyfork.org/en/scripts/520194) - Download Video Subtitles
*** ***
## ▷ YouTube Search ## ▷ YouTube Search
* 🌐 **[YouTube_Channels](https://github.com/PrejudiceNeutrino/YouTube_Channels)** - YouTube Channel Index * 🌐 **[YouTube_Channels](https://github.com/PrejudiceNeutrino/YouTube_Channels)** - YouTube Channel Index
* ⭐ **[Favoree](https://www.favoree.io/)** - Search / Discover YouTube Channels * ⭐ **[Favoree](https://www.favoree.io/)** or [ChannelCrawler](https://channelcrawler.com/) - Discover YouTube Channels
* ⭐ **[YouTube Advanced Search](https://playlists.at/youtube/search/)** - Search Engine * ⭐ **[YouTube Advanced Search](https://playlists.at/youtube/search/)** - Search Engine
* ⭐ **[PlayPhrase](https://playphrase.me/)**, [clip.cafe](https://clip.cafe/), [ClipBase](https://clipbase.xyz/), [Filmot](https://filmot.com/), [InPhrase](https://inphrase.com/) or [Yarn](https://yarn.co/) / [2](https://getyarn.io/) - Phrase Search Engines
* ⭐ **[Filmot](https://filmot.com/)** or [CTRL-F-VIDEO](https://github.com/Evan-Wildenhain/CTRL-F-VIDEO) - Search within YouTube Transcripts / [Firefox](https://addons.mozilla.org/en-US/firefox/addon/youtube-captions-search/) / [Chrome](https://chromewebstore.google.com/detail/youtube-captions-search/kimbeggjgnmckoikpckibeoaocafcpbg) * ⭐ **[Filmot](https://filmot.com/)** or [CTRL-F-VIDEO](https://github.com/Evan-Wildenhain/CTRL-F-VIDEO) - Search within YouTube Transcripts / [Firefox](https://addons.mozilla.org/en-US/firefox/addon/youtube-captions-search/) / [Chrome](https://chromewebstore.google.com/detail/youtube-captions-search/kimbeggjgnmckoikpckibeoaocafcpbg)
* [YouTube-Geofind](https://mattw.io/youtube-geofind/location) or [TubeTrotter](https://www.tubetrotter.live/) - Find Geotagged Videos * [PlayPhrase](https://playphrase.me/), [clip.cafe](https://clip.cafe/), [ClipBase](https://clipbase.xyz/), [InPhrase](https://inphrase.com/) or [Yarn](https://yarn.co/) / [2](https://getyarn.io/) - Clip / Phrase Search Engines
* [YouTube Search Fixer Suite](https://addons.mozilla.org/en-US/firefox/addon/youtube-suite-search-fixer/) - Fix YouTube Search / Declutter Homepage * [yt-fts](https://github.com/NotJoeMartinez/yt-fts) - Full-Text Search of Subtitles from Channels / Videos
* [YouTube Search Grid View](https://greasyfork.org/en/scripts/481422-youtube-search-results-in-grid-view) - View Results in Grid * [Icono](https://www.icono-search.com/) - Description-Based Video Search / [Discord](https://discord.gg/RWv7bGKwHr)
* [Channel Crawler](https://channelcrawler.com/eng) or [YT-FTS](https://github.com/NotJoeMartinez/yt-fts) - Channel Search Tools * [MW Geofind](https://mattw.io/youtube-geofind/location) or [TubeTrotter](https://www.tubetrotter.live/) - Find Geotagged Videos
* [Comment Viewer](https://commentviewer.com/), [Hadzy](https://hadzy.com/), [YCF](https://ytcomment.kmcat.uk/) or [YouTube Comment Finder](https://www.youtubecommentfinder.com) - YouTube Comment Search * [YT Comment Viewer](https://commentviewer.com/), [Hadzy](https://hadzy.com/) or [YCF](https://ytcomment.kmcat.uk/) - YouTube Comment Search
* [Project Random](https://0xbeef.co.uk/random) or [petittube](https://petittube.com/) - Find YouTube Videos with >100 Views * [Tokin](https://tokin.tv/) - Find Trending / Hidden Gem Videos
* [QuiteAPlaylist](https://quiteaplaylist.com/) - Find Deleted YouTube Videos * [Project Random](https://0xbeef.co.uk/random) or [petittube](https://petittube.com/) - Find Videos with >100 Views
* [Unlisted Videos](https://unlistedvideos.com/) - Watch / Submit Unlisted YouTube Videos * [Find-Unfinished-YT](https://rentry.co/find-unfinished-yt) - Find Partially Watched Videos
* [Tubeup](https://github.com/bibanon/tubeup), [Preservetube](https://preservetube.com/) or [yark](https://github.com/Owez/yark) - Archive YouTube Videos and Playlists * [IMG_0001](https://walzr.com/IMG_0001) - Find Random YouTube Videos
* [TubeArchivist](https://www.tubearchivist.com/) - Self-Hosted YouTube Media Server / [GitHub](https://github.com/tubearchivist/tubearchivist)
* [Hobune](https://hobune.stream/), [FindYouTubeVideo](https://findyoutubevideo.thetechrobo.ca/) or [youtubecrawl](https://archive.org/details/youtubecrawl) - YouTube Video Archives ***
## ▷ YouTube Archiving
* ⭐ **[YouTube Video Finder](https://findyoutubevideo.thetechrobo.ca/)** - Multi-Site Archive Search
* [Tubeup](https://github.com/bibanon/tubeup) - YouTube Video to IA Uploader
* [Tube Archivist](https://www.tubearchivist.com/) - Self-Hosted YouTube Media Server / [GitHub](https://github.com/tubearchivist/tubearchivist)
* [yark](https://github.com/Owez/yark) - YouTube Channel Archiver
* [Filmot](https://filmot.com/unlistedSearch) - Search Unlisted Videos
* [Hobune](https://hobune.stream/) or [PreserveTube](https://preservetube.com/) - YouTube Video Archives
* [youtubecrawl](https://archive.org/details/youtubecrawl) - Captures of Pages From YouTube (IA)
* [Filmot Title Restorer](https://greasyfork.org/en/scripts/430202-filmot-title-restorer), [quite a playlist](https://quiteaplaylist.com/) or [RecoverMy.Video](https://www.recovermy.video/) - Restore Titles of Deleted / Private Videos
*** ***
# ► Twitch Tools # ► Twitch Tools
* 🌐 **[Twitch Database](https://twitchdatabase.com/)** or [SullyGnome](https://sullygnome.com/) - Twitch Tool Indexes * 🌐 **[SullyGnome](https://sullygnome.com/)** - Twitch Tool Index
* 🌐 **[Twitch Extensions](https://dashboard.twitch.tv/extensions/categories/43f48606-8b91-4149-94e6-02def012c79f)** - Twitch Extensions Index * 🌐 **[Twitch Extensions](https://dashboard.twitch.tv/extensions/categories/43f48606-8b91-4149-94e6-02def012c79f)** - Twitch Extensions Index
* ⭐ **[7TV](https://7tv.app/)**, [BetterTTV](https://betterttv.com/) or [FrankerFacez](https://www.frankerfacez.com/) - Twitch Enhancement Extensions * ⭐ **[FrankerFacez](https://www.frankerfacez.com/)**, [BetterTTV](https://betterttv.com/) or [7TV](https://7tv.app/) - Twitch Enhancement Extensions
* ⭐ **[TwitchNoSub](https://github.com/besuper/TwitchNoSub)** or [Sub-Vod](https://www.sub-vod.fr/) - Watch Sub Only Twitch Videos * ⭐ **[TwitchNoSub](https://github.com/besuper/TwitchNoSub)** or [Sub-Vod](https://www.sub-vod.fr/) - Watch Sub Only Twitch Videos
* ⭐ **[Stream Scheme](https://www.streamscheme.com/)** - Livestreaming Guides / Resources * ⭐ **[Stream Scheme](https://www.streamscheme.com/)** - Livestreaming Guides / Resources
* [Gumbo](https://github.com/seldszar/gumbo) or [Twitch-Live](https://github.com/yungsamd17/Twitch-Live) - Twitch Stream Trackers * [Gumbo](https://github.com/seldszar/gumbo) or [Twitch-Live](https://github.com/yungsamd17/Twitch-Live) - Twitch Stream Trackers
@ -535,7 +527,6 @@
* [ChatGuessr](https://chatguessr.com/) - GeoGuessr for Twitch * [ChatGuessr](https://chatguessr.com/) - GeoGuessr for Twitch
* [TwitchInsights](https://twitchinsights.net/), [StreamCharts](https://streamscharts.com/) or [TwitchTracker](https://twitchtracker.com/) - Twitch Stats * [TwitchInsights](https://twitchinsights.net/), [StreamCharts](https://streamscharts.com/) or [TwitchTracker](https://twitchtracker.com/) - Twitch Stats
* [Trovo](https://trovo.live/), [Kick](https://kick.com/), [dlive](https://dlive.tv/), [Caffeine](https://www.caffeine.tv/), [Lightspeed](https://lightspeed.tv/) or [Theta](https://www.theta.tv/) - Twitch Alternatives * [Trovo](https://trovo.live/), [Kick](https://kick.com/), [dlive](https://dlive.tv/), [Caffeine](https://www.caffeine.tv/), [Lightspeed](https://lightspeed.tv/) or [Theta](https://www.theta.tv/) - Twitch Alternatives
* [Ultrawidify](https://github.com/tamius-han/ultrawidify) - Fix Twitch Aspect Ratio
* [Twitch Status](https://twitchstatus.com/) - Twitch Status Tracking * [Twitch Status](https://twitchstatus.com/) - Twitch Status Tracking
*** ***
@ -550,7 +541,7 @@
* [MuliTwitch.tv](https://multitwitch.tv/), [MultiTwitch.co](https://multitwitch.co/), [Twitch3D](https://hjjg200.github.io/twitch3d/), [Multi](https://multi.raredrop.co/), [MultiStre.am](https://multistre.am/), [MultiStreamer](https://multistreamer.lucidnet.app/) or [TwitchTheater](https://twitchtheater.tv/) - Twitch Multi-Stream * [MuliTwitch.tv](https://multitwitch.tv/), [MultiTwitch.co](https://multitwitch.co/), [Twitch3D](https://hjjg200.github.io/twitch3d/), [Multi](https://multi.raredrop.co/), [MultiStre.am](https://multistre.am/), [MultiStreamer](https://multistreamer.lucidnet.app/) or [TwitchTheater](https://twitchtheater.tv/) - Twitch Multi-Stream
* [Twitchls](https://twitchls.com/) - HTML5 Twitch Stream Player * [Twitchls](https://twitchls.com/) - HTML5 Twitch Stream Player
* [nobody.live](https://nobody.live/) or [Twitch Roulette](https://twitchroulette.net/) - Random Stream Roulette * [nobody.live](https://nobody.live/) or [Twitch Roulette](https://twitchroulette.net/) - Random Stream Roulette
* [Alternate Player for Twitch.tv](https://pastebin.com/Z7NWxSfA) - Alternative Twitch Player * [Alternate Player for Twitch.tv](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#alt-twitch-player-extensions) - Alternative Twitch Player
* [Twitch Replay](https://www.twitch-replay.com/) - Twitch Video Player * [Twitch Replay](https://www.twitch-replay.com/) - Twitch Video Player
* [Twitch Lurker](https://github.com/mikeyaworski/Twitch-Lurker) - Twitch Stream Auto-Open * [Twitch Lurker](https://github.com/mikeyaworski/Twitch-Lurker) - Twitch Stream Auto-Open
@ -565,7 +556,7 @@
* [VideoAdBlockForTwitch](https://github.com/cleanlock/VideoAdBlockForTwitch) - Twitch Adblocker * [VideoAdBlockForTwitch](https://github.com/cleanlock/VideoAdBlockForTwitch) - Twitch Adblocker
* [luminous-ttv](https://github.com/AlyoshaVasilieva/luminous-ttv) - Twitch Adblocker * [luminous-ttv](https://github.com/AlyoshaVasilieva/luminous-ttv) - Twitch Adblocker
* [Adblocker for Twitch](https://microsoftedge.microsoft.com/addons/detail/adblocker-for-twitch%E2%84%A2/glgpmlmjlaljaddimbgekaepkgbojjdn) - Edge Twitch Adblocker * [Adblocker for Twitch](https://microsoftedge.microsoft.com/addons/detail/adblocker-for-twitch%E2%84%A2/glgpmlmjlaljaddimbgekaepkgbojjdn) - Edge Twitch Adblocker
* [PurpleTV](https://purpletv.aeong.win/) / [Alpha](https://t.me/pubTwAlpha) - Ad-Free Twitch APK * [PurpleTV](https://purpletv.aeong.win/) / [Alpha](https://t.me/pubTwAlpha) or [TwitchAdBlock](https://github.com/level3tjg/TwitchAdBlock) - Ad-Free Twitch APKs
*** ***
@ -582,18 +573,18 @@
# ► Twitter Tools # ► Twitter Tools
* ⭐ **[Trends24](https://trends24.in/)** or [GetDayTrends](https://getdaytrends.com/) - Trending Hashtags Trackers * ⭐ **[Trends24](https://trends24.in/)** or [GetDayTrends](https://getdaytrends.com/) - Trending Hashtags Trackers
* ⭐ **[/r/Twitter](https://reddit.com/r/Twitter)** - Twitter Subreddit * ⭐ **[/r/Twitter](https://reddit.com/r/Twitter)** - X.com Subreddit
* [Typefully](https://typefully.com/) - Schedule Tweets * [Typefully](https://typefully.com/) - Schedule Tweets
* [twstalker](https://twstalker.com/), [X Cancelled](https://xcancel.com/) or [nitter](https://nitter.poast.org/) / [Instances](https://status.d420.de/), [2](https://github.com/zedeus/nitter/wiki/Instances) - Twitter Frontends * [twstalker](https://twstalker.com/), [X Cancelled](https://xcancel.com/) or [nitter](https://nitter.poast.org/) / [Instances](https://status.d420.de/), [2](https://github.com/zedeus/nitter/wiki/Instances) - X.com Frontends
* [Chirr App](https://getchirrapp.com/) - Turn Articles into Twitter Threads / [Firefox](https://addons.mozilla.org/en-US/firefox/addon/chirr-app/) / [Chrome](https://chromewebstore.google.com/detail/chirr-app/cmbconaimdngicdnbpjnjocbpkdpmfkg) * [Chirr App](https://getchirrapp.com/) - Turn Articles into X.com Threads / [Firefox](https://addons.mozilla.org/en-US/firefox/addon/chirr-app/) / [Chrome](https://chromewebstore.google.com/detail/chirr-app/cmbconaimdngicdnbpjnjocbpkdpmfkg)
* [Klear](https://klear.com/free-tools/find-twitter-influencers) - Find Influencers * [Klear](https://klear.com/free-tools/find-twitter-influencers) - Find Influencers
* [FollowerWonk](https://followerwonk.com/) - Find / Analyze / Optimize Followers * [FollowerWonk](https://followerwonk.com/) - Find / Analyze / Optimize Followers
* [Scoutzen](https://www.scoutzen.com/twitter-lists/search) - Search Twitter Use Lists * [Scoutzen](https://www.scoutzen.com/twitter-lists/search) - Search X.com Use Lists
* [Community Notes Leaderboard](https://community-notes-leaderboard.com/) - Twitter Community Notes Leaderboard * [Community Notes Leaderboard](https://community-notes-leaderboard.com/) - X.com Community Notes Leaderboard
* [Hoaxy](https://hoaxy.osome.iu.edu/) - Twitter Info Spread Data * [Hoaxy](https://hoaxy.osome.iu.edu/) - Twitter Info Spread Data
* [tinfoleak](https://tinfoleak.com/) - View Your Geosocial Footprint * [tinfoleak](https://tinfoleak.com/) - View Your Geosocial Footprint
* [Twitter Mass Unfollow](https://github.com/luqmanoop/twitter-mass-unfollow) - Twitter Unfollow Tool * [Twitter Mass Unfollow](https://github.com/luqmanoop/twitter-mass-unfollow) - X.com Unfollow Tool
* [Twitter Detector](https://github.com/stilliard/Twitter-detector) - Detect Twitter Link on a Page * [Twitter Detector](https://github.com/stilliard/Twitter-detector) - Detect X.com Link on a Page
*** ***
@ -616,7 +607,7 @@
* [Control Panel for Twitter](https://jbscript.dev/control-panel-for-twitter) - Twitter Enhancement Extensions * [Control Panel for Twitter](https://jbscript.dev/control-panel-for-twitter) - Twitter Enhancement Extensions
* [Minimal Twitter](https://typefully.com/minimal-twitter) - Minimal Twitter Themes * [Minimal Twitter](https://typefully.com/minimal-twitter) - Minimal Twitter Themes
* [OldTwitter](https://github.com/dimdenGD/OldTwitter) or [GoodTwitter2](https://github.com/Bl4Cc4t/GoodTwitter2) - Original Twitter Theme * [OldTwitter](https://github.com/dimdenGD/OldTwitter) or [GoodTwitter2](https://github.com/Bl4Cc4t/GoodTwitter2) - Original Twitter Theme
* [OldTweetDeck](https://github.com/dimdenGD/OldTweetDeck) - TweetDeck Dashboard * [OldTweetDeck](https://github.com/dimdenGD/OldTweetDeck) - Twitter Dashboard
* [Twitter Plus](https://greasyfork.org/en/scripts/387969) - View Twitter Images in Original Quality * [Twitter Plus](https://greasyfork.org/en/scripts/387969) - View Twitter Images in Original Quality
* [Twitter Demetricator](https://bengrosser.com/projects/twitter-demetricator/) - Remove All Twitter Metrics * [Twitter Demetricator](https://bengrosser.com/projects/twitter-demetricator/) - Remove All Twitter Metrics
* [Thread Reader App](https://threadreaderapp.com/) - Unroll Twitter Threads / Search * [Thread Reader App](https://threadreaderapp.com/) - Unroll Twitter Threads / Search
@ -629,14 +620,13 @@
* ⭐ **[Social Fixer](https://socialfixer.com/)** or [FBPurity](https://www.fbpurity.com/) - Facebook Enhancement Extensions * ⭐ **[Social Fixer](https://socialfixer.com/)** or [FBPurity](https://www.fbpurity.com/) - Facebook Enhancement Extensions
* ⭐ **[Facebook Ad Filters](https://www.reddit.com/r/uBlockOrigin/wiki/solutions#wiki_facebook)** - Facebook Filters * ⭐ **[Facebook Ad Filters](https://www.reddit.com/r/uBlockOrigin/wiki/solutions#wiki_facebook)** - Facebook Filters
* [Caprine](https://github.com/sindresorhus/caprine) - Facebook Desktop Messenger / [GitHub](https://github.com/sindresorhus/caprine) * [Caprine](https://github.com/sindresorhus/caprine) - Facebook Desktop Messenger
* [Social Tools](https://chromewebstore.google.com/detail/social-tools/llbdoljkknpjgfcnbnoiehjcgancpjmd) - Block "Sending" & "Seen" Facebook Chat Indicators * [Social Tools](https://chromewebstore.google.com/detail/social-tools/llbdoljkknpjgfcnbnoiehjcgancpjmd) - Block "Sending" & "Seen" Facebook Chat Indicators
* [Charcoal Dark Mode](https://chromewebstore.google.com/detail/charcoal-dark-mode-for-me/aaekanoannlhnajolbijaoflfhikcgng) - Facebook Messenger Dark Mode * [Charcoal Dark Mode](https://chromewebstore.google.com/detail/charcoal-dark-mode-for-me/aaekanoannlhnajolbijaoflfhikcgng) - Facebook Messenger Dark Mode
* [FDown](https://fdown.net/) or [GetFVid](https://www.getfvid.com/) - Facebook Video Downloaders
* [Facebook Matrix](https://plessas.net/facebookmatrix) - Facebook Search Formulas * [Facebook Matrix](https://plessas.net/facebookmatrix) - Facebook Search Formulas
* [Graph.tips](https://graph.tips/beta/) - Advanced Facebook Search Tool * [Graph.tips](https://graph.tips/beta/) - Advanced Facebook Search Tool
* [WhoPostedWhat](https://whopostedwhat.com/) - Facebook Post Search * [WhoPostedWhat](https://whopostedwhat.com/) - Facebook Post Search
* [Color Themes](https://chromewebstore.google.com/detail/color-themes-for-facebook/oohbdcphbnpnoohnbddhcfplalanfbmm), [FB.Zone](https://fb.zone/) or [Color Changer](https://chromewebstore.google.com/detail/color-changer-for-faceboo/blfkmmfngackeejimehjkmendglnabnm) - Color Themes for Facebook * [FB.Zone](https://fb.zone/) - Color Themes for Facebook
* [Kill Fbclid](https://chromewebstore.google.com/detail/kill-fbclid/jlmdkcaiejonohbmkgickmkgbpceokmn) or [Remove FBclid](https://chromewebstore.google.com/detail/remove-fbclid-and-utm/ehkdoijaaigomfliimepliikhjkoipob) - Removes fbclid and utm_ Query Parameters in URLs * [Kill Fbclid](https://chromewebstore.google.com/detail/kill-fbclid/jlmdkcaiejonohbmkgickmkgbpceokmn) or [Remove FBclid](https://chromewebstore.google.com/detail/remove-fbclid-and-utm/ehkdoijaaigomfliimepliikhjkoipob) - Removes fbclid and utm_ Query Parameters in URLs
* [News Feed Eradicator](https://west.io/news-feed-eradicator/) - Hide Facebook News Feed * [News Feed Eradicator](https://west.io/news-feed-eradicator/) - Hide Facebook News Feed
* [Lookup ID](https://lookup-id.com/) - Find Facebook ID * [Lookup ID](https://lookup-id.com/) - Find Facebook ID
@ -648,21 +638,16 @@
* 🌐 **[Instagram Tools](https://www.aware-online.com/en/osint-tools/instagram-tools/)** - Multiple Tools * 🌐 **[Instagram Tools](https://www.aware-online.com/en/osint-tools/instagram-tools/)** - Multiple Tools
* 🌐 **[Instagram Search Tools](https://www.aware-online.com/en/osint-tools/instagram-search-tool/)** - Search Tool * 🌐 **[Instagram Search Tools](https://www.aware-online.com/en/osint-tools/instagram-search-tool/)** - Search Tool
* ↪️ **[Instagram Viewers / Downloaders](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage/#wiki_instagram_viewers_.2F_downloaders)** - View Profiles / Download Pictures
* ⭐ **[Redirect Logins](https://greasyfork.org/en/scripts/420604)** - Redirect Instagram Login * ⭐ **[Redirect Logins](https://greasyfork.org/en/scripts/420604)** - Redirect Instagram Login
* [InstaFix](https://ddinstagram.com/) - Fix Instagram Embeds on Discord * [InstaFix](https://ddinstagram.com/) - Fix Instagram Embeds on Discord
* [Proxigram](https://codeberg.org/ThePenguinDev/Proxigram) or [Imginn](https://imginn.com) - Instagram Frontends * [Proxigram](https://codeberg.org/ThePenguinDev/Proxigram) or [Imginn](https://imginn.com) - Instagram Frontends
* [imgsed](https://imgsed.com/), [Picuki](https://www.picuki.com/), [InstaNavigation](https://instanavigation.com/), [profile-picture-viewer](https://github.com/Ademking/profile-picture-viewer), [Dumpor](https://dumpoir.com/) or [GreatFon](https://greatfon.com/) - Instagram Viewers
* [StoriesDown](https://storiesdown.com/), [instasaved](https://instasaved.net/en) or [insta-stories-viewer](https://insta-stories-viewer.com/) - Story Downloaders
* [SaveFromWeb](https://www.savefromweb.com/), [Downloadgram](https://downloadgram.org/) or [Mass Downloader](https://chromewebstore.google.com/detail/mass-downloader-for-insta/ldoldiahbhnbfdihknppjbhgjngibdbe) - Video / Picture / Story Downloaders
* [Picnob](https://www.picnob.com/) or [Instagram PHP Scraper](https://github.com/postaddictme/instagram-php-scraper) - Picture / Story Downloaders
* [ThumbTube](https://thumbtube.com/download-instagram-photos-videos) or [scraper-instagram-gui-desktop](https://git.kaki87.net/KaKi87/scraper-instagram-gui-desktop), [Instaloader](https://github.com/instaloader/instaloader) or [instapick](https://www.instapick.net/) - Picture / Video Downloader
* [InstaLoader](https://instaloader.github.io/), [ESUIT](https://chromewebstore.google.com/detail/esuit-photos-downloader-f/adighedbfmnpjcjlloooichmbjdefane) or [PixWox](https://www.pixwox.com/) - Picture Downloaders
* [Weynstag](https://www.google.com/amp/s/weynstag.com/amp.php/) - Video Downloader
* [Instagram Download Button](https://greasyfork.org/en/scripts/406535-instagram-download-button) - Add DL Links to Instagram * [Instagram Download Button](https://greasyfork.org/en/scripts/406535-instagram-download-button) - Add DL Links to Instagram
* [otzberg](https://www.otzberg.net/iguserid/index.php) or [Find-User-ID](https://codeofaninja.com/tools/find-instagram-user-id/) - ID Finder * [otzberg](https://www.otzberg.net/iguserid/index.php) or [Find-User-ID](https://codeofaninja.com/tools/find-instagram-user-id/) - ID Finder
* [Image Counter](https://openuserjs.org/scripts/darkred/Instagram_-_visible_images_counter) - Count Page Images * [Image Counter](https://openuserjs.org/scripts/darkred/Instagram_-_visible_images_counter) - Count Page Images
* [InstaAddict](https://github.com/Androz2091/instaddict) - Instagram Addiction Test * [InstaAddict](https://github.com/Androz2091/instaddict) - Instagram Addiction Test
* [Unfollow-Everyone](https://github.com/tyrtles/Unfollow-Everyone-on-Instagram/) - Bulk Instagram Unfollow * [Unfollow-Everyone](https://github.com/tyrtles/Unfollow-Everyone-on-Instagram/) - Bulk Instagram Unfollow
* [Instagram Experiments Guide](https://github.com/daniiii5/Public-Guide)
*** ***
@ -683,14 +668,19 @@
# ► Fediverse Tools # ► Fediverse Tools
* 🌐 **[Awesome Bluesky](https://github.com/fishttp/awesome-bluesky)** / [2](https://github.com/notjuliet/awesome-bluesky) or [BlueskyDirectory](https://blueskydirectory.com/) - Bluesky Resources
* 🌐 **[Fediverse.Party](https://fediverse.party/)** - Fediverse Software Index * 🌐 **[Fediverse.Party](https://fediverse.party/)** - Fediverse Software Index
* ⭐ **[Fediverse Observer](https://fediverse.observer/)** - Fediverse Instances * ⭐ **[Fediverse Observer](https://fediverse.observer/)** - Fediverse Instances
* ⭐ **[Bluesky](https://bsky.app/)** - Federated Twitter Alt / [App Directory](https://docs.bsky.app/showcase) * ⭐ **[Bluesky](https://bsky.app/)** - Federated Twitter Alt / [App Directory](https://docs.bsky.app/showcase) / [Twitter Import](https://github.com/kawamataryo/sky-follower-bridge), [2](https://github.com/marcomaroni-github/twitter-to-bluesky) / [TUI](https://github.com/sugyan/tuisky) / [Post Sync](https://github.com/louisgrasset/touitomamout) / [Dashboard](https://deck.blue/)
* [FediDB](https://fedidb.org/) or [The Federation](https://the-federation.info/) - Network Statistics * [FediDB](https://fedidb.org/) or [The Federation](https://the-federation.info/) - Network Statistics
* [Fedi.Tips](https://fedi.tips/) - Fediverse Guide * [Fedi.Tips](https://fedi.tips/) - Fediverse Guide
* [FediSearch](https://fedi-search.com/) - Fediverse Search * [FediSearch](https://fedi-search.com/) - Fediverse Search
* [Fedi.Garden](https://fedi.garden/) - Curated User Directory * [Fedi.Garden](https://fedi.garden/) - Curated User Directory
* [Fediverse People Directory](https://fediverse.info/explore/people) - Self-Submitted User Directory * [Fediverse People Directory](https://fediverse.info/explore/people) - Self-Submitted User Directory
* [Hubzilla Public Sites](https://hubzilla.org/pubsites) - Hubzilla Instances
* [Friendica Directory](https://dir.friendica.social/servers) - Friendica Instances
* [DarkSky](https://github.com/FireCubeStudios/DarkSky) - Bluesky Client
* [Diaspora](https://diasporafoundation.org/) or [Friendica](https://friendi.ca) - Decentralized Social Netoworks
* [FediverseRedirect](https://github.com/zacharee/MastodonRedirect) - Frontend Redirect * [FediverseRedirect](https://github.com/zacharee/MastodonRedirect) - Frontend Redirect
* [Bridgy Fed](https://fed.brid.gy/) - Fediverse Bridge * [Bridgy Fed](https://fed.brid.gy/) - Fediverse Bridge
* [PodcastAP](https://podcastap.com/) - Podcast Feed Bridge * [PodcastAP](https://podcastap.com/) - Podcast Feed Bridge
@ -761,7 +751,6 @@
* ⭐ **[4chan X](https://www.4chan-x.net/)**, [SpookyX](https://github.com/Fiddlekins/SpookyX), [4Chan XT](https://github.com/TuxedoTako/4chan-xt) or [Dollchan](https://dollchan.net/) - Enhancement Extensions * ⭐ **[4chan X](https://www.4chan-x.net/)**, [SpookyX](https://github.com/Fiddlekins/SpookyX), [4Chan XT](https://github.com/TuxedoTako/4chan-xt) or [Dollchan](https://dollchan.net/) - Enhancement Extensions
* [Lurka](https://github.com/AdamSalma/Lurka) - Desktop Client * [Lurka](https://github.com/AdamSalma/Lurka) - Desktop Client
* [RedditChan](https://reddit-chan.vercel.app/) - Reddit Style 4chan Web Client * [RedditChan](https://reddit-chan.vercel.app/) - Reddit Style 4chan Web Client
* [4chanCode](https://4chancode.org/) - Code Style 4chan Web Client
* [4Webm](https://www.4webm.org/) - Load All Webm Videos in 4Chan Thread * [4Webm](https://www.4webm.org/) - Load All Webm Videos in 4Chan Thread
* [4stats](https://4stats.io/) - 4chan Board / Thread Stats * [4stats](https://4stats.io/) - 4chan Board / Thread Stats
* [Mass Reply](https://github.com/HamletDuFromage/4chan-mass-reply) or [Reply All](https://gitlab.com/lucadou/4chan-reply-all) - Mass Reply on 4chan * [Mass Reply](https://github.com/HamletDuFromage/4chan-mass-reply) or [Reply All](https://gitlab.com/lucadou/4chan-reply-all) - Mass Reply on 4chan
@ -785,7 +774,7 @@
* [Archive.4plebs](https://archive.4plebs.org/) - 2013 - 2023 Archive * [Archive.4plebs](https://archive.4plebs.org/) - 2013 - 2023 Archive
* [BibAnon](https://vyrd.bibanon.org/) - Vyrd's Archive * [BibAnon](https://vyrd.bibanon.org/) - Vyrd's Archive
* [Yotsuba Catalog](https://catalog.neet.tv/) - Yotsuba Archive * [Yotsuba Catalog](https://catalog.neet.tv/) - Yotsuba Archive
* [Sup/tg/](https://suptg.thisisnotatrueending.com/), [arch.b4k](https://arch.b4k.co/), [palanq](https://archive.palanq.win/), [desuarchive](https://desuarchive.org/) or [archived.moe](https://archived.moe/) / [2](https://thebarchive.com/) - Misc 4chan Archives * [sup/tg/](https://suptg.thisisnotatrueending.com/), [arch.b4k.co](https://arch.b4k.co/), [Palanq.win](https://archive.palanq.win/), [Desuarchive](https://desuarchive.org/), [Archived.Moe](https://archived.moe/) or [The /b/ Archive](https://thebarchive.com/) - Misc 4chan Archives
*** ***

File diff suppressed because it is too large Load diff

View file

@ -13,26 +13,24 @@
* 🌐 **[Awesome Windows 11](https://github.com/awesome-windows11/windows11)** - Windows 11 Resources * 🌐 **[Awesome Windows 11](https://github.com/awesome-windows11/windows11)** - Windows 11 Resources
* 🌐 **[PC-Optimization-Hub](https://github.com/BoringBoredom/PC-Optimization-Hub)** - System Optimization Resources * 🌐 **[PC-Optimization-Hub](https://github.com/BoringBoredom/PC-Optimization-Hub)** - System Optimization Resources
* ↪️ **[Gaming Optimization](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/game-tools#wiki_.25B7_optimization_tools)** * ↪️ **[Gaming Optimization](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/game-tools#wiki_.25B7_optimization_tools)**
* ⭐ **[PowerToys](https://learn.microsoft.com/en-us/windows/powertoys/)** / [Search](https://github.com/lin-ycv/EverythingPowerToys) or [Sysinternals](https://learn.microsoft.com/en-us/sysinternals/) / [Suite](https://apps.microsoft.com/store/detail/sysinternals-suite/9P7KNL5RWT25) - System Tools * ⭐ **[PowerToys](https://learn.microsoft.com/en-us/windows/powertoys/)** / [Search](https://github.com/lin-ycv/EverythingPowerToys) or [Sysinternals](https://learn.microsoft.com/en-us/sysinternals/) / [Plugins](https://github.com/hlaueriksson/awesome-powertoys-run-plugins) / [Suite](https://apps.microsoft.com/store/detail/sysinternals-suite/9P7KNL5RWT25) - System Tools
* ⭐ **[CPU-Z](https://www.cpuid.com/softwares/cpu-z.html)**, [winfetch](https://github.com/lptstr/winfetch), [CPU Fetch](https://github.com/Dr-Noob/cpufetch), [Glow](https://github.com/turkaysoftware/glow) or [GPU-Z](https://www.techpowerup.com/download/techpowerup-gpu-z/) - System Info Tools * ⭐ **[CPU-Z](https://www.cpuid.com/softwares/cpu-z.html)**, [winfetch](https://github.com/lptstr/winfetch), [CPU Fetch](https://github.com/Dr-Noob/cpufetch), [Glow](https://github.com/turkaysoftware/glow) or [GPU-Z](https://www.techpowerup.com/download/techpowerup-gpu-z/) - System Info Tools
* ⭐ **[SuperF4](https://stefansundin.github.io/superf4/)** or [FKill](https://github.com/sindresorhus/fkill-cli) - Process Killers * ⭐ **[SuperF4](https://stefansundin.github.io/superf4/)** or [FKill](https://github.com/sindresorhus/fkill-cli) - Process Killers
* ⭐ **[AutoHotkey](https://www.autohotkey.com/)** - Task Automation / [Discord](https://discord.com/invite/Aat7KHmG7v) / [Script Gen](https://www.ahkgen.com/) / [Resources](https://github.com/ahkscript/awesome-AutoHotkey) * ⭐ **[AutoHotkey](https://www.autohotkey.com/)** - Task Automation / [Discord](https://discord.com/invite/Aat7KHmG7v) / [Script Gen](https://www.ahkgen.com/) / [Resources](https://github.com/ahkscript/awesome-AutoHotkey)
* [VCRedist](https://github.com/abbodi1406/vcredist) - AIO Repack for Microsoft Visual C++ Redists * [VCRedist](https://github.com/abbodi1406/vcredist) - AIO Repack for Microsoft Visual C++ Redists
* [AutoIt](https://www.autoitscript.com/) / [Resources](https://github.com/J2TEAM/awesome-AutoIt), [Power Automate](https://learn.microsoft.com/en-us/power-automate/desktop-flows/install), [sikulix](http://sikulix.com/) or [ChoEazyCopy](https://github.com/Cinchoo/ChoEazyCopy) - Task Automation * [AutoIt](https://www.autoitscript.com/) / [Resources](https://github.com/J2TEAM/awesome-AutoIt), [Power Automate](https://learn.microsoft.com/en-us/power-automate/desktop-flows/install), [sikulix](http://sikulix.com/) or [ChoEazyCopy](https://github.com/Cinchoo/ChoEazyCopy) - Task Automation
* [Windows-11-Guide](https://github.com/mikeroyal/Windows-11-Guide), [Pastas](https://rentry.org/pastas#guides), [Eleven Forums Guides](https://www.elevenforum.com/tutorials/) or [Ten Forums Guides](https://www.tenforums.com/tutorials/) - Windows Guides * [Windows-11-Guide](https://github.com/mikeroyal/Windows-11-Guide) or [Pastas](https://rentry.org/pastas#guides) - Windows Guides
* [Autoruns](https://learn.microsoft.com/en-us/sysinternals/downloads/autoruns) - Change Startup Programs * [Autoruns](https://learn.microsoft.com/en-us/sysinternals/downloads/autoruns) - Change Startup Programs
* [NanaRun](https://github.com/M2Team/NanaRun) - System Admin Tools * [NanaRun](https://github.com/M2Team/NanaRun) - System Admin Tools
* [PolicyPlus](https://github.com/Fleex255/PolicyPlus) - Local Group Policy Editor * [PolicyPlus](https://github.com/Fleex255/PolicyPlus) - Local Group Policy Editor
* [PowerPlanSwitcher](https://www.microsoft.com/en-us/p/powerplanswitcher/9nblggh556l3) - Quickly Change Power Schemes * [PowerPlanSwitcher](https://www.microsoft.com/en-us/p/powerplanswitcher/9nblggh556l3) - Quickly Change Power Schemes
* [Scheduler](https://www.splinterware.com/products/scheduler.html) or [TaskRunner](https://www.keyefficiency.com/) - System Task Scheduler * [Scheduler](https://www.splinterware.com/products/scheduler.html) or [TaskRunner](https://www.keyefficiency.com/) - System Task Scheduler
* [Process Explorer](https://learn.microsoft.com/en-us/sysinternals/downloads/process-explorer), [CoreTemp](https://www.alcpu.com/CoreTemp/) or [System Informer](https://systeminformer.sourceforge.io/) - Process Monitors * [Process Explorer](https://learn.microsoft.com/en-us/sysinternals/downloads/process-explorer), [CoreTemp](https://www.alcpu.com/CoreTemp/) or [System Informer](https://systeminformer.sourceforge.io/) - Process Monitors
* [RunCat](https://github.com/Kyome22/RunCat_for_windows) - Animated CPU Monitor
* [7-Max](https://7-max.com/) - Increase App Performance * [7-Max](https://7-max.com/) - Increase App Performance
* [ThrottleStop](https://www.techpowerup.com/download/techpowerup-throttlestop/) - Laptop CPU Monitor / Optimizer * [ThrottleStop](https://www.techpowerup.com/download/techpowerup-throttlestop/) - Laptop CPU Monitor / Optimizer
* [RegExp](https://github.com/zodiacon/TotalRegistry), [ripgrep-all](https://github.com/phiresky/ripgrep-all) or [Registry-Finder](https://registry-finder.com/) - Registry Explorers * [RegExp](https://github.com/zodiacon/TotalRegistry), [RegScanner](https://www.nirsoft.net/utils/regscanner.html), [ripgrep-all](https://github.com/phiresky/ripgrep-all) or [Registry-Finder](https://registry-finder.com/) - Registry Explorers / Scanners
* [WinbIndex](https://winbindex.m417z.com/) - Windows System Files / Binaries * [WinbIndex](https://winbindex.m417z.com/) - Windows System Files / Binaries
* [OfflineInsiderEnroll](https://github.com/abbodi1406/offlineinsiderenroll) - Enable Windows Insider without Account * [OfflineInsiderEnroll](https://github.com/abbodi1406/offlineinsiderenroll) - Enable Windows Insider without Account
* [Google Assistant Desktop Client](https://github.com/Melvin-Abraham/Google-Assistant-Unofficial-Desktop-Client) or [Leon](https://getleon.ai/) - AI Assistant
* [Rhasspy](https://rhasspy.readthedocs.io/en/latest/) - Voice Assistant * [Rhasspy](https://rhasspy.readthedocs.io/en/latest/) - Voice Assistant
* [OpenRecall](https://github.com/openrecall/openrecall) or [Windrecorder](https://github.com/yuka-friends/Windrecorder/) - Memory Search App / System Recorders * [OpenRecall](https://github.com/openrecall/openrecall) or [Windrecorder](https://github.com/yuka-friends/Windrecorder/) - Memory Search App / System Recorders
* [Time.is](https://time.is/) - Check Accuracy of System Clock * [Time.is](https://time.is/) - Check Accuracy of System Clock
@ -43,9 +41,9 @@
## ▷ System Debloating ## ▷ System Debloating
* ⭐ **[Bulk Crap Uninstaller](https://www.bcuninstaller.com/)** or [Revo Uninstaller](https://www.revouninstaller.com/products/revo-uninstaller-free/) - Bulk Uninstallation Tools * ⭐ **[Bulk Crap Uninstaller](https://www.bcuninstaller.com/)**, [Revo Uninstaller](https://www.revouninstaller.com/products/revo-uninstaller-free/) or [GeekUninstaller](https://geekuninstaller.com/) - Bulk Uninstallation Tools
* ⭐ **[BleachBit](https://www.bleachbit.org/)** - Clean System Storage
* ⭐ **[SophiApp](https://github.com/Sophia-Community/SophiApp)** / [Script](https://github.com/farag2/Sophia-Script-for-Windows) - Debloater * ⭐ **[SophiApp](https://github.com/Sophia-Community/SophiApp)** / [Script](https://github.com/farag2/Sophia-Script-for-Windows) - Debloater
* [BleachBit](https://www.bleachbit.org/) - Clean System Storage
* [GhostBuster](https://bitbucket.org/wvd-vegt/ghostbuster/src/master/) or [Device Cleanup Tool](https://www.majorgeeks.com/files/details/device_cleanup_tool.html) - Remove Non-Present Devices * [GhostBuster](https://bitbucket.org/wvd-vegt/ghostbuster/src/master/) or [Device Cleanup Tool](https://www.majorgeeks.com/files/details/device_cleanup_tool.html) - Remove Non-Present Devices
* [Win11Debloat](https://github.com/Raphire/Win11Debloat) - Debloater * [Win11Debloat](https://github.com/Raphire/Win11Debloat) - Debloater
* [Should I Remove It?](https://www.shouldiremoveit.com/) - Program Removal Guide * [Should I Remove It?](https://www.shouldiremoveit.com/) - Program Removal Guide
@ -58,33 +56,29 @@
* ⭐ **[Open Shell](https://open-shell.github.io/Open-Shell-Menu/)** - Tweak Start Menu * ⭐ **[Open Shell](https://open-shell.github.io/Open-Shell-Menu/)** - Tweak Start Menu
* ⭐ **[EarTrumpet](https://eartrumpet.app/)**, [Volumey](https://github.com/G-Stas/Volumey) or [Volume2](https://github.com/irzyxa/Volume2) - Tweak Volume Mixer * ⭐ **[EarTrumpet](https://eartrumpet.app/)**, [Volumey](https://github.com/G-Stas/Volumey) or [Volume2](https://github.com/irzyxa/Volume2) - Tweak Volume Mixer
* ⭐ **[AltSnap](https://github.com/RamonUnch/AltSnap)** - Tweaked Windows Dragging * ⭐ **[AltSnap](https://github.com/RamonUnch/AltSnap)** - Tweaked Windows Dragging
* [MajorGeeks Windows Tweaks](https://www.majorgeeks.com/files/details/majorgeeks_registry_tweaks.html), [Winaero](https://winaero.com/) or [Windhawk](https://windhawk.net/) - System Tweaking Tools / **[Warning](https://pastebin.com/vMYCiAGE)** * [MajorGeeks Windows Tweaks](https://www.majorgeeks.com/files/details/majorgeeks_registry_tweaks.html), [Winaero](https://winaero.com/) or [Windhawk](https://windhawk.net/) - System Tweaking Tools / **[Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#general-tweak-warning)**
* [abbodi1406](https://forums.mydigitallife.net/threads/abbodi1406s-batch-scripts-repo.74197/), [BatUtil](https://github.com/abbodi1406/BatUtil) or [TechNet-Gallery](https://github.com/MScholtes/TechNet-Gallery) - System Scripts * [abbodi1406](https://forums.mydigitallife.net/threads/abbodi1406s-batch-scripts-repo.74197/), [BatUtil](https://github.com/abbodi1406/BatUtil) or [TechNet-Gallery](https://github.com/MScholtes/TechNet-Gallery) - System Scripts
* [Win10 Widgets](https://win10widgets.com/) or [Eww](https://github.com/elkowar/eww) - Widgets for Windows * [Win10 Widgets](https://win10widgets.com/) or [Eww](https://github.com/elkowar/eww) - Widgets for Windows
* [Wintoys](https://apps.microsoft.com/store/detail/wintoys/9P8LTPGCBZXD) - System App Tweaking * [Wintoys](https://apps.microsoft.com/store/detail/wintoys/9P8LTPGCBZXD) - System App Tweaking
* [Listary](https://www.listary.com/), [FlowLauncher](https://www.flowlauncher.com/), [Ueli](https://ueli.app/) / [GitHub](https://github.com/oliverschwendener/ueli) - Keystroke / App Launchers * [Wox](https://github.com/Wox-launcher/Wox), [Listary](https://www.listary.com/), [FlowLauncher](https://www.flowlauncher.com/), [Ueli](https://ueli.app/) / [GitHub](https://github.com/oliverschwendener/ueli) - Keystroke / App Launchers
* [Kando](https://github.com/kando-menu/kando) - App Launcher / Pie Menu / [Discord](https://discord.gg/hZwbVSDkhy) * [Kando](https://kando.menu/) - App Launcher / Pie Menu / [GitHub](https://github.com/kando-menu/kando) / [Discord](https://discord.gg/hZwbVSDkhy)
* [Hunt and Peck](https://github.com/zsims/hunt-and-peck/) or [Cerebro App](https://cerebroapp.com/) - Tweaked System Navigation * [Hunt and Peck](https://github.com/zsims/hunt-and-peck/) or [Cerebro App](https://cerebroapp.com/) - Tweaked System Navigation
* [SmartSystemMenu](https://github.com/AlexanderPro/SmartSystemMenu) - Tweak System Menu * [SmartSystemMenu](https://github.com/AlexanderPro/SmartSystemMenu) - Tweak System Menu
* [EasyContextMenu](https://www.sordum.org/7615/easy-context-menu-v1-6/) or [Nilesoft Shell](https://nilesoft.org/) - Tweaked Context Menus * [EasyContextMenu](https://www.sordum.org/7615/easy-context-menu-v1-6/), [Nilesoft Shell](https://nilesoft.org/), [ContextMenuManager](https://github.com/BluePointLilac/ContextMenuManager/blob/master/README-en.md) or
* [ContextMenuManager](https://github.com/BluePointLilac/ContextMenuManager/blob/master/README-en.md) - Customize Context Menu * [RCWM](https://github.com/GChuf/RCWM) - Tweaked Context Menus
* [RCWM](https://github.com/GChuf/RCWM) - Context Menu Tools
* [Spencer](https://www.the-sz.com/products/spencer/) or [Fluent-Metro](https://github.com/bonzibudd/Fluent-Metro) - Classic Start Menu * [Spencer](https://www.the-sz.com/products/spencer/) or [Fluent-Metro](https://github.com/bonzibudd/Fluent-Metro) - Classic Start Menu
* [Taskbar Tweaker](https://ramensoftware.com/7-taskbar-tweaker) - Taskbar Advanced Features * [Taskbar Tweaker](https://ramensoftware.com/7-taskbar-tweaker) - Taskbar Advanced Features
* [ButteryTaskbar](https://github.com/LuisThiamNye/ButteryTaskbar2) - Hide Taskbar When Start Menu is Closed
* [Taskbar Hide](https://www.eusing.com/hidewindows/bosskey.htm) - Easily Hide / Show Taskbar * [Taskbar Hide](https://www.eusing.com/hidewindows/bosskey.htm) - Easily Hide / Show Taskbar
* [QuickLook](https://github.com/QL-Win/QuickLook) - macOS Quick Look for Windows * [QuickLook](https://github.com/QL-Win/QuickLook) - macOS Quick Look for Windows
* [TopNotify](https://github.com/SamsidParty/TopNotify) - Move Windows Notifications * [TopNotify](https://github.com/SamsidParty/TopNotify) - Move Windows Notifications
* [WinMute](https://github.com/lx-s/WinMute/) - Automatically Mute PC
*** ***
## ▷ Package Managers ## ▷ Package Managers
* ⭐ **[WinGet](https://github.com/microsoft/winget-cli)** - CLI Package Manager * ⭐ **[WinGet](https://github.com/microsoft/winget-cli)** - CLI Package Manager / [Repos](https://winstall.app/) / [Automation](https://github.com/topgrade-rs/topgrade) / [Auto Update](https://github.com/Romanitho/Winget-AutoUpdate)
* ⭐ **WinGet Tools** - [Repo Browser](https://winstall.app/) / [Automation](https://github.com/topgrade-rs/topgrade) / [Auto Updates](https://github.com/Romanitho/Winget-AutoUpdate)
* ⭐ **[Scoop](https://scoop.sh/)** - CLI Package Manager
* ⭐ **[UniGetUI](https://github.com/marticliment/WingetUI)** - GUI for Popular Package Managers * ⭐ **[UniGetUI](https://github.com/marticliment/WingetUI)** - GUI for Popular Package Managers
* ⭐ [hok](https://github.com/chawyehsu/hok) or [Scoop](https://scoop.sh/) / [Faster Commands](https://github.com/winpax/sfsu/) - CLI Package Managers
* [Spinel](https://spinel.ovh/) - Multi-Program Install Script Generator * [Spinel](https://spinel.ovh/) - Multi-Program Install Script Generator
* [Chocolatey](https://github.com/chocolatey/choco) / [GUI](https://github.com/chocolatey/ChocolateyGUI), [Patch My PC](https://patchmypc.com/home-updater) or [RuckZuck](https://ruckzuck.tools/) - Package Managers * [Chocolatey](https://github.com/chocolatey/choco) / [GUI](https://github.com/chocolatey/ChocolateyGUI), [Patch My PC](https://patchmypc.com/home-updater) or [RuckZuck](https://ruckzuck.tools/) - Package Managers
* [Silent Install](https://www.silentinstall.org/) - Build Multi-Program Installers * [Silent Install](https://www.silentinstall.org/) - Build Multi-Program Installers
@ -97,16 +91,16 @@
## ▷ Terminal / CLI ## ▷ Terminal / CLI
* 🌐 **[The Terminal Directory](https://termui.sh/)** - List of Terminal Emulators
* 🌐 **[terminals-are-sexy](https://terminalsare.sexy/)** - Terminal Resources * 🌐 **[terminals-are-sexy](https://terminalsare.sexy/)** - Terminal Resources
* 🌐 **[Awesome CLI Apps](https://github.com/agarrharr/awesome-cli-apps)** or [Command Line Tools](https://github.com/learn-anything/command-line-tools) - Command Line Resources * 🌐 **[Awesome CLI Apps](https://github.com/agarrharr/awesome-cli-apps)** or [Command Line Tools](https://github.com/learn-anything/command-line-tools) - Command Line Resources
* ⭐ **[ss64](https://ss64.com/)** - Command Line Reference Index * ⭐ **[ss64](https://ss64.com/)** - Command Line Reference Index
* [Windows Terminal](https://www.microsoft.com/store/productId/9N0DX20HK701) / [2](https://github.com/microsoft/terminal/), [kitty](https://sw.kovidgoyal.net/kitty/), [Tess](https://github.com/SquitchYT/Tess), [ConEmu](https://github.com/Maximus5/ConEmu), [Hyper](https://hyper.is/), [Tabby](https://tabby.sh/), [MobaXterm](https://mobaxterm.mobatek.net/) or [WezTerm](https://wezfurlong.org/wezterm/) - Windows Terminals * [Windows Terminal](https://www.microsoft.com/store/productId/9N0DX20HK701) / [2](https://github.com/microsoft/terminal/), [ConEmu](https://github.com/Maximus5/ConEmu), [Hyper](https://hyper.is/), [Tabby](https://tabby.sh/), [MobaXterm](https://mobaxterm.mobatek.net/) or [WezTerm](https://wezfurlong.org/wezterm/) - Windows Terminals
* [BusyBox](https://frippery.org/busybox/) - Unix Commands for Windows * [BusyBox](https://frippery.org/busybox/) - Unix Commands for Windows
* [Clink](https://github.com/chrisant996/clink) - Command Line Editing * [Clink](https://github.com/chrisant996/clink) - Command Line Editing
* [Nushell](https://www.nushell.sh/) - Alt Shell * [Nushell](https://www.nushell.sh/) - Alt Shell
* [Tiny Care Terminal](https://github.com/notwaldorf/tiny-care-terminal) - Terminal Dashboard That Cares * [Tiny Care Terminal](https://github.com/notwaldorf/tiny-care-terminal) - Terminal Dashboard That Cares
* [Command Challenge](https://cmdchallenge.com/) - Command Line Learning * [Command Challenge](https://cmdchallenge.com/) - Command Line Learning
* [Alacritty](https://github.com/alacritty/alacritty), [cmder](https://cmder.app), [Fluent Terminal](https://github.com/felixse/FluentTerminal), [Tabby](https://tabby.sh/), [Wives](https://github.com/KRTirtho/wives) or [ExtraTerm](https://extraterm.org/) - Terminal Emulators
* [Mintty](https://mintty.github.io/) - Cygwin Terminal Emulator * [Mintty](https://mintty.github.io/) - Cygwin Terminal Emulator
* [GetDNote](https://www.getdnote.com/) - Command Line Notebook * [GetDNote](https://www.getdnote.com/) - Command Line Notebook
* [PowerShell](https://github.com/powershell/powershell) - PC / Mac / Linux PowerShell * [PowerShell](https://github.com/powershell/powershell) - PC / Mac / Linux PowerShell
@ -118,23 +112,26 @@
## ▷ Remote Desktop ## ▷ Remote Desktop
* ⭐ **[Parsec](https://parsec.app/)** - Desktop Client * ⭐ **[Parsec](https://parsec.app/)** - Desktop Client / [X](https://x.com/parsecteam) / [Discord]( https://discordapp.com/invite/cQjEGFy)
* ⭐ **[RustDesk](https://rustdesk.com/)** - Desktop Client / [GitHub](https://github.com/rustdesk/rustdesk) * ⭐ **[RustDesk](https://rustdesk.com/)** - Desktop Client / [Subreddit](https://www.reddit.com/r/rustdesk/) / [Discord](https://discord.com/invite/nDceKgxnkV) / [GitHub](https://github.com/rustdesk/rustdesk)
* ⭐ **[Aspia](https://aspia.org/)** - Desktop Client / [GitHub](https://github.com/dchapyshev/aspia) * ⭐ **[Aspia](https://aspia.org/)** - Desktop Client / [Telegram](https://t.me/aspia_talks) / [GitHub](https://github.com/dchapyshev/aspia)
* ⭐ **[Sunshine](https://app.lizardbyte.dev/Sunshine/)** or [Moonlight](https://moonlight-stream.org/) - Gaming Remote Desktop Client * ⭐ **[Sunshine](https://app.lizardbyte.dev/Sunshine/)** - Gaming Remote Desktop Client / [Discord](https://discord.com/invite/d6MpcrbYQs) / [GitHub](https://github.com/LizardByte/Sunshine)
* [Moonlight](https://moonlight-stream.org/) - Gaming Remote Desktop Client / [Discord](https://discord.com/invite/CGg5JxN)
* [Arcane](https://github.com/PhrozenIO/Arcane) - Desktop Client * [Arcane](https://github.com/PhrozenIO/Arcane) - Desktop Client
* [ChimeraDesk](https://github.com/morrolinux/ChimeraDesk) - Desktop Client * [ChimeraDesk](https://github.com/morrolinux/ChimeraDesk) - Desktop Client
* [HopToDesk](https://www.hoptodesk.com/) - Desktop Client / [GitLab](https://gitlab.com/hoptodesk/hoptodesk) * [HopToDesk](https://www.hoptodesk.com/) - Desktop Client / [GitLab](https://gitlab.com/hoptodesk/hoptodesk)
* [CoScreen](https://www.coscreen.co/) - Desktop Client * [CoScreen](https://www.coscreen.co/) - Desktop Client
* [Remotly](https://remotly.com/) - Desktop Client * [Remotly](https://remotly.com/) - Desktop Client
* [Screensy](https://screensy.marijn.it/) - Web-Based / [GitHub](https://github.com/screensy/screensy) * [Bananas](https://getbananas.net/) - Desktop Client / [Discord](https://discord.gg/BeN43eJVWS) / [GitHub](https://github.com/mistweaverco/bananas)
* [ChromeRemoteDesktop](https://remotedesktop.google.com/) - Web-Based * [ChromeRemoteDesktop](https://remotedesktop.google.com/) - Web-Based
* [InputDirector](https://www.inputdirector.com/) - Multi-Computer Client * [InputDirector](https://www.inputdirector.com/) - Multi-Computer Client
* [Barrier](https://github.com/debauchee/barrier) - Multi-Computer Client * [Barrier](https://github.com/debauchee/barrier) - Multi-Computer Client
* [Mouse Without Borders](https://www.microsoft.com/en-us/garage/wall-of-fame/mouse-without-borders/) - Multi-Computer Client * [Mouse Without Borders](https://www.microsoft.com/en-us/garage/wall-of-fame/mouse-without-borders/) - Multi-Computer Client
* [Nebula](https://github.com/slackhq/nebula) - Multi-Computer Client * [Nebula](https://github.com/slackhq/nebula) - Multi-Computer Client
* [p2p](https://github.com/miroslavpejic85/p2p) - Portable Client * [p2p](https://github.com/miroslavpejic85/p2p) - Portable Client
* [Screego](https://app.screego.net/) - Screen Sharing / [GitHub](https://github.com/screego/server/) * [Screensy](https://screensy.marijn.it/) - Web-Based / [GitHub](https://github.com/screensy/screensy)
* [Screego](https://app.screego.net/) - Web-Based / [GitHub](https://github.com/screego/server/)
* [Screen-Sharing](https://share-your-screen.vercel.app/) - Web-Based / [GitHub](https://github.com/tonghohin/screen-sharing)
* [TigerVNC](https://tigervnc.org/) - VNC Client * [TigerVNC](https://tigervnc.org/) - VNC Client
* [TightVNC](https://www.tightvnc.com/) - VNC Client * [TightVNC](https://www.tightvnc.com/) - VNC Client
* [noVNC](https://novnc.com/info.html) - JavaScript VNC Client * [noVNC](https://novnc.com/info.html) - JavaScript VNC Client
@ -149,8 +146,6 @@
* [ClipAngel](https://sourceforge.net/projects/clip-angel/) - Clipboard Manager * [ClipAngel](https://sourceforge.net/projects/clip-angel/) - Clipboard Manager
* [CopyQ](https://hluk.github.io/CopyQ/) or [XClipper](https://kaustubhpatange.github.io/XClipper/) - Clipboard Managers with Editing and Scripting Features * [CopyQ](https://hluk.github.io/CopyQ/) or [XClipper](https://kaustubhpatange.github.io/XClipper/) - Clipboard Managers with Editing and Scripting Features
* [MultiClipBoardSlots](https://www.softwareok.com/?seite=Microsoft/MultiClipBoardSlots) - Extend Clipboard by 10 Memory Slots * [MultiClipBoardSlots](https://www.softwareok.com/?seite=Microsoft/MultiClipBoardSlots) - Extend Clipboard by 10 Memory Slots
* [Xtra Clipboard](https://xtra-clipboard.com/) - Chrome Clipboard Manager
* [Control V](https://ctrl.vi/) - Share Images in Your Clipboard via Secret URL
*** ***
@ -160,7 +155,6 @@
* ⭐ **[Komorebi](https://github.com/LGUG2Z/komorebi) or [WorkSpacer](https://workspacer.org/)** - Tiling Window Managers * ⭐ **[Komorebi](https://github.com/LGUG2Z/komorebi) or [WorkSpacer](https://workspacer.org/)** - Tiling Window Managers
* [Whim](https://github.com/dalyIsaac/Whim/) - Pluggable Dynamic Window Manager * [Whim](https://github.com/dalyIsaac/Whim/) - Pluggable Dynamic Window Manager
* [DWM](https://github.com/prabirshrestha/dwm-win32) - Port of X11 dwm to Windows * [DWM](https://github.com/prabirshrestha/dwm-win32) - Port of X11 dwm to Windows
* [United Sets](https://github.com/Windows-Apps-Hub/UnitedSets) - Group Windows Into Tabs
*** ***
@ -168,20 +162,17 @@
* 🌐 **[Awesome Web Desktops](https://github.com/syxanash/awesome-web-desktops)** - OS Emulators / VMs * 🌐 **[Awesome Web Desktops](https://github.com/syxanash/awesome-web-desktops)** - OS Emulators / VMs
* ↪️ **[Android Emulators](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25BA_android_emulators)** * ↪️ **[Android Emulators](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25BA_android_emulators)**
* ⭐ **[VMware Workstation](https://rentry.co/FMHYBase64#vmware) or [VirtualBox](https://www.virtualbox.org/)** / [Portable](https://www.vbox.me/) - Virtual Machines * ↪️ **[Hackintosh Resources](https://old.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_hackintosh)**
* ⭐ **[Virt-Manager](https://virt-manager.org/)** or [Vagrantup](https://www.vagrantup.com/) - Virtual Machine Managers * ⭐ **[VMware Workstation](https://rentry.co/FMHYBase64#vmware), [2](https://softwareupdate.vmware.com/cds/vmw-desktop/ws/), [3](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#vmware-workstation-note) or [VirtualBox](https://www.virtualbox.org/)** / [Portable](https://www.vbox.me/) - Virtual Machines
* ⭐ **[Hackintosh](https://hackintosh.com/)**, [Emaculation](https://www.emaculation.com/), [felixrieseberg](https://github.com/felixrieseberg/macintosh.js/) or [OneClick-macOS](https://github.com/notAperson535/OneClick-macOS-Simple-KVM) - macOS Virtual Machines * ⭐ **[Virt-Manager](https://virt-manager.org/)**, [MultiPass](https://canonical.com/multipass) or [Vagrantup](https://www.vagrantup.com/) - Virtual Machine Managers
* ⭐ **Hackintosh Tools** - [Guide](https://chefkissinc.github.io/guides/hackintosh/), [2](https://www.tonymacx86.com/) / [Ryzen](https://github.com/mikigal/ryzen-hackintosh) / [XiaoMi](https://github.com/daliansky/XiaoMi-Pro-Hackintosh)
* [Looking Glass](https://looking-glass.io/) - App for Using Kernel-Based Virtual Machine Configured for VGA PCI Pass-Through * [Looking Glass](https://looking-glass.io/) - App for Using Kernel-Based Virtual Machine Configured for VGA PCI Pass-Through
* [Qemu](https://gitlab.com/qemu-project/qemu), [Hyper-V](https://learn.microsoft.com/en-us/virtualization/hyper-v-on-windows/) or [Denodo Test](https://community.denodo.com/test-drives/) - Virtual Machines * [Qemu](https://gitlab.com/qemu-project/qemu), [Hyper-V](https://learn.microsoft.com/en-us/virtualization/hyper-v-on-windows/) or [Denodo Test](https://community.denodo.com/test-drives/) - Virtual Machines
* [OSBoxes](https://www.osboxes.org/) - Preinstalled Virtual Machine * [OSBoxes](https://www.osboxes.org/) - Preinstalled Virtual Machine
* [CollabVM](https://computernewb.com/collab-vm/) or [Terminator](https://terminator.aeza.net/) - Online Virtual Machines * [Terminator](https://terminator.aeza.net/) - Online Virtual Machines* [JS Linux](https://bellard.org/jslinux/) - Online Linux Virtual Machines
* [Virtual PC](https://www.microsoft.com/en-us/download/details.aspx?id=3243) - Windows XP Virtual Machine
* [QuickEmu](https://github.com/quickemu-project/quickemu) or [Dexpot](https://www.dexpot.de/) - Virtual Machine Creator * [QuickEmu](https://github.com/quickemu-project/quickemu) or [Dexpot](https://www.dexpot.de/) - Virtual Machine Creator
* [Virtual x86](https://copy.sh/v86/) - x86-compatible OS Emulators * [Virtual x86](https://copy.sh/v86/) - x86-compatible OS Emulators
* [PCjs Machines](https://www.pcjs.org/) or [Windows93](https://www.windows93.net/) - Classic Computer Emulators * [PCjs Machines](https://www.pcjs.org/) - Classic Computer Emulators
* [InfiniteMac](https://infinitemac.org/) - Apple OS Emulators * [InfiniteMac](https://infinitemac.org/) - Apple OS Emulators
* [Quantum Playground](https://www.quantumplayground.net/#/home) - Quantum Computer Simulator
* [winevdm](https://github.com/otya128/winevdm) - 16-bit Windows on 64-bit Systems * [winevdm](https://github.com/otya128/winevdm) - 16-bit Windows on 64-bit Systems
* [Blink](https://github.com/jart/blink) - Linux Emulator for Windows * [Blink](https://github.com/jart/blink) - Linux Emulator for Windows
* [Dockerholics](https://github.com/petersem/dockerholics) - Docker Apps * [Dockerholics](https://github.com/petersem/dockerholics) - Docker Apps
@ -195,9 +186,9 @@
* ⭐ **[PSU Calculator](https://www.newegg.com/tools/power-supply-calculator/)** or [Power Supply Calculator](https://outervision.com/power-supply-calculator) - Find Compatible Power Supplies * ⭐ **[PSU Calculator](https://www.newegg.com/tools/power-supply-calculator/)** or [Power Supply Calculator](https://outervision.com/power-supply-calculator) - Find Compatible Power Supplies
* [DeviceTests](https://devicetests.com/) - Multiple Device Tests * [DeviceTests](https://devicetests.com/) - Multiple Device Tests
* [NotCPUCores](https://github.com/rcmaehl/NotCPUCores), [ParkControl](https://bitsum.com/parkcontrol/), [QuickCPU](https://coderbag.com/product/quickcpu) or [Process Lasso](https://bitsum.com/) - CPU Optimizer * [NotCPUCores](https://github.com/rcmaehl/NotCPUCores), [ParkControl](https://bitsum.com/parkcontrol/), [QuickCPU](https://coderbag.com/product/quickcpu) or [Process Lasso](https://bitsum.com/) - CPU Optimizer
* [Ozone3D](https://www.ozone3d.net/index_softwares.php) or [OCCT](https://www.ocbase.com/occt/personal ) - System Benchmarking * [Ozone3D](https://www.ozone3d.net/index_softwares.php), [UNIGINE Benchmarks](https://benchmark.unigine.com/) or [OCCT](https://www.ocbase.com/occt/personal ) - System Benchmarking
* [Testmem5](https://www.overclock.net/threads/memory-testing-with-testmem5-tm5-with-custom-configs.1751608/) - Memory Benchmarking * [Testmem5](https://www.overclock.net/threads/memory-testing-with-testmem5-tm5-with-custom-configs.1751608/) - Memory Benchmarking
* [SDIO](https://glenn.delahoy.com/snappy-driver-installer-origin), [Drivers Collection](https://driverscollection.com/), [Driverscape](https://www.driverscape.com/) or [DriverStoreExplorer](https://github.com/lostindark/DriverStoreExplorer) - Update / Install Missing Drivers / [Note](https://pastebin.com/TE3CVHfN) * [SDIO](https://glenn.delahoy.com/snappy-driver-installer-origin), [Drivers Collection](https://driverscollection.com/), [Driverscape](https://www.driverscape.com/) or [DriverStoreExplorer](https://github.com/lostindark/DriverStoreExplorer) - Update / Install Missing Drivers / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#driver-note)
* [VOGONS](https://www.vogons.org/) - Vintage Computer Hardware Forum * [VOGONS](https://www.vogons.org/) - Vintage Computer Hardware Forum
*** ***
@ -221,15 +212,15 @@
## ▷ GPU Tools ## ▷ GPU Tools
* ⭐ **[nvtop](https://github.com/Syllo/nvtop)** - GPU / Accelerator Process Monitor * ⭐ **[NVTOP](https://github.com/Syllo/nvtop)** - GPU / Accelerator Process Monitor
* ⭐ **[GreenWithEnvy](https://gitlab.com/leinardi/gwe)** - Manage / Control NVIDIA Cards * ⭐ **[GreenWithEnvy](https://gitlab.com/leinardi/gwe)** - Manage / Control NVIDIA Cards
* ⭐ **[NVCleanInstall](https://www.techpowerup.com/download/techpowerup-nvcleanstall/)** or [NVSlimmer](https://forums.guru3d.com/threads/nvslimmer-nvidia-driver-slimming-utility.423072/) - NVIDIA Driver Packages * ⭐ **[NVCleanstall](https://www.techpowerup.com/download/techpowerup-nvcleanstall/)** or [NVSlimmer](https://forums.guru3d.com/threads/nvslimmer-nvidia-driver-slimming-utility.423072/) - NVIDIA Driver Packages
* [Display Driver Uninstaller](https://www.wagnardsoft.com/display-driver-uninstaller-ddu-), [2](https://www.guru3d.com/download/display-driver-uninstaller-download) - Display Driver Removal Tool / [GitHub](https://github.com/Wagnard/display-drivers-uninstaller)
* [NVIDIA App](https://www.nvidia.com/en-us/software/nvidia-app/) - NVIDIA Driver Manager * [NVIDIA App](https://www.nvidia.com/en-us/software/nvidia-app/) - NVIDIA Driver Manager
* [TinyNvidiaUpdateChecker](https://github.com/ElPumpo/TinyNvidiaUpdateChecker) - NVIDIA GPU Update Checker * [TinyNvidiaUpdateChecker](https://github.com/ElPumpo/TinyNvidiaUpdateChecker) - NVIDIA GPU Update Checker
* [Vintage3D](https://vintage3d.org/driver.php) - First Gen 3D Drivers
* [nvidiaProfileInspector](https://github.com/Orbmu2k/nvidiaProfileInspector) - Modify / View Hidden NVIDIA Settings / [Guide](https://youtu.be/XncmeD8khKY) * [nvidiaProfileInspector](https://github.com/Orbmu2k/nvidiaProfileInspector) - Modify / View Hidden NVIDIA Settings / [Guide](https://youtu.be/XncmeD8khKY)
* [R.ID](https://rdn-id.com/) - AMD 3rd Party Drivers / [Discord](https://discord.gg/rdnid)
* [AMDDebloat](https://rentry.co/AMDDebloat) or [RadeonSoftwareSlimmer](https://github.com/GSDragoon/RadeonSoftwareSlimmer) - Debloat AMD Drivers * [AMDDebloat](https://rentry.co/AMDDebloat) or [RadeonSoftwareSlimmer](https://github.com/GSDragoon/RadeonSoftwareSlimmer) - Debloat AMD Drivers
* [R.ID](https://rdn-id.com/) - AMD 3rd Party Drivers / [Discord](https://discord.gg/rdnid)
* [SMCAMDProcessor](https://github.com/trulyspinach/SMCAMDProcessor) - AMD Processor Power Management * [SMCAMDProcessor](https://github.com/trulyspinach/SMCAMDProcessor) - AMD Processor Power Management
* [PresentMon](https://github.com/GameTechDev/PresentMon) - GPU Benchmarking * [PresentMon](https://github.com/GameTechDev/PresentMon) - GPU Benchmarking
* [GsyncSwitch](https://github.com/kwizatz88/GsyncSwitch) - Switch G-Sync or HDR On / Off * [GsyncSwitch](https://github.com/kwizatz88/GsyncSwitch) - Switch G-Sync or HDR On / Off
@ -244,18 +235,18 @@
* 🌐 **[Awesome DataHoarding](https://github.com/simon987/awesome-datahoarding)** - Data Hoarding Resources * 🌐 **[Awesome DataHoarding](https://github.com/simon987/awesome-datahoarding)** - Data Hoarding Resources
* ⭐ **[WizTree](https://www.diskanalyzer.com/)** - Disk Usage Analyzer * ⭐ **[WizTree](https://www.diskanalyzer.com/)** - Disk Usage Analyzer
* ⭐ **[CrystalDiskMark](https://crystalmark.info/en/software/crystaldiskmark/)** or [CCISOBench](https://ccsiobench.com/) - Disk Benchmarking Tools * ⭐ **[CrystalDiskMark](https://crystalmark.info/en/software/crystaldiskmark/)** or [CCISOBench](https://ccsiobench.com/) - Disk Benchmarking Tools
* ⭐ **[GParted](https://gparted.org/)**, [Rescuezilla](https://rescuezilla.com/), [CloneZilla](https://clonezilla.org/), [Partition Wizard](https://www.partitionwizard.com/) or [AOMEI](https://www.diskpart.com/) - Partition Managers * ⭐ **[GParted](https://gparted.org/)**, [MiniTool Partition Wizard](https://www.partitionwizard.com/) or [AOMEI Partition Assistant](https://www.diskpart.com/) - Partition Managers
* ⭐ **[Validrive](https://www.grc.com/validrive.htm)** - Check True Storage Size of USB Devices * ⭐ **[Validrive](https://www.grc.com/validrive.htm)** - Check True Storage Size of USB Devices
* [WinDirStat](https://windirstat.net/) - Disk Usage Analyzer / Cleanup Tool
* [TrueNAS](https://www.truenas.com/) - Storage System * [TrueNAS](https://www.truenas.com/) - Storage System
* [QDirStat](https://github.com/shundhammer/qdirstat) - Directory Statistics * [QDirStat](https://github.com/shundhammer/qdirstat) - Directory Statistics
* [CrystalDiskInfo](https://crystalmark.info/en/software/crystaldiskinfo/) - S.M.A.R.T. Data Analyzer * [CrystalDiskInfo](https://crystalmark.info/en/software/crystaldiskinfo/) - S.M.A.R.T. Data Analyzer
* [Macrorit Partition Expert](https://macrorit.com/partition-magic-manager/partition-expert-download.html) or [Diskovery](https://diskovery.io/) - Disk Usage Analyzers * [Macrorit Partition Expert](https://macrorit.com/partition-magic-manager/partition-expert-download.html) or [Diskovery](https://diskovery.io/) - Disk Usage Analyzers
* [WinDirStat](https://windirstat.net/) - Disk Usage Analyzer / Cleanup Tool
* [Gdu](https://github.com/dundee/gdu) or [dua](https://lib.rs/crates/dua-cli) - Disk Usage Analyzer with Parallel Processing * [Gdu](https://github.com/dundee/gdu) or [dua](https://lib.rs/crates/dua-cli) - Disk Usage Analyzer with Parallel Processing
* [Erdtree](https://github.com/solidiquis/erdtree) - Cross-Platform Disk Usage Analyzer * [Erdtree](https://github.com/solidiquis/erdtree) - Cross-Platform Disk Usage Analyzer
* [PC Manager](https://pcmanager-en.microsoft.com/) or [CleanmgrPlus](https://github.com/builtbybel/CleanmgrPlus) - Disk Managers / Cleanup * [PC Manager](https://pcmanager-en.microsoft.com/) or [CleanmgrPlus](https://github.com/builtbybel/CleanmgrPlus) - Disk Managers / Cleanup
* [Air Live Drive](https://www.airlivedrive.com/en/) - Mount Cloud Drives as Local Disks * [Air Live Drive](https://www.airlivedrive.com/en/) - Mount Cloud Drives as Local Disks
* [SFTPDrive](https://www.nsoftware.com/sftpdrive) - Mount SFTP Servers as Local Disks * [SFTPDrive](https://www.callback.com/sftpdrive) - Mount SFTP Servers as Local Disks
*** ***
@ -264,7 +255,6 @@
* ⭐ **[DisplayFusion](https://www.displayfusion.com/)** or [Dual Monitor Tool](https://sourceforge.net/projects/dualmonitortool/) - Dual Monitor Tools * ⭐ **[DisplayFusion](https://www.displayfusion.com/)** or [Dual Monitor Tool](https://sourceforge.net/projects/dualmonitortool/) - Dual Monitor Tools
* ⭐ **[f.lux](https://justgetflux.com/)**, [LightBulb](https://github.com/Tyrrrz/LightBulb), [ScreenTemperature](https://github.com/massaiTHEdog1/ScreenTemperature) or [SunsetScreen](https://www.skytopia.com/software/sunsetscreen/index.htm) - Adjust Display Color / Temperature * ⭐ **[f.lux](https://justgetflux.com/)**, [LightBulb](https://github.com/Tyrrrz/LightBulb), [ScreenTemperature](https://github.com/massaiTHEdog1/ScreenTemperature) or [SunsetScreen](https://www.skytopia.com/software/sunsetscreen/index.htm) - Adjust Display Color / Temperature
* ⭐ **[Monitorian](https://github.com/emoacht/Monitorian)**, **[Twinkle Tray](https://twinkletray.com/)** / [GitHub](https://github.com/xanderfrangos/twinkle-tray) or [Dimmer](https://www.nelsonpires.com/software/dimmer) - Adjust Monitor Brightness * ⭐ **[Monitorian](https://github.com/emoacht/Monitorian)**, **[Twinkle Tray](https://twinkletray.com/)** / [GitHub](https://github.com/xanderfrangos/twinkle-tray) or [Dimmer](https://www.nelsonpires.com/software/dimmer) - Adjust Monitor Brightness
* [Display Driver Uninstaller](https://www.wagnardsoft.com/display-driver-uninstaller-ddu-), [2](https://www.guru3d.com/download/display-driver-uninstaller-download) - Display Driver Removal Tool / [GitHub](https://github.com/Wagnard/display-drivers-uninstaller)
* [EIZO](https://www.eizo.be/monitor-test/), [Monitor](https://www.monitortests.com/) or [LCDTech](https://lcdtech.info/en/tests/) - Monitor Performance Tests * [EIZO](https://www.eizo.be/monitor-test/), [Monitor](https://www.monitortests.com/) or [LCDTech](https://lcdtech.info/en/tests/) - Monitor Performance Tests
* [TestUFO](https://www.testufo.com/) - Monitor Framerate Test * [TestUFO](https://www.testufo.com/) - Monitor Framerate Test
* [LittleBigMouse](https://github.com/mgth/LittleBigMouse) - DPI Test * [LittleBigMouse](https://github.com/mgth/LittleBigMouse) - DPI Test
@ -289,14 +279,15 @@
* ⭐ **[/r/MechanicalKeyboards Wiki](https://www.reddit.com/r/MechanicalKeyboards/wiki/index)** - Mechanical Keyboard Resources * ⭐ **[/r/MechanicalKeyboards Wiki](https://www.reddit.com/r/MechanicalKeyboards/wiki/index)** - Mechanical Keyboard Resources
* ⭐ **[Hotkey Cheatsheet](https://hotkeycheatsheet.com/)**, [Use The Keyboard](https://usethekeyboard.com/), [HotkeyP](https://sourceforge.net/projects/hotkeyp/), [Clavier++](https://gryder.org/software/clavier-plus/), [Kinto](https://github.com/rbreaves/kinto) or [CheatKeys](https://cheatkeys.com/cheatSheet) - Keyboard Shortcuts / [Image](https://i.ibb.co/yNHRPfm/2147ec86baff.png), [2](https://i.ibb.co/XyWn2qc/075be8840d12.png) / [Course](https://keycombiner.com/) * ⭐ **[Hotkey Cheatsheet](https://hotkeycheatsheet.com/)**, [Use The Keyboard](https://usethekeyboard.com/), [HotkeyP](https://sourceforge.net/projects/hotkeyp/), [Clavier++](https://gryder.org/software/clavier-plus/), [Kinto](https://github.com/rbreaves/kinto) or [CheatKeys](https://cheatkeys.com/cheatSheet) - Keyboard Shortcuts / [Image](https://i.ibb.co/yNHRPfm/2147ec86baff.png), [2](https://i.ibb.co/XyWn2qc/075be8840d12.png) / [Course](https://keycombiner.com/)
* ⭐ **[VIA](https://usevia.app/)** / [GitHub](https://github.com/the-via/app), [SharpKeys](https://github.com/randyrants/sharpkeys/), [Kanata](https://github.com/jtroo/kanata), [Vial](https://get.vial.today/), [Ergogen](https://ergogen.xyz/), [Mahou](https://gitea.com/BladeMight/Mahou) or [Persistence](https://github.com/NtQuerySystemInformation/CustomKeyboardLayoutPersistence) - Custom Keyboard Layouts / Remapping * ⭐ **[VIA](https://usevia.app/)** / [GitHub](https://github.com/the-via/app), [SharpKeys](https://github.com/randyrants/sharpkeys/), [Kanata](https://github.com/jtroo/kanata), [Ergogen](https://ergogen.xyz/), [Mahou](https://gitea.com/BladeMight/Mahou) or [Persistence](https://github.com/NtQuerySystemInformation/CustomKeyboardLayoutPersistence) - Custom Keyboard Layouts / Remapping
* ⭐ **[geekhack](https://geekhack.org/)** or [KeebTalk](https://www.keebtalk.com/) - Keyboard Forums * ⭐ **[geekhack](https://geekhack.org/)** or [KeebTalk](https://www.keebtalk.com/) - Keyboard Forums
* [X-Mouse Button Control](https://www.highrez.co.uk/downloads/XMouseButtonControl.htm) - Re-Map Mouse Buttons / Scroll Wheel * [X-Mouse Button Control](https://www.highrez.co.uk/downloads/XMouseButtonControl.htm) - Re-Map Mouse Buttons / Scroll Wheel
* [MoveMouse](https://github.com/sw3103/movemouse/) or [MouseJiggler](https://github.com/arkane-systems/mousejiggler) - Simulate User Activity * [MoveMouse](https://github.com/sw3103/movemouse/) or [MouseJiggler](https://github.com/arkane-systems/mousejiggler) - Simulate User Activity
* [Raw Accel](https://github.com/a1xd/rawaccel) - Mouse Acceleration Tool * [Raw Accel](https://github.com/RawAccelOfficial/rawaccel) - Mouse Acceleration Tool
* [StrokeIt](https://www.tcbmi.com/strokeit/) or [StrokesPlus](https://www.strokesplus.net/) - Mouse Gestures * [StrokeIt](https://www.tcbmi.com/strokeit/) - Mouse Gestures
* [Espanso](https://espanso.org/) - Typing Shortcuts / [GitHub](https://github.com/espanso/espanso) * [Espanso](https://espanso.org/) - Typing Shortcuts / [GitHub](https://github.com/espanso/espanso)
* [win-vind](https://pit-ray.github.io/win-vind/) - Vim Style Keybindings for Windows * [win-vind](https://pit-ray.github.io/win-vind/) - Vim Style Keybindings for Windows
* [Vial](https://get.vial.today/) - Custom Keyboard Config Tool
* [KeyViz](https://github.com/mulaRahul/keyviz) - Keystroke Visualizer * [KeyViz](https://github.com/mulaRahul/keyviz) - Keystroke Visualizer
* [WhatPulse](https://whatpulse.org/) - Mouse / Keyboard Usage Analyzer * [WhatPulse](https://whatpulse.org/) - Mouse / Keyboard Usage Analyzer
* [Kmonad](https://github.com/kmonad/kmonad) - Keyboard Manager * [Kmonad](https://github.com/kmonad/kmonad) - Keyboard Manager
@ -305,6 +296,7 @@
* [Is this good?](https://wiki.keyboard.gay/) - Custom Keyboard Guides * [Is this good?](https://wiki.keyboard.gay/) - Custom Keyboard Guides
* [DreyMaR's](https://dreymar.colemak.org/) - Keyboard Tips and Resources * [DreyMaR's](https://dreymar.colemak.org/) - Keyboard Tips and Resources
* [Keyboard University](https://keyboard.university/) or [KDB](http://xahlee.info/kbd/keyboarding.html) - Mechanical Keyboard Building Guides * [Keyboard University](https://keyboard.university/) or [KDB](http://xahlee.info/kbd/keyboarding.html) - Mechanical Keyboard Building Guides
* [Cosmos](https://ryanis.cool/cosmos/) - Create Custom Keyboards
* [Keyboard Simulator](https://keyboardsimulator.xyz/) - Design & Test Virtual Keyboards * [Keyboard Simulator](https://keyboardsimulator.xyz/) - Design & Test Virtual Keyboards
* [Key Test](https://en.key-test.ru/) - Keyboard Tester * [Key Test](https://en.key-test.ru/) - Keyboard Tester
@ -312,7 +304,7 @@
## ▷ System Audio ## ▷ System Audio
* ⭐ **[Equalizer APO](https://equalizerapo.com/)**, **[AutoEq](https://autoeq.app/)**, [PeaceEqualizer](https://sourceforge.net/projects/peace-equalizer-apo-extension/), [Dolby Access](https://apps.microsoft.com/detail/9n0866fs04w8) / [Note](https://pastebin.com/itqerXx2) or [FXSound](https://www.fxsound.com/) - Audio Equalizers * ⭐ **[Equalizer APO](https://sourceforge.net/projects/equalizerapo/files/)** / [2](https://equalizerapo.com/), **[AutoEq](https://autoeq.app/)**, [PeaceEqualizer](https://sourceforge.net/projects/peace-equalizer-apo-extension/), [Dolby Access](https://apps.microsoft.com/detail/9n0866fs04w8) / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#dolby-access--atmos-note) or [FXSound](https://www.fxsound.com/) - Audio Equalizers
* [Wave Link](https://help.elgato.com/hc/en-us/articles/360044566172-Wave-Link-First-Time-Setup-for-Windows-10) or [VoiceMeeter](https://vb-audio.com/Voicemeeter/index.htm) / [Banana](https://vb-audio.com/Voicemeeter/banana.htm) - Audio Mixers / Multi-Device Playback * [Wave Link](https://help.elgato.com/hc/en-us/articles/360044566172-Wave-Link-First-Time-Setup-for-Windows-10) or [VoiceMeeter](https://vb-audio.com/Voicemeeter/index.htm) / [Banana](https://vb-audio.com/Voicemeeter/banana.htm) - Audio Mixers / Multi-Device Playback
* [SoundSwitch](https://soundswitch.aaflalo.me/) - Switch Audio Device with Hotkey / [GitHub](https://github.com/Belphemur/SoundSwitch) * [SoundSwitch](https://soundswitch.aaflalo.me/) - Switch Audio Device with Hotkey / [GitHub](https://github.com/Belphemur/SoundSwitch)
* [SonyHeadphonesClient](https://github.com/Plutoberth/SonyHeadphonesClient) - Sony Headphones Clone * [SonyHeadphonesClient](https://github.com/Plutoberth/SonyHeadphonesClient) - Sony Headphones Clone
@ -328,12 +320,13 @@
# ► Windows ISOs # ► Windows ISOs
* ⭐ **[Genuine Installation Media](https://massgrave.dev/genuine-installation-media)** - Windows Clean Installation / [Guide](https://gravesoft.dev/clean_install_windows) * ⭐ **[Genuine Installation Media](https://massgrave.dev/genuine-installation-media)** - Windows ISOs / [Clean Install Guide](https://gravesoft.dev/clean_install_windows)
* [OS.click](https://os.click/en), [MyDigitalLife](https://forums.mydigitallife.net/), [files.rg-adguard](https://files.rg-adguard.net/) or [Microsoft SD](https://www.microsoft.com/en-us/software-download/) - Windows ISOs * [files.rg-adguard](https://files.rg-adguard.net/) or [MVS dump](https://awuctl.github.io/mvs/) - Verify ISO Legitimacy
* [OS.click](https://os.click/en), [MyDigitalLife](https://forums.mydigitallife.net/) or [Microsoft SD](https://www.microsoft.com/en-us/software-download/) - Windows ISOs
* [Old School OS](https://www.oldschoolos.com/), [OS Vault](https://osvault.weebly.com/directory.html), [VETUSWARE](https://vetusware.com/) or [WinWorldPC](https://winworldpc.com/) - Oldschool ISOs * [Old School OS](https://www.oldschoolos.com/), [OS Vault](https://osvault.weebly.com/directory.html), [VETUSWARE](https://vetusware.com/) or [WinWorldPC](https://winworldpc.com/) - Oldschool ISOs
* [Fido](https://github.com/pbatard/Fido) - ISO Powershell Script * [Fido](https://github.com/pbatard/Fido) - ISO Powershell Script
* [MVS dump](https://awuctl.github.io/mvs/) - Verify ISO Legitimacy
* [Hiren's BootCD PE](https://www.hirensbootcd.org/) or [Win10XPE](https://github.com/ChrisRfr/Win10XPE) - Preinstallation Environments * [Hiren's BootCD PE](https://www.hirensbootcd.org/) or [Win10XPE](https://github.com/ChrisRfr/Win10XPE) - Preinstallation Environments
* [NetBoot](https://netboot.xyz/) - Boot Operating Systems without ISOs
* [CoolStar](https://coolstar.org/chromebook/windows-install.html) - Install Windows on Chromebook * [CoolStar](https://coolstar.org/chromebook/windows-install.html) - Install Windows on Chromebook
*** ***
@ -359,13 +352,15 @@
## ▷ Windows Updates ## ▷ Windows Updates
* ⭐ **[Windows 10 After EOL](https://massgrave.dev/windows10_eol)** - Receive Windows Updates After Win10's End-Of-Life
* ⭐ **[ChangeWindows](https://www.changewindows.org/timeline)** - Latest Windows Update Info * ⭐ **[ChangeWindows](https://www.changewindows.org/timeline)** - Latest Windows Update Info
* [stopupdates10](https://greatis.com/stopupdates10/) or [InControl](https://www.grc.com/incontrol.htm) - Enable / Disable Win 10/11 Updates / Can Cause Breakage * [stopupdates10](https://greatis.com/stopupdates10/) or [InControl](https://www.grc.com/incontrol.htm) - Enable / Disable Win 10/11 Updates / Can Cause Breakage
* [LegacyUpdate](https://legacyupdate.net/) - Fix Windows Updates for Legacy Editions * [LegacyUpdate](https://legacyupdate.net/) - Fix Windows Updates for Legacy Editions
* [Extended Win 7 Updates](https://forums.mydigitallife.net/threads/bypass-windows-7-extended-security-updates-eligibility.80606) - Extended Windows 7 Updates * [Extended Win 7 Updates](https://forums.mydigitallife.net/threads/bypass-windows-7-extended-security-updates-eligibility.80606) - Extended Windows 7 Updates
* [WURefresh](https://github.com/AveYo/MediaCreationTool.bat/blob/main/bypass11/windows_update_refresh.bat) - Reset Windows Update Components * [WURefresh](https://github.com/AveYo/MediaCreationTool.bat/blob/main/bypass11/windows_update_refresh.bat) - Reset Windows Update Components
* [UUP Dump](https://uupdump.net/) - Download Unified Update Platform Files * [UUP Dump](https://uupdump.net/) or [Microsoft Update Catalog](https://www.catalog.update.microsoft.com/) - Download Previous Windows Updates
* [PC Health Check](https://aka.ms/GetPCHealthCheckApp) or [WhyNotWin11](https://github.com/rcmaehl/WhyNotWin11) - Identify why your PC isn't Ready for Windows 11 * [PC Health Check](https://aka.ms/GetPCHealthCheckApp) or [WhyNotWin11](https://github.com/rcmaehl/WhyNotWin11) - Identify why your PC isn't Ready for Windows 11
* [FlashMyBoard](https://flashmyboard.com/) - Receive Motherboard Update Notifications
*** ***
@ -373,7 +368,7 @@
* [MagNumDB](https://www.magnumdb.com/), [ErrorLookup](https://github.com/henrypp/errorlookup) or [Microsoft Error Lookup](https://learn.microsoft.com/en-us/windows/win32/debug/system-error-code-lookup-tool) - Windows Debugging Tools * [MagNumDB](https://www.magnumdb.com/), [ErrorLookup](https://github.com/henrypp/errorlookup) or [Microsoft Error Lookup](https://learn.microsoft.com/en-us/windows/win32/debug/system-error-code-lookup-tool) - Windows Debugging Tools
* [/r/TechSupport](https://www.reddit.com/r/techsupport/) / [Wiki](https://rtech.support/) - Tech Support Subreddit / [Discord](https://discord.gg/2EDwzWa) * [/r/TechSupport](https://www.reddit.com/r/techsupport/) / [Wiki](https://rtech.support/) - Tech Support Subreddit / [Discord](https://discord.gg/2EDwzWa)
* [SevenForums](https://www.sevenforums.com/) or [Hardforum](https://hardforum.com/) - Tech Support Forums * [Hardforum](https://hardforum.com/), [TechGuy](https://www.techguy.org/), [Eleven Forums](https://www.elevenforum.com/) or [Ten Forums](https://www.tenforums.com/) - Tech Support Forums
* [MemTest](https://www.memtest.org/) - Memory Diagnostic Tool * [MemTest](https://www.memtest.org/) - Memory Diagnostic Tool
* [Medicat](https://medicatusb.com/) - Computer Diagnostic / Recovery Toolkit * [Medicat](https://medicatusb.com/) - Computer Diagnostic / Recovery Toolkit
* [PhoenixPE](https://github.com/PhoenixPE/PhoenixPE) - Recovery Environment * [PhoenixPE](https://github.com/PhoenixPE/PhoenixPE) - Recovery Environment
@ -386,7 +381,7 @@
* ⭐ **[Rainmeter](https://www.rainmeter.net/)** - Desktop Customization / [Discord](https://discord.com/invite/rainmeter) * ⭐ **[Rainmeter](https://www.rainmeter.net/)** - Desktop Customization / [Discord](https://discord.com/invite/rainmeter)
* ⭐ **Rainmeter Tools** - [Skins](https://discord.com/invite/rainmeter) / [Menu Bar / App Launcher](https://www.droptopfour.com/) * ⭐ **Rainmeter Tools** - [Skins](https://discord.com/invite/rainmeter) / [Menu Bar / App Launcher](https://www.droptopfour.com/)
* ⭐ **[OpenRGB](https://openrgb.org/)** / [Beta](https://pastebin.com/tgY55J4n), **[WLED](https://kno.wled.ge/)**, [Aurora](https://www.project-aurora.com/), [SignalRGB](https://www.signalrgb.com/), [LiquidCTL](https://github.com/liquidctl/liquidctl), [Artemis](https://artemis-rgb.com/), [RBGSync](https://rgbsync.com/) or [FireLight](https://github.com/nicolasdeory/firelight) - Lighting Control * ⭐ **[OpenRGB](https://openrgb.org/)** / [Beta](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#openrbg-beta), **[WLED](https://kno.wled.ge/)**, [Aurora](https://www.project-aurora.com/), [SignalRGB](https://www.signalrgb.com/), [LiquidCTL](https://github.com/liquidctl/liquidctl), [Artemis](https://artemis-rgb.com/), [RBGSync](https://rgbsync.com/) or [FireLight](https://github.com/nicolasdeory/firelight) - Lighting Control
* [VirtualCustoms](https://virtualcustoms.net/) or [winthemers](https://discord.com/invite/8FFWAqdtc4) - Customization Communities * [VirtualCustoms](https://virtualcustoms.net/) or [winthemers](https://discord.com/invite/8FFWAqdtc4) - Customization Communities
* [XDesktopSoft](https://www.xwidget.com/) - Desktop Customization * [XDesktopSoft](https://www.xwidget.com/) - Desktop Customization
* [Taskbar Tweaker](https://tweaker.ramensoftware.com/) or [NiceTaskbar](https://www.microsoft.com/en-us/p/nicetaskbar/9pkl2s93xwb5) - Taskbar Customization Tools * [Taskbar Tweaker](https://tweaker.ramensoftware.com/) or [NiceTaskbar](https://www.microsoft.com/en-us/p/nicetaskbar/9pkl2s93xwb5) - Taskbar Customization Tools
@ -398,8 +393,8 @@
* [ElectricSheep](https://electricsheep.org/) - Collaborative Usergenerated Screensaver * [ElectricSheep](https://electricsheep.org/) - Collaborative Usergenerated Screensaver
* [After Dark CSS](https://www.bryanbraun.com/after-dark-css/) - Browser Screensavers * [After Dark CSS](https://www.bryanbraun.com/after-dark-css/) - Browser Screensavers
* [HackBGRT](https://github.com/Metabolix/HackBGRT) - Change Windows Boot Logo * [HackBGRT](https://github.com/Metabolix/HackBGRT) - Change Windows Boot Logo
* [Cursor Mania Archive](https://archive.org/details/cursormania), [Bibata Cursor](https://github.com/ful1e5/Bibata_Cursor), [Cursors Pastebin](https://pastebin.com/BrAbMy4n) or [rw-designer](http://rw-designer.com/cursor-library) - Cursors * [Cursor Mania Archive](https://archive.org/details/cursormania), [Bibata Cursor](https://github.com/ful1e5/Bibata_Cursor) or [rw-designer](http://rw-designer.com/cursor-library) - Cursors
* [macOS-cursors-for-Windows](https://github.com/antiden/macOS-cursors-for-Windows) - macOS Cursors for Windows * [macOS-cursors-for-Windows](https://github.com/antiden/macOS-cursors-for-Windows) or [CursorOS](https://cursor.design/) - macOS Cursors for Windows
* [FolderMarker](https://foldermarker.com/) or [CustomFolder](https://www.gdzsoft.com/) - Custom Folders & Markers * [FolderMarker](https://foldermarker.com/) or [CustomFolder](https://www.gdzsoft.com/) - Custom Folders & Markers
* [Recycle Bin Themes](https://github.com/sdushantha/recycle-bin-themes) - Custom Recycle Bin Icons * [Recycle Bin Themes](https://github.com/sdushantha/recycle-bin-themes) - Custom Recycle Bin Icons
* [ElevenClock](https://www.marticliment.com/elevenclock/) - Customize Windows 11 Clock * [ElevenClock](https://www.marticliment.com/elevenclock/) - Customize Windows 11 Clock
@ -419,7 +414,6 @@
* ⭐ **[terminal.sexy](https://terminal.sexy/)**, [TerminalSplash](https://terminalsplash.com/), [Solarized](https://ethanschoonover.com/solarized) or [WindowsTerminalThemes](https://windowsterminalthemes.dev/) - Terminal Themes * ⭐ **[terminal.sexy](https://terminal.sexy/)**, [TerminalSplash](https://terminalsplash.com/), [Solarized](https://ethanschoonover.com/solarized) or [WindowsTerminalThemes](https://windowsterminalthemes.dev/) - Terminal Themes
* [VSThemes](https://vsthemes.org/en/) - Custom Windows Themes * [VSThemes](https://vsthemes.org/en/) - Custom Windows Themes
* [Chloechantelle Guide](https://www.ricing.chloechantelle.com/) or [Heliohost Guide](https://ninjasr.heliohost.org/w/lb/windows) - Windows Customization Guides * [Chloechantelle Guide](https://www.ricing.chloechantelle.com/) or [Heliohost Guide](https://ninjasr.heliohost.org/w/lb/windows) - Windows Customization Guides
* [Blackbox 4 Windows](https://blackbox4windows.com/) - Custom Windows Shells / Widgets
* [Alternative Windows Shells Wiki](https://en.wikipedia.org/wiki/List_of_alternative_shells_for_Windows) - Alt Windows Shells * [Alternative Windows Shells Wiki](https://en.wikipedia.org/wiki/List_of_alternative_shells_for_Windows) - Alt Windows Shells
* [WindowsCustomization](https://windowscustomization.com/), [WinCustomize](https://www.wincustomize.com/), [Win10 DeviantArt](https://www.deviantart.com/tag/windows10), [WinClassic](https://winclassic.boards.net/), [Vin Star Theme](https://www.vinstartheme.com/) or [7Themes](https://7themes.su/) - Customization / Themes / Wallpapers * [WindowsCustomization](https://windowscustomization.com/), [WinCustomize](https://www.wincustomize.com/), [Win10 DeviantArt](https://www.deviantart.com/tag/windows10), [WinClassic](https://winclassic.boards.net/), [Vin Star Theme](https://www.vinstartheme.com/) or [7Themes](https://7themes.su/) - Customization / Themes / Wallpapers
* [WinDynamicDesktop](https://github.com/t1m0thyj/WinDynamicDesktop) or [Dynamic Theme](https://apps.microsoft.com/detail/9nblggh1zbkw) - Dynamic Desktop Themes * [WinDynamicDesktop](https://github.com/t1m0thyj/WinDynamicDesktop) or [Dynamic Theme](https://apps.microsoft.com/detail/9nblggh1zbkw) - Dynamic Desktop Themes
@ -441,27 +435,29 @@
## ▷ Wallpapers ## ▷ Wallpapers
* ⭐ **[wallhaven](https://wallhaven.cc/)** / [Downloader](https://github.com/eramdam/WallbaseDirectDownloader) / [Client](https://github.com/luisflorido/wallhaven-desktop) or **[Wallpaper Abyss](https://wall.alphacoders.com/)** - Find Wallpapers * ⭐ **[wallhaven.cc](https://wallhaven.cc/)** - Search Wallpapers / [Downloader](https://github.com/eramdam/WallbaseDirectDownloader) / [Client](https://github.com/luisflorido/wallhaven-desktop)
* ⭐ **[Wallpaper Abyss](https://wall.alphacoders.com/)** - Search Wallpapers
* ⭐ **[Rev Wallpaper](https://rev-wallpaper-engine.github.io/)** - Reverse Wallpaper Search * ⭐ **[Rev Wallpaper](https://rev-wallpaper-engine.github.io/)** - Reverse Wallpaper Search
* ⭐ **[Studio Ghibli Wallpapers](https://www.ghibli.jp/info/013772)** or [Ghibli Upscaled](https://rentry.co/FMHYBase64#ghibli-upscaled) - Studio Ghibli Wallpapers * ⭐ **[Studio Ghibli Wallpapers](https://www.ghibli.jp/info/013772)** or [Ghibli Upscaled](https://rentry.co/FMHYBase64#ghibli-upscaled) - Studio Ghibli Wallpapers
* ⭐ **[Windows Wall Packs](https://rentry.co/fmhybase64#windows-wallpapers)**, [WallpaperHub](https://www.wallpaperhub.app/), [Windows 10 Spotlight](https://windows10spotlight.com/) or [WindowsWallpaper](https://windowswallpaper.miraheze.org/wiki/Main_Page) - Windows Wallpapers
* ⭐ **[LWP](https://github.com/jszczerbinsky/lwp)** - Move Wallpapers with Cursor * ⭐ **[LWP](https://github.com/jszczerbinsky/lwp)** - Move Wallpapers with Cursor
* [WallpaperCave](https://wallpapercave.com/) - Search Wallpapers
* [WallpapersCraft](https://wallpaperscraft.com/) - Search Wallpapers
* [/r/Wallpaper/](https://www.reddit.com/r/wallpaper/) - Wallpapers Community * [/r/Wallpaper/](https://www.reddit.com/r/wallpaper/) - Wallpapers Community
* [Faerber](https://farbenfroh.io/) - Edit Wallpapers to Match Color Scheme * [Faerber](https://farbenfroh.io/) - Edit Wallpapers to Match Color Scheme
* [DualMonitorBackgrounds](https://www.dualmonitorbackgrounds.com/) - Dual Monitor Wallpapers * [DualMonitorBackgrounds](https://www.dualmonitorbackgrounds.com/) - Dual Monitor Wallpapers
* [Scenic Illustrations](https://www.pixeltrue.com/scenic-illustrations) - Landscape Wallpapers * [Scenic Illustrations](https://www.pixeltrue.com/scenic-illustrations) - Landscape Wallpapers
* [CoolBackgrounds](https://coolbackgrounds.io/) or [wallup](https://wallup.net/) - Customizable Wallpapers * [CoolBackgrounds](https://coolbackgrounds.io/) or [wallup](https://wallup.net/) - Customizable Wallpapers
* [Simple Desktops](https://simpledesktops.com/), [Positron Dream](https://www.positrondream.com/) or [SetAsWall](https://www.setaswall.com/) - Minimalist Wallpapers * [Simple Desktops](https://simpledesktops.com/), [Minimalistic Wallpaper](https://minimalistic-wallpaper.demolab.com/), [Positron Dream](https://www.positrondream.com/) or [SetAsWall](https://www.setaswall.com/) - Minimalist Wallpapers
* [/r/LivingBackgrounds](https://reddit.com/r/LivingBackgrounds), [WALLegend](https://wallegend.net/en/) or [MoeWalls](https://moewalls.com/) - Animated Wallpapers * [Aesthetic Wallpapers](https://github.com/D3Ext/aesthetic-wallpapers) - Aesthetic Wallpapers
* [/r/LivingBackgrounds](https://reddit.com/r/LivingBackgrounds), [VSThemes Live Walls](https://vsthemes.org/en/wallpapers/), [WALLegend](https://wallegend.net/en/) or [MoeWalls](https://moewalls.com/) - Animated / Live Wallpapers
* [AutoWall](https://github.com/SegoCode/AutoWall) - Turn Videos / GIFs to Live Wallpapers * [AutoWall](https://github.com/SegoCode/AutoWall) - Turn Videos / GIFs to Live Wallpapers
* [VSThemes Live Walls](https://vsthemes.org/en/wallpapers/) -Live Wallpapers
* [Screencaps](https://screencaps.us/) or [shot.cafe](https://shot.cafe/) - Movie / TV Wallpapers * [Screencaps](https://screencaps.us/) or [shot.cafe](https://shot.cafe/) - Movie / TV Wallpapers
* [Anime Pictures](https://anime-pictures.net/), [Anime_WallpapersHD](https://t.me/Anime_WallpapersHD/), [WallpaperWaifu](https://wallpaperwaifu.com/) or [MyLiveWallpapers](https://mylivewallpapers.com/) - Anime Wallpapers * [Anime Pictures](https://anime-pictures.net/), [Anime_WallpapersHD](https://t.me/Anime_WallpapersHD/), [WallpaperWaifu](https://wallpaperwaifu.com/), [TheOtaku](https://theotaku.com/) or [MyLiveWallpapers](https://mylivewallpapers.com/) - Anime Wallpapers
* [Dracula Wallpapers](https://draculatheme.com/wallpaper) - Dracula Wallpapers * [Dracula Wallpapers](https://draculatheme.com/wallpaper) - Dracula Wallpapers
* [WallpaperHub](https://www.wallpaperhub.app/) or [Windows Wall Packs](https://drive.google.com/drive/folders/1-80cROdVY-GSwu9fGnJJyglcERKyJ-gP) / [2](https://windowswallpaper.miraheze.org/wiki/Main_Page) - Windows Wallpapers
* [Mac Walls](https://goo.gl/photos/HjY1hmo6p3jfFz8a7), [2](https://photos.google.com/share/AF1QipNNQyeVrqxBdNmBkq9ILswizuj-RYJFNt5GlxJZ90Y6hx0okrVSLKSnmFFbX7j5Mg?key=RV8tSXVJVGdfS1RIQUI0Q3RZZVhlTmw0WmhFZ2V3) - Apple Wallpapers * [Mac Walls](https://goo.gl/photos/HjY1hmo6p3jfFz8a7), [2](https://photos.google.com/share/AF1QipNNQyeVrqxBdNmBkq9ILswizuj-RYJFNt5GlxJZ90Y6hx0okrVSLKSnmFFbX7j5Mg?key=RV8tSXVJVGdfS1RIQUI0Q3RZZVhlTmw0WmhFZ2V3) - Apple Wallpapers
* [BasicAppleBlog](https://basicappleguy.com/basicappleblog/category/Wallpaper) - Custom Apple Wallpapers * [BasicAppleBlog](https://basicappleguy.com/basicappleblog/category/Wallpaper) - Custom Apple Wallpapers
* [Xbox Wallpapers](https://www.xbox.com/en-us/wallpapers/) - Xbox Wallpapers * [Xbox Wallpapers](https://www.xbox.com/en-us/wallpapers/) - Xbox Wallpapers
* [Aesthetic Wallpapers](https://github.com/D3Ext/aesthetic-wallpapers/) - Curated List of Wallpapers from Different Sources
* [Wallpaper Tip](https://wallpapertip.com/), [WallsPic](https://wallspic.com/), [WallpaperFlare](https://www.wallpaperflare.com/), [HDQwalls](https://hdqwalls.com/) or [UHD Wallpaper](https://www.uhdpaper.com/) - Misc Wallpapers * [Wallpaper Tip](https://wallpapertip.com/), [WallsPic](https://wallspic.com/), [WallpaperFlare](https://www.wallpaperflare.com/), [HDQwalls](https://hdqwalls.com/) or [UHD Wallpaper](https://www.uhdpaper.com/) - Misc Wallpapers
* [G_Walls](https://t.me/G_Walls) or [pengwyn](https://t.me/pengwyn) - Telegram Wallpaper Channels * [G_Walls](https://t.me/G_Walls) or [pengwyn](https://t.me/pengwyn) - Telegram Wallpaper Channels
@ -470,7 +466,7 @@
## ▷ Wallpaper Managers ## ▷ Wallpaper Managers
* ⭐ **[Wallpaper Engine](https://rentry.co/FMHYBase64#wallpaper-engine)** / [PKG to Zip](https://github.com/TheRioMiner/Wallpaper-Engine-Pkg-to-Zip) / [Collections](https://www.wallpaperengine.space/collections), [2](https://steamcommunity.com/sharedfiles/filedetails/?id=2801058904) / [Workshop DL](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_steam_workshop_downloaders) - Wallpaper Manager * ⭐ **[Wallpaper Engine](https://rentry.co/FMHYBase64#wallpaper-engine)** / [PKG to Zip](https://github.com/TheRioMiner/Wallpaper-Engine-Pkg-to-Zip) / [Collections](https://www.wallpaperengine.space/collections), [2](https://steamcommunity.com/sharedfiles/filedetails/?id=2801058904) / [Workshop DL](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_steam_workshop_downloaders) - Wallpaper Manager
* [Lively](https://www.rocksdanister.com/lively/) or [ScreenPlay](https://screen-play.app/) - Live Wallpaper Manager * **[Lively](https://www.rocksdanister.com/lively/)** or [ScreenPlay](https://screen-play.app/) - Live Wallpaper Manager
* [backiee](https://apps.microsoft.com/store/detail/backiee-wallpaper-studio-10/9WZDNCRFHZCD) - Wallpaper Manager * [backiee](https://apps.microsoft.com/store/detail/backiee-wallpaper-studio-10/9WZDNCRFHZCD) - Wallpaper Manager
* [SuperPaper](https://github.com/hhannine/superpaper) - Cross-Platform Multi-Monitor Wallpaper Manager * [SuperPaper](https://github.com/hhannine/superpaper) - Cross-Platform Multi-Monitor Wallpaper Manager
* [Background Switcher](https://johnsad.ventures/software/backgroundswitcher/) - Multi-Host Wallpaper Switcher * [Background Switcher](https://johnsad.ventures/software/backgroundswitcher/) - Multi-Host Wallpaper Switcher

View file

@ -12,7 +12,7 @@
* ↪️ **[Study / Research](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu#wiki_.25B7_study_.2F_research)** * ↪️ **[Study / Research](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu#wiki_.25B7_study_.2F_research)**
* ↪️ **[Data Visualization](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_data_visualization_tools)** * ↪️ **[Data Visualization](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_data_visualization_tools)**
* ⭐ **[TextCleanr](https://www.textcleanr.com/)**, [Text Mechanic](https://textmechanic.com/), [TextFixer](https://www.textfixer.com/), [OnlineTextTools](https://onlinetexttools.com/), [Convert Case](https://convertcase.net/), [TextCleaner](https://textcleaner.net/all-tools/), [SortMyList](https://sortmylist.com/) or [The Alphabetizer](https://alphabetizer.flap.tv/) - Organize / Format Text * ⭐ **[TextCleanr](https://www.textcleanr.com/)**, [Text Mechanic](https://textmechanic.com/), [TextFixer](https://www.textfixer.com/), [OnlineTextTools](https://onlinetexttools.com/), [Convert Case](https://convertcase.net/), [TextCleaner](https://textcleaner.net/all-tools/), [SortMyList](https://sortmylist.com/) or [The Alphabetizer](https://alphabetizer.flap.tv/) - Organize / Format Text
* [OpenPaper](https://openpaper.work/en/), [papis](https://github.com/papis/papis), [PaperMerge](https://www.papermerge.com/), [Paperless-ngx](https://docs.paperless-ngx.com) or [DataShare](https://datashare.icij.org/) - Document Managers * [OpenPaper](https://openpaper.work/en/), [papis](https://github.com/papis/papis), [PaperMerge](https://www.papermerge.com/), [Paperless-ngx](https://docs.paperless-ngx.com) / [Doc Analyzer](https://github.com/clusterzx/paperless-ai/) or [DataShare](https://datashare.icij.org/) - Document Managers
* [diffr](https://loilo.github.io/diffr/), [TextCompare](https://www.textcompare.org/), [Text-Compare](https://text-compare.com/) or [DiffNow](https://www.diffnow.com/) - Compare Text * [diffr](https://loilo.github.io/diffr/), [TextCompare](https://www.textcompare.org/), [Text-Compare](https://text-compare.com/) or [DiffNow](https://www.diffnow.com/) - Compare Text
* [Count Duplicates](https://www.somacon.com/p568.php) or [DuplicateWord](https://duplicateword.com/) - Count / Remove Duplicates in a List * [Count Duplicates](https://www.somacon.com/p568.php) or [DuplicateWord](https://duplicateword.com/) - Count / Remove Duplicates in a List
* [WindowTextExtractor](https://github.com/AlexanderPro/WindowTextExtractor) - Extract Text From Any Window * [WindowTextExtractor](https://github.com/AlexanderPro/WindowTextExtractor) - Extract Text From Any Window
@ -24,21 +24,20 @@
* [telescopictext](https://www.telescopictext.org/) - Write Text Within Text * [telescopictext](https://www.telescopictext.org/) - Write Text Within Text
* [quipqiup](https://www.quipqiup.com/) or [dCode](https://www.dcode.fr/en) - Cryptogram Solvers * [quipqiup](https://www.quipqiup.com/) or [dCode](https://www.dcode.fr/en) - Cryptogram Solvers
* [DocuSeal](https://www.docuseal.co/) - Free Document Signing * [DocuSeal](https://www.docuseal.co/) - Free Document Signing
* [TemplateLab](https://templatelab.com/) - Free Document Templates * [TemplateLab](https://templatelab.com/) or [FreePrintables](https://www.freeprintable.net/) - Free Document Templates
*** ***
## ▷ Pastebins ## ▷ Pastebins
* 🌐 **[PrivateBin Instances](https://privatebin.info/directory)** * 🌐 **[PrivateBin Instances](https://privatebin.info/directory)**
* ⭐ **[Rentry](https://rentry.co/)** - Markdown Support / [CLI](https://github.com/radude/rentry) / [Styling](https://rentry.co/rentry) * ⭐ **[Rentry](https://rentry.co/)**, [2](https://rentry.org/) - Markdown Support / [CLI](https://github.com/radude/rentry) / [Styling](https://rentry.co/rentry)
* ⭐ **[Github Gists](https://gist.github.com/)** - Multi-Syntax / Account Needed * ⭐ **[GitHub Gists](https://gist.github.com/)** - Multi-Syntax / Account Needed
* ⭐ **[Stellular](https://stellular.net/)**, [2](https://bundlrs.cc/), [3](https://www.sentrytwo.com/) - Markdown Support * ⭐ **[Stellular](https://stellular.net/)**, [2](https://bundlrs.cc/), [3](https://www.sentrytwo.com/) - Markdown Support
* ⭐ **[pastes.dev](https://pastes.dev/)** - Multi-Syntax / Markdown Support / [GitHub](https://github.com/lucko/paste) * ⭐ **[pastes.dev](https://pastes.dev/)** - Multi-Syntax / Markdown Support / [GitHub](https://github.com/lucko/paste)
* ⭐ **[PrivateBin](https://privatebin.net/)** - Markdown Support / Syntax Highlighting / [GitHub](https://github.com/PrivateBin/PrivateBin) * ⭐ **[PrivateBin](https://privatebin.net/)** - Markdown Support / Syntax Highlighting / [GitHub](https://github.com/PrivateBin/PrivateBin)
* ⭐ **[snowbin](https://pastes.fmhy.net/)**, [2](https://paste.fmhy.net/) - Markdown Support / [GitHub](https://github.com/fmhy/snowbin)
* ⭐ **[Katbin](https://katb.in/)** - Plain Text / [GitHub](https://github.com/sphericalkat/katbin) * ⭐ **[Katbin](https://katb.in/)** - Plain Text / [GitHub](https://github.com/sphericalkat/katbin)
* **[Pastebin Search](https://cse.google.com/cse?cx=0cd79b819f26af9d0)** - Pastebin CSE * [snowbin](https://pastes.fmhy.net/), [2](https://paste.fmhy.net/) - Markdown Support / [GitHub](https://github.com/fmhy/snowbin)
* [Text.is](https://text.is/) - Markdown Support / Rentry Clone * [Text.is](https://text.is/) - Markdown Support / Rentry Clone
* [bpa.st](https://bpa.st/) - Multi-Syntax / Markdown Support * [bpa.st](https://bpa.st/) - Multi-Syntax / Markdown Support
* [Mozilla Community Pastebin](https://paste.mozilla.org/) - Multi-Syntax / Markdown Support * [Mozilla Community Pastebin](https://paste.mozilla.org/) - Multi-Syntax / Markdown Support
@ -49,13 +48,9 @@
* [pst.moe](https://pst.moe/) - Multi-Syntax / Markdown Support / [Source](https://git.fuwafuwa.moe/lesderid/pastethingy) * [pst.moe](https://pst.moe/) - Multi-Syntax / Markdown Support / [Source](https://git.fuwafuwa.moe/lesderid/pastethingy)
* [dpaste.com](https://dpaste.com/) - Multi-Syntax / Markdown Support * [dpaste.com](https://dpaste.com/) - Multi-Syntax / Markdown Support
* [Pastebin.com](https://pastebin.com/) - Multi-Syntax * [Pastebin.com](https://pastebin.com/) - Multi-Syntax
* [pasteheaven.com](https://pasteheaven.com/) - Multi-Syntax
* [paste.fo](https://paste.fo/) - Multi-Syntax
* [BitBin](https://bitbin.it/) - Multi-Syntax
* [pastebin.pl](https://pastebin.pl/) - Multi-Syntax * [pastebin.pl](https://pastebin.pl/) - Multi-Syntax
* [CentOS Pastebin](https://paste.centos.org/) - Multi-Syntax * [CentOS Pastebin](https://paste.centos.org/) - Multi-Syntax
* [snippet.host](https://snippet.host/) - Multi-Syntax * [snippet.host](https://snippet.host/) - Multi-Syntax
* [MicroBin](https://pub.microbin.eu/) - Multi-Syntax / [GitHub](https://github.com/szabodanika/microbin)
* [ProtectedText](https://www.protectedtext.com/) - Multi-Tab * [ProtectedText](https://www.protectedtext.com/) - Multi-Tab
* [bin](https://basedbin.fly.dev/) - Minimal Pastebin * [bin](https://basedbin.fly.dev/) - Minimal Pastebin
* [txt.fyi](https://txt.fyi/) - Markdown Pastebin * [txt.fyi](https://txt.fyi/) - Markdown Pastebin
@ -73,7 +68,7 @@
*** ***
* ⭐ **[DeepLX](https://github.com/OwO-Network/DeepLX)** or [DeepL](https://www.deepl.com/translator) * ⭐ **[DeepLX](https://github.com/OwO-Network/DeepLX)** or [DeepL](https://www.deepl.com/translator)
* ⭐ **[Google Translate](https://translate.google.com/)** / [API](https://github.com/vitalets/google-translate-api), [Lingva Translate](https://github.com/TheDavidDelta/lingva-translate) or [GTranslate](https://git.sr.ht/~yerinalexey/gtranslate) * ⭐ **[Kagi Translate](https://translate.kagi.com/)**, **[Google Translate](https://translate.google.com/)** / [Extension](https://chromewebstore.google.com/detail/google-translate/aapbdbdomjkkjkaonfhkkikfgjllcleb), [Lingva Translate](https://github.com/TheDavidDelta/lingva-translate) or [GTranslate](https://git.sr.ht/~yerinalexey/gtranslate) / [API](https://github.com/vitalets/google-translate-api)
* ⭐ **[/r/Translator](https://www.reddit.com/r/translator/)** - Translation Request Community * ⭐ **[/r/Translator](https://www.reddit.com/r/translator/)** - Translation Request Community
* ⭐ **[Translate Web Pages](https://github.com/FilipePS/Traduzir-paginas-web)** - Browser Extension * ⭐ **[Translate Web Pages](https://github.com/FilipePS/Traduzir-paginas-web)** - Browser Extension
* [Mozhi](https://translate.bus-hit.me/) - Multi Translator Frontend * [Mozhi](https://translate.bus-hit.me/) - Multi Translator Frontend
@ -86,9 +81,8 @@
* [Renpy Translator](https://github.com/anonymousException/renpy-translator) or [Renpy Editor](https://github.com/anonymousException/renpy-runtime-editor) - Ren'py Automatic Translator / Editor * [Renpy Translator](https://github.com/anonymousException/renpy-translator) or [Renpy Editor](https://github.com/anonymousException/renpy-runtime-editor) - Ren'py Automatic Translator / Editor
* [Eazypo](http://www.eazypo.ca/) or [Poedit](https://poedit.net/) - Translation Editor * [Eazypo](http://www.eazypo.ca/) or [Poedit](https://poedit.net/) - Translation Editor
* [OmegaT](https://omegat.org/) - Translation Memory Tool * [OmegaT](https://omegat.org/) - Translation Memory Tool
* [Morsecode World](https://morsecode.world/) or [MorseDecoder](https://morsedecoder.com/) - Morse Code / Binary Translators * [Morsecode World](https://morsecode.world/) or [MorseDecoder](https://morsecodetranslator.com/) - Morse Code / Binary Translators
* [Emojify](https://madelinemiller.dev/apps/emojify/) - Emojify Text * [Emojify](https://madelinemiller.dev/apps/emojify/) - Emojify Text
* [OpenAI Translator](https://github.com/yetone/openai-translator) - Browser Extension
* [Simple Translate](https://simple-translate.sienori.com/) - Browser Extension * [Simple Translate](https://simple-translate.sienori.com/) - Browser Extension
* [Linguist Translator](https://github.com/translate-tools/linguist) - Browser Extension * [Linguist Translator](https://github.com/translate-tools/linguist) - Browser Extension
* [ImTranslator](https://imtranslator.net/) - Browser Extension * [ImTranslator](https://imtranslator.net/) - Browser Extension
@ -111,6 +105,7 @@
## ▷ Audio Transcription ## ▷ Audio Transcription
* [Whisper](https://github.com/openai/whisper) - Audio Transcription
* [mp4grep](https://github.com/o-oconnell/mp4grep) - MP4 File Transcription Tool * [mp4grep](https://github.com/o-oconnell/mp4grep) - MP4 File Transcription Tool
* [SpeechTexter](https://www.speechtexter.com/), [VoiceToText](https://voicetotext.org/), [Dictation](https://dictation.io/speech), [oTranscribe](https://otranscribe.com/) or [TalkTyper](https://talktyper.com/) - Browser-Based Speech-To-Text Tools * [SpeechTexter](https://www.speechtexter.com/), [VoiceToText](https://voicetotext.org/), [Dictation](https://dictation.io/speech), [oTranscribe](https://otranscribe.com/) or [TalkTyper](https://talktyper.com/) - Browser-Based Speech-To-Text Tools
* [Revoldiv](https://revoldiv.com/) or [Turboscribe](https://turboscribe.ai/) - AI-Based Transcription Services * [Revoldiv](https://revoldiv.com/) or [Turboscribe](https://turboscribe.ai/) - AI-Based Transcription Services
@ -123,8 +118,9 @@
## ▷ Encode / Decode ## ▷ Encode / Decode
* 🌐 **[DecodeUnicode](https://decodeunicode.org/)** - Unicode Decoding Database
* ⭐ **[CyberChef](https://gchq.github.io/CyberChef/)** - Encode / Decode Text * ⭐ **[CyberChef](https://gchq.github.io/CyberChef/)** - Encode / Decode Text
* ⭐ **[Base64 Decode](https://www.base64decode.org/)** or [Base64 E/D](https://apps.maximelafarie.com/base64/) - Encode / Decode Base64 * ⭐ **[Base64 Decode](https://www.base64decode.org/)**, [Base64 Editor](https://nimadez.github.io/base64/) or [Base64 E/D](https://apps.maximelafarie.com/base64/) - Encode / Decode Base64
* [Ciphey](https://github.com/Ciphey/Ciphey) - Automated Decryption Tool * [Ciphey](https://github.com/Ciphey/Ciphey) - Automated Decryption Tool
* [Universal Encoding Tool](https://unenc.com/) - Encode / Convert Text * [Universal Encoding Tool](https://unenc.com/) - Encode / Convert Text
* [cryptii](https://cryptii.com/), [DenCode](https://dencode.com/) - Text / URL Encoding * [cryptii](https://cryptii.com/), [DenCode](https://dencode.com/) - Text / URL Encoding
@ -137,14 +133,19 @@
## ▷ Grammar Check ## ▷ Grammar Check
* ⭐ **[DeepL Write](https://www.deepl.com/write)** * **Notes** - Most chatbots in the AI section can also check grammar.
* [LanguageTool](https://languagetool.org/)
* [EditGPT](https://www.editgpt.app/) ***
* [Grammarly](https://www.grammarly.com/grammar-check)
* [ProWritingAid](https://prowritingaid.com/grammar-checker) * ⭐ **[LanguageTool](https://languagetool.org/)**
* [Outwrite](https://www.outwrite.com/) * [Writing Tools](https://github.com/theJayTea/WritingTools) - Desktop App
* [DeepL Write](https://www.deepl.com/write)
* [QuillBot](https://quillbot.com/grammar-check) * [QuillBot](https://quillbot.com/grammar-check)
* [Scribens](https://www.scribens.com/) * [Scribens](https://www.scribens.com/)
* [EditGPT](https://www.editgpt.app/) - Signup Required
* [Grammarly](https://www.grammarly.com/grammar-check) - Signup Required
* [ProWritingAid](https://prowritingaid.com/grammar-checker) - Signup Required
* [Outwrite](https://www.outwrite.com/) - Signup Required
*** ***
@ -152,7 +153,7 @@
* ⭐ **[QuillBot AI](https://quillbot.com/)** or [Rewritify](https://www.rewritify.com/) - AI-Enhanced Text Rephrasing * ⭐ **[QuillBot AI](https://quillbot.com/)** or [Rewritify](https://www.rewritify.com/) - AI-Enhanced Text Rephrasing
* ⭐ **[Paraphrasetool](https://paraphrasetool.com/)** or [Rephrasely](https://rephrasely.com/) - AI Text Rephrasing / Generation * ⭐ **[Paraphrasetool](https://paraphrasetool.com/)** or [Rephrasely](https://rephrasely.com/) - AI Text Rephrasing / Generation
* ⭐ **[Goblin.tools](https://goblin.tools/)** - Transform Text with Spiciness Levels * ⭐ **[Goblin.tools](https://goblin.tools/Formalizer/)** - Transform Text with Spiciness Levels
* [Paraphraser](https://www.paraphraser.io/) - Multilingual Text Rephrasing * [Paraphraser](https://www.paraphraser.io/) - Multilingual Text Rephrasing
* [Paraphrase-Online](https://paraphrase-online.com/), [Paraphrasingtool](https://paraphrasingtool.ai/), [Henshu](https://www.henshu.ai/) or [WriteFull](https://www.writefull.com/) - Versatile Text Rewriting * [Paraphrase-Online](https://paraphrase-online.com/), [Paraphrasingtool](https://paraphrasingtool.ai/), [Henshu](https://www.henshu.ai/) or [WriteFull](https://www.writefull.com/) - Versatile Text Rewriting
@ -160,7 +161,7 @@
## ▷ Emoji Indexes ## ▷ Emoji Indexes
* ⭐ **[Emojipedia](https://emojipedia.org/)**, [EmojiDB](https://emojidb.org/) or [EmojiBatch](https://www.emojibatch.com/) * ⭐ **[Emojipedia](https://emojipedia.org/)**, [EmojiDB](https://emojidb.org/), [Slackmojis](https://slackmojis.com/), [Emoji Picker](https://github-emoji-picker.vercel.app/) or [EmojiBatch](https://www.emojibatch.com/) - Emoji Indexes
* [Emoji Engine](https://www.emojiengine.com/) - Multilingual Emoji Search * [Emoji Engine](https://www.emojiengine.com/) - Multilingual Emoji Search
* [winMoji](https://www.winmoji.com/) - Emoji Managers * [winMoji](https://www.winmoji.com/) - Emoji Managers
* [EmojiRequests](https://emojirequest.com/) - Custom User-Made Emojis * [EmojiRequests](https://emojirequest.com/) - Custom User-Made Emojis
@ -184,7 +185,7 @@
* [FancySymbol](https://fancysymbol.com/) * [FancySymbol](https://fancysymbol.com/)
* [Unifoundry](https://unifoundry.com/) * [Unifoundry](https://unifoundry.com/)
* [Cool Symbol](https://coolsymbol.com/) * [Cool Symbol](https://coolsymbol.com/)
* [FastEmoji](https://www.fastemoji.com/), [CuteSymbols](https://www.cutesymbols.net/), [GetSymbol](https://www.getsymbol.net/) / [2](https://www.cute-kaomoji.com/), [Text Smileys](https://lenny-face-generator.textsmilies.com/) or [textfac.es](https://textfac.es/) - Unicode Emojis * [FastEmoji](https://www.fastemoji.com/), [CuteSymbols](https://www.cutesymbols.net/), [GetSymbol](https://www.getsymbol.net/) / [2](https://www.cute-kaomoji.com/), [EmoticonHub](https://emoticonhub.com/), [Text Smileys](https://lenny-face-generator.textsmilies.com/) or [textfac.es](https://textfac.es/) - Unicode Emojis
*** ***
@ -194,9 +195,10 @@
* ⭐ **[Smassh](https://github.com/kraanzu/smassh)** or [Ttyper](https://github.com/max-niederman/ttyper) - Terminal Typing Tests * ⭐ **[Smassh](https://github.com/kraanzu/smassh)** or [Ttyper](https://github.com/max-niederman/ttyper) - Terminal Typing Tests
* [Typing.io](https://typing.io/) - Typing Practice for Programming / Sign-up Required * [Typing.io](https://typing.io/) - Typing Practice for Programming / Sign-up Required
* [keybr](https://www.keybr.com/) - Typing Practice * [keybr](https://www.keybr.com/) - Typing Practice
* [CyberType](https://cybertype.app/) - Typing Practice
* [Typing.com](https://www.typing.com/) - Typing Lessons * [Typing.com](https://www.typing.com/) - Typing Lessons
* [Typing Club](https://www.typingclub.com/) - Touch Typing Lessons * [Typing Club](https://www.typingclub.com/) - Touch Typing Lessons
* [typing.academy](https://www.typing.academy/) - Typing Lessons / Requires Javascript Enabled * [typing.academy](https://www.typing.academy/) - Typing Lessons / Requires JavaScript Enabled
* [Typings](https://typings.gg/) or [typing.works](https://typing.works/) - Typing Tests * [Typings](https://typings.gg/) or [typing.works](https://typing.works/) - Typing Tests
* [TypeRacer](https://play.typeracer.com/), [ZType](https://zty.pe/), [TypeRush](https://www.typerush.com/) or [ARRRType](https://www.arrrtype.com/) - Typing Games * [TypeRacer](https://play.typeracer.com/), [ZType](https://zty.pe/), [TypeRush](https://www.typerush.com/) or [ARRRType](https://www.arrrtype.com/) - Typing Games
* [NGram Type](https://ranelpadon.github.io/ngram-type/), [Keyzen3](https://adamgradzki.com/keyzen3/) or [Keyzen Colmak](https://ranelpadon.github.io/keyzen-colemak-dh/) - Touch Typing Tests * [NGram Type](https://ranelpadon.github.io/ngram-type/), [Keyzen3](https://adamgradzki.com/keyzen3/) or [Keyzen Colmak](https://ranelpadon.github.io/keyzen-colemak-dh/) - Touch Typing Tests
@ -207,52 +209,57 @@
*** ***
# ► Text Editors / Notes # ► Text Editors
* 🌐 **[List of Text Editors](https://en.wikipedia.org/wiki/List_of_text_editors)** - Text Editor / Notepad Index * 🌐 **[List of Text Editors](https://en.wikipedia.org/wiki/List_of_text_editors)** - Text Editor / Notepad Index
* ↪️ **[Android Text Editor](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_android_text_editors)**
* ↪️ **[Code Editors / IDEs](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/dev-tools#wiki_.25B7_ides_.2F_code_editors)** * ↪️ **[Code Editors / IDEs](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/dev-tools#wiki_.25B7_ides_.2F_code_editors)**
* ⭐ **[Notepad++](https://notepad-plus-plus.org/)** / [Markdown](https://nea.github.io/MarkdownViewerPlusPlus/) - Notepad & Code Editor * ↪️ **[Markdown Editors](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/dev-tools/#wiki_.25B7_markdown_editors)**
* ⭐ **[Notepad++](https://notepad-plus-plus.org/)** or [NotepadNext](https://github.com/dail8859/NotepadNext) - Notepad & Code Editor / [Markdown](https://nea.github.io/MarkdownViewerPlusPlus/)
* [EncryptPad](https://evpo.net/encryptpad/) - Encrypted Text Editor
* [Notepads](https://www.notepadsapp.com/) - Text Editor
* [FastNotes](https://fastedit.frozenassassine.de/) - Text Editor
* [Kompad](https://kompad.vercel.app/) - Text Editor
* [Sublime Text](https://www.sublimetext.com/) - Text Editor
* [Xed](https://github.com/linuxmint/xed) - GTK3 Text Editor
* [Zim Wiki](https://zim-wiki.org/) - Wiki Text Editor
* [tomboy-ng](https://github.com/tomboy-notes/tomboy-ng) - TomBoy-Based Text Editor
* [Helix](https://helix-editor.com/) - Kakuone/Neovim-Based Text Editor
***
## ▷ Note-Taking
* ↪️ **[Android Note-Taking](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_note-taking)**
* ⭐ **[Obsidian](https://obsidian.md/)** - Markdown Note-Taking / [Discord](https://discord.gg/obsidianmd) * ⭐ **[Obsidian](https://obsidian.md/)** - Markdown Note-Taking / [Discord](https://discord.gg/obsidianmd)
* ⭐ **Obsidian Tools** - [Resources](https://github.com/kmaasrud/awesome-obsidian) / [Share Notes](https://noteshare.space/) / [Publish Notes](https://github.com/oleeskild/obsidian-digital-garden) / [Web Clipper](https://github.com/obsidianmd/obsidian-clipper) / [Live Sync](https://github.com/vrtmrz/obsidian-livesync) / [Gdrive Sync](https://github.com/stravo1/obsidian-gdrive-sync) / [Backup](https://github.com/denolehov/obsidian-git) / [ChatGPT Addon](https://github.com/logancyang/obsidian-copilot), [2](https://github.com/vasilecampeanu/obsidian-weaver) * ⭐ **Obsidian Tools** - [Resources](https://github.com/kmaasrud/awesome-obsidian) / [Publish Notes](https://github.com/oleeskild/obsidian-digital-garden) / [Web Clipper](https://github.com/obsidianmd/obsidian-clipper) / [Google Drive Sync](https://github.com/stravo1/obsidian-gdrive-sync) / [ChatGPT Addon](https://github.com/vasilecampeanu/obsidian-weaver) / [Guides](https://help.obsidian.md/Home) / [Forum](https://forum.obsidian.md/)
* ⭐ **[Notion](https://www.notion.so/)** - Note-Taking * ⭐ **[Notion](https://www.notion.so/)** - Note-Taking
* ⭐ **Notion Tools** - [Themes](https://notionthemes.yudax.me/) / [Templates](https://notionpages.com/) / [Resources](https://www.notioneverything.com/notion-world), [2](https://chief-ease-8ab.notion.site/List-of-200-Notion-Resources-e1b46cd365094265bd47b8a2b25bb41e) / [Guide](https://easlo.notion.site/Notion-Beginner-to-Advanced-8a492960b049433289c4a8d362204d20) / [Markdown Extractor](https://github.com/souvikinator/notion-to-md) * ⭐ **Notion Tools** - [Themes](https://notionthemes.yudax.me/) / [Templates](https://notionpages.com/) / [Resources](https://www.notioneverything.com/notion-world), [2](https://chief-ease-8ab.notion.site/List-of-200-Notion-Resources-e1b46cd365094265bd47b8a2b25bb41e) / [Guide](https://easlo.notion.site/Notion-Beginner-to-Advanced-8a492960b049433289c4a8d362204d20) / [Markdown Extractor](https://github.com/souvikinator/notion-to-md)
* ⭐ **[Notesnook](https://notesnook.com/)** - Note-Taking * ⭐ **[Notesnook](https://notesnook.com/)** - Note-Taking / [GitHub](https://github.com/streetwriters/notesnook)
* ⭐ **[AnyType](https://anytype.io/)** - Note-Taking * ⭐ **[AnyType](https://anytype.io/)** - Note-Taking
* ⭐ **[Logseq](https://logseq.com/)** - Outlining * ⭐ **[Logseq](https://logseq.com/)** - Outlining
* [Mochi Cards](https://mochi.cards/) or [Silicon](https://github.com/cu/silicon) - Note-Taking / Study Tools * [Mochi Cards](https://mochi.cards/) or [Silicon](https://github.com/cu/silicon) - Note-Taking / Study Tools
* [BookStack](https://www.bookstackapp.com/) or [Siyuan](https://github.com/siyuan-note/siyuan) - Self-Hosted Information Managers
* [Desklamp](https://desklamp.io/) - Reading / Note-Taking / Highlighting Tool / [Guide](https://app.desklamp.io/read?id=46b203c6-d8df-453d-b546-95a8fa7a44b9&mode=explore)
* [benotes](https://benotes.org/) - Self-Hosted Bookmarks and Note-Taking
* [Saber](https://saber.adil.hanney.org/) - Crossplatform Handwritten Notes
* [Simplenote](https://simplenote.com/) - Crossplatform Note-Taking
* [Butterfly](https://docs.butterfly.linwood.dev/) - Handwritten Notes / [Discord](https://discord.com/invite/97zFtYN) / [GitHub](https://github.com/LinwoodDev/Butterfly)
* [EncryptPad](https://evpo.net/encryptpad/) - Encrypted Text Editor
* [Xournal++](https://xournalpp.github.io/) - Handwritten Notes / [GitHub](https://github.com/xournalpp/xournalpp)
* [Notepads](https://www.notepadsapp.com/) - Text Editor
* [Xed](https://github.com/linuxmint/xed) - GTK3 Text Editor
* [Zim Wiki](https://zim-wiki.org/) - Wiki Text Editor
* [Flotes](https://flotes.app/) - Markdown Note-Taking * [Flotes](https://flotes.app/) - Markdown Note-Taking
* [tomboy-ng](https://github.com/tomboy-notes/tomboy-ng) - TomBoy-Based Text Editor * [QOwnNotes](https://www.qownnotes.org/) - Markdown Note-Taking
* [Helix](https://helix-editor.com/) - Kakuone/Neovim-Based Text Editor * [Tiddly](https://tiddlywiki.com/) - Info Manager / [Desktop](https://github.com/tiddly-gittly/TidGi-Desktop)
* [cherrytree](https://www.giuspen.net/cherrytree/) - Hierarchical Note-Taking * [Trilium](https://github.com/zadam/trilium) - Info Manager
* [UseMemos](https://usememos.com/) / [Discord](https://discord.gg/tfPJa4UmAv) * [Org-roam](https://www.orgroam.com/) - Info Manager
* [Tiddly](https://tiddlywiki.com/) / [Desktop](https://github.com/tiddly-gittly/TidGi-Desktop) * [Desklamp](https://desklamp.io/) - Reading / Note-Taking / Highlighting Tool / [Guide](https://app.desklamp.io/read?id=46b203c6-d8df-453d-b546-95a8fa7a44b9&mode=explore)
* [Joplin](https://joplinapp.org/) / [Firefox](https://addons.mozilla.org/en-US/firefox/addon/joplin-web-clipper/) / [Chrome](https://chromewebstore.google.com/detail/joplin-web-clipper/alofnhikmmkdbbbgpnglcpdollgjjfeken-GB) * [UseMemos](https://usememos.com/) - Note-Taking / [Discord](https://discord.gg/tfPJa4UmAv) / [GitHub](https://github.com/usememos/memos)
* [FromScratch](https://fromscratch.rocks/) * [Joplin](https://joplinapp.org/) - Note-Taking / [Firefox](https://addons.mozilla.org/en-US/firefox/addon/joplin-web-clipper/) / [Chrome](https://chromewebstore.google.com/detail/joplin-web-clipper/alofnhikmmkdbbbgpnglcpdollgjjfeken-GB) / [GitHub](https://github.com/laurent22/joplin)
* [Org-roam](https://www.orgroam.com/) / [GitHub](https://github.com/org-roam/org-roam) * [AppFlowy](https://appflowy.io/) - Note-Taking / [GitHub](https://github.com/AppFlowy-IO/AppFlowy)
* [Trilium](https://github.com/zadam/trilium) * [MicroPad](https://getmicropad.com/) - Note-Taking
* [Kompad](https://kompad.vercel.app/) * [DeepNote](https://deepnote.com/) - Note-Taking
* [MicroPad](https://getmicropad.com/) * [WriteDown](https://writedown.app/) - Note-Taking
* [WriteDown](https://writedown.app/) * [DocMost](https://docmost.com/) - Note-Taking
* [Standard Notes](https://standardnotes.com/) * [KeyNote NF](https://github.com/dpradov/keynote-nf) - Note-Taking
* [KeyNote NF](https://github.com/dpradov/keynote-nf) * [SilentNotes](https://www.martinstoeckli.ch/silentnotes/) - Note-Taking / [GitHub](https://github.com/martinstoeckli/SilentNotes)
* [Notes](https://www.get-notes.com/) * [Google Keep](https://keep.google.com/) - Simple Notes
* [TinyList](https://tinylist.app/) * [StandardNotes](https://standardnotes.com/) - Encrypted Notes
* [SilentNotes](https://www.martinstoeckli.ch/silentnotes/) * [Saber](https://saber.adil.hanney.org/) - Handwritten Notes
* [QOwnNotes](https://www.qownnotes.org/) * [Butterfly](https://butterfly.linwood.dev/) - Handwritten Notes / [Discord](https://discord.com/invite/97zFtYN) / [GitHub](https://github.com/LinwoodDev/Butterfly)
* [FastNotes](https://fastedit.frozenassassine.de/) * [Xournal++](https://xournalpp.github.io/) - Handwritten Notes / [GitHub](https://github.com/xournalpp/xournalpp)
* [Google Keep](https://keep.google.com/) * [BookStack](https://www.bookstackapp.com/) or [Siyuan](https://github.com/siyuan-note/siyuan) - Self-Hosted Info Managers
* [LockBook](https://github.com/lockbook/lockbook)
*** ***
@ -261,9 +268,7 @@
* ↪️ **[Office Activation](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/system-tools#wiki_.25B7_windows_activation)** / [Guide](https://redd.it/1814gmp) / [Custom Install Guide](https://gravesoft.dev/office_c2r_custom) * ↪️ **[Office Activation](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/system-tools#wiki_.25B7_windows_activation)** / [Guide](https://redd.it/1814gmp) / [Custom Install Guide](https://gravesoft.dev/office_c2r_custom)
* ⭐ **[LibreOffice](https://www.libreoffice.org/)** - FOSS Office Suite * ⭐ **[LibreOffice](https://www.libreoffice.org/)** - FOSS Office Suite
* ⭐ **[OnlyOffice](https://www.onlyoffice.com/)** - FOSS Office Suite * ⭐ **[OnlyOffice](https://www.onlyoffice.com/)** - FOSS Office Suite
* ⭐ **[Microsoft Office](https://gravesoft.dev/office_c2r_links)** - Office Suite * ⭐ **[Microsoft Office](https://gravesoft.dev/office_c2r_links)** - Office Suite / [Removal Tool](https://github.com/abbodi1406/WHD/blob/master/scripts/OfficeScrubber_13.zip) / [Hot Keys](https://support.microsoft.com/en-us/office/keyboard-shortcuts-in-microsoft-365-e765366f-24fc-4054-870d-39b214f223fd), [2](https://i.ibb.co/0m9t95b/ebacd47bf83b.png)
* ⭐ **[Office Scrubber](https://github.com/abbodi1406/WHD/tree/master/scripts)** - Office Removal Tool
* [Microsoft Office Hot Keys](https://support.microsoft.com/en-us/office/keyboard-shortcuts-in-microsoft-365-e765366f-24fc-4054-870d-39b214f223fd), [2](https://i.ibb.co/0m9t95b/ebacd47bf83b.png)
* [Calligra](https://calligra.org/) - FOSS Office Suite * [Calligra](https://calligra.org/) - FOSS Office Suite
* [Office365Version](https://www.office365versions.com/) - Office 365 Version History * [Office365Version](https://www.office365versions.com/) - Office 365 Version History
@ -271,6 +276,7 @@
## ▷ Online Editors ## ▷ Online Editors
* ⭐ **[Simplenote](https://simplenote.com/)** - Local / Cloud Saves
* ⭐ **[Proton Docs](https://proton.me/drive/docs)** - Local / Cloud Saves * ⭐ **[Proton Docs](https://proton.me/drive/docs)** - Local / Cloud Saves
* ⭐ **[takenote](https://takenote.dev/)** - Local Saves * ⭐ **[takenote](https://takenote.dev/)** - Local Saves
* ⭐ **[Zen](https://zen.unit.ms/)** - Local Saves * ⭐ **[Zen](https://zen.unit.ms/)** - Local Saves
@ -288,6 +294,7 @@
* [NimbleText](https://nimbletext.com/Live) - Cloud Saves * [NimbleText](https://nimbletext.com/Live) - Cloud Saves
* [ZippyJot](https://www.zippyjot.com/) - Cloud Saves * [ZippyJot](https://www.zippyjot.com/) - Cloud Saves
* [KiloDoc](https://www.kilodoc.com/) - Cloud Saves * [KiloDoc](https://www.kilodoc.com/) - Cloud Saves
* [TinyList](https://tinylist.app/) - Cloud Saves
* [Edit-Document](https://edit-document.com/) - Local / Cloud Saves * [Edit-Document](https://edit-document.com/) - Local / Cloud Saves
* [TextSlave](https://www.textslave.com/) - Cloud Saves * [TextSlave](https://www.textslave.com/) - Cloud Saves
* [GhostText](https://ghosttext.fregante.com/) - Cloud Saves * [GhostText](https://ghosttext.fregante.com/) - Cloud Saves
@ -325,25 +332,23 @@
## ▷ Text / Code Collaboration ## ▷ Text / Code Collaboration
* ⭐ **[Google Colaboratory](https://colab.research.google.com/)** * ⭐ **[Google Docs](https://www.google.com/docs/about/)** / [HTML Converter](https://github.com/evbacher/gd2md-html)
* ⭐ **[Google Docs](https://www.google.com/docs/about/)**
* ⭐ **[CryptPad](https://cryptpad.fr/)** * ⭐ **[CryptPad](https://cryptpad.fr/)**
* ⭐ **[Kludd](https://kludd.co/)** * ⭐ **[Kludd](https://kludd.co/)**
* [Stashpad](https://www.stashpad.com/) / [Discord](https://discord.gg/ScxPxcN9fK)
* [Mattermost](https://mattermost.com/) * [Mattermost](https://mattermost.com/)
* [Codeshare](https://codeshare.io/) * [Codeshare](https://codeshare.io/)
* [HackMD](https://hackmd.io/) * [HackMD](https://hackmd.io/)
* [Taskade](https://www.taskade.com/) * [Taskade](https://www.taskade.com/)
* [Socket](https://socket.io/) * [Socket](https://socket.io/)
* [Whimsical](https://whimsical.com/) * [Whimsical](https://whimsical.com/)
* [Firepad](https://firepad.io/) * [Ellipsus](https://ellipsus.com/)
* [Etherpad](https://etherpad.org/) * [Etherpad](https://etherpad.org/)
* [SharePad](https://sharepad.io/) * [SharePad](https://sharepad.io/)
* [Pixso](https://pixso.net/) * [Pixso](https://pixso.net/)
* [FidusWriter](https://www.fiduswriter.org/) * [FidusWriter](https://www.fiduswriter.org/)
* [overleaf](https://www.overleaf.com/) * [overleaf](https://www.overleaf.com/)
* [RustPad](https://github.com/ekzhang/rustpad) * [Rustpad](https://rustpad.io) / [GitHub](https://github.com/ekzhang/rustpad)
* [AFFiNE](https://affine.pro/) * [AFFiNE](https://affine.pro/) / [GitHub](https://github.com/toeverything/AFFiNE)
* [OnlineInterview.io](https://onlineinterview.io/) * [OnlineInterview.io](https://onlineinterview.io/)
*** ***
@ -352,8 +357,9 @@
* 🌐 **[MTEB Leaderboard](https://huggingface.co/spaces/mteb/leaderboard)** - Text Embedding AI Leaderboard * 🌐 **[MTEB Leaderboard](https://huggingface.co/spaces/mteb/leaderboard)** - Text Embedding AI Leaderboard
* [TinySheet](https://tinysheet.com/), [tad](https://github.com/antonycourtney/tad), [Tree Sheets](https://strlen.com/treesheets/), [Gnumeric](http://www.gnumeric.org/) or [Quadratic](https://www.quadratichq.com/) - Spreadsheet Viewers / Editors * [TinySheet](https://tinysheet.com/), [tad](https://github.com/antonycourtney/tad), [Tree Sheets](https://strlen.com/treesheets/), [Gnumeric](http://www.gnumeric.org/) or [Quadratic](https://www.quadratichq.com/) - Spreadsheet Viewers / Editors
* [Baserow](https://gitlab.com/baserow/baserow), [Framacalc](https://framacalc.org/), [NocoDB](https://github.com/nocodb/nocodb) or [AirTable](https://airtable.com/) - Collaborative Spreadsheets * [Baserow](https://gitlab.com/baserow/baserow), [Framacalc](https://framacalc.org/), [EtherCalc](https://ethercalc.net/), [NocoDB](https://github.com/nocodb/nocodb) or [AirTable](https://airtable.com/) - Collaborative Spreadsheets
* [Jamovi](https://www.jamovi.org/) - Statistical Spreadsheets * [Jamovi](https://www.jamovi.org/) - Statistical Spreadsheets
* [Excel Practice Online](https://excel-practice-online.com/) - Excel Practice / Guides
* [Excel Macro Mastery](https://excelmacromastery.com/vba-articles/) - Excel VBA Guides * [Excel Macro Mastery](https://excelmacromastery.com/vba-articles/) - Excel VBA Guides
* [ExcelJet](https://exceljet.net/formulas) or [Excel Functions](https://www.excelfunctions.net/) - Excel Formulas * [ExcelJet](https://exceljet.net/formulas) or [Excel Functions](https://www.excelfunctions.net/) - Excel Formulas
* [Vertex42](https://www.vertex42.com/) - Excel Templates * [Vertex42](https://www.vertex42.com/) - Excel Templates
@ -369,11 +375,11 @@
## ▷ Writing Tools ## ▷ Writing Tools
* 🌐 **[Author Stash](https://authorstash.com/)** - Writing Tools / Resources * 🌐 **[Author Stash](https://authorstash.com/)** - Writing Tools / Resources
* ↪️ **[AI Text Generators](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai#wiki_.25BA_text_generators)** * ↪️ **[AI Text Generators](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai/#wiki_.25BA_text_generators)**
* ⭐ **[Writer](https://www.gibney.org/writer)**, [FocusWriter](https://gottcode.org/focuswriter/), [Writemonkey](https://writemonkey.com/), [blank.page](https://blank.page/), [Telegra.ph](https://telegra.ph/), [Write.as](https://write.as/) or [WriteNext](https://www.writenext.io/) - Distraction-Free Writing * ⭐ **[Writer](https://www.gibney.org/writer)**, [FocusWriter](https://gottcode.org/focuswriter/), [Writemonkey](https://writemonkey.com/), [blank.page](https://blank.page/), [Telegra.ph](https://telegra.ph/), [Aurelius](https://aurelius.ink), [ZenPen](https://zenpen.io/), [Write.as](https://write.as/), [Owri](https://owri.netlify.app/) or [WriteNext](https://www.writenext.io/) - Distraction-Free Writing
* ⭐ **[Manuskript](https://www.theologeek.ch/manuskript/)** - Writing Organizer / Planner * ⭐ **[Manuskript](https://www.theologeek.ch/manuskript/)** - Writing Organizer / Planner
* ⭐ **[NovelWriter](https://novelwriter.io/)** or [Bibisco](https://bibisco.com/) - Novel Editors * ⭐ **[NovelWriter](https://novelwriter.io/)** or [Bibisco](https://bibisco.com/) - Novel Editors
* ⭐ **[Linked](https://uselinked.com/)**, [journaltxt](https://journaltxt.github.io/), [Gekri](https://gekri.com/), [Microsoft Journal](https://www.microsoft.com/en-us/garage/profiles/journal/), [Diarium](https://diariumapp.com/), [Gemlog](https://gemlog.blue/) or [jrnl.sh](https://jrnl.sh/) - Journal Apps / [Songs](https://deardiary.ai/) * ⭐ **[Linked](https://uselinked.com/)**, [journaltxt](https://journaltxt.github.io/), [Gekri](https://gekri.com/), [Microsoft Journal](https://www.microsoft.com/en-us/garage/profiles/journal/), [Diarium](https://diariumapp.com/), [Gemlog](https://gemlog.blue/) or [jrnl.sh](https://jrnl.sh/) - Journal Apps
* ⭐ **[ChaoticShiny](http://chaoticshiny.com/)**, [Seventh Sanctum](https://www.seventhsanctum.com/), [Notebook.ai](https://www.notebook.ai/) or [WorldAnvil](https://www.worldanvil.com/) - Fantasy Writing Generators * ⭐ **[ChaoticShiny](http://chaoticshiny.com/)**, [Seventh Sanctum](https://www.seventhsanctum.com/), [Notebook.ai](https://www.notebook.ai/) or [WorldAnvil](https://www.worldanvil.com/) - Fantasy Writing Generators
* [Tuesday JS](https://kirill-live.itch.io/tuesday-js) - Visual Novel Editor / [GitHub](https://github.com/Kirilllive/tuesday-js) * [Tuesday JS](https://kirill-live.itch.io/tuesday-js) - Visual Novel Editor / [GitHub](https://github.com/Kirilllive/tuesday-js)
* [RenPy](https://www.renpy.org/) - Visual Novel Editor / [GitHub](https://github.com/renpy/renpy) * [RenPy](https://www.renpy.org/) - Visual Novel Editor / [GitHub](https://github.com/renpy/renpy)
@ -386,8 +392,7 @@
* [Blackout Poetry](https://blackoutpoetry.glitch.me/) - Blackout Poetry Creator * [Blackout Poetry](https://blackoutpoetry.glitch.me/) - Blackout Poetry Creator
* [Idyll](https://idyll-lang.org/editor) - Create Interactive Essays / [GitHub](https://github.com/idyll-lang/idyll) * [Idyll](https://idyll-lang.org/editor) - Create Interactive Essays / [GitHub](https://github.com/idyll-lang/idyll)
* [Papyrus Author](https://www.papyrusauthor.com/) - Creative Writing Suite * [Papyrus Author](https://www.papyrusauthor.com/) - Creative Writing Suite
* [STARC](https://starc.app/) or [Celtx](https://www.celtx.com/) - Script / Screen Writing Tools * [STARC](https://starc.app/), [WriteSolo](https://www.writersolo.com/) or [Celtx](https://www.celtx.com/) - Script / Screen Writing Tools
* [Unsell](https://www.unsell.design/) - Portfolio / Magazine Templates
* [Rarebit](https://rarebit.neocities.org/) - Webcomics Template * [Rarebit](https://rarebit.neocities.org/) - Webcomics Template
* [watchout4snakes](http://watchout4snakes.com/) - Generate Random Sentences, Phrases, Words etc. * [watchout4snakes](http://watchout4snakes.com/) - Generate Random Sentences, Phrases, Words etc.
* [Glossary Generator](https://www.jamesmurdo.com/glossary_generator.html) - Generate Glossaries * [Glossary Generator](https://www.jamesmurdo.com/glossary_generator.html) - Generate Glossaries
@ -408,16 +413,16 @@
* [YearCompass](https://yearcompass.com/) - New Years Resolution Booklet * [YearCompass](https://yearcompass.com/) - New Years Resolution Booklet
* [daily.place](https://www.daily.place/) * [daily.place](https://www.daily.place/)
* [SuperList](https://www.superlist.com/) * [SuperList](https://www.superlist.com/)
* [dooit](https://github.com/dooit-org/dooit) / [Extras](https://github.com/dooit-org/dooit-extras)
* [ToDo List](https://www.abstractspoon.com/) / [GitHub](https://github.com/abstractspoon) * [ToDo List](https://www.abstractspoon.com/) / [GitHub](https://github.com/abstractspoon)
* [Diry AI](https://www.diry.ai/) * [Diry AI](https://www.diry.ai/)
* [Fokus](https://fokus-website.netlify.app/) * [Fokus](https://fokus-website.netlify.app/)
* [OpenToDoList](https://gitlab.com/rpdev/opentodolist) * [OpenToDoList](https://gitlab.com/rpdev/opentodolist)
* [Microsoft To Do](https://to-do.office.com/) * [Microsoft To Do](https://to-do.office.com/)
* [ToDo R](https://todo-r.com/) * [NullBoard](https://github.com/apankrat/nullboard)
* [LunaTask](https://lunatask.app/) * [LunaTask](https://lunatask.app/)
* [ToDoZero](https://todozero.com/) * [ToDoZero](https://todozero.com/)
* [LifeAt](https://lifeat.io/) * [LifeAt](https://lifeat.io/)
* [DoNotes](https://donotes.co.uk/)
* [Super Productivity](https://super-productivity.com/) * [Super Productivity](https://super-productivity.com/)
* [Tasks](https://github.com/BaldissaraMatheus/Tasks.md) * [Tasks](https://github.com/BaldissaraMatheus/Tasks.md)
* [Taskwarrior](https://taskwarrior.org/) * [Taskwarrior](https://taskwarrior.org/)
@ -429,12 +434,10 @@
* ⭐ **[TAAG](https://patorjk.com/software/taag/)**, [DeepAA](https://github.com/OsciiArt/DeepAA), [Kammerl](https://www.kammerl.de/ascii/AsciiSignature.php) or [ASCII Today](https://ascii.today/) - ASCII Art / Text Generators * ⭐ **[TAAG](https://patorjk.com/software/taag/)**, [DeepAA](https://github.com/OsciiArt/DeepAA), [Kammerl](https://www.kammerl.de/ascii/AsciiSignature.php) or [ASCII Today](https://ascii.today/) - ASCII Art / Text Generators
* [REXPaint](https://www.gridsagegames.com/rexpaint/), [Playscii](https://jp.itch.io/playscii) or [PabloDraw](https://picoe.ca/products/pablodraw/) - ASCII Editors * [REXPaint](https://www.gridsagegames.com/rexpaint/), [Playscii](https://jp.itch.io/playscii) or [PabloDraw](https://picoe.ca/products/pablodraw/) - ASCII Editors
* [Kakikun](https://github.com/file-acomplaint/kakikun) - ASCII Terminal Editor
* [ASCII Paint](https://ascii.alienmelon.com/) - ASCII Paint Tool * [ASCII Paint](https://ascii.alienmelon.com/) - ASCII Paint Tool
* [ascii-art-generator](https://www.ascii-art-generator.org/), [ascii-generator](https://ascii-generator.site/), [asciiart](https://asciiart.club/), [ascii-image-converter](https://github.com/TheZoraiz/ascii-image-converter) or [ASCII-art-creator](https://github.com/CherryPill/ASCII-art-creator) - Image to ASCII Art * [ascii-art-generator](https://www.ascii-art-generator.org/), [ascii-generator](https://ascii-generator.site/), [asciiart](https://asciiart.club/), [ascii-image-converter](https://github.com/TheZoraiz/ascii-image-converter), [ITOA](https://itoa.hex.dance/) or [ASCII-art-creator](https://github.com/CherryPill/ASCII-art-creator) - Image to ASCII Art
* [Love ASCII](http://loveascii.com/), [asciiart.eu](https://www.asciiart.eu/), [EmojiCombos](https://emojicombos.com/), [16colors](https://16colo.rs/), [ascii.co](https://ascii.co.uk/art) or [RoySAC](http://www.roysac.com/sitemap.html) - Browse / Copy ASCII Art * [Love ASCII](http://loveascii.com/), [asciiart.eu](https://www.asciiart.eu/), [EmojiCombos](https://emojicombos.com/), [16colors](https://16colo.rs/), [ascii.co](https://ascii.co.uk/art) or [RoySAC](http://www.roysac.com/sitemap.html) - Browse / Copy ASCII Art
* [ASCII Flow](https://asciiflow.com/) or [tree](https://tree.nathanfriend.io/) - Create ASCII Diagrams * [ASCII Flow](https://asciiflow.com/) or [tree](https://tree.nathanfriend.io/) - Create ASCII Diagrams
* [Video Ascii Art](http://www.kickjs.org/example/video_ascii_art/Video_Ascii_Art.html) - Video to Ascii Art
* [Image to Braille](https://505e06b2.github.io/Image-to-Braille/) - Convert Images to Braille * [Image to Braille](https://505e06b2.github.io/Image-to-Braille/) - Convert Images to Braille
* [SVGBob Editor](https://ivanceras.github.io/svgbob-editor/) - Convert ASCII Diagrams to SVG Images * [SVGBob Editor](https://ivanceras.github.io/svgbob-editor/) - Convert ASCII Diagrams to SVG Images
* [AnsiLove](https://www.ansilove.org/downloads.html) or [convert-ascii-to-image](https://onlinetools.com/ascii/convert-ascii-to-image) - ANSI / ASCII Art to PNG Converters * [AnsiLove](https://www.ansilove.org/downloads.html) or [convert-ascii-to-image](https://onlinetools.com/ascii/convert-ascii-to-image) - ANSI / ASCII Art to PNG Converters
@ -444,18 +447,19 @@
# ► Font Tools # ► Font Tools
* ⭐ **[Font Interceptor](https://fontinterceptor.mschfmag.com/)** - Download Fonts from Websites
* ⭐ **[Fontogen](https://github.com/SerCeMan/fontogen)** - Custom AI Font Generator * ⭐ **[Fontogen](https://github.com/SerCeMan/fontogen)** - Custom AI Font Generator
* ⭐ **[TypeTrials](https://typetrials.com/)** - Variable Font Playground * ⭐ **[TypeTrials](https://typetrials.com/)** - Variable Font Playground
* ⭐ **[Nerd Fonts](https://www.nerdfonts.com/)** - Iconic Font Aggregator * ⭐ **[Nerd Fonts](https://www.nerdfonts.com/)** - Icon-Rich Developer/Terminal Fonts
* ⭐ **[Make WordArt](https://www.makewordart.com/)**, [FlameText](https://www10.flamingtext.com/), [MakeText](https://maketext.io/), [TextGiraffe](https://www.textgiraffe.com/), [Text Pro](https://textpro.me/) or [CoolText](https://cooltext.com/) - WordArt Generators * ⭐ **[Make WordArt](https://www.makewordart.com/)**, [FlameText](https://www10.flamingtext.com/), [MakeText](https://maketext.io/), [TextGiraffe](https://www.textgiraffe.com/), [Text Pro](https://textpro.me/) or [CoolText](https://cooltext.com/) - WordArt Generators
* ⭐ **[WhatTheFont](https://www.myfonts.com/WhatTheFont/)**, [Identifont](http://www.identifont.com/), [WhatFont](https://whatfonttool.com/) or [What Font Is](https://www.whatfontis.com/) - Font Identification Tools * ⭐ **[WhatTheFont](https://www.myfonts.com/WhatTheFont/)**, [Identifont](http://www.identifont.com/), [WhatFont](https://whatfonttool.com/) or [What Font Is](https://www.whatfontis.com/) - Font Identification Tools
* ⭐ **[FontDrop](https://fontdrop.info/)** - Analyze Font Files * ⭐ **[FontDrop](https://fontdrop.info/)** - Analyze Font Files
* [Fork-Awesome](https://forkaweso.me/Fork-Awesome/) - Font Toolkit
* [OpenDyslexic](https://opendyslexic.org/) - Increase Page Readability * [OpenDyslexic](https://opendyslexic.org/) - Increase Page Readability
* [Typewolf](https://www.typewolf.com/) or [Typ.io](https://typ.io/) - Trending Website Fonts * [Typewolf](https://www.typewolf.com/) or [Typ.io](https://typ.io/) - Trending Website Fonts
* [DS Fusion](https://ds-fusion.github.io/) - AI Typography Generator * [DS Fusion](https://ds-fusion.github.io/) - AI Typography Generator
* [Formito](https://formito.com/tools/logo) - Typography Logo Maker * [Formito](https://formito.com/tools/logo) - Typography Logo Maker
* [TypeTerms](https://www.supremo.co.uk/typeterms/) - Typography Cheat Sheet * [TypeTerms](https://avark.agency/typeterms/) - Typography Cheat Sheet
* [TheGoodLineHeight](https://thegoodlineheight.com/) - Typography Scaling
* [Polona Typo](https://typo.polona.pl/en/) - Create Text out of Book, Poster and Map Letters * [Polona Typo](https://typo.polona.pl/en/) - Create Text out of Book, Poster and Map Letters
* [enFont](https://enfont.javierarce.com/), [Calligraphr](https://www.calligraphr.com/en/) or [Fontstruct](https://fontstruct.com/) - Custom Font Creators * [enFont](https://enfont.javierarce.com/), [Calligraphr](https://www.calligraphr.com/en/) or [Fontstruct](https://fontstruct.com/) - Custom Font Creators
* [Phase](https://www.eliashanzer.com/phase/) - Variable Fonts Generator * [Phase](https://www.eliashanzer.com/phase/) - Variable Fonts Generator
@ -475,7 +479,6 @@
* [Text Color Fader](https://patorjk.com/text-color-fader/) - Rainbow Text Generator * [Text Color Fader](https://patorjk.com/text-color-fader/) - Rainbow Text Generator
* [JoyPixels](https://www.joypixels.com/) - Emoji Font Generator * [JoyPixels](https://www.joypixels.com/) - Emoji Font Generator
* [MacType](https://www.mactype.net/) - Use Mac fonts on Windows * [MacType](https://www.mactype.net/) - Use Mac fonts on Windows
* [Picas](https://picas.vercel.app/) - Google Font Logo Generator
* [Bitfontmaker2](https://pentacom.jp/pentacom/bitfontmaker2/) - BitFont Creator * [Bitfontmaker2](https://pentacom.jp/pentacom/bitfontmaker2/) - BitFont Creator
* [FontJoy](https://fontjoy.com/) - Font Pairings Generator * [FontJoy](https://fontjoy.com/) - Font Pairings Generator
* [Typerip](https://badnoise.net/TypeRip/) - Adobe Font Ripper / [GitHub](https://github.com/CodeZombie/TypeRip) * [Typerip](https://badnoise.net/TypeRip/) - Adobe Font Ripper / [GitHub](https://github.com/CodeZombie/TypeRip)
@ -487,98 +490,71 @@
*** ***
## ▷ Download Fonts ## ▷ Open Source / Freeware
* ⭐ **[FontSource](https://fontsource.org/)** - Open Source
* ⭐ **[Font Squirrel](https://www.fontsquirrel.com/)** - Commercial Use
* ⭐ **[DaFont](https://www.dafont.com/)** - Freeware
* ⭐ **[1001 Fonts](https://www.1001fonts.com/)** - Freeware
* [Google Fonts](https://fonts.google.com/), [GooFonts](https://goofonts.com/) or [Coollabs](https://fonts.coollabs.io/)
* [Velvetyne](https://velvetyne.fr/) - Open Source
* [uncut.wtf](https://uncut.wtf/) - Open Source
* [Beautiful Web Type](https://beautifulwebtype.com/) - Open Source
* [FontRepo](https://www.fontrepo.com/) - Open Source
* [FontShare](https://fontshare.com/) - Commercial Use
* [Fontlot](https://fontlot.com/) - Freeware
* [Fontsly](https://fontsly.com/) - Freeware
* [Fonts4Free](https://www.fonts4free.net/) - Freeware
* [FontSpace](https://www.fontspace.com/) - Freeware
* [Online Fonts](https://online-fonts.com/) - Freeware
* [CDNFonts](https://www.cdnfonts.com/) - Freeware
* [Fontesk](https://fontesk.com/) - Freeware
* [iFonts](https://ifonts.xyz/) - Freeware
* [DownloadFonts](https://www.downloadfonts.io/) - Freeware
* [AbstractFonts](https://www.abstractfonts.com/) - Freeware
* [FontGet](https://www.fontget.com/) - Freeware
* [FreeFontsDownload](https://freefontsdownload.net/) - Freeware
* [Fonts2u](https://fonts2u.com/) - Freeware
* [Awwwards](https://www.awwwards.com/awwwards/collections/free-fonts/) - Freeware
* [GlukFonts](https://www.glukfonts.pl/fonts.php) - Freeware
* [Iconian](https://www.iconian.com/) - Freeware
* [Modern Fonts Stacks](https://modernfontstacks.com/) - CSS Fonts
***
## ▷ Free Fonts
* ⭐ **[Fonts CSE](https://cse.google.com/cse?cx=82154ebab193e493d)** - Multi-site Font Search * ⭐ **[Fonts CSE](https://cse.google.com/cse?cx=82154ebab193e493d)** - Multi-site Font Search
* ⭐ **[Font Download Guide](https://redd.it/8tqfg6)** * ⭐ **[FontPiracy](https://rentry.co/FontPiracy)** - Font Download Guide
* ⭐ **[Font Drives](https://rentry.co/FMHYBase64#font-collections)** * ⭐ **[Font Drives](https://rentry.co/FMHYBase64#font-collections)**
* ⭐ **[FontSource](https://fontsource.org/)**
* [Coollabs](https://fonts.coollabs.io/) - Google Font Alternative / [GitHub](https://github.com/coollabsio/fonts)
* [Google Fonts](https://fonts.google.com/)
* [GooFonts](https://goofonts.com/)
* [DaFont](https://www.dafont.com/)
* [Dafont Free](https://www.dafontfree.net/)
* [FontSpace](https://www.fontspace.com/)
* [Font Store](https://t.me/fontsstore)
* [NetFontes](https://www.netfontes.com.br/)
* [Windows Fonts](https://wfonts.com/) * [Windows Fonts](https://wfonts.com/)
* [FONToMASS](https://m.vk.com/topic-178186634_39300099?offset=0)
* [Font Squirrel](https://www.fontsquirrel.com/)
* [Free Fonts Family](https://freefontsfamily.com/)
* [DFonts](https://www.dfonts.org/)
* [FontSpark](https://fontspark.com/)
* [Velvetyne](https://velvetyne.fr/)
* [Best Free Fonts](https://bestfreefonts.com/)
* [FontPair](https://www.fontpair.co/fonts)
* [FontsHub](https://fontshub.pro/)
* [CDNFonts](https://www.cdnfonts.com/)
* [Fontesk](https://fontesk.com/)
* [CandyFonts](https://candyfonts.com/)
* [uncut.wtf](https://uncut.wtf/)
* [Lost Type Co-op](https://losttype.com/browse/)
* [Nerd Fonts](https://github.com/ryanoasis/nerd-fonts)
* [d_fonts](https://t.me/d_fonts)
* [iFonts](https://ifonts.xyz/)
* [Cufon Fonts](https://www.cufonfonts.com/)
* [Fontsly](https://fontsly.com/)
* [fonteseletras](https://www.fonteseletras.com/)
* [BoldFonts](https://boldfonts.com/)
* [CoFonts](https://cofonts.com/)
* [FontsFree](https://fontsfree.net)
* [FontReach](https://www.fontreach.com/)
* [DownloadFonts](https://www.downloadfonts.io/)
* [UrbanFonts](https://www.urbanfonts.com/)
* [AbstractFonts](https://www.abstractfonts.com/)
* [FontGet](https://www.fontget.com/)
* [FontSupply](https://www.fontsupply.com/)
* [BlogFonts](https://blogfonts.com/)
* [1.5_million_fonts](https://archive.org/details/1.5_million_font_files_collection)
* [Martian Mono](https://github.com/evilmartians/mono)
* [Dribbble](https://dribbble.com/search/free%20font)
* [Fonts2u](https://fonts2u.com/)
* [GlukFonts](https://www.glukfonts.pl/fonts.php)
* [Iconian](https://www.iconian.com/)
* [Beautiful Web Type](https://beautifulwebtype.com/)
* [HighFonts](https://highfonts.com/category/free/)
* [FontsGeek](https://fontsgeek.com/)
* [FreeFontsDownload](https://freefontsdownload.net/)
* [FontPark](https://fontpark.com/)
* [FFonts](https://www.ffonts.net/)
* [Fontke](https://eng.fontke.com/font/)
* [FontRepo](https://www.fontrepo.com/)
* [Fontlot](https://fontlot.com/)
* [FreeBestFonts](https://www.freebestfonts.com/)
* [Fonts4Free](https://www.fonts4free.net/)
* [paid fonts for free](https://t.me/squaxfonts)
* [Mr.E-Fonts](https://archive.org/details/Mr.E-Fonts)
* [TypeType](https://typetype.org/freefonts/)
* [SimplyTheBest](https://simplythebest.net/fonts/)
* [BeFonts](https://befonts.com/) * [BeFonts](https://befonts.com/)
* [Awwwards](https://www.awwwards.com/awwwards/collections/free-fonts/) * [Free Fonts Family](https://freefontsfamily.com/)
* [MaisFontes](https://en.maisfontes.com/) * [Cufon Fonts](https://www.cufonfonts.com/)
* [World of Fonts](https://w.itch.io/world-of-fonts) * [FontsFree](https://fontsfree.net)
* [BestFonts](https://bestfonts.pro/) * [DFonts](https://www.dfonts.org/)
* [FFonts](https://www.ffonts.net/)
* [FontsHub](https://fontshub.pro/)
* [Font Meme](https://fontmeme.com/)
* [Font-Generator](https://www.font-generator.com/)
* [FONToMASS](https://m.vk.com/topic-178186634_39300099?offset=0)
* [1.5_million_fonts](https://archive.org/details/1.5_million_font_files_collection)
* [Mr.E-Fonts](https://archive.org/details/Mr.E-Fonts)
* [psd_fonts](https://vk.com/psd_fonts) * [psd_fonts](https://vk.com/psd_fonts)
* [1001 Fonts](https://www.1001fonts.com/)
* [1001 Free Fonts](https://www.1001freefonts.com/) * [1001 Free Fonts](https://www.1001freefonts.com/)
*** ***
## ▷ Unicode Fonts ## ▷ Unicode Fonts
* ⭐ **[YayText](https://yaytext.com/)**
* ⭐ **[MessLetters](https://www.messletters.com/)**
* ⭐ **[fSymbols](https://fsymbols.com/generators/)**
* ⭐ **[Fancy Text](https://fancy-text.net/)**
* [WhatIsIt](https://babelstone.co.uk/Unicode/whatisit.html) or [ShapeCatcher](https://shapecatcher.com/) - Unicode Identification * [WhatIsIt](https://babelstone.co.uk/Unicode/whatisit.html) or [ShapeCatcher](https://shapecatcher.com/) - Unicode Identification
* [coolfont](https://coolfont.org/) * [coolfont](https://coolfont.org/)
* [Font Meme](https://fontmeme.com/)
* [FontMaker](https://fontmaker.io/) * [FontMaker](https://fontmaker.io/)
* [Font Generator Online](https://www.fontgeneratoronline.com/) * [Font Generator Online](https://www.fontgeneratoronline.com/)
* [DiscordFonts](https://lingojam.com/DiscordFonts)
* [MessLetters](https://www.messletters.com/)
* [Fancy Text](https://fancy-text.net/)
* [FontGenerator](https://fontgenerator.cc/) * [FontGenerator](https://fontgenerator.cc/)
* [YayText](https://yaytext.com/)
* [Font-Generator](https://www.font-generator.com/)
* [LingoJam](https://lingojam.com/WeirdTextGenerator)
* [fSymbols](https://fsymbols.com/generators/)
* [fontchangerguru](https://fontchangerguru.com/) * [fontchangerguru](https://fontchangerguru.com/)
* [tell.wtf](https://tell.wtf/)
* [fancytextdecorator](https://fancytextdecorator.com/) * [fancytextdecorator](https://fancytextdecorator.com/)

View file

@ -6,47 +6,44 @@
# ► Torrent Sites # ► Torrent Sites
**Warning** - It's best to avoid sites that allow anyone to make accounts when getting both software and games. Avoid users in the [Unsafe](https://www.reddit.com/r/FREEMEDIAHECKYEAH/comments/10bh0h9/unsafe_sites_software_thread/) or [Untrusted](https://rentry.org/pgames#untrusted-uploaders) lists. **Warning** - It's best to avoid sites that allow anyone to make accounts when getting both software and games. Avoid sites and uploaders listed on the [Unsafe Sites](https://fmhy.net/unsafesites) page.
*** ***
* ⭐ **[RuTracker](https://rutracker.org/)**, [2](https://rutracker.nl/), [3](https://rutracker.net/) - Video / Audio / Games / Software / Android / Comics / Magazines * ⭐ **[RuTracker](https://rutracker.org/)**, [2](https://rutracker.nl/), [3](https://rutracker.net/) - Video / Audio / Comics / Magazines / Signup Required
* ⭐ **RuTracker Tools** - [Addon](https://addons.mozilla.org/en-US/firefox/addon/rutracker_torrent_search/) / [Wiki](http://rutracker.wiki/) / [Rules](https://rutracker.org/forum/viewtopic.php?t=1045) / [Translator](https://github.com/FilipePS/Traduzir-paginas-web#install) * ⭐ **RuTracker Tools** - [Addon](https://addons.mozilla.org/en-US/firefox/addon/rutracker_torrent_search/) / [Wiki](http://rutracker.wiki/) / [Rules](https://rutracker.org/forum/viewtopic.php?t=1045) / [Translator](https://github.com/FilipePS/Traduzir-paginas-web#install)
* ⭐ **[TorrentGalaxy](https://torrentgalaxy.to/)** - Video / Audio / NSFW / [.onion](http://galaxy3yrfbwlwo72q3v2wlyjinqr2vejgpkxb22ll5pcpuaxlnqjiid.onion) * ⭐ **[TorrentGalaxy](https://torrentgalaxy.to/)** - Video / Audio / NSFW / [.onion](http://galaxy3yrfbwlwo72q3v2wlyjinqr2vejgpkxb22ll5pcpuaxlnqjiid.onion) / [Proxies](https://proxygalaxy.me/)
* ⭐ **[m0nkrus](https://w14.monkrus.ws/)** - Adobe Software Archive / [Search Engine](https://monkrus.dvuzu.com/) / [Block Adobe](https://rentry.co/FMHYBase64#a-dove-is-dumb) * ⭐ **[m0nkrus](https://w16.monkrus.ws/)** / [2](https://vk.com/monkrus) - Adobe Software Archive / [Block Adobe](https://rentry.co/FMHYBase64#a-dove-is-dumb) / [Search](https://monkrus.dvuzu.com/) / [Telegram](https://t.me/real_monkrus)
* ⭐ **[Torrent CSE](https://cse.google.com/cse?cx=006516753008110874046:0led5tukccj)** / [CSE 2](https://cse.google.com/cse?cx=006516753008110874046:kh3piqxus6n) - Multi Site Search * ⭐ **[Torrent CSE](https://cse.google.com/cse?cx=006516753008110874046:0led5tukccj)** / [CSE 2](https://cse.google.com/cse?cx=006516753008110874046:kh3piqxus6n) - Multi Site Search
* [1337x](https://1337x.to/) - Video / Audio / NSFW * [1337x](https://1337x.to/) - Video / Audio / NSFW
* 1337x Tools - [Mirrors](https://1337x-status.org/), [2](https://1337x.to/about), [3](https://ibb.co/py0RCz9) / [User Ranks](https://i.ibb.co/WfNhvtB/ebc2def26433.png) / [Telegram Bot](https://t.me/search_content_bot), [2](https://github.com/xbIm/1337x-torrent-telegram-bot) / [IMDb Ratings](https://github.com/kotylo/1337imdb) / [Proxy](https://redd.it/tz7nyx), [2](https://pastebin.com/3n5K0QrP) [.onion](http://l337xdarkkaqfwzntnfk5bmoaroivtl6xsbatabvlb52umg6v3ch44yd.onion/) / [Magnets](https://greasyfork.org/en/scripts/373230) / [Timezone Fix](https://greasyfork.org/en/scripts/421635) * 1337x Tools - [Mirrors](https://1337x-status.org/), [2](https://1337x.to/about), [3](https://ibb.co/py0RCz9) / [User Ranks](https://i.ibb.co/WfNhvtB/ebc2def26433.png) / [Telegram Bot](https://t.me/search_content_bot), [2](https://github.com/xbIm/1337x-torrent-telegram-bot) / [IMDb Ratings](https://github.com/kotylo/1337imdb) / [Proxy](https://redd.it/tz7nyx), [2](https://pastebin.com/3n5K0QrP) [.onion](http://l337xdarkkaqfwzntnfk5bmoaroivtl6xsbatabvlb52umg6v3ch44yd.onion/) / [Magnets](https://greasyfork.org/en/scripts/373230) / [Timezone Fix](https://greasyfork.org/en/scripts/421635)
* [TheRARBG](https://therarbg.com/), [2](https://therarbg.to/) - Video / Audio / Games / Books / NSFW / Continuation Project / [.onion](http://therarbgscpvql6p2e3upz7xyqb4ornupyznim5rlriycjfvcwnz7ayd.onion) * [RARBG Dump](https://rarbgdump.com/ ) - Video / Audio / Games / Books / NSFW / Continuation Project
* [GloTorrents](https://glodls.to) - Video / Audio / Books / NSFW
* [LimeTorrents](https://www.limetorrents.lol/) - Video / Audio / Books * [LimeTorrents](https://www.limetorrents.lol/) - Video / Audio / Books
* [IsoHunt](https://isohunts.to/) or [IsoHunt.nz](https://isohunt.nz/) - Video / Audio / Books * [IsoHunt](https://isohunts.to/) - Video / Audio / Books
* [ExT](https://ext.to/), [2](https://search.extto.com/) - Video / Audio / Books * [ExT](https://ext.to/), [2](https://search.extto.com/) - Video / Audio / Books / [Proxy](https://extranet.torrentbay.st/)
* [ExtraTorrent](https://extratorrent.st/) - Video / Audio / Books / NSFW * [ExtraTorrent](https://extratorrent.st/) - Video / Audio / Books / NSFW
* [rutor.info](https://rutor.info/) or [rutor.is](https://rutor.is/) - Video / Audio / Books / ROMs / Magazines / Use [Translator](https://github.com/FilipePS/Traduzir-paginas-web#install) * [rutor.info](https://rutor.info/) or [rutor.is](https://rutor.is/) - Video / Audio / Books / ROMs / Magazines / Use [Translator](https://github.com/FilipePS/Traduzir-paginas-web#install)
* [NNM-Club](https://nnmclub.to/) - Video / Audio / [Note](https://i.ibb.co/MPRttDC/6a35c3c79cde.png) * [NNM-Club](https://nnmclub.to/) - Video / Audio / [Note](https://i.ibb.co/MPRttDC/6a35c3c79cde.png)
* [Torrenting](https://www.torrenting.com/) - Video / Audio / Books / NSFW / Signup Required * [Torrenting](https://www.torrenting.com/) - Video / Audio / Books / NSFW / Signup Required
* [ZeroTorrent](http://127.0.0.1:43110/ZeroTorrent.bit/) - [ZeroNet Required](https://zeronet.io/) / Video / Audio * [ZeroTorrent](http://127.0.0.1:43110/ZeroTorrent.bit/), [2](https://proxy.zeronet.dev/ZeroTorrent.bit/) - [ZeroNet Required](https://zeronet.io/) / Video / Audio
* [4chan /t/](https://boards.4chan.org/t/) - Torrents / Imageboard / Some NSFW * [4chan /t/](https://boards.4chan.org/t/) - Torrents / Imageboard / Some NSFW
*** ***
## ▷ Aggregators ## ▷ Aggregators
**Warning** - Aggregators include many sources, so it's best to avoid using them for software and games. Avoid users in the [Unsafe](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/unsafe-sites/) or [Untrusted](https://rentry.org/pgames#untrusted-uploaders) lists. **Warning** - Aggregators include many sources, so it's best to avoid using them for software and games. Avoid sites and uploaders listed on the [Unsafe Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/comments/10bh0h9/unsafe_sites_software_thread/) page.
*** ***
* ⭐ **[BTDigg](https://btdig.com/index.htm)** - [.onion](http://btdigggink2pdqzqrik3blmqemsbntpzwxottujilcdjfz56jumzfsyd.onion/), [2](https://btdigggink2pdqzqrik3blmqemsbntpzwxottujilcdjfz56jumzfsyd.onion.ly/) / [i2p](http://btdigg.i2p/) * ⭐ **[BTDigg](https://btdig.com/)** / [.onion](http://btdigggink2pdqzqrik3blmqemsbntpzwxottujilcdjfz56jumzfsyd.onion/), [2](https://btdigggink2pdqzqrik3blmqemsbntpzwxottujilcdjfz56jumzfsyd.onion.ly/) / [i2p](http://btdigg.i2p/)
* ⭐ **[Knaben](https://knaben.eu/)** * ⭐ **[Knaben](https://knaben.eu/)**
* [Torrent Finder](https://torrent-finder.com/) * **[BitSearch](https://bitsearch.to/)** - Movies / TV / Anime
* [TorrentDownload](https://www.torrentdownload.info/) * [TorrentDownload](https://www.torrentdownload.info/)
* [TorrentQuest](https://torrentquest.com/) * [TorrentQuest](https://torrentquest.com/)
* [TorrentCORE](https://torrentcore.xyz/) * [TorrentCORE](https://torrentcore.xyz/)
* [DaMag](https://damag.net/) * [DaMag](https://damag.net/)
* [SolidTorrents](https://solidtorrents.to/), [2](https://solidtorrents.eu/)
* [Cleanbay](https://cleanbay.netlify.app/) * [Cleanbay](https://cleanbay.netlify.app/)
* [Torrends](https://torrends.to/)
* [CloudTorrents](https://cloudtorrents.com/) * [CloudTorrents](https://cloudtorrents.com/)
* [BTMET](https://btmet.com/) * [BTMET](https://btmet.com/)
* [Torrents-CSV](https://torrents-csv.com/) * [Torrents-CSV](https://torrents-csv.com/)
@ -54,16 +51,13 @@
* [iDope](https://idope.se/) * [iDope](https://idope.se/)
* [BT4G](https://bt4gprx.com/) * [BT4G](https://bt4gprx.com/)
* [snowfl](https://snowfl.com/) * [snowfl](https://snowfl.com/)
* [Torlock](https://www.torlock.com/), [2](https://www.torlock2.com/) * [Torlock](https://www.torlock.com/)
* [TorrentProject](https://torrentproject.cc/), [2](https://torrentproject2.net/) * [TorrentProject](https://torrentproject.cc/), [2](https://torrentproject2.net/)
* [0Mag](https://www.0mag.net/), [2](https://16mag.net/) * [0Mag](https://www.0mag.net/), [2](https://16mag.net/)
* [TorrentDownloads](https://www.torrentdownloads.pro/) * [TorrentDownloads](https://www.torrentdownloads.pro/)
* [concen](https://www.concen.org/torrents) * [concen](https://www.concen.org/torrents)
* [YourBitTorrent](https://yourbittorrent.com/)
* [BTSearch](https://www.btsearch.love/en) * [BTSearch](https://www.btsearch.love/en)
* [EXT Torrents](https://extranet.torrentbay.to/)
* [TorrentSeeker](https://torrentseeker.com)
* [Torrentzeta](https://www.torrentzeta.com/)
* [Veoble](https://veoble.com/torrent/)
* [TorrentSearchRobot](https://t.me/TorrentSearchRoBot) - Telegram Torrent Search * [TorrentSearchRobot](https://t.me/TorrentSearchRoBot) - Telegram Torrent Search
* [Magnetissimo](https://github.com/sergiotapia/magnetissimo) - Magnet Web App Search * [Magnetissimo](https://github.com/sergiotapia/magnetissimo) - Magnet Web App Search
* [Torrentinim](https://github.com/sergiotapia/torrentinim) or [BitMagnet](https://bitmagnet.io/) - Self-Hosted Torrent Search Engines * [Torrentinim](https://github.com/sergiotapia/torrentinim) or [BitMagnet](https://bitmagnet.io/) - Self-Hosted Torrent Search Engines
@ -104,7 +98,6 @@
* [Motrix](https://motrix.app/) / [GitHub](https://github.com/agalwood/Motrix) * [Motrix](https://motrix.app/) / [GitHub](https://github.com/agalwood/Motrix)
* [Tixati](https://tixati.com/) * [Tixati](https://tixati.com/)
* [WizTorrent](https://wiztorrent.com/) / Torrent Player / WebShare * [WizTorrent](https://wiztorrent.com/) / Torrent Player / WebShare
* [Picotorrent](https://picotorrent.org/)
* [BiglyBT](https://www.biglybt.com/) * [BiglyBT](https://www.biglybt.com/)
* [LIII](https://codecpack.co/download/LIII-BitTorrent-Client.html) * [LIII](https://codecpack.co/download/LIII-BitTorrent-Client.html)
* [PikaTorrent](https://www.pikatorrent.com/) / [GitHub](https://github.com/G-Ray/pikatorrent) * [PikaTorrent](https://www.pikatorrent.com/) / [GitHub](https://github.com/G-Ray/pikatorrent)
@ -117,6 +110,7 @@
* [Download Torrents Through I2P](https://decentnet.github.io/blog/20200329-download-torrents-through-i2p.html) * [Download Torrents Through I2P](https://decentnet.github.io/blog/20200329-download-torrents-through-i2p.html)
* [flood](https://flood.js.org/) - rTorrent, Transmission & qBittorrent WebUI / [GitHub](https://github.com/jesec/flood) * [flood](https://flood.js.org/) - rTorrent, Transmission & qBittorrent WebUI / [GitHub](https://github.com/jesec/flood)
* [/r/Seedboxes](https://www.reddit.com/r/seedboxes/) - Seedbox Subreddit * [/r/Seedboxes](https://www.reddit.com/r/seedboxes/) - Seedbox Subreddit
* [Seedbox Guide](https://seedboxgui.de/seedbox/) - Seedbox Comparisons
*** ***
@ -127,20 +121,22 @@
* [qBitMF](https://github.com/qBitMF/qBitMF) - Multi-Connection Tool * [qBitMF](https://github.com/qBitMF/qBitMF) - Multi-Connection Tool
* [VueTorrent](https://github.com/WDaan/VueTorrent) - Web Client * [VueTorrent](https://github.com/WDaan/VueTorrent) - Web Client
* [rqBit](https://github.com/ikatson/rqbit/) - Rust Client * [rqBit](https://github.com/ikatson/rqbit/) - Rust Client
* [qBit Manage](https://github.com/StuffAnThings/qbit_manage) - Manager / Automation Tool
* [qBitController](https://github.com/Bartuzen/qBitController) - Mobile Controllers * [qBitController](https://github.com/Bartuzen/qBitController) - Mobile Controllers
* [Docker QBT](https://github.com/linuxserver/docker-qbittorrent) or [QBT VPN](https://github.com/binhex/arch-qbittorrentvpn) - Docker Builds * [Docker QBT](https://github.com/linuxserver/docker-qbittorrent) or [QBT VPN](https://github.com/binhex/arch-qbittorrentvpn) - Docker Builds
* [QBT Mega](https://colab.research.google.com/github/Xavy-13/qbittorrent/blob/main/qBittorrent_MEGA.ipynb) - Mega Upload Script * [QBT Mega](https://colab.research.google.com/github/Xavy-13/qbittorrent/blob/main/qBittorrent_MEGA.ipynb) - Mega Upload Script
* [QBT Gdrive](https://colab.research.google.com/github/Xavy-13/qbittorrent/blob/main/qBittorrent.ipynb) - Gdrive Upload Script * [QBT Google Drive](https://colab.research.google.com/github/Xavy-13/qbittorrent/blob/main/qBittorrent.ipynb) - Google Drive Upload Script
* [Dark Theme](https://draculatheme.com/qbittorrent) or [iOS Style](https://github.com/ntoporcov/iQbit/) - QBT Themes * [Dark Theme](https://draculatheme.com/qbittorrent) or [iOS Style](https://github.com/ntoporcov/iQbit/) - QBT Themes
* [qBitEndpoints](https://rentry.co/qBitEndpoints) - API Endpoints * [qBitEndpoints](https://rentry.co/qBitEndpoints) - API Endpoints
* [Quantum](https://github.com/UHAXM1/Quantum) - Auto Port Updater for Proton
*** ***
## ▷ Remote Torrenting ## ▷ Remote Torrenting
* ↪️ **[Torrent to GDrive](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_torrent_to_gdrive)** * ↪️ **[Torrent to Google Drive](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_torrent_to_google_drive)**
* ⭐ **[webtor](https://webtor.io/)** - Torrent to Stream / DDL Sites / [Send Magnets](https://greasyfork.org/en/scripts/481975)
* ⭐ **[Seedr](https://www.seedr.cc/)** - [Telegram Bot](https://t.me/TorrentSeedrBot) / [API Wrapper](https://github.com/theabbie/seedr-api), [2](https://github.com/AnjanaMadu/SeedrAPI) - Torrent to Cloud and Stream * ⭐ **[Seedr](https://www.seedr.cc/)** - [Telegram Bot](https://t.me/TorrentSeedrBot) / [API Wrapper](https://github.com/theabbie/seedr-api), [2](https://github.com/AnjanaMadu/SeedrAPI) - Torrent to Cloud and Stream
* [webtor](https://webtor.io/) - Torrent to Stream / DDL Sites
* [Multi-Up](https://multiup.io/en/upload/from-torrent) - Torrent to DDL Sites * [Multi-Up](https://multiup.io/en/upload/from-torrent) - Torrent to DDL Sites
* [Bitport](https://bitport.io/welcome) - Torrent to Cloud and Stream * [Bitport](https://bitport.io/welcome) - Torrent to Cloud and Stream
* [TorrentSafe](https://www.torrentsafe.com/) - Torrent to Cloud and Stream * [TorrentSafe](https://www.torrentsafe.com/) - Torrent to Cloud and Stream
@ -156,10 +152,9 @@
# ► Tracker Invites # ► Tracker Invites
* 🌐 **[Private Trackers General](https://rentry.co/private-trackers)** - Private Tracker Guides * 🌐 **[Private Trackers General](https://rentry.co/private-trackers)**, **[/r/TrackersInfo](https://www.reddit.com/r/TrackersInfo/wiki/official_recruitments/)**, [The Sheet](https://inviteroute.github.io/sheet/), [Graph](https://inviteroute.github.io/graph/) or [InstallGentoo](https://igwiki.lyci.de/wiki/Private_trackers) - Private Tracker Guides
* 🌐 **[Scene Related](https://opentrackers.org/links/warez-scene/#scenerelated)** - Warez / Scene Site Index * 🌐 **[Scene Related](https://opentrackers.org/links/warez-scene/#scenerelated)** - Warez / Scene Site Index
* ⭐ **[/r/TrackersInfo](https://www.reddit.com/r/TrackersInfo/wiki/official_recruitments/)**, [The Sheet](https://inviteroute.github.io/sheet/) or [Graph](https://inviteroute.github.io/graph/) - Private Tracker Recruitment Guides * ⭐ **[TrackerStatus](https://trackerstatus.info/)** or [TrackerHub](https://hdvinnie.github.io/TrackerHub/) - Tracker Status Updates
* ⭐ **[TrackerStatus](https://trackerstatus.info/)** - Tracker Status Updates
* [/r/trackers](https://reddit.com/r/trackers) - Tracker Discussion * [/r/trackers](https://reddit.com/r/trackers) - Tracker Discussion
* [/r/OpenSignups](https://www.reddit.com/r/OpenSignups/) or [/r/OpenedSignups](https://www.reddit.com/r/OpenedSignups/) - Open Tracker Signup Subs * [/r/OpenSignups](https://www.reddit.com/r/OpenSignups/) or [/r/OpenedSignups](https://www.reddit.com/r/OpenedSignups/) - Open Tracker Signup Subs
* [TheShow](https://theshow.click/login.php) - Open Registrations * [TheShow](https://theshow.click/login.php) - Open Registrations
@ -175,15 +170,16 @@
* 🌐 **[ngosang](https://ngosang.github.io/trackerslist/)** / [2](https://ngosang.github.io/trackerslist/trackers_all.txt) / [3](https://github.com/ngosang/trackerslist), [trackerslist](https://trackerslist.com/) / [GitHub](https://github.com/XIU2/TrackersListCollection) or [NewTrackOn](https://newtrackon.com/list) - Tracker Lists * 🌐 **[ngosang](https://ngosang.github.io/trackerslist/)** / [2](https://ngosang.github.io/trackerslist/trackers_all.txt) / [3](https://github.com/ngosang/trackerslist), [trackerslist](https://trackerslist.com/) / [GitHub](https://github.com/XIU2/TrackersListCollection) or [NewTrackOn](https://newtrackon.com/list) - Tracker Lists
* 🌐 **[Auto Torrent Tools List](https://redd.it/hbwnb2)** / [2](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video#wiki_.25BA_torrent_apps) * 🌐 **[Auto Torrent Tools List](https://redd.it/hbwnb2)** / [2](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video#wiki_.25BA_torrent_apps)
* ⭐ **[Milkie](https://milkie.cc)** / [Discord](https://discord.com/invite/E4khNy5dz3), [Scnlog](https://scnlog.me) or [PreDB.me](https://predb.me) - Scene Release Download * ⭐ **[Milkie](https://milkie.cc)** / [Discord](https://discord.com/invite/E4khNy5dz3) or [Scnlog](https://scnlog.me) - Scene Release Download
* ⭐ **[PreDataBA](https://predataba.se)**, [Xrel](https://www.xrel.to), [Archiv.pw](https://archiv.pw/), [PreDB.net](https://predb.net/), [srrDB](https://www.srrdb.com) or [M2V](https://m2v.ru) - Scene Release Info * ⭐ **[PreDB.net](https://predb.net/),** **[PreDataBA](https://predataba.se)**, [Xrel](https://www.xrel.to), [PreDB.me](https://predb.me), [NGP](https://ngp.re/), [Archiv.pw](https://archiv.pw/), [PreDB.org](https://predb.org/), [srrDB](https://www.srrdb.com) or [M2V](https://m2v.ru) - Scene Release Info
* ⭐ **[T2M](https://nutbread.github.io/t2m/)** / [2](https://github.com/nutbread/t2m), [btsow](https://btsow.motorcycles/) or [Torrent Kitty](https://www.torrentkitty.tv/) / [2](https://www.torrentkitty.net/) / [3](https://www.torrentkitty.lol/) - Torrent to Magnet Converters * ⭐ **[T2M](https://nutbread.github.io/t2m/)** / [2](https://github.com/nutbread/t2m), [btsow](https://btsow.motorcycles/) or [Torrent Kitty](https://www.torrentkitty.tv/) / [2](https://www.torrentkitty.net/) / [3](https://www.torrentkitty.lol/) - Torrent to Magnet Converters
* ⭐ **[Magnet2Torrent](https://magnet2torrent.com/)** - Magnet to Torrent Converter * ⭐ **[Magnet2Torrent](https://magnet2torrent.com/)** - Magnet to Torrent Converter
* ⭐ **[Torrent Legality](https://i.ibb.co/HHqC4V2/11e244ddbdfb.png)** - Torrenting Laws by Country * ⭐ **[Torrent Legality](https://i.ibb.co/HHqC4V2/11e244ddbdfb.png)** - Torrenting Laws by Country
* [PeerBanHelper](https://github.com/PBH-BTN/PeerBanHelper/blob/dev/README.EN.md) - Block Unwanted Leeches / Peers
* [btcache](https://btcache.me/), [iTorrents](https://itorrents.org) or [Torrage](https://torrage.info/) - Torrent Storage Cache * [btcache](https://btcache.me/), [iTorrents](https://itorrents.org) or [Torrage](https://torrage.info/) - Torrent Storage Cache
* [InfoTorrent](https://infotorrent.tnl.one/) or [Webtorrent Checker](https://checker.openwebtorrent.com/) - Check Torrent File Health * [InfoTorrent](https://infotorrent.tnl.one/) or [Webtorrent Checker](https://checker.openwebtorrent.com/) - Check Torrent File Health
* [TorrentTags](https://torrenttags.com/) - Check Torrents for Copyright Claims * [TorrentTags](https://torrenttags.com/) - Check Torrents for Copyright Claims
* [MagLit](https://maglit.me/) - Magnet Link Shorteners * [MagLit](https://maglit.me/) - Magnet Link Shorteners / [GitHub](https://github.com/NayamAmarshe/thiss.link)
* [Magnet Link Generator](https://magnetlinkgenerator.com/) - Magnet Link Generator * [Magnet Link Generator](https://magnetlinkgenerator.com/) - Magnet Link Generator
* [magnet2list](https://hutstep.github.io/magnet2list/) - Convert Magnets to Tracker Lists * [magnet2list](https://hutstep.github.io/magnet2list/) - Convert Magnets to Tracker Lists
* [OpenWebTorrent](https://openwebtorrent.com/) - Free Webtorrent Tracker * [OpenWebTorrent](https://openwebtorrent.com/) - Free Webtorrent Tracker

View file

@ -1,4 +1,4 @@
To easily see which sites are trusted, and which are unsafe, try the **[FMHY SafeGuard](https://github.com/kenhendricks00/FMHY-SafeGuard)** extension, or simply add our **[Filterlist](https://fmhy.github.io/FMHYFilterlist/site/index.html)** / [2](https://fmhy.github.io/FMHYFilterlist/) to your adblocker. To easily see which sites are trusted, and which are unsafe, try the **[FMHY SafeGuard](https://github.com/fmhy/FMHY-SafeGuard)** extension, or simply add our **[Filterlist](https://github.com/fmhy/FMHYFilterlist)** to your adblocker.
*** ***
@ -8,7 +8,7 @@ To easily see which sites are trusted, and which are unsafe, try the **[FMHY Saf
*** ***
* 🌐 **[Untrusted Uploaders](https://rentry.org/pgames#untrusted-uploaders)** * 🌐 **[Untrusted Sites](https://rentry.org/pgames#untrusted-sites)** / **[Uploaders](https://rentry.org/pgames#untrusted-uploaders)** - More Complete Lists
* 🌐 **[Fake FitGirl Sites](https://rentry.co/FakeFitgirlwebsites)** * 🌐 **[Fake FitGirl Sites](https://rentry.co/FakeFitgirlwebsites)**
* OceanOfGames - Caught with malware multiple times * OceanOfGames - Caught with malware multiple times
* CrackingPatching - Caught with [malware](https://redd.it/qy6z3c) * CrackingPatching - Caught with [malware](https://redd.it/qy6z3c)
@ -20,6 +20,7 @@ To easily see which sites are trusted, and which are unsafe, try the **[FMHY Saf
* IGG Games / Load Games - Highly distrusted for [doxxing another sites owner](https://i.ibb.co/3sHJb6R/image.png) / [2](https://i.ibb.co/kBVkW7s/image.png) / [3](https://i.ibb.co/fGF6PJ5/GHnCVKi.png) + allowing click hijack ads / [backups](https://imgur.com/a/jg9mLIa) * IGG Games / Load Games - Highly distrusted for [doxxing another sites owner](https://i.ibb.co/3sHJb6R/image.png) / [2](https://i.ibb.co/kBVkW7s/image.png) / [3](https://i.ibb.co/fGF6PJ5/GHnCVKi.png) + allowing click hijack ads / [backups](https://imgur.com/a/jg9mLIa)
* GameFabrique - IGG uploads + [adware installers](https://rentry.co/GameFabrique_Adware/) * GameFabrique - IGG uploads + [adware installers](https://rentry.co/GameFabrique_Adware/)
* SteamUnlocked - [IGG / NosTeam uploads](https://i.ibb.co/VgW2ymY/YUnRNpN.png) + very slow file host * SteamUnlocked - [IGG / NosTeam uploads](https://i.ibb.co/VgW2ymY/YUnRNpN.png) + very slow file host
* game-repack - Shady [fake DL buttons](https://i.ibb.co/tqZSG9M/image.png) / [2](https://i.imgur.com/fbJ16Yq.png) + they remove comments [asking about it](https://i.ibb.co/2qGQQjT/40hzLVh.png) / [2](https://i.imgur.com/40hzLVh.png)
*** ***
@ -40,11 +41,20 @@ To easily see which sites are trusted, and which are unsafe, try the **[FMHY Saf
* CracksHash - Caught with [malware](https://redd.it/lklst7) * CracksHash - Caught with [malware](https://redd.it/lklst7)
* haxNode - Caught with [malware](https://rentry.org/scurvy_malware) / [2](https://www.virustotal.com/gui/file/e6318aa4432c304b234df65f5d87bf2577b930ed68ac7e68efcb76b465dc0784) * haxNode - Caught with [malware](https://rentry.org/scurvy_malware) / [2](https://www.virustotal.com/gui/file/e6318aa4432c304b234df65f5d87bf2577b930ed68ac7e68efcb76b465dc0784)
* IGI30 - Caught with malware * IGI30 - Caught with malware
* 4Download / Download93 - Caught with [malware](https://tria.ge/250116-pcl47azkfw)
* MicroTech - Caught with [malware](https://tria.ge/250116-qxj11atmdl)
* Softgozar - Caught with [malware](https://tria.ge/250116-ra8aravjfr)
* Patoghu - Caught with [malware](https://tria.ge/250116-rrdsgavjbs)
* AsanDL - Caught with [malware](https://tria.ge/250117-gac5havkaj/)
* MainRepo / MRepo - Caught with [malware](https://rentry.co/zu3i6) / Note that Magisk Module MRepo is unrelated * MainRepo / MRepo - Caught with [malware](https://rentry.co/zu3i6) / Note that Magisk Module MRepo is unrelated
* YASDL - Uploaded versions of stardock / jetbrains with malware * YASDL - Uploaded versions of stardock / jetbrains with malware
* AllPCWorld - Uploaded KMS Matrix which is known malware * AllPCWorld - Uploaded KMS Matrix which is known malware
* RSLOAD - Uploaded the same version of malwarebytes that got FileCR in trouble / [utorrent malware](https://i.ibb.co/QXrCfqQ/Untitled.png) * RSLOAD - Uploaded the same version of malwarebytes that got FileCR in trouble / [utorrent malware](https://i.ibb.co/QXrCfqQ/Untitled.png)
* AppValley / TutuBox / Ignition - History of [ddos attacks](https://github.com/nbats/FMHYedit/pull/307) * Taiwebs - Uploaded same version of [stardocks](https://pastebin.com/nPjVKYM9), [2](https://imgur.com/a/aeLoaTS) that got FileCR in trouble
* AppDoze - Caught with [malware](https://tria.ge/250116-n26dpayphx), sources content from unsafe sites like FileCR. Comparison: [FileCR](https://tria.ge/250113-r2t77sxqbj) / [AppDoze](https://tria.ge/250113-ryfkmsxnfq)
* Pesktop - Caught with [malware](https://tria.ge/250116-nwnxfszkdq), sources content from [FileCR](https://ibb.co/1KjkKVR), [2](https://imgur.com/a/VS4w6ag), has filecr logo under theirs on some apps.
* Appnee - Not very careful with uploads, has multiple [unsafe activators](https://i.imgur.com/ZwjYBfr.png) / [2](https://i.ibb.co/7jKVtSR/ZwjYBfr.png)
* AppValley / TutuBox / Ignition - History of [ddos attacks](https://github.com/fmhy/edit/pull/307)
* CNET / Download.com / ZDNET / Softonic - History of [adware](https://www.reddit.com/r/software/comments/9s7wyb/whats_the_deal_with_sites_like_cnet_softonic_and/e8mtye9/) / [2](https://ibb.co/tLc5KR7) * CNET / Download.com / ZDNET / Softonic - History of [adware](https://www.reddit.com/r/software/comments/9s7wyb/whats_the_deal_with_sites_like_cnet_softonic_and/e8mtye9/) / [2](https://ibb.co/tLc5KR7)
* IObit - History of [Adware](https://www.malwarebytes.com/blog/detections/pup-iobit) and shady products * IObit - History of [Adware](https://www.malwarebytes.com/blog/detections/pup-iobit) and shady products
@ -70,7 +80,7 @@ To easily see which sites are trusted, and which are unsafe, try the **[FMHY Saf
* Limewire - Dead for years, anything claiming to be them now should be avoided * Limewire - Dead for years, anything claiming to be them now should be avoided
* Downloadly (video downloader) - Crypto miner * Downloadly (video downloader) - Crypto miner
* Opera (browser) - Poor [privacy practices](https://www.kuketz-blog.de/opera-datensendeverhalten-desktop-version-browser-check-teil13/) / [2](https://rentry.co/operagx) / [Predatory Loan Apps](https://www.androidpolice.com/2020/01/21/opera-predatory-loans/) * Opera (browser) - Poor [privacy practices](https://www.kuketz-blog.de/opera-datensendeverhalten-desktop-version-browser-check-teil13/), [2](https://rentry.co/operagx) / [Predatory Loan Apps](https://www.androidpolice.com/2020/01/21/opera-predatory-loans/)
* McAfee - Preinstalled Bloatware * McAfee - Preinstalled Bloatware
* Avast - Known for selling user data * Avast - Known for selling user data
* AVG - Owned by Avast * AVG - Owned by Avast
@ -80,15 +90,16 @@ To easily see which sites are trusted, and which are unsafe, try the **[FMHY Saf
* Private Internet Access / ExpressVPN / ZenMate / CyberGhost - Owned by [adware distributor Kape](https://redd.it/q3lepv) * Private Internet Access / ExpressVPN / ZenMate / CyberGhost - Owned by [adware distributor Kape](https://redd.it/q3lepv)
* BlueKik / Bluecord (chat mods) - History of [spam](https://redd.it/12h2v6n) / [spying](https://rentry.co/tvrnw) * BlueKik / Bluecord (chat mods) - History of [spam](https://redd.it/12h2v6n) / [spying](https://rentry.co/tvrnw)
* Kik (messaging app) - App used by mostly [predators / scammers](https://youtu.be/9sPaJxRmIPc) * Kik (messaging app) - App used by mostly [predators / scammers](https://youtu.be/9sPaJxRmIPc)
* Flix Vision - Malicious app that [remotely enables TraffMonetizer](https://github.com/fmhy/edit/issues/2835).
* TLauncher (minecraft launcher) - [Shady](https://redd.it/zmzzrt) business practices / Note that TLauncher Legacy is unrelated * TLauncher (minecraft launcher) - [Shady](https://redd.it/zmzzrt) business practices / Note that TLauncher Legacy is unrelated
* PolyMC (minecraft launcher) - Owner [kicked](https://twitter.com/WelsknightPlays/status/1582103229462028289) all members from repo / discord. Keep in mind PollyMC (two L's) is safe.
* GShade (ReShade mod) - Dev added code that can trigger unwanted [reboots](https://rentry.co/GShade_notice) * GShade (ReShade mod) - Dev added code that can trigger unwanted [reboots](https://rentry.co/GShade_notice)
* TotalAV / PC Protect / Protected - Antivirus Software [Scam](https://www.malwarebytes.com/blog/detections/pup-optional-totalav) / [2](https://www.malwarebytes.com/blog/detections/pup-optional-pcprotect) / [3](https://youtu.be/PcS3EozgyhI) * TotalAV / PC Protect / Protected - Antivirus Software [Scam](https://www.malwarebytes.com/blog/detections/pup-optional-totalav) / [2](https://www.malwarebytes.com/blog/detections/pup-optional-pcprotect) / [3](https://youtu.be/PcS3EozgyhI)
* Watchug / Watchugofficial - Scammers that pretend their domain is for sale, then just block users after they've paid.
*** ***
### [Fake Z-Lib Sites](https://www.reddit.com/r/zlibrary/wiki/index/scamsites/) / [2](https://ibb.co/MhfGTWx) ### [Fake Z-Lib Sites](https://www.reddit.com/r/zlibrary/wiki/index/scamsites/) / [2](https://i.imgur.com/lSMHLlL.png) / [3](https://i.ibb.co/KGDLZRp/image.png)
### [Fake Windows Activators](https://web.archive.org/web/20240529222658/https://pastebin.com/gCmWs2GR) ### [Fake Windows Activators](https://pastebin.com/gCmWs2GR)
### [Unsafe Wayback Machine Links](https://rentry.co/ue9qk) ### [Unsafe Wayback Machine Links](https://rentry.co/ue9qk)

View file

@ -6,6 +6,7 @@
# ► Video Tools # ► Video Tools
* 🌐 **[Digital Video Intro](https://github.com/leandromoreira/digital_video_introduction)** - Digital Video Guides / Resources
* ↪️ **[AI Video Generators](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai#wiki_.25BA_video_generation)** * ↪️ **[AI Video Generators](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai#wiki_.25BA_video_generation)**
* ⭐ **[Reincubate Camo](https://reincubate.com/camo/)** - Use Any Camera as Webcam * ⭐ **[Reincubate Camo](https://reincubate.com/camo/)** - Use Any Camera as Webcam
* ⭐ **[Waifu2x GUI](https://github.com/AaronFeng753/Waifu2x-Extension-GUI)**, [Video2x](https://github.com/k4yt3x/video2x), [Enhancr](https://github.com/mafiosnik777/enhancr) or [Dandere2x](https://github.com/akai-katto/dandere2x) - Video Upscalers * ⭐ **[Waifu2x GUI](https://github.com/AaronFeng753/Waifu2x-Extension-GUI)**, [Video2x](https://github.com/k4yt3x/video2x), [Enhancr](https://github.com/mafiosnik777/enhancr) or [Dandere2x](https://github.com/akai-katto/dandere2x) - Video Upscalers
@ -14,7 +15,6 @@
* [VCSI](https://github.com/amietn/vcsi) - Create Video Contact Sheets / Thumbnails * [VCSI](https://github.com/amietn/vcsi) - Create Video Contact Sheets / Thumbnails
* [VMAF](https://github.com/Netflix/vmaf) - Video Quality Assessment * [VMAF](https://github.com/Netflix/vmaf) - Video Quality Assessment
* [Video Llava](https://replicate.com/nateraw/video-llava) - Video Description AI * [Video Llava](https://replicate.com/nateraw/video-llava) - Video Description AI
* [VideoSmaller](https://www.videosmaller.com/), [YouCompress](https://www.youcompress.com/), [Compress Video Online](https://compress-video-online.com/), [8mb.video](https://8mb.video/), [Rotato](https://tools.rotato.app/) or [MP4Compress](https://www.mp4compress.com/) - Video Compressors
* [videoduplicatefinder](https://github.com/0x90d/videoduplicatefinder) - Duplicate Video Finder * [videoduplicatefinder](https://github.com/0x90d/videoduplicatefinder) - Duplicate Video Finder
* [ImgBurn](https://www.majorgeeks.com/files/details/imgburn.html), [DVDStyler](https://www.dvdstyler.org/en/), [DeepBurner](https://www.deepburner.com/) or [Alcohol Soft](https://www.alcohol-soft.com/) - CD / DVD Burning * [ImgBurn](https://www.majorgeeks.com/files/details/imgburn.html), [DVDStyler](https://www.dvdstyler.org/en/), [DeepBurner](https://www.deepburner.com/) or [Alcohol Soft](https://www.alcohol-soft.com/) - CD / DVD Burning
* [MakeMKV](https://www.makemkv.com/) - Create MKV From Blu-ray / DVD / [Beta Keys](https://rentry.co/FMHYBase64#makemkv-beta) * [MakeMKV](https://www.makemkv.com/) - Create MKV From Blu-ray / DVD / [Beta Keys](https://rentry.co/FMHYBase64#makemkv-beta)
@ -33,24 +33,24 @@
*** ***
* ⭐ **[UpStream](https://upstream.to/)** - 10GB / 30 Days / Account Required
* ⭐ **[DoodStream](https://doodstream.com/)** - 5GB / 60 Days / Account Required * ⭐ **[DoodStream](https://doodstream.com/)** - 5GB / 60 Days / Account Required
* ⭐ **[Litterbox](https://litterbox.catbox.moe/)** - 1GB / Temporary * ⭐ **[Litterbox](https://litterbox.catbox.moe/)** - 1GB / Temporary
* ⭐ **[Catbox](https://catbox.moe/)** - 200MB / Forever * ⭐ **[Catbox](https://catbox.moe/)** - 200MB / Forever / Allows Hotlinking
* ⭐ **[Gofile](https://gofile.io/)** - Unlimited / 10 Days * ⭐ **[Gofile](https://gofile.io/)** - Unlimited / 10 Days
* ⭐ **[Send.cm](https://send.cm/)** - 100GB / 15 Days * ⭐ **[Send.now](https://send.now/)** - Unlimited / 30 Days
* ⭐ **[Pixeldrain](https://pixeldrain.com/)** - 20GB / 120 Days / [Discord](https://discord.gg/TWKGvYAFvX) * ⭐ **[Pixeldrain](https://pixeldrain.com/)** - 20GB / 120 Days / [Discord](https://discord.gg/TWKGvYAFvX)
* [VOE](https://voe.sx/) - Unlimited / 60 Days / 720p / Account Required * [VOE](https://voe.sx/) - Unlimited / 60 Days / 720p / Account Required
* [MixDrop](https://mixdrop.ag/) - Unlimited / 60 Days / 720p / Account Required * [MixDrop](https://mixdrop.ag/) - Unlimited / 60 Days / 720p / Account Required
* [FEX.NET](https://fex.net/) - 100GB / 10GB Guest / 7 Days * [FEX.NET](https://fex.net/) - 100GB / 10GB Guest / 7 Days
* [FileMoon](https://filemoon.sx/), [2](https://filemoon.in/), [3](https://filemoon.to/) - 50GB / 40TB per account / Forever / Account Required
* [Hexupload](https://www.hexupload.net/) or [AnonTransfer](https://anontransfer.com/) - 15GB / 30 Days * [Hexupload](https://www.hexupload.net/) or [AnonTransfer](https://anontransfer.com/) - 15GB / 30 Days
* [Fastupload.io](https://fastupload.io/en) - 10GB / 30 Days (60 Days with Account) * [Fastupload.io](https://fastupload.io/en) - 10GB / 30 Days (60 Days with Account)
* [Vidoza](https://vidoza.net/) - 15GB / 15 Days / Account Required * [Vidoza](https://vidoza.net/) - 15GB / 15 Days / Account Required
* [Streamtape](https://streamtape.com/) - 15GB / Account Required / [.to](https://streamtape.to/) * [Streamtape](https://streamtape.com/) - 15GB / Account Required / [.to](https://streamtape.to/)
* [Dubz](https://dubz.co/) - 200MB / Forever * [Dubz](https://dubz.co/) - 100MB / Forever
* [Streamable](https://streamable.com/) - 250MB / 2 Days (90 Days with Account) * [Streamable](https://streamable.com/) - 250MB / 2 Days (90 Days with Account)
* [webmshare](https://webmshare.com/) - WebM & GIF Hosting / 20MB / Forever * [webmshare](https://webmshare.com/) - WebM & GIF Hosting / 20MB / Forever
* [Videy](https://videy.co/) - MP4 Only * [Videy](https://videy.co/) - 100MB / MP4 Only
*** ***
@ -61,12 +61,12 @@
* [Shinobi](https://shinobi.video/) - Network Video Recorder * [Shinobi](https://shinobi.video/) - Network Video Recorder
* [MythTV](https://www.mythtv.org/) - Digital Video Recorder (DVR) * [MythTV](https://www.mythtv.org/) - Digital Video Recorder (DVR)
* [tldv](https://tldv.io/) or [ZoomRec](https://github.com/kastldratza/zoomrec) - Record Google Meets / Zoom Calls * [tldv](https://tldv.io/) or [ZoomRec](https://github.com/kastldratza/zoomrec) - Record Google Meets / Zoom Calls
* [FFmpeg](https://ffmpeg.org/) * [FFmpeg](https://ffmpeg.org/) / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video-tools#wiki_.25B7_ffmpeg_tools)
* [Vileo](https://lukasbach.github.io/vileo/) * [Vileo](https://lukasbach.github.io/vileo/)
* [Shar.ec](https://shar.ec/) * [Shar.ec](https://shar.ec/)
* [Screen Recorder](https://github.com/akon47/ScreenRecorder) * [Screen Recorder](https://github.com/akon47/ScreenRecorder)
* [ScreenREC](https://screen-rec.vercel.app/) * [ScreenREC](https://screen-rec.vercel.app/)
* [KazCap](https://recorder.kazcap.com/) * [KazCap](https://recorder.kuan.sh/)
* [RecordScreen](https://recordscreen.io/) * [RecordScreen](https://recordscreen.io/)
* [vokoscreenNG](https://github.com/vkohaupt/vokoscreenNG) * [vokoscreenNG](https://github.com/vkohaupt/vokoscreenNG)
* [Fluent Screen Recorder](https://github.com/MarcAnt01/Fluent-Screen-Recorder) * [Fluent Screen Recorder](https://github.com/MarcAnt01/Fluent-Screen-Recorder)
@ -74,11 +74,10 @@
*** ***
## ▷ Convert / Encode ## ▷ Convert / Compress
* ⭐ **[HandBrake](https://handbrake.fr/)** - Video Encoding Software / [Guide](https://www.rapidseedbox.com/blog/guide-to-mastering-handbrake) * ⭐ **[HandBrake](https://handbrake.fr/)** - Video Encoding Software / [Guide](https://www.rapidseedbox.com/blog/guide-to-mastering-handbrake)
* ⭐ **[FFmpeg](https://github.com/FFmpeg/FFmpeg)** - Multimedia Processors / Converters * ⭐ **[FFmpeg](https://github.com/FFmpeg/FFmpeg)** - Multimedia Processors / Converters / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video-tools#wiki_.25B7_ffmpeg_tools)
* ⭐ **FFmpeg Tools** - [Autobuild](https://github.com/BtbN/FFmpeg-Builds), [2](https://github.com/m-ab-s/media-autobuild_suite) / [Guide](https://github.com/leandromoreira/ffmpeg-libav-tutorial), [2](https://ffmpeg.guide/) / [Cheat Sheet](https://gist.github.com/steven2358/ba153c642fe2bb1e47485962df07c730) / [Commands](https://alfg.dev/ffmpeg-commander/), [2](https://evanhahn.github.io/ffmpeg-buddy/) / [WebM Converter](https://argorar.github.io/WebMConverter/) / [Info Copy](https://github.com/4ndrs/PureMPV) / [Preview Filters](https://ffmpeg.lav.io/) / [AI Commands](https://github.com/gstrenge/llmpeg), [2](https://github.com/TejasQ/idli) / [Bulk Convert](https://ffmpeg-batch.sourceforge.io/)
* ⭐ **[Shutter Encoder](https://www.shutterencoder.com/)** - Video Encoding Software / [GitHub](https://github.com/paulpacifico/shutter-encoder) * ⭐ **[Shutter Encoder](https://www.shutterencoder.com/)** - Video Encoding Software / [GitHub](https://github.com/paulpacifico/shutter-encoder)
* ⭐ **[MKVToolNix](https://mkvtoolnix.download/)** - MKV Editing Tools * ⭐ **[MKVToolNix](https://mkvtoolnix.download/)** - MKV Editing Tools
* ⭐ **[archived-things](https://sometimes-archives-things.github.io/archived-things/)**, [The Encoding Guide](https://encoding-guide.neocities.org/) or [Silentaperture](https://silentaperture.gitlab.io/mdbook-guide/) - Video Encoding Guides * ⭐ **[archived-things](https://sometimes-archives-things.github.io/archived-things/)**, [The Encoding Guide](https://encoding-guide.neocities.org/) or [Silentaperture](https://silentaperture.gitlab.io/mdbook-guide/) - Video Encoding Guides
@ -90,9 +89,16 @@
* [staxrip](https://github.com/staxrip/staxrip/) - Video Encoding * [staxrip](https://github.com/staxrip/staxrip/) - Video Encoding
* [IFME](https://github.com/Anime4000/IFME) - Video Encoding * [IFME](https://github.com/Anime4000/IFME) - Video Encoding
* [Voukoder](https://www.voukoder.org/) - Video Encoding Plugin * [Voukoder](https://www.voukoder.org/) - Video Encoding Plugin
* [Compress Video Online](https://compress-video-online.com/) - Compress / Unlimited
* [8mb.video](https://8mb.video/) - Compress / Unlimited
* [autocompressor](https://autocompressor.net/) - Compress / 2GB
* [Rotato](https://tools.rotato.app/) - Compress / 2GB
* [VideoSmaller](https://www.videosmaller.com/) - Compress / 500MB
* [YouCompress](https://www.youcompress.com/) - Compress / 500MB
* [MP4Compress](https://www.mp4compress.com/) - Compress / 500MB
* [FastFlix](https://fastflix.org/) - Video Conversion / [GitHub](https://github.com/cdgriffith/FastFlix) * [FastFlix](https://fastflix.org/) - Video Conversion / [GitHub](https://github.com/cdgriffith/FastFlix)
* [NEAV1E](https://github.com/Alkl58/NotEnoughAV1Encodes) or [Av1an](https://github.com/master-of-zen/Av1an) - AV1 Encoding * [NEAV1E](https://github.com/Alkl58/NotEnoughAV1Encodes) or [Av1an](https://github.com/master-of-zen/Av1an) - AV1 Encoding
* [Winnydows](https://winnydows.com/en/) - Video Conversion Software * [Winnydows](https://winnydows.com/) - Video Conversion Software
* [sickbeard_mp4_automator](https://github.com/mdhiggins/sickbeard_mp4_automator) - Automate Video Processing * [sickbeard_mp4_automator](https://github.com/mdhiggins/sickbeard_mp4_automator) - Automate Video Processing
* [Seven Converter](https://converter.sevenbytes.com/) - Video Conversion / [GitHub](https://github.com/SevenbytesSoftware/SevenConverter) * [Seven Converter](https://converter.sevenbytes.com/) - Video Conversion / [GitHub](https://github.com/SevenbytesSoftware/SevenConverter)
* [Video Express Converter](https://vc.germanov.dev/), [VideoConverter](https://www.movavi.com/video-converter/) or [Restream Tools](https://restream.io/tools) - Online Video Conversion * [Video Express Converter](https://vc.germanov.dev/), [VideoConverter](https://www.movavi.com/video-converter/) or [Restream Tools](https://restream.io/tools) - Online Video Conversion
@ -102,6 +108,19 @@
*** ***
## ▷ FFmpeg Tools
* [FFmpeg-Builds](https://github.com/BtbN/FFmpeg-Builds) or [media-autobuild_suite](https://github.com/m-ab-s/media-autobuild_suite) - Autobuild Tools
* [FFmpeg Libav](https://github.com/leandromoreira/ffmpeg-libav-tutorial) or [ffmprovisr](https://amiaopensource.github.io/ffmprovisr/) - Guides
* [FFmpeg Cheat Sheet](https://gist.github.com/steven2358/ba153c642fe2bb1e47485962df07c730), [FFmpeg Commander](https://alfg.dev/ffmpeg-commander/) or [FFmpeg Buddy](https://evanhahn.github.io/ffmpeg-buddy/) - Command Lists
* [WebMConverter](https://argorar.github.io/WebMConverter/) - WebM Converter
* [PureMPV](https://github.com/4ndrs/PureMPV) - Info Copy Tool
* [ffmpeg.lav](https://ffmpeg.lav.io/) - Preview Filters
* [LLmpeg](https://github.com/gstrenge/llmpeg) or [idli](https://github.com/TejasQ/idli) - AI Commands
* [FFmpeg Batch](https://ffmpeg-batch.sourceforge.io/) - Bulk Conversion Tools
***
## ▷ Live Streaming ## ▷ Live Streaming
* 🌐 **[Awesome Streaming](https://github.com/juancarlospaco/awesome-streaming-tools)** or [StreamerFreebies](https://streamerfreebies.com/) - Live Streaming Resources * 🌐 **[Awesome Streaming](https://github.com/juancarlospaco/awesome-streaming-tools)** or [StreamerFreebies](https://streamerfreebies.com/) - Live Streaming Resources
@ -109,19 +128,20 @@
* ⭐ **OBS Tools** - [Virtual Cam](https://github.com/miaulightouch/obs-virtual-cam) / [Tweaks](https://discord.gg/CTT) / [Effects](https://github.com/exeldro/obs-shaderfilter/) / [Keyboard Visualiser](https://github.com/ThoNohT/NohBoard) / [Background Remover](https://github.com/locaal-ai/obs-backgroundremoval) / [Phone Controller](https://github.com/Kounex/obs_blade) / [Dock Layouts](https://obsproject.com/forum/resources/jrdockie-save-and-load-window-and-dock-layouts.1955/) / [WebRTC Server](https://github.com/GRVYDEV/Project-Lightspeed) / [Plugin Updater](https://ko-fi.com/s/0b5bd4536d) / [Guide](https://www.nvidia.com/en-us/geforce/guides/broadcasting-guide/) * ⭐ **OBS Tools** - [Virtual Cam](https://github.com/miaulightouch/obs-virtual-cam) / [Tweaks](https://discord.gg/CTT) / [Effects](https://github.com/exeldro/obs-shaderfilter/) / [Keyboard Visualiser](https://github.com/ThoNohT/NohBoard) / [Background Remover](https://github.com/locaal-ai/obs-backgroundremoval) / [Phone Controller](https://github.com/Kounex/obs_blade) / [Dock Layouts](https://obsproject.com/forum/resources/jrdockie-save-and-load-window-and-dock-layouts.1955/) / [WebRTC Server](https://github.com/GRVYDEV/Project-Lightspeed) / [Plugin Updater](https://ko-fi.com/s/0b5bd4536d) / [Guide](https://www.nvidia.com/en-us/geforce/guides/broadcasting-guide/)
* [Stream Elements](https://streamelements.com/) - Streaming Service Manager * [Stream Elements](https://streamelements.com/) - Streaming Service Manager
* [Streamlabs-OBS](https://github.com/stream-labs/desktop) - Live Stream Manager * [Streamlabs-OBS](https://github.com/stream-labs/desktop) - Live Stream Manager
* [SteamLabs](https://streamlabs.com/) - Live Stream Manager * [StreamLabs](https://streamlabs.com/) - Live Stream Manager
* [Restream](https://restream.io/) - Live Stream Manager * [Restream](https://restream.io/) - Live Stream Manager
* [FBX](https://fbx.gg/) - Live Stream Manager * [FBX](https://fbx.gg/) - Live Stream Manager
* [XSplit](https://www.xsplit.com/) - Live Stream Manager * [XSplit](https://www.xsplit.com/) - Live Stream Manager
* [TwitchChat](https://twitchat.fr/) - Live Stream Manager / [Discord](https://discord.com/invite/fmqD2xUYvP) * [TwitchChat](https://twitchat.fr/) - Live Stream Manager / [Discord](https://discord.com/invite/fmqD2xUYvP)
* [VDO Ninja](https://vdo.ninja/) - Live Stream Colab Tool * [VDO Ninja](https://vdo.ninja/) - Live Stream Colab Tool
* [LiveStreamDVR](https://github.com/MrBrax/LiveStreamDVR) / [Display Chat](https://github.com/MrBrax/twitch-vod-chat) - Live Stream Recorders * [LiveStreamDVR](https://github.com/MrBrax/LiveStreamDVR) / [Display Chat](https://github.com/MrBrax/twitch-vod-chat) - Live Stream Recorders
* [NVIDIA Broadcast](https://www.nvidia.com/en-us/geforce/broadcasting/broadcast-app/ ) - Stream Audio / Video Enhancer
* [Owncast](https://owncast.online/), [Restreamer](https://github.com/datarhei/restreamer) or [OpenStreamingPlatform](https://openstreamingplatform.com/) - Self-Hosted Live Streaming * [Owncast](https://owncast.online/), [Restreamer](https://github.com/datarhei/restreamer) or [OpenStreamingPlatform](https://openstreamingplatform.com/) - Self-Hosted Live Streaming
* [WDFlat](https://www.wdflat.com/) - Stream Elements * [WDFlat](https://www.wdflat.com/) - Stream Elements
* [Twelve47Studios](https://twelve47studios.com/) - Stream Overlays * [Twelve47Studios](https://twelve47studios.com/) - Stream Overlays
* [Strem](https://github.com/strem-app/strem) - Stream Automation * [Strem](https://github.com/strem-app/strem) - Stream Automation
* [ppInk](https://github.com/PubPub-zz/ppInk/), [glnk](https://github.com/geovens/gInk), [Annotate Screen](https://annotatescreen.com/) or [Live Draw](https://github.com/antfu/live-draw) - Screen Annotation * [ppInk](https://github.com/PubPub-zz/ppInk/), [glnk](https://github.com/geovens/gInk), [Annotate Screen](https://annotatescreen.com/) or [Live Draw](https://github.com/antfu/live-draw) - Screen Annotation
* [Songify](https://songify.overcode.tv/) - Current Playing Song App * [Amuse](https://6klabs.com/amuse) or [Songify](https://songify.overcode.tv/) - Now Playing Overlays
* [StreamPi](https://stream-pi.com/) or [ODeck](https://github.com/willianrod/ODeck) - ElGato Streamdeck Alternatives * [StreamPi](https://stream-pi.com/) or [ODeck](https://github.com/willianrod/ODeck) - ElGato Streamdeck Alternatives
* [real-url](https://github.com/wbt5/real-url) - Copy Live Stream URLs * [real-url](https://github.com/wbt5/real-url) - Copy Live Stream URLs
* [Chat-Downloader](https://github.com/xenova/chat-downloader) - Retrieve Chat Messages from Livestreams * [Chat-Downloader](https://github.com/xenova/chat-downloader) - Retrieve Chat Messages from Livestreams
@ -152,10 +172,9 @@
* 🌐 **[Awesome Video](https://github.com/krzemienski/awesome-video)** - Video Streaming Resources * 🌐 **[Awesome Video](https://github.com/krzemienski/awesome-video)** - Video Streaming Resources
* 🌐 **[Video Help](https://www.videohelp.com/software/sections/video-players?orderby=Rating)** - Video Player Index * 🌐 **[Video Help](https://www.videohelp.com/software/sections/video-players?orderby=Rating)** - Video Player Index
* ⭐ **[MPC-HC](https://github.com/clsid2/mpc-hc/)**, [MPC-QT](https://mpc-qt.github.io/) or [MPC-BE](https://sourceforge.net/projects/mpcbe/) - Video Player / [YT-DL Support](https://www.free-codecs.com/guides/how_to_stream_videos_with_mpc-hc.htm) * ⭐ **[MPC-HC](https://github.com/clsid2/mpc-hc/)**, [MPC-QT](https://mpc-qt.github.io/) or [MPC-BE](https://sourceforge.net/projects/mpcbe/) - Video Player / [YT-DL Support](https://www.free-codecs.com/guides/how_to_stream_videos_with_mpc-hc.htm)
* ⭐ **[MPV](https://mpv.io/)** / [GUI](https://mpv-net.github.io/mpv.net-web-site/), [MPV-EASY-Player](https://github.com/422658476/MPV-EASY-Player) - Video Player / [Frontends](https://github.com/mpv-player/mpv/wiki/Applications-using-mpv) * ⭐ **[MPV](https://mpv.io/)**, [MPV-EASY-Player](https://github.com/422658476/MPV-EASY-Player) - Video Player / [Frontends](https://github.com/mpv-player/mpv/wiki/Applications-using-mpv)
* ⭐ **[VLC](https://www.videolan.org/)** - Video Player * ⭐ **[VLC](https://www.videolan.org/)** - Video Player
* ⭐ **[Screenbox](https://github.com/huynhsontung/Screenbox)** - Video Player * ⭐ **[Screenbox](https://github.com/huynhsontung/Screenbox)** - Video Player
* [Video Player Codecs](https://www.codecguide.com/)
* [AVPlayer](http://www.awesomevideoplayer.com/) or [GridPlayer](https://github.com/vzhd1701/gridplayer) - Multi-Video Players * [AVPlayer](http://www.awesomevideoplayer.com/) or [GridPlayer](https://github.com/vzhd1701/gridplayer) - Multi-Video Players
* [SPlayer](https://www.splayer.org/) - Video Player with Smart Translation * [SPlayer](https://www.splayer.org/) - Video Player with Smart Translation
* [Pot Player](https://potplayer.daum.net/) - Video Player / [Twitch Addon](https://github.com/TwitchPotPlayer/TwitchPotPlayer) / [YouTube Addon](https://chromewebstore.google.com/detail/potplayer-youtube-shortcu/cfdpeaefecdlkdlgdpjjllmhlnckcodp) * [Pot Player](https://potplayer.daum.net/) - Video Player / [Twitch Addon](https://github.com/TwitchPotPlayer/TwitchPotPlayer) / [YouTube Addon](https://chromewebstore.google.com/detail/potplayer-youtube-shortcu/cfdpeaefecdlkdlgdpjjllmhlnckcodp)
@ -168,7 +187,7 @@
* [KikoPlay](https://kikoplay.fun/) - Video Player * [KikoPlay](https://kikoplay.fun/) - Video Player
* [Plyr](https://plyr.io/) - Online HTML5, YouTube and Vimeo Player / [GitHub](https://github.com/sampotts/plyr) * [Plyr](https://plyr.io/) - Online HTML5, YouTube and Vimeo Player / [GitHub](https://github.com/sampotts/plyr)
* [PiP-Tool](https://github.com/LionelJouin/PiP-Tool) - Use Picture-in-Picture on All Videos * [PiP-Tool](https://github.com/LionelJouin/PiP-Tool) - Use Picture-in-Picture on All Videos
* [PlayVideo](https://playvideos.pages.dev/) - GDrive Video Players * [PlayVideo](https://playvideos.pages.dev/) - Google Drive Video Players
* [MotionMonkey](https://omega.gg/MotionMonkey/) - Stream Online Videos in Player * [MotionMonkey](https://omega.gg/MotionMonkey/) - Stream Online Videos in Player
* [StreamLink](https://streamlink.github.io/) - Extract Videos from Sites to Players / [Twitch Adblock](https://github.com/2bc4/streamlink-ttvlol) * [StreamLink](https://streamlink.github.io/) - Extract Videos from Sites to Players / [Twitch Adblock](https://github.com/2bc4/streamlink-ttvlol)
* [Hohoema](https://github.com/tor4kichi/Hohoema) - Nico Nico Video Player * [Hohoema](https://github.com/tor4kichi/Hohoema) - Nico Nico Video Player
@ -182,18 +201,18 @@
* ⭐ **[Watch2Gether](https://w2g.tv/)** - Online Player * ⭐ **[Watch2Gether](https://w2g.tv/)** - Online Player
* ⭐ **[SyncWatch](https://github.com/Semro/syncwatch)** - Online Extension * ⭐ **[SyncWatch](https://github.com/Semro/syncwatch)** - Online Extension
* ⭐ **[Kosmi](https://kosmi.io/)** - Online Player * ⭐ **[Kosmi](https://kosmi.io/)** - Online Player
* ⭐ **[WatchParty](https://www.watchparty.me/)** - Online / Virtual Browser
* ⭐ **[neko](https://neko.m1k1o.net/)** / [GitHub](https://github.com/m1k1o/neko) - Docker Virtual Browser * ⭐ **[neko](https://neko.m1k1o.net/)** / [GitHub](https://github.com/m1k1o/neko) - Docker Virtual Browser
* [HyperBeam](https://hyperbeam.com/) / [VIP](https://greasyfork.org/en/scripts/457795) - Virtual Computer Embed * [HyperBeam](https://hyperbeam.com/) / [VIP](https://greasyfork.org/en/scripts/457795) - Virtual Computer Embed
* [Trast](https://trast.live/), [OpenTogetherTube](https://opentogethertube.com/), [TurtleTV](https://turtletv.app/) or [twoseven](https://twoseven.xyz/) - Online Player * [Trast](https://trast.live/), [OpenTogetherTube](https://opentogethertube.com/), [TurtleTV](https://turtletv.app/) or [twoseven](https://twoseven.xyz/) - Online Player
* [bear.cat](https://bear.cat/) - Online Virtual Machine / Allows NSFW * [bear.cat](https://bear.cat/) - Online Virtual Machine / Allows NSFW
* [Metastream](https://getmetastream.com/) - Online Extension * [Metastream](https://getmetastream.com/) - Online Extension / [Discord](https://discord.com/invite/nfwPRb9) / [GitHub](https://github.com/samuelmaddock/metastream) / [X](https://x.com/getmetastream)
* [Caracal Club](https://caracal.club/) - Online Video Player * [Caracal Club](https://caracal.club/) - Online Video Player
* [CyTube](https://cytu.be/) - Online Video Player * [CyTube](https://cytu.be/) - Online Video Player
* [VideoTogether](https://2gether.video/en-us/) - App * [VideoTogether](https://2gether.video/en-us/) - App
* [baked.live](https://baked.live/) - Online Video Player * [baked.live](https://baked.live/) - Online Video Player
* [Rave.io](https://rave.io/) - Online Extension * [Rave.io](https://rave.io/) - Online Extension
* [MovieNight](https://github.com/zorchenhimer/MovieNight) / [Discord](https://discord.gg/F2VSgjJ) - Docker * [MovieNight](https://github.com/zorchenhimer/MovieNight) / [Discord](https://discord.gg/F2VSgjJ) - Docker
* [WatchParty](https://www.watchparty.me/) - Online / Virtual Browser
* [Kast](https://kast.gg/) - Screen Share * [Kast](https://kast.gg/) - Screen Share
* [Screen Share Party](https://ba.net/screen/) - Online Screen Share * [Screen Share Party](https://ba.net/screen/) - Online Screen Share
@ -210,7 +229,7 @@
* [VideoClip](https://github.com/Ajatt-Tools/videoclip), [2](https://github.com/f0e/mpv-cut) - Clip Tool * [VideoClip](https://github.com/Ajatt-Tools/videoclip), [2](https://github.com/f0e/mpv-cut) - Clip Tool
* [MPV WebM](https://github.com/ekisu/mpv-webm) - WebM Tool * [MPV WebM](https://github.com/ekisu/mpv-webm) - WebM Tool
* [Play With MPV](https://greasyfork.org/en/scripts/416271) or [ff2mpv](https://github.com/woodruffw/ff2mpv) - Open Videos with MPV * [Play With MPV](https://greasyfork.org/en/scripts/416271) or [ff2mpv](https://github.com/woodruffw/ff2mpv) - Open Videos with MPV
* [MPV WebTorrent Hook](https://github.com/noctuid/mpv-webtorrent-hook) - Torrent Streamimg * [MPV WebTorrent Hook](https://github.com/noctuid/mpv-webtorrent-hook) - Torrent Streaming
* [AutoSubSync MPV](https://github.com/joaquintorres/autosubsync-mpv) - Sub Sync * [AutoSubSync MPV](https://github.com/joaquintorres/autosubsync-mpv) - Sub Sync
* [MPV SponsorBlock](https://github.com/po5/mpv_sponsorblock), [2](https://codeberg.org/jouni/mpv_sponsorblock_minimal) - SponsorBlock for MPV * [MPV SponsorBlock](https://github.com/po5/mpv_sponsorblock), [2](https://codeberg.org/jouni/mpv_sponsorblock_minimal) - SponsorBlock for MPV
* [ThumbFast](https://github.com/po5/thumbfast) - MPV Thumbnails * [ThumbFast](https://github.com/po5/thumbfast) - MPV Thumbnails
@ -229,8 +248,8 @@
# ► Media Servers # ► Media Servers
* 🌐 **[Auto Download Tool Index](https://redd.it/hbwnb2)** * 🌐 **[Auto Download Tool Index](https://redd.it/hbwnb2)**
* ⭐ **[Plex](https://www.plex.tv/)** - Media Server
* ⭐ **[Jellyfin](https://jellyfin.org/)** - Media Server * ⭐ **[Jellyfin](https://jellyfin.org/)** - Media Server
* ⭐ **[Plex](https://www.plex.tv/)** - Media Server
* ⭐ **[Kodi](https://kodi.tv/)** - Media Server * ⭐ **[Kodi](https://kodi.tv/)** - Media Server
* [TRaSH Guides](https://trash-guides.info/) / [Discord](https://discord.com/invite/4K2kdvwzFh) or [The Complete Guide](https://redd.it/pqsomd) - Server Setup Guides * [TRaSH Guides](https://trash-guides.info/) / [Discord](https://discord.com/invite/4K2kdvwzFh) or [The Complete Guide](https://redd.it/pqsomd) - Server Setup Guides
* [Self-hosted Anime](https://github.com/shyonae/selfhosted-anime/wiki) - Anime Server Setup Guides * [Self-hosted Anime](https://github.com/shyonae/selfhosted-anime/wiki) - Anime Server Setup Guides
@ -250,12 +269,13 @@
* [WatchIt](https://github.com/ZorrillosDev/watchit-app) - Media Server * [WatchIt](https://github.com/ZorrillosDev/watchit-app) - Media Server
* [SimpleDLNA](https://nmaier.github.io/simpleDLNA/) - Media Server * [SimpleDLNA](https://nmaier.github.io/simpleDLNA/) - Media Server
* [Chocolate](https://github.com/ChocolateApp/Chocolate) - Media Server * [Chocolate](https://github.com/ChocolateApp/Chocolate) - Media Server
* [SeaAnime](https://seanime.rahim.app/) - Anime Server * [Media-Hoarder](https://github.com/theMK2k/Media-Hoarder) - Media Catalog Frontend
* [Frames](https://github.com/Eleven-am/frames) - GDrive Server * [Seanime](https://seanime.rahim.app/) - Anime Server
* [Frames](https://github.com/Eleven-am/frames) - Google Drive Server
* [HTPC](https://r-htpc.github.io/wiki/) - Home Theater PC guides / [Subreddit](https://www.reddit.com/r/htpc/) * [HTPC](https://r-htpc.github.io/wiki/) - Home Theater PC guides / [Subreddit](https://www.reddit.com/r/htpc/)
* [MSX](https://msx.benzac.de/info/) - Web App * [MSX](https://msx.benzac.de/info/) - Web App
* [ErsatzTV](https://ersatztv.org/) or [dizqueTV](https://github.com/vexorian/dizquetv) - Live Channel Media Servers * [ErsatzTV](https://ersatztv.org/) or [dizqueTV](https://github.com/vexorian/dizquetv) - Live Channel Media Servers
* [YTDL-Sub](https://ytdl-sub.readthedocs.io/) - Add YouTube Channels to Media Servers * [YTDL-Sub](https://ytdl-sub.readthedocs.io/en/) - Add YouTube Channels to Media Servers / [GitHub](https://github.com/jmbannon/ytdl-sub)
* [xTeVe](https://github.com/xteve-project/xTeVe) - Plex / Emby M3U Proxy * [xTeVe](https://github.com/xteve-project/xTeVe) - Plex / Emby M3U Proxy
* [Autoscan](https://github.com/Cloudbox/autoscan) - Real-Time Plex & Emby File Changes * [Autoscan](https://github.com/Cloudbox/autoscan) - Real-Time Plex & Emby File Changes
* [Ombi](https://github.com/Ombi-app/Ombi) - Plex / Emby User Request Management * [Ombi](https://github.com/Ombi-app/Ombi) - Plex / Emby User Request Management
@ -268,13 +288,13 @@
* [Tautulli](https://tautulli.com/) - Server Monitor * [Tautulli](https://tautulli.com/) - Server Monitor
* [SuperPlex](https://normantheidiot.neocities.org/superplex/) - Plex Plugins * [SuperPlex](https://normantheidiot.neocities.org/superplex/) - Plex Plugins
* [Kitana](https://github.com/pannal/Kitana) - Plugin Frontend * [Kitana](https://github.com/pannal/Kitana) - Plugin Frontend
* [PlexDrive](https://github.com/plexdrive/plexdrive) or [mergerfs](https://docs.ultra.cc/books/rclone/page/rclone-vfs-and-mergerfs-setup) - Mount GDrive * [Plex Ripper](https://www.plexripper.rocks/) - Merge Plex Libraries w/ Your Own
* [PlexDrive](https://github.com/plexdrive/plexdrive) or [mergerfs](https://docs.ultra.cc/books/rclone/page/rclone-vfs-and-mergerfs-setup) - Mount Google Drive
* [SyncLounce](https://synclounge.tv/) - Media Sync * [SyncLounce](https://synclounge.tv/) - Media Sync
* [PseudoTV](https://github.com/DEFENDORe/pseudotv) - Create TV Channels * [PseudoTV](https://github.com/DEFENDORe/pseudotv) - Create TV Channels
* [Overseerr](https://overseerr.dev/) - User Requests / [IMDb Extension](https://chromewebstore.google.com/detail/overseerr-assistant/hopnjiadheaagfhpipecoamoegijhnij) * [Overseerr](https://overseerr.dev/) - User Requests / [IMDb Extension](https://chromewebstore.google.com/detail/overseerr-assistant/hopnjiadheaagfhpipecoamoegijhnij)
* [Sub-Zero](https://github.com/pannal/Sub-Zero.bundle) - Plex Subtitles * [Sub-Zero](https://github.com/pannal/Sub-Zero.bundle) - Plex Subtitles
* [Pasta Tool](https://www.pastatool.com/) - Audio / Sub Changer * [Pasta Tool](https://www.pastatool.com/) - Audio / Sub Changer
* [Plex Debrid](https://github.com/itsToggle/plex_debrid) - Debrid for Plex
*** ***
@ -299,12 +319,13 @@
* [EverythingKodi](https://rumble.com/c/EverythingKodi) - Kodi Addon Tutorials * [EverythingKodi](https://rumble.com/c/EverythingKodi) - Kodi Addon Tutorials
* [Kodi Builds Chart](https://kodiapps.com/builds-chart) * [Kodi Builds Chart](https://kodiapps.com/builds-chart)
* [r/Addons4Kodi](https://www.reddit.com/r/Addons4Kodi/) / [Tracker](https://kinkeadtech.com/best-kodi-streaming-addons/) / [Trending](https://kodiapps.com/addons-chart) - Kodi Addons * [r/Addons4Kodi](https://www.reddit.com/r/Addons4Kodi/) / [Tracker](https://kinkeadtech.com/best-kodi-streaming-addons/) / [Trending](https://kodiapps.com/addons-chart) - Kodi Addons
* [Kodi Skins](https://kodi.tv/addons/omega/category/skins/) or [WIP Skins](https://forum.kodi.tv/forumdisplay.php?fid=160) - Kodi Skins
* [Synko](https://github.com/Skaytacium/synko) - Kodi Stream Sync * [Synko](https://github.com/Skaytacium/synko) - Kodi Stream Sync
* [Plex Kodi Connect](https://github.com/croneter/PlexKodiConnect) or [plex-for-kodi](https://github.com/pannal/plex-for-kodi) - Plex for Kodi * [Plex Kodi Connect](https://github.com/croneter/PlexKodiConnect) or [plex-for-kodi](https://github.com/pannal/plex-for-kodi) - Plex for Kodi
* [quasar](https://quasar.surge.sh/) - Torrent Plugin * [quasar](https://quasar.surge.sh/) - Torrent Plugin
* [IPTV Client](https://kodi.wiki/view/Add-on:PVR_IPTV_Simple_Client) * [IPTV Client](https://kodi.wiki/view/Add-on:PVR_IPTV_Simple_Client)
* [Simkl](https://simkl.com/) - Media Tracker * [Simkl](https://simkl.com/) - Media Tracker
* [mediaelch](https://github.com/komet/mediaelch) - Media Manager * [tinyMediaManager](https://www.tinymediamanager.org/) or [MediaElch](https://www.kvibes.de/mediaelch/) - Media Collection Managers
*** ***
@ -312,14 +333,16 @@
* ↪️ **[YouTube Video Downloaders](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_youtube_downloaders)** * ↪️ **[YouTube Video Downloaders](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_youtube_downloaders)**
* ↪️ **[Twitch Video Downloaders](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_twitch_downloaders)** * ↪️ **[Twitch Video Downloaders](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_twitch_downloaders)**
* ⭐ **[yt-dlp](https://github.com/yt-dlp/yt-dlp)** or [YTDL-PATCHED](https://github.com/ytdl-patched/ytdl-patched) - Multi-Site / [Discord](https://discord.gg/H5MNcFW63r) / [Commands](https://github.com/TheFrenchGhosty/TheFrenchGhostys-Ultimate-YouTube-DL-Scripts-Collection) * ↪️ **[Download Managers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/file-tools/#wiki_.25B7_download_managers)**
* ⭐ **[cobalt](https://cobalt.tools/)** - Multi-Site / Online / [Instances](https://instances.hyper.lol/) * ⭐ **[yt-dlp](https://github.com/yt-dlp/yt-dlp)** or [YTDL-PATCHED](https://github.com/ytdl-patched/ytdl-patched) - Multi-Site / [Commands](https://github.com/TheFrenchGhosty/TheFrenchGhostys-Ultimate-YouTube-DL-Scripts-Collection) / [Zoom Fix](https://github.com/yt-dlp/yt-dlp/issues/2299) / [Discord](https://discord.gg/H5MNcFW63r)
* ⭐ **[cobalt](https://cobalt.tools/)** - Multi-Site / Online / [Instances](https://instances.cobalt.best/) / [Playlist Support](https://playlist.kwiatekmiki.pl/), [2](https://playlist.kwiatekmiki.com/)
* ⭐ **[9xbuddy](https://9xbuddy.com/)**, [2](https://9xbuddy.online/), [3](https://9xbuddy.in/) - Multi-Site / Online * ⭐ **[9xbuddy](https://9xbuddy.com/)**, [2](https://9xbuddy.online/), [3](https://9xbuddy.in/) - Multi-Site / Online
* ⭐ **[Lux](https://github.com/iawia002/lux)** - Multi-Site / CLI * ⭐ **[Lux](https://github.com/iawia002/lux)** - Multi-Site / CLI
* ⭐ **[Download Helper](https://www.downloadhelper.net/)**, [FetchV](https://fetchv.net/) or [MPMux](https://mpmux.com/) - Extensions * ⭐ **[Download Helper](https://www.downloadhelper.net/)**, [FetchV](https://fetchv.net/) or [MPMux](https://mpmux.com/) - Extensions
* [CD(R)M-Project](https://discord.gg/SYyvPxVyyW) - StreamFab Downloading Discord * [CD(R)M-Project](https://cdm-project.com/) - StreamFab Download / [Discord](https://discord.gg/zvGBza34JP)
* [TubeOffline](https://www.tubeoffline.com/) - Multi-Site / Online * [TubeOffline](https://www.tubeoffline.com/) - Multi-Site / Online
* [VideoFK](https://www.videofk.com/) - Multi-Site / Online * [VideoFK](https://www.videofk.com/) - Multi-Site / Online
* [YouTubeDownload](https://youtubedownload.uk/) - Multi-Site / Online
* [you-get](https://you-get.org/) - Multi-Site / CLI * [you-get](https://you-get.org/) - Multi-Site / CLI
* [Hitomi Downloader](https://github.com/KurtBestor/Hitomi-Downloader) - Multi-Site / Software * [Hitomi Downloader](https://github.com/KurtBestor/Hitomi-Downloader) - Multi-Site / Software
* [Yout](https://yout.com/) - Multi-Site / Online * [Yout](https://yout.com/) - Multi-Site / Online
@ -335,8 +358,10 @@
# ► Video Editing # ► Video Editing
* 🌐 **[Paper2GUI](https://github.com/Baiyuetribe/paper2gui/blob/main/README_en.md)** - AI Video Tools Index * 🌐 **[Paper2GUI](https://github.com/Baiyuetribe/paper2gui/blob/main/README_en.md)** - AI Video Tools Index
* 🌐 **[Codecs and Containers](https://www.reddit.com/r/VideoEditing/wiki/codecsandcontainers)** or [Free-Codecs](https://www.free-codecs.com/) - Video Editing Codecs * **[r/VideoEditing](https://www.reddit.com/r/VideoEditing/)** - Video Editing Subreddit / [Wiki](https://www.reddit.com/r/VideoEditing/wiki/index/)
* ⭐ **[Eyecandy](https://eycndy.co/)** - Visual Technique Examples * ⭐ **[Eyecandy](https://eycndy.co/)** - Visual Technique Examples
* [Codecs and Containers](https://www.reddit.com/r/VideoEditing/wiki/codecsandcontainers) - Info on Codecs & Containers
* [ALF FreeWare VideoCODECs](https://codec.kyiv.ua/), [Codec Guide](https://www.codecguide.com/) or [Free-Codecs](https://www.free-codecs.com/) - Video Codec Collections
* [VideoHelp Forum](https://forum.videohelp.com/forums/2-Video) - Video Editing Forums * [VideoHelp Forum](https://forum.videohelp.com/forums/2-Video) - Video Editing Forums
* [Blaine's Movie Maker Blog](https://movies.blainesville.com/p/wmm-60-on-windows-7.html) - Windows Movie Maker Tutorials * [Blaine's Movie Maker Blog](https://movies.blainesville.com/p/wmm-60-on-windows-7.html) - Windows Movie Maker Tutorials
@ -360,17 +385,16 @@
* [OpenShot](https://www.openshot.org/) - Video Editor * [OpenShot](https://www.openshot.org/) - Video Editor
* [Lightworks](https://lwks.com/) - Video Editor * [Lightworks](https://lwks.com/) - Video Editor
* [VSDC](https://www.videosoftdev.com/) - Video Editor * [VSDC](https://www.videosoftdev.com/) - Video Editor
* [avidemux](https://avidemux.sourceforge.net/) - Video Editor
* [Pitivi](https://www.pitivi.org/) - Video Editor * [Pitivi](https://www.pitivi.org/) - Video Editor
* [Visla](https://www.visla.us/) - Video Editor * [Visla](https://www.visla.us/) - Video Editor
* [Windows Movie Maker](https://www.majorgeeks.com/files/details/windows_movie_maker.html), [2](https://archive.org/details/mm26enu_202002), [3](https://archive.org/details/MM2.1And2.6_201903) - Video Editor * [Windows Movie Maker](https://www.majorgeeks.com/files/details/windows_movie_maker.html), [2](https://archive.org/details/mm26enu_202002), [3](https://archive.org/details/MM2.1And2.6_201903) - Video Editor
* [Avidemux](http://fixounet.free.fr/avidemux/) - Cut / Filter / Encode
* [Video Enhance AI](https://www.topazlabs.com/topaz-video-ai) - Video Enhancement Tool * [Video Enhance AI](https://www.topazlabs.com/topaz-video-ai) - Video Enhancement Tool
* [Gyroflow](https://gyroflow.xyz/) - Video Stabilization / [GitHub](https://github.com/gyroflow/gyroflow) * [Gyroflow](https://gyroflow.xyz/) - Video Stabilization / [GitHub](https://github.com/gyroflow/gyroflow)
* [Flowframes](https://nmkd.itch.io/flowframes) / [Beta](https://kemono.party/patreon/user/19695417) or [SVP](https://www.svp-team.com/) / [Guide](https://www.svp-team.com/wiki/Manual:SVPcode) - Video Interpolation / Increase FPS * [Flowframes](https://nmkd.itch.io/flowframes) / [Beta](https://kemono.party/patreon/user/19695417) or [SVP](https://www.svp-team.com/) / [Guide](https://www.svp-team.com/wiki/Manual:SVPcode) - Video Interpolation / Increase FPS
* [VideoColorizerColab](https://colab.research.google.com/github/jantic/DeOldify/blob/master/VideoColorizerColab.ipynb) - Video Colorization Colab * [VideoColorizerColab](https://colab.research.google.com/github/jantic/DeOldify/blob/master/VideoColorizerColab.ipynb) - Video Colorization Colab
* [OpenColorIO](https://opencolorio.org/) - Video Color Manager * [OpenColorIO](https://opencolorio.org/) - Video Color Manager
* [FreshLUTs](https://freshluts.com/) - Free LUTs (Color Filters) * [FreshLUTs](https://freshluts.com/) - Free LUTs (Color Filters)
* [Avidemux](http://fixounet.free.fr/avidemux/) - Cut / Filter / Encode
* [suckless-cut](https://github.com/couleur-tweak-tips/suckless-cut) or [vidcutter](https://github.com/ozmartian/vidcutter) - Cut / Trim Videos * [suckless-cut](https://github.com/couleur-tweak-tips/suckless-cut) or [vidcutter](https://github.com/ozmartian/vidcutter) - Cut / Trim Videos
* [Opus](https://www.opus.pro/) - Clip Creator * [Opus](https://www.opus.pro/) - Clip Creator
* [blur](https://github.com/f0e/blur) or [Smoothie](https://github.com/couleur-tweak-tips/smoothie-rs) - Add Motion Blur to Videos / [Tutorial](https://youtu.be/16-KU4r3BcA) * [blur](https://github.com/f0e/blur) or [Smoothie](https://github.com/couleur-tweak-tips/smoothie-rs) - Add Motion Blur to Videos / [Tutorial](https://youtu.be/16-KU4r3BcA)
@ -382,7 +406,7 @@
## ▷ Online Editors ## ▷ Online Editors
* ⭐ **[Pikimov](https://pikimov.com/)** * ⭐ **[Pikimov](https://pikimov.com/)** / Requires Chromium
* ⭐ **[Mastershot](https://mastershot.app/)** / Signup Required * ⭐ **[Mastershot](https://mastershot.app/)** / Signup Required
* [VideoInu](https://videoinu.com/) * [VideoInu](https://videoinu.com/)
* [Clideo](https://clideo.com/) * [Clideo](https://clideo.com/)
@ -411,12 +435,13 @@
* [VideoCoPilot](https://www.videocopilot.net/) * [VideoCoPilot](https://www.videocopilot.net/)
* [VFXmed](https://www.vfxmed.com/) * [VFXmed](https://www.vfxmed.com/)
* [flex_cg_vfx](https://t.me/flex_cg_vfx) * [flex_cg_vfx](https://t.me/flex_cg_vfx)
* [VFXLoot](https://vfxloot.com/)
* [Download Pirate](https://www.downloadpirate.com/) - **Use Adblock / Avoid Fake Download Buttons** / [Discord](https://discord.gg/ucTvVtBz9Z) * [Download Pirate](https://www.downloadpirate.com/) - **Use Adblock / Avoid Fake Download Buttons** / [Discord](https://discord.gg/ucTvVtBz9Z)
* [Team V.R](https://codec.kyiv.ua/ad0be.html) - After Effects
* [ShareAE](https://www.shareae.com/) - After Effects * [ShareAE](https://www.shareae.com/) - After Effects
* [HunterAE](https://hunterae.com/) - After Effects * [HunterAE](https://hunterae.com/) - After Effects
* [Visual Effects Pack](https://t.me/visual_effects_pack) - After Effects * [Visual Effects Pack](https://t.me/visual_effects_pack) - After Effects
* [AERiver](https://aeriver.com/) - After Effects * [AERiver](https://aeriver.com/) - After Effects
* [MSRTC](https://msrtc-maharashtra.in/) - After Effects / [Telegram](https://t.me/aftereffectsplugins01)
* [AEDownloadPro](https://aedownloadpro.com/) - After Effects * [AEDownloadPro](https://aedownloadpro.com/) - After Effects
* [Intro HD](https://intro-hd.net/) - After Effects * [Intro HD](https://intro-hd.net/) - After Effects
* [Adobe After Effects Collection](https://rentry.co/FMHYBase64#adobe-after-effects-collection) - After Effects * [Adobe After Effects Collection](https://rentry.co/FMHYBase64#adobe-after-effects-collection) - After Effects
@ -446,7 +471,8 @@
* [Mandelbulber](https://mandelbulber.com/) or [FragM](https://github.com/3Dickulus/FragM) - Fractal Rendering Software / [3D](https://mb3d.overwhale.com/) * [Mandelbulber](https://mandelbulber.com/) or [FragM](https://github.com/3Dickulus/FragM) - Fractal Rendering Software / [3D](https://mb3d.overwhale.com/)
* [JWildfire](https://jwildfire.overwhale.com/), [IFSRenderer](https://github.com/bezo97/IFSRenderer) or [Fractorium](http://fractorium.com/) - Flame Fractal Rendering Software * [JWildfire](https://jwildfire.overwhale.com/), [IFSRenderer](https://github.com/bezo97/IFSRenderer) or [Fractorium](http://fractorium.com/) - Flame Fractal Rendering Software
* [BestSnip](https://bestsnip.com/animation/), [Sketch Machine](https://sketchmachine.net/), [Plask](https://plask.ai/) or [Rive](https://rive.app/) - Online Animation Tools * [BestSnip](https://bestsnip.com/animation/), [Sketch Machine](https://sketchmachine.net/), [Plask](https://plask.ai/) or [Rive](https://rive.app/) - Online Animation Tools
* [LibreSprite](https://libresprite.github.io/), [Pixel Compresor](https://makham.itch.io/pixel-composer), [JPixel](https://emad.itch.io/jpixel) or [SpookyGhost](https://encelo.itch.io/spookyghost) - Pixel Art Animation Tools * [Glaxnimate](https://glaxnimate.mattbas.org/) or [Trangram](https://www.trangram.com/) - Vector Animation Tools
* [LibreSprite](https://libresprite.github.io/), [GraphicsGale](https://graphicsgale.com/us/), [Pixel Compresor](https://makham.itch.io/pixel-composer), [JPixel](https://emad.itch.io/jpixel) or [SpookyGhost](https://encelo.itch.io/spookyghost) - Pixel Art Animation Tools
* [Animated Drawings](https://sketch.metademolab.com/), [FAIR Animated Drawings](https://fairanimateddrawings.com/site/home) or [MotorPen](https://motorpen.com/) - Animate Drawings * [Animated Drawings](https://sketch.metademolab.com/), [FAIR Animated Drawings](https://fairanimateddrawings.com/site/home) or [MotorPen](https://motorpen.com/) - Animate Drawings
* [FlipAnim](https://flipanim.com/) - Create Animated Flipbooks * [FlipAnim](https://flipanim.com/) - Create Animated Flipbooks
* [Viggle](https://viggle.ai/) / [Discord](https://discord.com/invite/viggle) or [Picrew](https://picrew.me/) - Animated Character Creators * [Viggle](https://viggle.ai/) / [Discord](https://discord.com/invite/viggle) or [Picrew](https://picrew.me/) - Animated Character Creators

File diff suppressed because it is too large Load diff

View file

@ -13,8 +13,14 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
//https://nitro.unjs.io/config
import nitroCloudflareBindings from 'nitro-cloudflare-dev'
import { defineNitroConfig } from 'nitropack/config'
export default defineNitroConfig({ export default defineNitroConfig({
modules: [nitroCloudflareBindings],
preset: 'cloudflare_module',
compatibilityDate: '2024-11-01',
runtimeConfig: { runtimeConfig: {
WEBHOOK_URL: process.env.WEBHOOK_URL WEBHOOK_URL: process.env.WEBHOOK_URL
}, },

View file

@ -11,11 +11,11 @@
"api:dev": "nitropack dev", "api:dev": "nitropack dev",
"api:prepare": "nitropack prepare", "api:prepare": "nitropack prepare",
"api:preview": "node .output/server/index.mjs", "api:preview": "node .output/server/index.mjs",
"api:typegen": "wrangler types api/worker-configuration.d.ts",
"docs:build": "vitepress build docs/", "docs:build": "vitepress build docs/",
"docs:dev": "vitepress dev docs/", "docs:dev": "vitepress dev docs/",
"docs:preview": "vitepress preview docs/", "docs:preview": "vitepress preview docs/",
"format": "prettier -w --cache --check .", "format": "prettier -w --cache --check .",
"postinstall": "nitropack prepare",
"lint": "biome lint .", "lint": "biome lint .",
"lint:fix": "biome lint . --write", "lint:fix": "biome lint . --write",
"lint:fix:unsafe": "biome lint . --write --unsafe", "lint:fix:unsafe": "biome lint . --write --unsafe",
@ -30,26 +30,29 @@
"feed": "^4.2.2", "feed": "^4.2.2",
"itty-fetcher": "^0.9.4", "itty-fetcher": "^0.9.4",
"nitro-cors": "^0.7.1", "nitro-cors": "^0.7.1",
"nitropack": "^2.9.7", "nitropack": "^2.10.4",
"nprogress": "^0.2.0", "nprogress": "^0.2.0",
"pathe": "^1.1.2", "pathe": "^2.0.1",
"unocss": "^0.63.4", "unocss": "65.4.0",
"vitepress": "^1.4.1", "vitepress": "^1.5.0",
"vue": "^3.5.12", "vue": "^3.5.12",
"x-satori": "^0.2.0", "x-satori": "^0.2.0",
"zod": "^3.23.8" "zod": "^3.23.8"
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "^1.9.3", "@biomejs/biome": "^1.9.4",
"@cloudflare/workers-types": "^4.20241230.0",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1", "@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@iconify-json/carbon": "^1.2.3", "@iconify-json/carbon": "^1.2.5",
"@iconify-json/heroicons-solid": "^1.2.0", "@iconify-json/heroicons-solid": "^1.2.0",
"@iconify-json/lucide": "^1.2.10", "@iconify-json/lucide": "^1.2.10",
"@iconify-json/mdi": "^1.2.1", "@iconify-json/mdi": "^1.2.1",
"@iconify-json/simple-icons": "^1.2.12",
"@iconify-json/twemoji": "^1.2.1", "@iconify-json/twemoji": "^1.2.1",
"@taskylizard/biome-config": "^1.0.5", "@taskylizard/biome-config": "^1.0.5",
"@types/node": "^20.16.12", "@types/node": "^20.16.12",
"@types/nprogress": "^0.2.3", "@types/nprogress": "^0.2.3",
"nitro-cloudflare-dev": "^0.2.1",
"prettier": "^3.3.3", "prettier": "^3.3.3",
"prettier-plugin-pkgsort": "^0.2.1", "prettier-plugin-pkgsort": "^0.2.1",
"prettier-plugin-tailwindcss": "^0.6.8", "prettier-plugin-tailwindcss": "^0.6.8",
@ -60,7 +63,7 @@
"unplugin-auto-import": "^0.18.3", "unplugin-auto-import": "^0.18.3",
"vite-plugin-optimize-exclude": "^0.0.1", "vite-plugin-optimize-exclude": "^0.0.1",
"vite-plugin-terminal": "^1.2.0", "vite-plugin-terminal": "^1.2.0",
"wrangler": "^3.80.5" "wrangler": "^3.99.0"
}, },
"pnpm": { "pnpm": {
"peerDependencyRules": { "peerDependencyRules": {

2722
pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff

View file

@ -2,14 +2,25 @@ name = "api"
main = ".output/server/index.mjs" main = ".output/server/index.mjs"
workers_dev = false workers_dev = false
account_id = "02f3b11d8d1017a20f95de4ba88fb5d6" account_id = "02f3b11d8d1017a20f95de4ba88fb5d6"
compatibility_date = "2022-09-10" compatibility_flags = ["nodejs_compat"]
compatibility_date = "2024-11-01"
routes = [ routes = [
{ pattern = "api.fmhy.net", custom_domain = true, zone_id = "b4212298934f7c1998b4d15f6d261715" }, { pattern = "api.fmhy.net", custom_domain = true, zone_id = "b4212298934f7c1998b4d15f6d261715" },
] ]
[[kv_namespaces]]
binding = "STORAGE"
id = "6f18adea26a64d6b8858ffbdfd3f4cf2"
[[unsafe.bindings]] [[unsafe.bindings]]
name = "RATE_LIMITER" name = "RATE_LIMITER"
type = "ratelimit" type = "ratelimit"
namespace_id = "69420" # An identifier you define, that is unique to your Cloudflare account.
# Must be an integer.
namespace_id = "1001"
# Limit: the number of tokens allowed within a given period in a single
# Cloudflare location
# Period: the duration of the period, in seconds. Must be either 10 or 60
simple = { limit = 100, period = 60 } simple = { limit = 100, period = 60 }