diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index d478b374f..9cc926f40 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -17,10 +17,10 @@ Here you'll find some general guidelines for those who would like to start contr **Don't submit any of the following:** -- **๐Ÿ’ฐ๏ธ Paid / Trial Sites** - We don't accept any paid or free trial only entries, with the exception of select paid [VPNs](/privacy#vpn) and [Debrid](/downloading#leeches-debrid). +- **๐Ÿ’ฐ๏ธ Paid / Trial Sites** - We don't accept any paid or free trial only entries, with the exception of select paid [VPNs](/privacy#vpn) and [Debrid](/downloading#debrid-leeches). - **๐Ÿ•น๏ธ Emulators** - Already listed on [Index Sites](/gaming#emulators). - **๐ŸŒ Web Browsers** - Good open-source browsers are already listed, so we just accept [indexes](/internet-tools#browser-tools), privacy-focused, and good mobile ones. -- **๐Ÿ”ป Leeches** - Unless it's not already listed on existing [Leech Lists](/downloading#leeches-debrid), don't submit these. +- **๐Ÿ”ป Leeches** - Unless it's not already listed on existing [Leech Lists](/downloading#debrid-leeches), don't submit these. - **๐Ÿง Linux Distros** - Already listed on [Index Sites](/linux-macos#linux-distros). - **๐ŸŒ Non-english Software** - We don't add non-english software sites (APKs, games, torrents, etc.) unless they have a very good reputation. - **๐Ÿ—‚๏ธ Coding Libraries** - There's too many of them and there are better places to find them. @@ -33,7 +33,7 @@ Here you'll find some general guidelines for those who would like to start contr For submitting new links, follow these steps: - Make sure it's not already in the wiki. The easiest way to do this is to check our [Single Page](https://api.fmhy.net/single-page) using `ctrl+f`. -- Reach out via the feedback system, [GitHub](https://github.com/fmhy/edit), or join our [Discord](https://github.com/fmhy/FMHY/wiki/FMHY-Discord). +- Reach out via the feedback system, [GitHub](https://github.com/fmhy/edit), or join our [Discord](https://github.com/fmhy/FMHY/wiki/FMHY-Discord). Note that we have to check sites ourselves, so using a issue, rather than pull request is easier. - You can optionally include socials, tools, or any other additional info alongside the entry. ### Reporting a Site @@ -71,7 +71,7 @@ Instructions on various ways to edit the wiki and preview changes. ### GitHub Editor -You can use the build-in web editor in two ways: +You can use the built-in web editor in two ways: 1. Find the file you want to edit, look for the edit icon (of a pencil) and click on it, then make your changes. @@ -121,4 +121,4 @@ This creates an environment in the browser [(with 60h/month free quota)](https:/ Making changes on a local repository may require a basic understanding of Git. You can find learning resources [here](/educational#developer-learning). -More info on manual setup can be found [here](/other/selfhosting). \ No newline at end of file +More info on manual setup can be found [here](/other/selfhosting). diff --git a/.github/README.md b/.github/README.md index be56cee78..f530b6fc5 100644 --- a/.github/README.md +++ b/.github/README.md @@ -32,5 +32,5 @@ Here are a few ways you can get involved: ## ๐Ÿ”” Follow

- Discord  GitHub  Bluesky + Discord  GitHub

diff --git a/.github/assets/nginx.conf b/.github/assets/nginx.conf new file mode 100644 index 000000000..f9d8e412d --- /dev/null +++ b/.github/assets/nginx.conf @@ -0,0 +1,29 @@ +server { + listen 80; + server_name _; + + root /usr/share/nginx/html; + index index.html; + + location / { + try_files $uri $uri/ /index.html; + add_header X-Frame-Options "DENY"; + add_header X-Content-Type-Options "nosniff"; + add_header X-XSS-Protection "1; mode=block"; + add_header Referrer-Policy "no-referrer-when-downgrade"; + } + + location ~* \.(?:css|js|jpg|jpeg|gif|png|svg|ico|woff2?)$ { + expires 30d; + add_header Cache-Control "public"; + } + + error_log /var/log/nginx/error.log warn; + access_log /var/log/nginx/access.log; +} + +gzip on; +gzip_types text/plain text/css application/javascript application/json image/svg+xml; +gzip_min_length 1000; +gzip_proxied any; +gzip_vary on; \ No newline at end of file diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index c126e7681..8b73fb0be 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -96,7 +96,7 @@ export default defineConfig({ { find: /^.*VPSwitchAppearance\.vue$/, replacement: fileURLToPath( - new URL('./theme/Appearance.vue', import.meta.url) + new URL('./theme/components/ThemeDropdown.vue', import.meta.url) ) } ] diff --git a/docs/.vitepress/constants.ts b/docs/.vitepress/constants.ts index 01ca39071..01942c889 100644 --- a/docs/.vitepress/constants.ts +++ b/docs/.vitepress/constants.ts @@ -154,10 +154,6 @@ export const socialLinks: DefaultTheme.SocialLink[] = [ { icon: 'reddit', link: 'https://reddit.com/r/FREEMEDIAHECKYEAH' - }, - { - icon: 'bluesky', - link: 'https://bsky.app/profile/fmhy.net' } ] @@ -165,26 +161,22 @@ export const nav: DefaultTheme.NavItem[] = [ { text: '๐Ÿ“– Glossary', link: 'https://rentry.org/The-Piracy-Glossary' }, { text: '๐Ÿ’พ Backups', - link: 'https://github.com/fmhy/FMHY/wiki/Backups' + link: '/other/backups' }, { text: '๐ŸŒฑ Ecosystem', items: [ { text: '๐ŸŒ Search', link: '/posts/search' }, + { text: 'โ“ FAQs', link: '/other/FAQ' }, { text: '๐Ÿ”– Bookmarks', link: 'https://github.com/fmhy/bookmarks' }, { text: 'โœ… SafeGuard', link: 'https://github.com/fmhy/FMHY-SafeGuard' }, { text: '๐Ÿš€ Startpage', link: 'https://fmhy.net/startpage' }, { text: '๐Ÿ“‹ snowbin', link: 'https://pastes.fmhy.net' }, - { - text: 'ยฎ๏ธ Redlib', - link: 'https://redlib.fmhy.net/r/FREEMEDIAHECKYEAH/wiki/index' - }, { text: '๐Ÿ”Ž SearXNG', link: 'https://searx.fmhy.net/' }, { text: '๐Ÿ’ก Site Hunting', link: 'https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/find-new-sites/' }, - { text: 'โ“ FAQs', link: 'https://redd.it/xrxen7' }, { text: '๐Ÿ˜‡ SFW FMHY', link: 'https://rentry.org/piracy' @@ -340,4 +332,4 @@ export const sidebar: DefaultTheme.Sidebar | DefaultTheme.NavItemWithLink[] = [ } ] } -] +] \ No newline at end of file diff --git a/docs/.vitepress/theme/Layout.vue b/docs/.vitepress/theme/Layout.vue index 4f37b3b8c..17b8bbe56 100644 --- a/docs/.vitepress/theme/Layout.vue +++ b/docs/.vitepress/theme/Layout.vue @@ -1,9 +1,12 @@ diff --git a/docs/.vitepress/theme/components/Feedback.vue b/docs/.vitepress/theme/components/Feedback.vue index 876c99794..014c757db 100644 --- a/docs/.vitepress/theme/components/Feedback.vue +++ b/docs/.vitepress/theme/components/Feedback.vue @@ -145,36 +145,28 @@ const toggleCard = () => (isCardShown.value = !isCardShown.value) - +
+ +
+ +
+ +
- + \ No newline at end of file diff --git a/docs/.vitepress/theme/components/ThemeDropdown.vue b/docs/.vitepress/theme/components/ThemeDropdown.vue new file mode 100644 index 000000000..e7f2d6994 --- /dev/null +++ b/docs/.vitepress/theme/components/ThemeDropdown.vue @@ -0,0 +1,184 @@ + + + + + diff --git a/docs/.vitepress/theme/components/ThemeSelector.vue b/docs/.vitepress/theme/components/ThemeSelector.vue new file mode 100644 index 000000000..1653f3d27 --- /dev/null +++ b/docs/.vitepress/theme/components/ThemeSelector.vue @@ -0,0 +1,48 @@ + + + diff --git a/docs/.vitepress/theme/index.ts b/docs/.vitepress/theme/index.ts index 04b2aa4b9..2c37e37ef 100644 --- a/docs/.vitepress/theme/index.ts +++ b/docs/.vitepress/theme/index.ts @@ -18,6 +18,7 @@ import type { Theme } from 'vitepress' import Components from '@fmhy/components' import DefaultTheme from 'vitepress/theme' import { loadProgress } from './composables/nprogress' +import { useThemeHandler } from './themes/themeHandler' import Layout from './Layout.vue' import Post from './PostLayout.vue' @@ -34,5 +35,7 @@ export default { app.component('Post', Post) app.component('Feedback', Feedback) loadProgress(router) + // Initialize theme handler + useThemeHandler() } } satisfies Theme diff --git a/docs/.vitepress/theme/style.scss b/docs/.vitepress/theme/style.scss index fe5d10206..6c1b54432 100644 --- a/docs/.vitepress/theme/style.scss +++ b/docs/.vitepress/theme/style.scss @@ -358,4 +358,4 @@ mask-size: 100% 100%; background-color: currentColor; color: inherit; -} +} \ No newline at end of file diff --git a/docs/.vitepress/theme/themes/README.md b/docs/.vitepress/theme/themes/README.md new file mode 100644 index 000000000..9aa112d5d --- /dev/null +++ b/docs/.vitepress/theme/themes/README.md @@ -0,0 +1,109 @@ +# Theme System + +This document explains the updated theme architecture, display modes, and integration components in the site. + +## Architecture + +- Display modes: `light` and `dark`. +- AMOLED: an enhancement of `dark` mode (pure black backgrounds) toggled on top of dark โ€” not a separate mode. +- Themes: color schemes and optional design tokens that apply across modes. +- Modes are independent from themes; themes define colors and tokens for light/dark. + +## File Structure + +``` +docs/.vitepress/theme/themes/ +โ”œโ”€โ”€ types.ts // Type definitions +โ”œโ”€โ”€ themeHandler.ts // Theme handler logic & DOM/CSS application +โ”œโ”€โ”€ index.ts // Exports +โ””โ”€โ”€ configs/ + โ”œโ”€โ”€ index.ts // Theme registry (default + named themes) + โ””โ”€โ”€ catppuccin.ts // Example theme (default) +``` + +## Core Types + +- `DisplayMode`: `'light' | 'dark'`. +- `Theme`: `{ name, displayName, preview?, logo?, modes: { light, dark }, ... }`. +- `ModeColors`: + - `brand?`: optional brand colors (`1`, `2`, `3`, `soft`). If omitted, the ColorPicker controls brand. + - `bg`, `bgAlt`, `bgElv`, `bgMark?`. + - `text?`: optional (`1`, `2`, `3`). If omitted, VitePress defaults are used. + - `button`: `brand` and `alt` sub-objects with `bg`, `border`, `text`, `hover*`, `active*`. + - `customBlock`: `info`, `tip`, `warning`, `danger` with `bg`, `border`, `text`, `textDeep`. + - `selection`: `{ bg }`. + - `home?`: optional hero styles. + +## Handler Behavior (`themeHandler.ts`) + +- Persists `theme` (`vitepress-theme-name`) and `mode` (`vitepress-display-mode`). +- Applies HTML classes: always the current mode; adds `dark` for compatibility; adds `amoled` when dark + AMOLED enabled. +- AMOLED handling: overrides dark backgrounds to pure black while retaining other dark tokens. +- Brand colors: + - If theme provides brand colors, inline CSS variables are set. + - If theme omits brand colors, inline brand variables are removed so the ColorPicker stylesheet takes effect. +- Text colors: + - Applied only if defined in the theme; otherwise defaults are used. +- Custom logo: + - If theme provides `logo`, sets `--vp-theme-logo: url(...)` for downstream usage. + +## UI Components + +- `ThemeDropdown.vue`: replaces the appearance toggle. + - Options: Light, Dark, AMOLED (as dark variant). + - Stores/reads mode and AMOLED-enabled state. + - Aliased via `docs/.vitepress/config.mts` to override `VPSwitchAppearance.vue`. +- `ColorPicker.vue`: + - Controls brand color CSS variables via a stylesheet tag (`#brand-color`). + - Reapplies colors on a custom event `theme-changed-apply-colors` when switching to themes without brand. +- `ThemeSelector.vue`: + - Shows circular previews per theme (image via `preview` or gradient fallback). + - Calls `setTheme(name)`; independent from ColorPicker. + +## Theme Registry (`configs/index.ts`) + +- Example: +```ts +import { catppuccinTheme } from './catppuccin' + +export const themeRegistry = { + default: catppuccinTheme, + catppuccin: catppuccinTheme +} +``` + +## Creating a Theme (`configs/.ts`) + +- Export a `Theme` object with: + - `name`, `displayName`, optional `preview` (image URL/data) and `logo`. + - `modes.light` and `modes.dark` objects. + - Optional `fonts`, `spacing`, `borderRadius`, `customProperties`. +- Register it in `configs/index.ts`. +- If you omit `brand` in a mode, the ColorPicker-selected brand colors will be used. +- If you omit `text` in a mode, VitePress default text colors will be used. + +## CSS Variables + +- Brand: `--vp-c-brand-1`, `--vp-c-brand-2`, `--vp-c-brand-3`, `--vp-c-brand-soft`. +- Background: `--vp-c-bg`, `--vp-c-bg-alt`, `--vp-c-bg-elv`, `--vp-c-bg-mark`. +- Text: `--vp-c-text-1`, `--vp-c-text-2`, `--vp-c-text-3`. +- Buttons: `--vp-button-brand-*`, `--vp-button-alt-*`. +- Custom blocks: `--vp-custom-block-{type}-*`. +- Selection: `--vp-c-selection-bg`. +- Home hero: `--vp-home-hero-*`. +- Custom props: all keys in `customProperties`. +- Optional: `--vp-theme-logo` (when theme defines `logo`). + +## Migration Notes + +- AMOLED is no longer a separate mode; itโ€™s a dark enhancement (pure black backgrounds) toggled in the dropdown. +- The legacy `Appearance.vue` toggle is replaced by `ThemeDropdown.vue` via alias in `config.mts`. +- Themes can rely on the ColorPicker for brand colors by omitting `brand`. + +## Troubleshooting + +- Theme not applying: ensure itโ€™s added to `themeRegistry` and named correctly. +- Brand not changing: if a theme sets inline brand variables, ColorPicker wonโ€™t override; remove `brand` from the theme to defer to ColorPicker. +- Colors not updating after theme switch: ColorPicker listens for `theme-changed-apply-colors`; make sure that event dispatch remains in `setTheme()`. +- AMOLED not pure black: confirm dark mode is active and AMOLED toggle is enabled; handler overrides backgrounds when enabled. + diff --git a/docs/.vitepress/theme/themes/configs/catppuccin.ts b/docs/.vitepress/theme/themes/configs/catppuccin.ts new file mode 100644 index 000000000..9125cb769 --- /dev/null +++ b/docs/.vitepress/theme/themes/configs/catppuccin.ts @@ -0,0 +1,161 @@ +/** + * Copyright (c) 2025 taskylizard. Apache License 2.0. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import type { Theme } from '../types' + +export const catppuccinTheme: Theme = { + name: 'catppuccin', + displayName: 'Catppuccin', + preview: 'https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/logos/exports/1544x1544_circle.png', + modes: { + light: { + brand: { + 1: '#8b5cf6', + 2: '#7c3aed', + 3: '#5b21b6', + soft: '#a78bfa' + }, + bg: '#ffffff', + bgAlt: '#f9fafb', + bgElv: 'rgba(255, 255, 255, 0.7)', + bgMark: 'rgb(232, 232, 232)', + text: { + 1: '#1f2937', + 2: '#4b5563', + 3: '#6b7280' + }, + button: { + brand: { + bg: '#8b5cf6', + border: '#a78bfa', + text: 'rgba(42, 40, 47)', + hoverBorder: '#a78bfa', + hoverText: 'rgba(42, 40, 47)', + hoverBg: '#a78bfa', + activeBorder: '#a78bfa', + activeText: 'rgba(42, 40, 47)', + activeBg: '#8b5cf6' + }, + alt: { + bg: '#484848', + text: '#f0eeee', + hoverBg: '#484848', + hoverText: '#f0eeee' + } + }, + customBlock: { + info: { + bg: '#ede9fe', + border: '#5b21b6', + text: '#5b21b6', + textDeep: '#4c1d95' + }, + tip: { + bg: '#d1fae5', + border: '#065f46', + text: '#065f46', + textDeep: '#064e3b' + }, + warning: { + bg: '#fef3c7', + border: '#92400e', + text: '#92400e', + textDeep: '#78350f' + }, + danger: { + bg: '#ffe4e6', + border: '#9f1239', + text: '#9f1239', + textDeep: '#881337' + } + }, + selection: { + bg: '#5586a6' + }, + home: { + heroNameColor: 'transparent', + heroNameBackground: '-webkit-linear-gradient(120deg, #c4b5fd 30%, #7bc5e4)', + heroImageBackground: 'linear-gradient(-45deg, #c4b5fd 50%, #47caff 50%)', + heroImageFilter: 'blur(44px)' + } + }, + dark: { + brand: { + 1: '#a78bfa', + 2: '#8b5cf6', + 3: '#6d28d9', + soft: '#c4b5fd' + }, + bg: 'rgb(26, 26, 26)', + bgAlt: 'rgb(23, 23, 23)', + bgElv: 'rgba(23, 23, 23, 0.8)', + button: { + brand: { + bg: '#a78bfa', + border: '#c4b5fd', + text: 'rgba(42, 40, 47)', + hoverBorder: '#c4b5fd', + hoverText: 'rgba(42, 40, 47)', + hoverBg: '#c4b5fd', + activeBorder: '#c4b5fd', + activeText: 'rgba(42, 40, 47)', + activeBg: '#a78bfa' + }, + alt: { + bg: '#484848', + text: '#f0eeee', + hoverBg: '#484848', + hoverText: '#f0eeee' + } + }, + customBlock: { + info: { + bg: '#2e1065', + border: '#5b21b6', + text: '#ddd6fe', + textDeep: '#ddd6fe' + }, + tip: { + bg: '#022c22', + border: '#065f46', + text: '#a7f3d0', + textDeep: '#a7f3d0' + }, + warning: { + bg: '#451a03', + border: '#92400e', + text: '#fef08a', + textDeep: '#fef08a' + }, + danger: { + bg: '#4c0519', + border: '#9f1239', + text: '#fecdd3', + textDeep: '#fecdd3' + } + }, + selection: { + bg: '#0f2c47' + }, + home: { + heroNameColor: 'transparent', + heroNameBackground: '-webkit-linear-gradient(120deg, #c4b5fd 30%, #7bc5e4)', + heroImageBackground: 'linear-gradient(-45deg, #c4b5fd 50%, #47caff 50%)', + heroImageFilter: 'blur(44px)' + } + } + } +} diff --git a/docs/.vitepress/theme/themes/configs/christmas.ts b/docs/.vitepress/theme/themes/configs/christmas.ts new file mode 100644 index 000000000..8ddb2ed89 --- /dev/null +++ b/docs/.vitepress/theme/themes/configs/christmas.ts @@ -0,0 +1,161 @@ +/** + * Copyright (c) 2025 taskylizard. Apache License 2.0. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import type { Theme } from '../types' + +export const christmasTheme: Theme = { + name: 'Christmas', + displayName: 'Christmas', + preview: 'https://raw.githubusercontent.com/SamidyFR/edit/refs/heads/main/docs/.vitepress/theme/themes/configs/christmas_tree.png', + modes: { + light: { + brand: { + 1: '#BD2F2F', + 2: '#22ff00ff', + 3: '#155C2F', + soft: '#a200ffff' + }, + bg: '#ffffffff', + bgAlt: '#f9fafb', + bgElv: 'rgba(255, 255, 255, 0.7)', + bgMark: 'rgb(232, 232, 232)', + text: { + 1: '#1f2937', + 2: '#4b5563', + 3: '#353638ff' + }, + button: { + brand: { + bg: '#155C2F', + border: '#0E3B1F', + text: 'rgba(255, 255, 255)', + hoverBorder: '#072a15ff', + hoverText: 'rgba(255, 255, 255)', + hoverBg: '#072a15ff', + activeBorder: '#072a15ff', + activeText: 'rgba(255, 255, 255)', + activeBg: '#072a15ff' + }, + alt: { + bg: '#484848', + text: '#f0eeee', + hoverBg: '#484848', + hoverText: '#f0eeee' + } + }, + customBlock: { + info: { + bg: '#dbeafe', + border: '#1e40af', + text: '#1e40af', + textDeep: '#1e3a8a' + }, + tip: { + bg: '#D8F8E4', + border: '#447A61', + text: '#2D6A58', + textDeep: '#166534' + }, + warning: { + bg: '#FCEFC3', + border: '#9A8034', + text: '#9C701B', + textDeep: '#92400e' + }, + danger: { + bg: '#FBE1E2', + border: '#B3565E', + text: '#912239', + textDeep: '#991b1b' + } + }, + selection: { + bg: '#bfdbfe' + }, + home: { + heroNameColor: 'transparent', + heroNameBackground: '-webkit-linear-gradient(120deg, #BD2F2F 30%, #f9fafb)', + heroImageBackground: 'linear-gradient(-45deg, #BD2F2F 50%, #f9fafb 50%)', + heroImageFilter: 'blur(44px)' + } + }, + dark: { + brand: { + 1: '#2CA03C', + 2: '#22ff00ff', + 3: '#5C151A', + soft: '#a200ffff' + }, + bg: 'rgb(26, 26, 26)', + bgAlt: 'rgb(23, 23, 23)', + bgElv: 'rgba(23, 23, 23, 0.8)', + button: { + brand: { + bg: '#155C2F', + border: '#0E3B1F', + text: 'rgba(255, 255, 255)', + hoverBorder: '#072a15ff', + hoverText: 'rgba(255, 255, 255)', + hoverBg: '#072a15ff', + activeBorder: '#072a15ff', + activeText: 'rgba(255, 255, 255)', + activeBg: '#072a15ff' + }, + alt: { + bg: '#484848', + text: '#f0eeee', + hoverBg: '#484848', + hoverText: '#f0eeee' + } + }, + customBlock: { + info: { + bg: '#0c4a6e', + border: '#0284c7', + text: '#bae6fd', + textDeep: '#bae6fd' + }, + tip: { + bg: '#0C2A20', + border: '#184633', + text: '#B0EBC9', + textDeep: '#166534' + }, + warning: { + bg: '#403207', + border: '#7E6211', + text: '#F9DE88', + textDeep: '#92400e' + }, + danger: { + bg: '#3F060A', + border: '#7C0F18', + text: '#F7C1BC', + textDeep: '#991b1b' + } + }, + selection: { + bg: '#1e3a8a' + }, + home: { + heroNameColor: 'transparent', + heroNameBackground: '-webkit-linear-gradient(120deg, #f9fafb 30%, #BD2F2F)', + heroImageBackground: 'linear-gradient(-45deg, #f9fafb 50%,#BD2F2F 50%)', + heroImageFilter: 'blur(44px)' + } + } + } +} diff --git a/docs/.vitepress/theme/themes/configs/christmas_tree.png b/docs/.vitepress/theme/themes/configs/christmas_tree.png new file mode 100644 index 000000000..47360f664 Binary files /dev/null and b/docs/.vitepress/theme/themes/configs/christmas_tree.png differ diff --git a/docs/.vitepress/theme/themes/configs/dark.ts b/docs/.vitepress/theme/themes/configs/dark.ts new file mode 100644 index 000000000..bf0b9acf4 --- /dev/null +++ b/docs/.vitepress/theme/themes/configs/dark.ts @@ -0,0 +1,161 @@ +/** + * Copyright (c) 2025 taskylizard. Apache License 2.0. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import type { Theme } from '../types' + +export const darkTheme: Theme = { + name: 'Christmas', + displayName: 'Christmas', + preview: 'https://files.catbox.moe/inbi62.png', + modes: { + light: { + brand: { + 1: '#BD2F2F', + 2: '#22ff00ff', + 3: '#155C2F', + soft: '#a200ffff' + }, + bg: '#ffffffff', + bgAlt: '#f9fafb', + bgElv: 'rgba(255, 255, 255, 0.7)', + bgMark: 'rgb(232, 232, 232)', + text: { + 1: '#1f2937', + 2: '#4b5563', + 3: '#353638ff' + }, + button: { + brand: { + bg: '#155C2F', + border: '#0E3B1F', + text: 'rgba(255, 255, 255)', + hoverBorder: '#072a15ff', + hoverText: 'rgba(255, 255, 255)', + hoverBg: '#072a15ff', + activeBorder: '#072a15ff', + activeText: 'rgba(255, 255, 255)', + activeBg: '#072a15ff' + }, + alt: { + bg: '#484848', + text: '#f0eeee', + hoverBg: '#484848', + hoverText: '#f0eeee' + } + }, + customBlock: { + info: { + bg: '#dbeafe', + border: '#1e40af', + text: '#1e40af', + textDeep: '#1e3a8a' + }, + tip: { + bg: '#D8F8E4', + border: '#447A61', + text: '#2D6A58', + textDeep: '#166534' + }, + warning: { + bg: '#FCEFC3', + border: '#9A8034', + text: '#9C701B', + textDeep: '#92400e' + }, + danger: { + bg: '#FBE1E2', + border: '#B3565E', + text: '#912239', + textDeep: '#991b1b' + } + }, + selection: { + bg: '#bfdbfe' + }, + home: { + heroNameColor: 'transparent', + heroNameBackground: '-webkit-linear-gradient(120deg, #BD2F2F 30%, #f9fafb)', + heroImageBackground: 'linear-gradient(-45deg, #BD2F2F 50%, #f9fafb 50%)', + heroImageFilter: 'blur(44px)' + } + }, + dark: { + brand: { + 1: '#2CA03C', + 2: '#22ff00ff', + 3: '#5C151A', + soft: '#a200ffff' + }, + bg: 'rgb(26, 26, 26)', + bgAlt: 'rgb(23, 23, 23)', + bgElv: 'rgba(23, 23, 23, 0.8)', + button: { + brand: { + bg: '#155C2F', + border: '#0E3B1F', + text: 'rgba(255, 255, 255)', + hoverBorder: '#072a15ff', + hoverText: 'rgba(255, 255, 255)', + hoverBg: '#072a15ff', + activeBorder: '#072a15ff', + activeText: 'rgba(255, 255, 255)', + activeBg: '#072a15ff' + }, + alt: { + bg: '#484848', + text: '#f0eeee', + hoverBg: '#484848', + hoverText: '#f0eeee' + } + }, + customBlock: { + info: { + bg: '#0c4a6e', + border: '#0284c7', + text: '#bae6fd', + textDeep: '#bae6fd' + }, + tip: { + bg: '#0C2A20', + border: '#184633', + text: '#B0EBC9', + textDeep: '#166534' + }, + warning: { + bg: '#403207', + border: '#7E6211', + text: '#F9DE88', + textDeep: '#92400e' + }, + danger: { + bg: '#3F060A', + border: '#7C0F18', + text: '#F7C1BC', + textDeep: '#991b1b' + } + }, + selection: { + bg: '#1e3a8a' + }, + home: { + heroNameColor: 'transparent', + heroNameBackground: '-webkit-linear-gradient(120deg, #f9fafb 30%, #BD2F2F)', + heroImageBackground: 'linear-gradient(-45deg, #f9fafb 50%,#BD2F2F 50%)', + heroImageFilter: 'blur(44px)' + } + } + } +} diff --git a/docs/.vitepress/theme/themes/configs/index.ts b/docs/.vitepress/theme/themes/configs/index.ts new file mode 100644 index 000000000..a6df1af17 --- /dev/null +++ b/docs/.vitepress/theme/themes/configs/index.ts @@ -0,0 +1,25 @@ +/** + * Copyright (c) 2025 taskylizard. Apache License 2.0. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +import { christmasTheme } from './christmas' +import { catppuccinTheme } from './catppuccin' +import type { ThemeRegistry } from '../types' + +export const themeRegistry: ThemeRegistry = { + catppuccin: catppuccinTheme, + christmas: christmasTheme, +} + +export { christmasTheme, catppuccinTheme } diff --git a/docs/.vitepress/theme/themes/index.ts b/docs/.vitepress/theme/themes/index.ts new file mode 100644 index 000000000..3fa0d637f --- /dev/null +++ b/docs/.vitepress/theme/themes/index.ts @@ -0,0 +1,19 @@ +/** + * Copyright (c) 2025 taskylizard. Apache License 2.0. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +export * from './types' +export * from './themeHandler' +export * from './configs' diff --git a/docs/.vitepress/theme/themes/themeHandler.ts b/docs/.vitepress/theme/themes/themeHandler.ts new file mode 100644 index 000000000..f86b42094 --- /dev/null +++ b/docs/.vitepress/theme/themes/themeHandler.ts @@ -0,0 +1,395 @@ +/** + * Copyright (c) 2025 taskylizard. Apache License 2.0. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { ref, onMounted, computed } from 'vue' +import type { DisplayMode, ThemeState, Theme, ModeColors } from './types' +import { themeRegistry } from './configs' + +const STORAGE_KEY_THEME = 'vitepress-theme-name' +const STORAGE_KEY_MODE = 'vitepress-display-mode' +const STORAGE_KEY_AMOLED = 'vitepress-amoled-enabled' + +export class ThemeHandler { + private state = ref({ + currentTheme: 'christmas', + currentMode: 'light' as DisplayMode, + theme: themeRegistry.christmas + }) + private amoledEnabled = ref(false) + + constructor() { + this.initializeTheme() + } + + private initializeTheme() { + if (typeof window === 'undefined') return + + // Load saved preferences + const savedTheme = localStorage.getItem(STORAGE_KEY_THEME) || 'christmas' + const savedMode = localStorage.getItem(STORAGE_KEY_MODE) as DisplayMode | null + const savedAmoled = localStorage.getItem(STORAGE_KEY_AMOLED) === 'true' + + // Set theme + if (themeRegistry[savedTheme]) { + this.state.value.currentTheme = savedTheme + this.state.value.theme = themeRegistry[savedTheme] + } + + // Set amoled preference + this.amoledEnabled.value = savedAmoled + + // Set mode + if (savedMode) { + this.state.value.currentMode = savedMode + } else { + // Detect system preference for initial mode + const prefersDark = window.matchMedia('(prefers-color-scheme: dark)').matches + this.state.value.currentMode = prefersDark ? 'dark' : 'light' + } + + this.applyTheme() + + // Listen for system theme changes (only if user hasn't set a preference) + window.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', (e) => { + if (!localStorage.getItem(STORAGE_KEY_MODE)) { + this.state.value.currentMode = e.matches ? 'dark' : 'light' + this.applyTheme() + } + }) + } + + private applyTheme() { + if (typeof document === 'undefined') return + + const { currentMode, theme } = this.state.value + const modeColors = theme.modes[currentMode] + + this.applyDOMClasses(currentMode) + this.applyCSSVariables(modeColors, theme) + } + + private applyDOMClasses(mode: DisplayMode) { + const root = document.documentElement + + // Remove all mode classes + root.classList.remove('dark', 'light', 'amoled') + + // Add current mode class + root.classList.add(mode) + + // Add amoled class if enabled in dark mode + if (mode === 'dark' && this.amoledEnabled.value) { + root.classList.add('amoled') + } + + // Add dark class for backward compatibility with VitePress + if (mode === 'dark') { + root.classList.add('dark') + } + } + + private applyCSSVariables(colors: ModeColors, theme: Theme) { + if (typeof document === 'undefined') return + + const root = document.documentElement + + // Clear ALL inline styles related to theming to ensure clean slate + const allStyleProps = Array.from(root.style) + allStyleProps.forEach(prop => { + if (prop.startsWith('--vp-')) { + root.style.removeProperty(prop) + } + }) + let bgColor = colors.bg + let bgAltColor = colors.bgAlt + let bgElvColor = colors.bgElv + + if (this.state.value.currentMode === 'dark' && this.amoledEnabled.value) { + bgColor = '#000000' + bgAltColor = '#000000' + bgElvColor = 'rgba(0, 0, 0, 0.9)' + } + + // Apply brand colors only if theme specifies them + // Otherwise, remove inline styles to let ColorPicker CSS take effect + if (colors.brand && (colors.brand[1] || colors.brand[2] || colors.brand[3] || colors.brand.soft)) { + if (colors.brand[1]) root.style.setProperty('--vp-c-brand-1', colors.brand[1]) + if (colors.brand[2]) root.style.setProperty('--vp-c-brand-2', colors.brand[2]) + if (colors.brand[3]) root.style.setProperty('--vp-c-brand-3', colors.brand[3]) + if (colors.brand.soft) root.style.setProperty('--vp-c-brand-soft', colors.brand.soft) + } else { + // Remove inline brand color styles so ColorPicker CSS can apply + root.style.removeProperty('--vp-c-brand-1') + root.style.removeProperty('--vp-c-brand-2') + root.style.removeProperty('--vp-c-brand-3') + root.style.removeProperty('--vp-c-brand-soft') + } + + // Apply background colors + root.style.setProperty('--vp-c-bg', bgColor) + root.style.setProperty('--vp-c-bg-alt', bgAltColor) + root.style.setProperty('--vp-c-bg-elv', bgElvColor) + if (colors.bgMark) { + root.style.setProperty('--vp-c-bg-mark', colors.bgMark) + } + + // Apply text colors - always set them to ensure proper theme switching + if (colors.text) { + if (colors.text[1]) root.style.setProperty('--vp-c-text-1', colors.text[1]) + if (colors.text[2]) root.style.setProperty('--vp-c-text-2', colors.text[2]) + if (colors.text[3]) root.style.setProperty('--vp-c-text-3', colors.text[3]) + } else { + // Remove inline styles if theme doesn't specify text colors + // This allows CSS variables from style.scss to take effect + root.style.removeProperty('--vp-c-text-1') + root.style.removeProperty('--vp-c-text-2') + root.style.removeProperty('--vp-c-text-3') + } + + // Debug: log applied text color variables so we can inspect in console + try { + // eslint-disable-next-line no-console + console.log('[ThemeHandler] applied text vars', { + theme: theme.name, + mode: this.state.value.currentMode, + vp_text_1: root.style.getPropertyValue('--vp-c-text-1'), + vp_text_2: root.style.getPropertyValue('--vp-c-text-2'), + vp_text_3: root.style.getPropertyValue('--vp-c-text-3') + }) + } catch (e) { + // ignore + } + + // Apply button colors + root.style.setProperty('--vp-button-brand-bg', colors.button.brand.bg) + root.style.setProperty('--vp-button-brand-border', colors.button.brand.border) + root.style.setProperty('--vp-button-brand-text', colors.button.brand.text) + root.style.setProperty('--vp-button-brand-hover-border', colors.button.brand.hoverBorder) + root.style.setProperty('--vp-button-brand-hover-text', colors.button.brand.hoverText) + root.style.setProperty('--vp-button-brand-hover-bg', colors.button.brand.hoverBg) + root.style.setProperty('--vp-button-brand-active-border', colors.button.brand.activeBorder) + root.style.setProperty('--vp-button-brand-active-text', colors.button.brand.activeText) + root.style.setProperty('--vp-button-brand-active-bg', colors.button.brand.activeBg) + root.style.setProperty('--vp-button-alt-bg', colors.button.alt.bg) + root.style.setProperty('--vp-button-alt-text', colors.button.alt.text) + root.style.setProperty('--vp-button-alt-hover-bg', colors.button.alt.hoverBg) + root.style.setProperty('--vp-button-alt-hover-text', colors.button.alt.hoverText) + + // Apply custom block colors + const blocks = ['info', 'tip', 'warning', 'danger'] as const + blocks.forEach((block) => { + const blockColors = colors.customBlock[block] + root.style.setProperty(`--vp-custom-block-${block}-bg`, blockColors.bg) + root.style.setProperty(`--vp-custom-block-${block}-border`, blockColors.border) + root.style.setProperty(`--vp-custom-block-${block}-text`, blockColors.text) + root.style.setProperty(`--vp-custom-block-${block}-text-deep`, blockColors.textDeep) + }) + + // Apply selection color + root.style.setProperty('--vp-c-selection-bg', colors.selection.bg) + + // Apply home hero colors (if defined) + if (colors.home) { + root.style.setProperty('--vp-home-hero-name-color', colors.home.heroNameColor) + root.style.setProperty('--vp-home-hero-name-background', colors.home.heroNameBackground) + root.style.setProperty('--vp-home-hero-image-background-image', colors.home.heroImageBackground) + root.style.setProperty('--vp-home-hero-image-filter', colors.home.heroImageFilter) + } else { + // Remove home hero color styles if theme doesn't specify them + root.style.removeProperty('--vp-home-hero-name-color') + root.style.removeProperty('--vp-home-hero-name-background') + root.style.removeProperty('--vp-home-hero-image-background-image') + root.style.removeProperty('--vp-home-hero-image-filter') + } + + // Apply fonts (if defined) + if (theme.fonts?.body) { + root.style.setProperty('--vp-font-family-base', theme.fonts.body) + } else { + root.style.removeProperty('--vp-font-family-base') + } + if (theme.fonts?.heading) { + root.style.setProperty('--vp-font-family-heading', theme.fonts.heading) + } else { + root.style.removeProperty('--vp-font-family-heading') + } + + // Apply border radius (if defined) + if (theme.borderRadius) { + root.style.setProperty('--vp-border-radius', theme.borderRadius) + } else { + root.style.removeProperty('--vp-border-radius') + } + + // Apply spacing (if defined) + if (theme.spacing) { + if (theme.spacing.small) root.style.setProperty('--vp-spacing-small', theme.spacing.small) + else root.style.removeProperty('--vp-spacing-small') + if (theme.spacing.medium) root.style.setProperty('--vp-spacing-medium', theme.spacing.medium) + else root.style.removeProperty('--vp-spacing-medium') + if (theme.spacing.large) root.style.setProperty('--vp-spacing-large', theme.spacing.large) + else root.style.removeProperty('--vp-spacing-large') + } else { + root.style.removeProperty('--vp-spacing-small') + root.style.removeProperty('--vp-spacing-medium') + root.style.removeProperty('--vp-spacing-large') + } + + // Apply custom properties (if defined) + if (theme.customProperties) { + Object.entries(theme.customProperties).forEach(([key, value]) => { + root.style.setProperty(key, value) + }) + } + + // Apply custom logo (if defined) + if (theme.logo) { + root.style.setProperty('--vp-theme-logo', `url(${theme.logo})`) + } else { + root.style.removeProperty('--vp-theme-logo') + } + } + + public setTheme(themeName: string) { + if (!themeRegistry[themeName]) { + console.warn(`Theme "${themeName}" not found. Using christmas theme.`) + themeName = 'christmas' + } + + this.state.value.currentTheme = themeName + this.state.value.theme = themeRegistry[themeName] + localStorage.setItem(STORAGE_KEY_THEME, themeName) + this.applyTheme() + + // Force re-apply ColorPicker colors if theme doesn't specify brand colors + this.ensureColorPickerColors() + } + + public setMode(mode: DisplayMode) { + this.state.value.currentMode = mode + localStorage.setItem(STORAGE_KEY_MODE, mode) + this.applyTheme() + } + + public toggleMode() { + const currentMode = this.state.value.currentMode + + // Toggle between light and dark + const newMode: DisplayMode = currentMode === 'light' ? 'dark' : 'light' + + this.setMode(newMode) + } + + public setAmoledEnabled(enabled: boolean) { + this.amoledEnabled.value = enabled + localStorage.setItem(STORAGE_KEY_AMOLED, enabled.toString()) + this.applyTheme() + } + + public getAmoledEnabled() { + return this.amoledEnabled.value + } + + public toggleAmoled() { + this.setAmoledEnabled(!this.amoledEnabled.value) + } + + public getAmoledEnabledRef() { + return this.amoledEnabled + } + + private ensureColorPickerColors() { + // If theme doesn't specify brand colors, force ColorPicker to reapply its selection + const currentMode = this.state.value.currentMode + const modeColors = this.state.value.theme.modes[currentMode] + + if (!modeColors.brand || !modeColors.brand[1]) { + // Trigger a custom event that ColorPicker can listen to + if (typeof window !== 'undefined') { + window.dispatchEvent(new CustomEvent('theme-changed-apply-colors')) + } + } + } + + public getState() { + return this.state + } + + public getMode() { + return this.state.value.currentMode + } + + public getTheme() { + return this.state.value.currentTheme + } + + public getCurrentTheme() { + return this.state.value.theme + } + + public getAvailableThemes() { + return Object.keys(themeRegistry).map(key => ({ + name: key, + displayName: themeRegistry[key].displayName + })) + } + + public isDarkMode() { + const mode = this.state.value.currentMode + return mode === 'dark' + } + + public isAmoledMode() { + return this.state.value.currentMode === 'dark' && this.amoledEnabled.value + } +} + +// Global theme handler instance +let themeHandlerInstance: ThemeHandler | null = null + +export function useThemeHandler() { + if (!themeHandlerInstance) { + themeHandlerInstance = new ThemeHandler() + } + return themeHandlerInstance +} + +// Composable for use in Vue components +export function useTheme() { + const handler = useThemeHandler() + const state = handler.getState() + + onMounted(() => { + // Ensure theme is applied on mount + handler.setMode(handler.getMode()) + }) + + return { + mode: computed(() => state.value.currentMode), + themeName: computed(() => state.value.currentTheme), + theme: computed(() => state.value.theme), + setMode: (mode: DisplayMode) => handler.setMode(mode), + setTheme: (themeName: string) => handler.setTheme(themeName), + toggleMode: () => handler.toggleMode(), + getAvailableThemes: () => handler.getAvailableThemes(), + isDarkMode: () => handler.isDarkMode(), + isAmoledMode: () => handler.isAmoledMode(), + amoledEnabled: handler.getAmoledEnabledRef(), + setAmoledEnabled: (enabled: boolean) => handler.setAmoledEnabled(enabled), + toggleAmoled: () => handler.toggleAmoled(), + state + } +} \ No newline at end of file diff --git a/docs/.vitepress/theme/themes/types.ts b/docs/.vitepress/theme/themes/types.ts new file mode 100644 index 000000000..cc997412c --- /dev/null +++ b/docs/.vitepress/theme/themes/types.ts @@ -0,0 +1,134 @@ +/** + * Copyright (c) 2025 taskylizard. Apache License 2.0. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +export type DisplayMode = 'light' | 'dark' + +export interface ModeColors { + // Brand colors (optional - if not specified, ColorPicker values are used) + brand?: { + 1?: string + 2?: string + 3?: string + soft?: string + } + + // Background colors + bg: string + bgAlt: string + bgElv: string + bgMark?: string + + // Text colors (optional - if not specified, VitePress defaults are used) + text?: { + 1?: string + 2?: string + 3?: string + } + + // Button colors + button: { + brand: { + bg: string + border: string + text: string + hoverBorder: string + hoverText: string + hoverBg: string + activeBorder: string + activeText: string + activeBg: string + } + alt: { + bg: string + text: string + hoverBg: string + hoverText: string + } + } + + // Custom blocks + customBlock: { + info: { + bg: string + border: string + text: string + textDeep: string + } + tip: { + bg: string + border: string + text: string + textDeep: string + } + warning: { + bg: string + border: string + text: string + textDeep: string + } + danger: { + bg: string + border: string + text: string + textDeep: string + } + } + + // Selection color + selection: { + bg: string + } + + // Home hero + home?: { + heroNameColor: string + heroNameBackground: string + heroImageBackground: string + heroImageFilter: string + } +} + +export interface Theme { + name: string + displayName: string + preview?: string // URL or path to theme preview image + logo?: string // URL or path to custom logo + modes: { + light: ModeColors + dark: ModeColors + } + fonts?: { + body?: string + heading?: string + } + borderRadius?: string + spacing?: { + small?: string + medium?: string + large?: string + } + customProperties?: Record +} + +export interface ThemeRegistry { + [themeName: string]: Theme +} + +export interface ThemeState { + currentTheme: string + currentMode: DisplayMode + theme: Theme +} diff --git a/docs/.vitepress/transformer/constants.ts b/docs/.vitepress/transformer/constants.ts index be96d350b..727a3144b 100644 --- a/docs/.vitepress/transformer/constants.ts +++ b/docs/.vitepress/transformer/constants.ts @@ -38,7 +38,7 @@ export const headers: Header = { }, 'beginners-guide.md': { title: 'Beginners Guide', - description: 'A Guide for Beginners to Piracy' + description: 'A Guide for Beginners + FAQs' }, 'downloading.md': { title: 'Downloading', diff --git a/docs/ai.md b/docs/ai.md index 5ddbfd6e9..46d5b89d4 100644 --- a/docs/ai.md +++ b/docs/ai.md @@ -6,69 +6,69 @@ # โ–บ AI Chatbots -* **Note** - It's **never** a good idea to upload anything personal or confidential to cloud-based AIs, as many of them use your prompts for collecting or training purposes. If you want privacy, its best to run LLMs locally. Remember to use [throwaway emails](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools/#wiki_.25B7_temp_mail) or [aliases](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools/#wiki_.25B7_email_aliasing) when signing up for online chatbots. +* **Note** - It's **never** a good idea to upload anything personal or confidential to cloud-based AIs, as many of them use your prompts for collecting or training purposes. If you want privacy, its best to run LLMs locally. If a site does not say that sign-up is required, then you can still use it without logging in, but you will have worse limits and fewer models. *** ## โ–ท Official Model Sites -* โญ **[AI Studio](https://aistudio.google.com/app/prompts/new_chat)** or [Gemini](https://gemini.google.com/) - Gemini 2.5 Pro / Flash / Google Chatbots / [CLI](https://github.com/google-gemini/gemini-cli) / [Subreddit](https://www.reddit.com/r/Bard/) / [Discord](https://discord.com/invite/gemini) -* โญ **[Microsoft Copilot](https://copilot.microsoft.com)** - GPT-5 / GPT-4o / o4-mini / [Reasoning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#better-reasoning) / [Discord](https://discord.com/invite/go-copilot) -* โญ **[โ Z.ai](https://chat.z.ai/)** - GLM 4.6 Chatbot / Unlimited / [Discord](https://discord.gg/QR7SARHRxK) -* โญ **[DeepSeek](https://chat.deepseek.com/)** - DeepSeek-V3.2-Exp / Unlimited / [Subreddit](https://www.reddit.com/r/DeepSeek/) / [Discord](https://discord.com/invite/Tc7c45Zzu5) / [GitHub](https://github.com/deepseek-ai) -* โญ **[Qwen](https://chat.qwen.ai/)** - Qwen3-235B-A22B-2507 / Qwen3-Max / [Discord](https://discord.com/invite/CV4E9rpNSD) / [GitHub](https://github.com/QwenLM) -* โญ **[Grok](https://grok.com/)** - Grok 4 Fast (80 daily) / Grok 4 (20 daily) / [Rate Display](https://greasyfork.org/en/scripts/533963) / [Subreddit](https://www.reddit.com/r/grok/) / [Discord](https://discord.com/invite/kqCc86jM55) -* โญ **[Kimi](https://www.kimi.com/)** - Kimi K2-0905 Chatbot / [Subreddit](https://www.reddit.com/r/kimi/) / [Discord](https://discord.gg/TYU2fdJykW) / [GitHub](https://github.com/MoonshotAI) -* [Claude](https://claude.ai/) - Claude 4.5 Sonnet / Phone # Required / [Usage Tracker](https://github.com/lugia19/Claude-Usage-Extension) / [Subreddit](https://www.reddit.com/r/ClaudeAI/) / [Discord](https://discord.com/invite/6PPFFzqPDZ) -* [ChatGPT](https://chatgpt.com/) - GPT-5 / GPT-5 mini Chatbot / [Limits](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#chatgpt-note) / [Reasoning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#better-reasoning) / [r/OpenAI](https://www.reddit.com/r/OpenAI/) / [r/ChatGPT](https://www.reddit.com/r/ChatGPT/) / [Discord](https://discord.com/invite/openai) -* [โ Ernie](https://ernie.baidu.com/) - ERNIE X1.1 / Baidu's Chatbot / [4.5 Demo](https://huggingface.co/spaces/baidu/ernie_4.5_turbo_demo) / [x1 Demo](https://huggingface.co/spaces/baidu/ernie_x1_turbo_demo) / [Discord](https://discord.gg/3Wb36Zp7) -* [โ LongCat](https://longcat.chat/) - LongCat-Flash-Chat / Unlimited / Sign-Up Required -* [MiniMax AI](https://chat.minimax.io/) - Minimax-M1 / [Discord](https://discord.com/invite/hailuoai) / [GitHub](https://github.com/MiniMax-AI/MiniMax-M1) -* [โ Cohere](https://dashboard.cohere.com/playground/chat) - Command-A-Reasoning-08-2025 / 1000 Monthly / Sign-Up Required +* โญ **[AI Studio](https://aistudio.google.com/app/prompts/new_chat)** - Gemini 3 Pro / 100 Daily / Sign-Up Required / [Subreddit](https://www.reddit.com/r/Bard/) / [Discord](https://discord.com/invite/gemini) +* โญ **[Microsoft Copilot](https://copilot.microsoft.com)** - GPT-5 / Unlimited / [Reasoning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#better-reasoning) / [Discord](https://discord.com/invite/go-copilot) +* โญ **[Kimi](https://www.kimi.com/)** - Kimi K2 (Thinking) / Slides / Sign-Up Required / [Subreddit](https://www.reddit.com/r/kimi/) / [Discord](https://discord.gg/TYU2fdJykW) / [GitHub](https://github.com/MoonshotAI) +* โญ **[Qwen](https://chat.qwen.ai/)** - Qwen3-Max / Unlimited / [Subreddit](https://www.reddit.com/r/Qwen_AI/) / [Discord](https://discord.com/invite/CV4E9rpNSD) / [GitHub](https://github.com/QwenLM) +* โญ **[Grok](https://grok.com/)** - Grok 4 + Grok 3 Fast (96 daily) / Grok 4.1 (24 daily) / [Rate Display](https://greasyfork.org/en/scripts/558017) / [Subreddit](https://www.reddit.com/r/grok/) / [Discord](https://discord.com/invite/kqCc86jM55) +* โญ **[โ Z.ai](https://chat.z.ai/)** - GLM 4.6 / Slides / Unlimited / [Discord](https://discord.gg/QR7SARHRxK) +* โญ **[DeepSeek](https://chat.deepseek.com/)** - DeepSeek-V3.2 / Sign-Up Required / Unlimited / [Subreddit](https://www.reddit.com/r/DeepSeek/) / [Discord](https://discord.com/invite/Tc7c45Zzu5) / [GitHub](https://github.com/deepseek-ai) +* [Claude](https://claude.ai/) - Claude 4.5 Sonnet / Sign-Up with Phone # Required / [Usage Tracker](https://github.com/lugia19/Claude-Usage-Extension) / [Subreddit](https://www.reddit.com/r/ClaudeAI/) / [Discord](https://discord.com/invite/6PPFFzqPDZ) +* [Gemini](https://gemini.google.com/) - Gemini 3 Pro (5 per day) / 2.5 Flash (Unlimited) / [Limits](https://support.google.com/gemini/answer/16275805) / [Subreddit](https://www.reddit.com/r/Bard/) / [Discord](https://discord.com/invite/gemini) +* [ChatGPT](https://chatgpt.com/) - GPT-5.1 / [Limits](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#chatgpt-limits) / [r/OpenAI](https://www.reddit.com/r/OpenAI/) / [r/ChatGPT](https://www.reddit.com/r/ChatGPT/) / [Discord](https://discord.com/invite/openai) +* [โ Ernie](https://ernie.baidu.com/) - ERNIE X1.1 / [4.5 Demo](https://huggingface.co/spaces/baidu/ernie_4.5_turbo_demo) / [x1 Demo](https://huggingface.co/spaces/baidu/ernie_x1_turbo_demo) +* [Mistral](https://chat.mistral.ai) - Magistral Medium / Privacy-Focused / [Subreddit](https://www.reddit.com/r/MistralAI/) / [Discord](https://discord.gg/mistralai) +* [โ LongCat](https://longcat.chat/) - LongCat-Flash-Chat / Unlimited / [X](https://x.com/Meituan_LongCat) +* [MiniMax AI](https://agent.minimax.io/) - MiniMax-M2 / [Discord](https://discord.com/invite/hailuoai) / [GitHub](https://github.com/MiniMax-AI/MiniMax-M1) +* [โ Cohere](https://dashboard.cohere.com/playground/chat) - Command-A-Reasoning / 1000 Monthly / Sign-Up Required / [Discord](https://discord.com/invite/co-mmunity) * [โ Solar](https://console.upstage.ai/playground/chat) - Solar Pro 2 Model / No Sign-Up / [Discord](https://discord.com/invite/Cge9FYjV4h) -* [โ StepFun](https://stepfun.ai/) - Step 3 / DeepSeek R1 Chatbot +* [โ StepFun](https://stepfun.ai/) - Step 3 / DeepSeek R1 / Sign-Up Required * [โ dots-demo](https://huggingface.co/spaces/rednote-hilab/dots-demo) - Dots Chatbot / No Sign-Up -* [Apertus](https://chat.publicai.co/) - Apertus 70B / Sign-up Required -* [Mistral](https://chat.mistral.ai) - Magistral Medium / Privacy-Focused / [Discord](https://discord.gg/mistralai) -* [Reka](https://www.reka.ai/) - Reka Flash 3.1 / Reka's Chatbot / [Discord](https://discord.gg/jtjNSD52mf) -* [โ K2Think](https://www.k2think.ai/) - LLM360 / MBZUAI Chatbot (not Kimi) / Sign-up Required -* [โ Ai2 Playground](https://playground.allenai.org/) - OLMo 2 Chatbot / No Sign-Up / [Discord](https://discord.gg/NE5xPufNwu) +* [Apertus](https://publicai.co/chat), [2](https://chat.publicai.co/) - Apertus 70B +* [Reka](https://www.reka.ai/) - Reka Flash 3.1 / [Discord](https://discord.gg/jtjNSD52mf) +* [โ K2Think](https://www.k2think.ai/) - LLM360 / MBZUAI (not Kimi) / Sign-Up Required +* [โ Ai2 Playground](https://playground.allenai.org/) - Olmo3 32B / No Sign-Up / [Discord](https://discord.gg/NE5xPufNwu) *** ## โ–ท Multiple Model Sites * ๐ŸŒ **[Free LLM API Resources](https://github.com/cheahjs/free-llm-api-resources)** - Chatbot Resources / Mirrors -* โญ **[LMArena](https://lmarena.ai/?mode=direct)** - Multiple Chatbots / No Sign-Up / [Limits](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#lmarena-note) / [X](https://x.com/lmarena_ai) / [Discord](https://discord.com/invite/lmarena) / [GitHub](https://github.com/lm-sys/FastChat) -* [Yupp.ai](https://yupp.ai/) - o3 Pro / Claude 4.1 Opus / Grok 4 / Gemini 2.5 Pro / DeepSeek V3.1 / Google Login Require -* [โ ISH](https://ish.junioralive.in/) - GPT-5 / Grok 4 / Kimi K2 / Multiple Chatbots / [Discord](https://discord.gg/cwDTVKyKJz) -* [DuckDuckGo AI](https://duck.ai/) - Multiple Chatbots / GPT-5 mini / No Sign-Up -* [Genspark](https://www.genspark.ai/) - GPT-5-high / Gemini 2.5 Pro / Grok 4 / [Discord](https://discord.com/invite/CsAQ6F4MPy) -* [โ Together.ai](https://chat.together.ai/) - DeepSeek V3.1 / Qwen 3 235B-2507 / Up-To 110 Daily -* [Groq](https://groq.com/) - Kimi K2-0905 / GPT-OSS 120B / [Discord](https://discord.gg/invite/groq) -* [โ Gradient](https://chat.gradient.network/) - GPT-OSS-120B / Qwen3-235B-A22B / No Sign-Up -* [Scira](https://scira.ai/) - Grok 3 mini / AI Search Engine / No Sign-Up / [GitHub](https://github.com/zaidmukaddam/scira) -* [NVIDIA NIM](https://build.nvidia.com/) - DeepSeek V3.1 / Kimi K2 / Multiple Chatbots / No Sign-Up +* โญ **[LMArena](https://lmarena.ai/?mode=direct)** - Multiple Chatbots / No Sign-Up / Reset Limits w/ Temp Mail / [X](https://x.com/arena) / [Discord](https://discord.com/invite/lmarena) +* [Yupp.ai](https://yupp.ai/) - Gemini 3 Pro / GPT-5.1-high / Grok 4.1 / Qwen 3 Max / Google Login / [Discord](https://discord.com/invite/yuppai) +* [โ ISH](https://ish.chat/) - GPT-5 / Grok 4.1 / Kimi K2 / Multiple Chatbots / No Sign-Up / [Discord](https://discord.gg/cwDTVKyKJz) +* [HiveChat](https://oi.wr.do/) - Kimi K2 / DeepSeek R1-0528 / Multiple Chatbots / Sign-Up Required / [Discord](https://discord.gg/AYFPHvv2jT) / [GitHub](https://github.com/lobehub/lobe-chat) +* [โ Together.ai](https://chat.together.ai/) - DeepSeek V3.1 / Qwen 3 235B-2507 / Up-To 110 Daily / [Discord](https://discord.gg/9Rk6sSeWEG) +* [Duck AI](https://duck.ai/) - GPT-5 mini / Multiple Chatbots / No Sign-Up +* [Groq](https://groq.com/) - Kimi K2-0905 / GPT-OSS 120B / Sign-Up Required / [Discord](https://discord.com/invite/e6cj7aA4Ts) * [AI Assistant](https://aiassistantbot.pages.dev/) - Deepseek-R1 / Qwen QwQ-32B / Multiple Chatbots / No Sign-Up -* [FreePass](https://freepass.ai/) - Gemini 2.5 Pro / GPT-5-chat -* [HiveChat](https://ai.wr.do/chat) - Kimi K2 / DeepSeek R1-0528 / Multiple Chatbots / [Discord](https://discord.gg/AYFPHvv2jT) / [GitHub](https://github.com/lobehub/lobe-chat) +* [Scira](https://scira.ai/) - Grok 4 / Qwen 3 / AI Search Engine / No Sign-Up / [GitHub](https://github.com/zaidmukaddam/scira) +* [NVIDIA NIM](https://build.nvidia.com/) - DeepSeek V3.1 / Kimi K2 / Multiple Chatbots / No Sign-Up +* [FreePass](https://freepass.ai/) - Gemini 2.5 Pro/ GPT-5-chat / No Sign-Up / [Telegram](https://t.me/freepass_ai) +* [Genspark](https://www.genspark.ai/) - GPT-5-high / Gemini 3 Pro / Grok 4.1 / Sign-Up Required / [Discord](https://discord.com/invite/CsAQ6F4MPy) *** ## โ–ท Specialized Chatbots * ๐ŸŒ **[Awesome AI Web Search](https://github.com/felladrin/awesome-ai-web-search), [2](https://huggingface.co/spaces/Felladrin/awesome-ai-web-search)** - AI Search Engine Index -* โญ **[LMArena](https://lmarena.ai/?mode=direct&chat-modality=search)** - AI Search Engine / No Sign-Up / [Limits](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#lmarena-note) / [X](https://x.com/lmarena_ai) / [Discord](https://discord.com/invite/lmarena) / [GitHub](https://github.com/lm-sys/FastChat) +* โญ **[LMArena](https://lmarena.ai/?mode=direct&chat-modality=search)** - AI Search Engine / No Sign-Up / Reset Limits w/ Temp Mail / [X](https://x.com/arena) / [Discord](https://discord.com/invite/lmarena) * โญ **[Perplexity](https://www.perplexity.ai/)** - AI Search Engine / [Enhancements](https://www.cplx.app/) / [Discord](https://discord.com/invite/perplexity-ai) +* โญ **[NotebookLM](https://notebooklm.google/)** - Document Chatbot / Note-Taking / [X](https://x.com/NotebookLM) / [Subreddit](https://www.reddit.com/r/notebooklm/) / [Discord](https://discord.com/invite/notebooklm) * [Google AI Mode](https://google.com/aimode), [2](https://www.google.com/search?udm=50) - AI Search Engine * [Perplexica](https://github.com/ItzCrazyKns/Perplexica) - FOSS AI Search Engine / Self-Hosted / [Discord](https://discord.gg/26aArMy8tT) * [Learn About](https://learning.google.com/experiments/learn-about) or [Learning Coach](https://gemini.google.com/gem/learning-coach) - Google's Educational Search AIs -* [SciSpace](https://scispace.com/) - Research Chatbot / No Sign-Up +* [SciSpace](https://scispace.com/) - Research Chatbot * [โ Bohrium](https://www.bohrium.com/) - Research Chatbot * [Scinito](https://ekb.scinito.ai/ai/chat) - Research Chatbot * [Elicit](https://elicit.com/) - Research Chatbot / [GitHub](https://github.com/elicit) * [PrivateGPT](https://privategpt.dev/) - Document Chatbot / Note-Taking / [Discord](https://discord.com/invite/bK6mRVpErU) / [GitHub](https://github.com/zylon-ai/private-gpt) -* [NotebookLM](https://notebooklm.google/) - Document Chatbot / Note-Taking / [X](https://x.com/NotebookLM) / [Subreddit](https://www.reddit.com/r/notebooklm/) / [Discord](https://discord.com/invite/notebooklm) * [Onyx](https://www.onyx.app/) - Document Chatbot / Note-Taking / [Discord](https://discord.com/invite/jDnRGhWhg4) / [GitHub](https://github.com/onyx-dot-app/onyx) * [DocsGPT](https://www.docsgpt.cloud/) - Document Chatbot / Note-Taking / [Discord](https://discord.com/invite/n5BX8dh8rU) / [GitHub](https://github.com/arc53/DocsGPT) * [Hyperspace](https://hyper.space/) - P2P AI Network / [GitHub](https://github.com/hyperspaceai) @@ -79,7 +79,7 @@ * โญ **[SillyTavern](https://docs.sillytavern.app/)** - Self-Hosted Interface / [Subreddit](https://www.reddit.com/r/SillyTavernAI/) / [Discord](https://discord.gg/sillytavern) / [GitHub](https://github.com/SillyTavern/SillyTavern) * โญ **[Open WebUI](https://openwebui.com/)** - Self-Hosted Interface / [Discord](https://discord.gg/5rJgQTnV4s) / [GitHub](https://github.com/open-webui/open-webui) -* [GPT4Free](https://github.com/xtekky/gpt4free) - Desktop App / [Telegram](https://telegram.me/g4f_channel) +* [GPT4Free](https://github.com/xtekky/gpt4free) - Desktop App / [Demo](https://g4f.dev/chat/pro.html), [2](https://g4f.dev/chat/) / [Telegram](https://telegram.me/g4f_channel) * [Msty](https://msty.app/) - Download & Run Models Locally / [Discord](https://discord.gg/2QBw6XxkCC) * [Cherry Studio](https://github.com/CherryHQ/cherry-studio) - Desktop App / [Discord](https://discord.gg/wez8HtpxqQ) * [LobeChat](https://lobechat.com/chat) - Desktop App / [Discord](https://discord.gg/AYFPHvv2jT) / [GitHub](https://github.com/lobehub/lobe-chat) @@ -107,66 +107,73 @@ * [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 / [Discord](https://discord.com/invite/myY5YDR8z8) / [GitHub](https://github.com/nomic-ai/gpt4all) * [llamafile](https://github.com/Mozilla-Ocho/llamafile) - Run LLM with Single Files / [Discord](https://discord.gg/YuMNeuKStr) +* [LLM-API-Key-Proxy](https://github.com/Mirrowel/LLM-API-Key-Proxy) - LLM API Key Proxy *** ## โ–ท Roleplaying Chatbots * ๐ŸŒ **[Sukino-Findings](https://rentry.org/Sukino-Findings)** - AI Roleplay Resources -* โญ **[PygmalionAI](https://pygmalion.chat/)** - Self-Hosted Roleplaying Models / [Resources](https://rentry.co/pygmalionlinks) / [Subreddit](https://www.reddit.com/r/PygmalionAI/) / [Discord](https://discord.com/invite/pygmalionai) / [GitHub](https://github.com/PygmalionAI) +* โญ **[PygmalionAI](https://pygmalion.chat/)** - Self-Hosted Roleplaying Models / [Resources](https://claraiscute.neocities.org/Guides/PygmalionLinks/), [2](https://claraiscute.pages.dev/Guides/PygmalionLinks/) / [Subreddit](https://www.reddit.com/r/PygmalionAI/) / [Discord](https://discord.com/invite/pygmalionai) / [GitHub](https://github.com/PygmalionAI) * โญ **[FlowGPT](https://flowgpt.com)** - Roleplaying Chatbots / Some NSFW / [Discord](https://discord.com/invite/tWZGzcpTkf) -* โญ **[Character.AI](https://character.ai/)** - Roleplaying Chatbots / [Extract](https://rentry.co/reverseCAI) / [Subreddit](https://www.reddit.com/r/CharacterAI/) / [Discord](https://discord.com/invite/characterai) -* โญ **[Bot Creation Guide](https://wikia.schneedc.com/bot-creation/intro)** - Character Creation Guide * โญ **[Chub](https://chub.ai/)** - Character Cards / Some NSFW / [Subreddit](https://www.reddit.com/r/Chub_AI/) / [Discord](https://discord.gg/chubai) / [GitHub](https://github.com/CharHubAI) -* [JanitorAI](https://janitorai.com/) - Roleplaying Chatbots / Some NSFW +* โญ **[Perchance](https://perchance.org/ai-character-chat)**, [2](https://perchance.org/amoled-chat) - Roleplaying / No Sign-Up / Unlimted / Allows Images / Some NSFW / [Subreddit](https://www.reddit.com/r/perchance/) / [Discord](https://discord.gg/43qAQEVV9a) * [Llama + SillyTavern](https://rentry.org/llama_v2_sillytavern) - Llama + SillyTavern Roleplaying Setup Guide / No Sign-Up * [KoboldAI](https://koboldai.com/) - GUI for Roleplaying Chatbots / No Sign-Up / [Discord](https://discord.com/invite/XuQWadgU9k) / [GitHub](https://github.com/henk717/KoboldAI) +* [Kajiwoto](https://kajiwoto.ai/), [Miku](https://docs.miku.gg/) (No Sign-Up) / [Discord](https://discord.gg/3XPdpUdGgV), [HammerAI](https://www.hammerai.com/desktop) or [Agnai](https://agnai.chat/) / [Discord](https://discord.com/invite/DAn38sA8Qj) - Chatbot Builders * [4thWall AI](https://beta.4wall.ai/) - Roleplaying Chatbots / [Subreddit](https://www.reddit.com/r/4WallAI/) / [Discord](https://discord.com/invite/4wallai) * [WyvernChat](https://app.wyvern.chat/) - Roleplaying Chatbots * [FictionLab](https://fictionlab.ai/) - Roleplaying / Story Chatbot / [Discord](https://discord.com/invite/SKcb2C7HjH) -* [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) * [AI Dungeon](https://aidungeon.com/) - Roleplaying / Story Chatbot / No Sign-Up / [Subreddit](https://www.reddit.com/r/AIDungeon/) / [Discord](https://discord.com/invite/HB2YBZYjyf) -* [Spellbound](https://www.tryspellbound.com/) - Roleplaying / Story Chatbot / No Sign-Up / [Discord](https://discord.com/invite/spellbound) -* [Kajiwoto](https://kajiwoto.ai/), [Miku](https://docs.miku.gg/) (No Sign-Up) / [Discord](https://discord.gg/3XPdpUdGgV) or [Agnai](https://agnai.chat/) / [Discord](https://discord.com/invite/DAn38sA8Qj) - Chatbot Builders -* [Crossing the Uncanny Valley](https://www.sesame.com/research/crossing_the_uncanny_valley_of_voice#demo) - Realistic AI Voice Chat -* [HammerAI](https://www.hammerai.com/desktop) - Self-Hosted Roleplaying Chatbots +* [Spellbound](https://www.tryspellbound.com/) - Roleplaying / Story Chatbot / No Sign-Up +* [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) +* [KoboldAI Lite](https://lite.koboldai.net/) - Roleplaying / No Sign-Up / Unlimited / Allows Images / Some NSFW / [Discord](https://discord.com/invite/XuQWadgU9k) +* [Crossing the Uncanny Valley](https://www.sesame.com/research/crossing_the_uncanny_valley_of_voice#demo) - Realistic AI Voice Chatlooks *** ## โ–ท Coding AIs +* **Note** - Keep in mind many coding AIs run in root, so its best to avoid giving them full drive / root access to avoid any sort of issues or accidental deletions. Remember to backup code first before running the AI or prompts, as they can sometimes break things. + +*** + * ๐ŸŒ **[Awesome AI Agents](https://github.com/e2b-dev/awesome-ai-agents)** - Coding / Programming AIs / [Discord](https://discord.gg/U7KEcGErtQ) * ๐ŸŒ **[Free LLM API Resources](https://github.com/cheahjs/free-llm-api-resources)** - LLM API Resources -* โ†ช๏ธ **[Coding AI Benchmarks](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai#wiki_.25B7_coding_ai_benchmarks)** -* โญ **[Windsurf](https://www.windsurf.com/)** - Coding AI / [Subreddit](https://www.reddit.com/r/windsurf/) / [Discord](https://discord.com/invite/3XFf78nAx5) -* โญ **[Pieces](https://pieces.app/)** - Multi-LLM Coding AI / GPT-4 / 4o for Free / [Discord](https://discord.gg/getpieces) +* โ†ช๏ธ **[Coding AI Benchmarks](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai#wiki_.25B7_coding_benchmarks)** +* [Gemini CLI](https://google-gemini.github.io/gemini-cli/) or [AIStudio](https://aistudio.google.com/app/apps) - Coding AI / [GitHub](https://github.com/google-gemini/gemini-cli) +* [GitHub Copilot](https://github.com/features/copilot) - Coding AI +* [โ Google Antigravity](https://antigravity.google/) - Coding AI / Gemini 3 / Opus 4.5 / Limits Reset Every 5 Hours * [Sourcery](https://sourcery.ai/) - Auto-Pull Request Reviews / [GitHub](https://github.com/sourcery-ai/sourcery) * [Devv](https://devv.ai/) - Coding Search Engine / [GitHub](https://github.com/devv-ai/devv) -* [Llama Coder](https://llamacoder.together.ai/) - Code Generator / No Sign-Up / [GitHub](https://github.com/Nutlope/llamacoder) * [โ Roo Code](https://roocode.com/) / [GitHub](https://github.com/RooCodeInc/Roo-Code) or [Cline](https://cline.bot/) / [Discord](https://discord.gg/cline) / [GitHub](https://github.com/cline/cline) - Coding AI -* [โ Qwen Code](https://github.com/QwenLM/qwen-code) - Coding AI +* [Code Web Chat](https://codeweb.chat/) - Coding AI / No Sign-Up / [GitHub](https://github.com/robertpiosik/CodeWebChat) / [Discord](https://discord.com/invite/KJySXsrSX5) / [Subreddit](https://www.reddit.com/r/codewebchat/) +* [Windsurf](https://www.windsurf.com/) - Coding AI / [Subreddit](https://www.reddit.com/r/windsurf/) / [Discord](https://discord.com/invite/3XFf78nAx5) +* [Pieces](https://pieces.app/) - Multi-LLM Coding AI / GPT-4 / 4o for Free +* [โ Qwen Code](https://github.com/QwenLM/qwen-code) - CLI Coding AI / [Docs](https://qwenlm.github.io/qwen-code-docs/en/) +* [Llama Coder](https://llamacoder.together.ai/) - Code Generator / No Sign-Up / [GitHub](https://github.com/Nutlope/llamacoder) * [imgcook](https://imgcook.com) - Coding AI / No Sign-Up / [GitHub](https://github.com/imgcook/imgcook) * [Supermaven](https://supermaven.com/) - Coding AI / No Sign-Up / [Discord](https://discord.com/invite/QQpqBmQH3w) * [OpenHands](https://www.all-hands.dev/) - Coding AI / [Discord](https://discord.gg/ESHStjSjD4) / [GitHub](https://github.com/All-Hands-AI/OpenHands) * [Continue](https://continue.dev/) - Coding AI / [Discord](https://discord.com/invite/EfJEfdFnDQ) / [GitHub](https://github.com/continuedev/continue) -* [GitHub Copilot](https://github.com/features/copilot) - Coding AI * [Cursor](https://rentry.co/FMHYB64#cursor) - Coding AI * [GitWit](https://gitwit.dev/) - Coding AI * [โ AnyCoder](https://huggingface.co/spaces/akhaliq/anycoder) - Coding AI -* [AI SDK](https://sdk.vercel.ai/) - Coding AI/ [GitHub](https://github.com/vercel/ai) +* [AI SDK](https://sdk.vercel.ai/) - Coding AI / [GitHub](https://github.com/vercel/ai) * [Qodo](https://www.qodo.ai/) - Coding AI -* [Blackbox](https://www.blackbox.ai/) - Coding AI / No Sign-Up +* [Blackbox](https://www.blackbox.ai/) - Coding AI * [โ Seron](https://www.seron.dev/) - Coding AI * [Denigma](https://denigma.app/) - Coding AI / No Sign-Up / [Discord](https://discord.gg/mZx4REBvKm) * [Aider](https://aider.chat/) - Terminal Coding AI / [Discord](https://discord.com/invite/Y7X7bhMQFV) / [GitHub](https://github.com/Aider-AI/aider) * [Codacy](https://www.codacy.com/) - Code Fixing AI / [GitHub](https://github.com/codacy) * [Open Interpreter](https://github.com/OpenInterpreter/open-interpreter) - Run Code Locally / No Sign-Up / [Discord](https://discord.gg/Hvz9Axh84z) * [โ Orchids](https://orchids.app/) - Text to Site Code -* [v0](https://v0.dev/) - Text to Site Code +* [v0](https://v0.app/) - Text to Site Code * [DeepSite](https://huggingface.co/spaces/enzostvs/deepsite) - Text to Site Code / [Limits](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#hugging-face-warning) * [Bolt.new](https://bolt.new/) - AI Web App Builder / [Discord](https://discord.com/invite/stackblitz) / [GitHub](https://github.com/stackblitz/bolt.new) * [Fragments](https://fragments.e2b.dev/) - AI App Builder / [Discord](https://discord.com/invite/U7KEcGErtQ) / [GitHub](https://github.com/e2b-dev) * [โ Rork](https://rork.com/) - AI App Builder [Code Export Bypass](https://greasyfork.org/en/scripts/538090) +* [โ Code2prompt](https://github.com/mufeedvh/code2prompt) - Convert Codebase into Single LLM Prompt *** @@ -201,12 +208,11 @@ * ๐ŸŒ **[L1B3RT4S](https://github.com/elder-plinius/L1B3RT4S)** - Jailbreak Prompts / [X](https://x.com/elder_plinius) / [Discord](https://discord.gg/basi) * โญ **[BlackFriday GPTs Prompts](https://github.com/friuns2/BlackFriday-GPTs-Prompts)** - Prompt Directory * โญ **[Leaked Prompts](https://github.com/linexjlin/GPTs)** - Prompt Directory -* โญ **[Prompt Engineering Guide](https://www.promptingguide.ai)** / [Discord](https://discord.gg/FUyz9vPAwf) / [GitHub](https://github.com/dair-ai/Prompt-Engineering-Guide), [Google Whitepaper](https://www.kaggle.com/whitepaper-prompt-engineering), [Prompt_Engineering](https://github.com/NirDiamant/Prompt_Engineering), [LearnPrompting](https://learnprompting.org/docs/introduction), [OpenAI Guide](https://platform.openai.com/docs/guides/prompt-engineering) or [Claude Guide](https://docs.anthropic.com/claude/docs/prompt-engineering) / [Discord](https://discord.com/invite/6PPFFzqPDZ) - Prompting Guides +* โญ **[Prompt Engineering Guide](https://www.promptingguide.ai)** / [Discord](https://discord.gg/FUyz9vPAwf) / [GitHub](https://github.com/dair-ai/Prompt-Engineering-Guide), [Google Whitepaper](https://www.kaggle.com/whitepaper-prompt-engineering), [Prompt_Engineering](https://github.com/NirDiamant/Prompt_Engineering), [LearnPrompting](https://learnprompting.org/docs/introduction), [OpenAI Guide](https://platform.openai.com/docs/guides/prompt-engineering) or [Claude Guide](https://docs.claude.com/en/docs/build-with-claude/prompt-engineering/overview) / [Discord](https://discord.com/invite/6PPFFzqPDZ) - 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 * [The Big Prompt Library](https://github.com/0xeb/TheBigPromptLibrary) - Prompt Directory * [Jailbreak Listings](https://rentry.org/jb-listing) - Prompt Directory / Jailbreaks -* [ChatGPT & Bing AI Prompts](https://github.com/yokoffing/ChatGPT-Prompts) - Prompt Directory * [promptfoo](https://www.promptfoo.dev/) - Prompt Playgrounds / [Discord](https://discord.gg/gHPS9jjfbs) / [GitHub](https://github.com/promptfoo/promptfoo) * [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 * [RedTeam Arena](https://redarena.ai/) - AI Jailbreak Game @@ -219,7 +225,7 @@ * โญ **[โ LLM Explorer](https://llm-explorer.com/)** or [LifeArchitect](https://lifearchitect.ai/models-table/) - LLM Databases / Indexes * โญ **[FutureTools](https://www.futuretools.io/?pricing-model=free)** - AI Directory / [Discord](https://discord.gg/WBk4ZDW6A9) * โญ **[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) or [WebSim](https://websim.com/) / [Subreddit](https://www.reddit.com/r/WebSim/) / [Discord](https://discord.gg/websim) - Simple AI Builders +* [Perchance](https://perchance.org/generators) / [Subreddit](https://www.reddit.com/r/perchance/) / [Discord](https://discord.gg/43qAQEVV9a) or [WebSim](https://websim.com/) / [Subreddit](https://www.reddit.com/r/WebSim/) / [Discord](https://discord.gg/websim) - Simple AI Builders * [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 @@ -230,56 +236,53 @@ *** -## โ–ท AI Benchmarks +# โ–บ AI Benchmarks -* โญ **[Artificial Analysis](https://artificialanalysis.ai/)** - Chatbot Benchmarks / [X](https://x.com/ArtificialAnlys) -* โญ **[LMArena](https://lmarena.ai/leaderboard)** - Chatbot Leaderboards / Benchmarks / [Discord](https://discord.com/invite/lmarena) / [GitHub](https://github.com/lm-sys/FastChat) +* โญ **[Artificial Analysis](https://artificialanalysis.ai/)** - Chatbot, Image, and Video Benchmarks / [X](https://x.com/ArtificialAnlys) +* โญ **[โ Kaggle Benchmarks](https://www.kaggle.com/benchmarks)** - Chatbot Leaderboards / Benchmarks +* โญ **[LMArena](https://lmarena.ai/leaderboard)** - Chatbot Leaderboards / Benchmarks / [X](https://x.com/arena) / [Discord](https://discord.com/invite/lmarena) +* [OpenRouter](https://openrouter.ai/rankings) - Chatbot Popularity Rankings / [Discord](https://discord.gg/fVyRaUDgxW) / [GitHub](https://github.com/OpenRouterTeam) * [SEAL LLM Leaderboards](https://scale.com/leaderboard) - Chatbot Leaderboards +* [Yupp Leaderboard](https://yupp.ai/leaderboard) - Chatbot Leaderboards / Benchmarks * [โ RankedAGI](https://rankedagi.com/) - Chatbot Leaderboards / Benchmarks -* [โ Kaggle Benchmarks](https://www.kaggle.com/benchmarks) - Chatbot Leaderboards / Benchmarks -* [WildBench](https://huggingface.co/spaces/allenai/WildBench) - Chatbot Benchmarks / [GitHub](https://github.com/allenai/WildBench) -* [Unified-Bench](https://docs.google.com/spreadsheets/d/1Dy64rbMzx5xqTLPsbTKhpUKQS0mvjns2nIS9BWvOCTU/) - Chatbot Benchmarks -* [Wolfram LLM Benchmarking Project](https://www.wolfram.com/llm-benchmarking-project/) - Chatbot Leaderboards / Benchmarks -* [ZeroEval](https://huggingface.co/spaces/allenai/ZeroEval) - Chatbot Leaderboard / [GitHub](https://github.com/WildEval/ZeroEval) * [LLM Stats](https://llm-stats.com/) - Chatbot Leaderboard * [OpenLM Arena](https://openlm.ai/chatbot-arena/) - Chatbot Leaderboard -* [OpenRouter](https://openrouter.ai/rankings) - Chatbot Popularity Rankings / [Discord](https://discord.gg/fVyRaUDgxW) / [GitHub](https://github.com/OpenRouterTeam) -* [Open VLM Leaderboard](https://huggingface.co/spaces/opencompass/open_vlm_leaderboard) - VLM Benchmark Leaderboard Aggregator +* [Wolfram LLM Benchmarking Project](https://www.wolfram.com/llm-benchmarking-project/) - Chatbot Leaderboards / Benchmarks + +*** + +## โ–ท Specialized Benchmarks + +* โญ **[Open VLM Leaderboard](https://huggingface.co/spaces/opencompass/open_vlm_leaderboard)** - VLM Benchmark Leaderboard Aggregator +* [โ Alpha Arena](https://nof1.ai/) - AI Investing Ability Benchmark +* [โ DesignArena](https://www.designarena.ai/) - AI Design Benchmarks * [โ EQ-Bench](https://eqbench.com/) - AI Emotional Intelligence Benchmarks / [GitHub](https://github.com/EQ-bench/eqbench3) * [MathArena](https://matharena.ai/) - AI Mathematics Competitions / Benchmarks * [โ Simple Bench](https://simple-bench.com/) - AI Human Reasoning Benchmarks * [AI Elo](https://aielo.co/) - AI Game Competitions / Benchmarks +* [โ VoxelBench](https://voxelbench.ai/) - Minecraft AI Generation Benchmark *** -## โ–ท Coding AI Benchmarks +## โ–ท Coding Benchmarks -* โญ **[EvalPlus Leaderboard](https://evalplus.github.io/leaderboard.html)** - Coding AI Leaderboard / Benchmarks / [GitHub](https://github.com/evalplus/evalplus) -* โญ **[LiveSWEBench](https://liveswebench.ai/)** - Software Engineering AI Leaderboard / Benchmarks +* โญ **[SWEBench](https://www.swebench.com/)** - Software Engineering AI Leaderboard / Benchmarks / [GitHub](https://github.com/princeton-nlp/SWE-bench) +* [Aider LLM Leaderboards](https://aider.chat/docs/leaderboards/) - Coding AI Leaderboard / Benchmarks * [โ AIBenchmarks](https://aibenchmarks.net/) - Coding AI Leaderboard / Benchmarks / [GitHub](https://github.com/panilya/awesome-ai-benchmarks) * [WebDev Arena](https://web.lmarena.ai/) - Coding AI Leaderboard / Benchmarks -* [โ LiveCodeBench](https://livecodebench.github.io/leaderboard.html) - Coding AI Leaderboard / Benchmarks -* [Aider LLM Leaderboards](https://aider.chat/docs/leaderboards/) - Coding AI Leaderboard / Benchmarks -* [Big Code Models Leaderboard](https://huggingface.co/spaces/bigcode/bigcode-models-leaderboard) - Coding AI Leaderboard / Benchmarks -* [SWEBench](https://www.swebench.com/) - Software Engineering AI Leaderboard / Benchmarks / [GitHub](https://github.com/princeton-nlp/SWE-bench) -* [multi-swe-bench](https://github.com/multi-swe-bench/multi-swe-bench) - Software Engineering AI Leaderboard / Benchmarks *** # โ–บ AI 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 Sign-Up -* [Scrip AI](https://scripai.com/) (No Sign-Up), [INK](https://app.inkforall.com/tools), [QuickPen AI](https://quickpenai.com/) - Online AI Text Tools +* [Scrip AI](https://scripai.com/) (No Sign-Up), [INK](https://app.inkforall.com/tools), [Toolbaz](https://toolbaz.com/) or [QuickPen AI](https://quickpenai.com/) - Online AI Text Tools * [Dreamily](https://dreamily.ai/) - Story Writing AI * [PerchanceStory](https://perchancestory.com/) - Story Writing AI * [Quarkle](https://quarkle.ai/) - AI Writing Assistant *** -## โ–ท [Text Rephrasing](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_text_rephrasing) - -*** - ## โ–ท [Grammar Check](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_grammar_check) *** @@ -287,19 +290,20 @@ # โ–บ Video Generation * ๐ŸŒ **[VBench](https://huggingface.co/spaces/Vchitect/VBench_Leaderboard)** - Video Generation Model Leaderboard -* [AI Studio](https://aistudio.google.com/generate-video) - Veo 2 / [Subreddit](https://www.reddit.com/r/Bard/) / [Discord](https://discord.com/invite/gemini) -* [Opal Veo 3](https://opal.withgoogle.com/?flow=drive:/16qMbrhlc7gjTfI1zpnKbyoBxEcDRi4om&shared&mode=app) - Veo 3 / Unlimited / US IP or VPN Required / Use Alt Account -* [Vidu](https://www.vidu.studio/) - 10 Monthly / [Discord](https://discord.gg/3pDU8fmQ8Y) -* [Genmo](https://www.genmo.ai/) - 30 Monthly / [GitHub](https://github.com/genmoai/mochi) -* [PixVerse](https://pixverse.ai/) - 2 Daily / [Discord](https://discord.com/invite/MXHErdJHMg) -* [Wan AI](https://wan.video/) or [โ Wan 2.1 Fast](https://huggingface.co/spaces/multimodalart/wan2-1-fast) / 10 Daily / Image to Video / [GitHub](https://github.com/Wan-Video/Wan2.1) -* [Dreamina](https://dreamina.capcut.com/ai-tool/home) - 150 Monthly +* โญ **[Grok Imagine](https://grok.com/imagine)** - 100 Daily / Imagine 0.9 / [Subreddit](https://www.reddit.com/r/grok/) / [Discord](https://discord.com/invite/kqCc86jM55) +* [Sora](https://openai.com/index/sora/) - 6 Daily / [Signup Guide](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#sora) / [Remove Watermarks](https://unmarkit.app/sora), [2](https://colab.research.google.com/drive/1Iqu4RZ9WAhcbO1Jn0wCkMOsw2l1p6z62) +* [Bing Create](https://www.bing.com/images/create) - Sora 1 / No Image Input * [Qwen](https://chat.qwen.ai/) - 10 Daily / [Discord](https://discord.com/invite/CV4E9rpNSD) / [GitHub](https://github.com/QwenLM) -* [Bing Create](https://www.bing.com/images/create) - Unlimited / Sora / No Image Input -* [โ FastVideo](https://fastwan.fastvideo.org/) - Unlimited / [GitHub](https://github.com/hao-ai-lab/FastVideo/) -* [Hailuo AI](https://hailuoai.video/) / [Discord](https://discord.com/invite/hvvt8hAye6) +* [PigenAI](https://pigenai.art/) - 10 Per Hour +* [Whisk](https://labs.google/fx/en/tools/whisk) - Veo 3 / 10 Monthly +* [โ Vheer](https://vheer.com/) - Unlimited / No Sign-Up +* [Dreamina](https://dreamina.capcut.com/ai-tool/home) - 2 Daily +* [Opal Veo 3](https://opal.withgoogle.com/?flow=drive:/16qMbrhlc7gjTfI1zpnKbyoBxEcDRi4om&shared&mode=app) - Veo 3 / Use Alt Account +* [PixVerse](https://pixverse.ai/) - 3 Daily / [Discord](https://discord.com/invite/MXHErdJHMg) +* [Genmo](https://www.genmo.ai/) - 30 Monthly / [GitHub](https://github.com/genmoai/mochi) +* [LMArena](https://discord.com/invite/lmarena) - 5 Daily / Random Models / Discord Only / Check #how-to-video-bot / End-Watermark * [Vivago](https://vivago.ai/) - 1 Daily -* [LMArena](https://discord.com/invite/lmarena) - 5 Daily / Discord Only / Check #How-To / End-Watermark / [GitHub](https://github.com/lm-sys/FastChat) +* [Wan AI](https://wan.video/) or [โ Wan 2.1 Fast](https://huggingface.co/spaces/multimodalart/wan2-1-fast) / 10 Daily / Image to Video / [GitHub](https://github.com/Wan-Video/Wan2.1) * [FramePack](https://github.com/colinurbs/FramePack-Studio) - Desktop App / Local Models / NVIDIA GPU Required * [Eggnog](https://www.eggnog.ai/) - AI Character Video Remixer + Editor @@ -307,35 +311,34 @@ # โ–บ Image Generation -* ๐ŸŒ **[โ Imgsys Rankings](https://imgsys.org/rankings)** - Image Generator Benchmarks / Leaderboards -* โญ **[AI Studio](https://aistudio.google.com/generate-image)**, [Gemini](https://gemini.google.com/), or [Whisk](https://labs.google/fx/en/tools/whisk) - nano-banana (editing) / Imagen 4 + Ultra / 100 per day (Gemini) / Region-Based / [Discord](https://discord.com/invite/gemini) -* โญ **[LMArena](https://lmarena.ai/?mode=direct&chat-modality=image)** - Multiple Generators / Editing / Google Login After 3 / [Discord](https://discord.com/invite/lmarena) / [GitHub](https://github.com/lm-sys/FastChat) -* โญ **[Qwen](https://chat.qwen.ai/)** / 30 Per 24 Hours / Editing / [Discord](https://discord.com/invite/CV4E9rpNSD) / [GitHub](https://github.com/QwenLM) -* โญ **[ImageFX](https://labs.google/fx/tools/image-fx)** - Imagen 3 / Unlimited / Region-Based / [Discord](https://discord.com/invite/googlelabs) -* โญ **[Grok](https://grok.com/)** / 20 Per 2 Hours / Editing / [Subreddit](https://www.reddit.com/r/grok/) / [Discord](https://discord.com/invite/kqCc86jM55) -* โญ **[Mage](https://www.mage.space/)** / Flux Schnell / [Discord](https://discord.com/invite/GT9bPgxyFP) -* โญ **[FLUX.1 Schnell](https://huggingface.co/spaces/black-forest-labs/FLUX.1-schnell)**, [โ FLUX.1-Kontext-Dev](https://huggingface.co/spaces/black-forest-labs/FLUX.1-Kontext-Dev) or [FLUX-Pro-Unlimited](https://huggingface.co/spaces/NihalGazi/FLUX-Pro-Unlimited) / [Limits](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#hugging-face-warning) / No Sign-Up / Editing (Kontext) -* [Yupp.ai](https://yupp.ai/) / Google Login Required -* [Perchance](https://perchance.org/ai-text-to-image-generator), [2](https://perchance.org/ai-photo-generator) / Unlimited / No Sign-Up -* [Dreamina](https://dreamina.capcut.com/ai-tool/home) / 60 Daily / Seedream 3.0 / 4 Gens Per Prompt -* [โ ISH](https://ish.junioralive.in/) / Unlimited / Flux Kontext (dev) / Editing / [Discord](https://discord.gg/cwDTVKyKJz) -* [imgsys](https://imgsys.org/) / Unlimited / Compare Generators / No Sign-Up -* [Art Genie](https://artgenie.pages.dev/) / Flux Schnell / Unlimited / No Sign-Up -* [Bing Create](https://www.bing.com/images/create) - Unlimited / GPT-4o / No Image Input -* [Genspark](https://www.genspark.ai/) / Unlimited / Flux Schnell / [Discord](https://discord.com/invite/CsAQ6F4MPy) -* [โ Text2Image](https://taterai.github.io/Text2Image-Generator.html) / Unlimited / Flux Schnell -* [Loras](https://www.loras.dev/) / Flux Schnell / Unlimited / [GitHub](https://github.com/Nutlope/loras-dev) -* [AIGazou](https://muryou-aigazou.com/) / Unlimited / 10 GPT Image 1 or Seedream 3.0 Daily / [Discord](https://discord.gg/v6KzUbPeKh) -* [Recraft](https://www.recraft.ai/) / 30 Daily / [Discord](https://discord.gg/recraft) -* [Reve Image](https://preview.reve.art/) / 20 Daily / Editing -* [โ Coze](https://space.coze.cn/) / Seadream 4.0 / SoTA Image Gen / 50 Daily / US Select CA -* [โ ZonerAI](https://zonerai.com/) / Unlimited / Editing -* [โ Ernie](https://ernie.baidu.com/) / Unlimited / Editing -* [โ Remade AI](https://app.remade.ai/) - 40 GPT-Image-1 / 40 Imagen 4 / 80 Flux Kontext / Editing -* [AI Gallery](https://aigallery.app/) / Unlimited / No Sign-Up +* ๐ŸŒ **[LMArena Text to Image](https://lmarena.ai/leaderboard/text-to-image)** or **[LMArena Editing](https://lmarena.ai/leaderboard/image-edit)** - Image Generator Benchmarks / Leaderboards +* โญ **[Gemini](https://gemini.google.com/)** - Nano Banana (100 per day) / Nano Banana Pro (3 per day) / Sign-Up Required / Region-Based / [Discord](https://discord.com/invite/gemini) +* โญ **[AI Studio](https://aistudio.google.com/generate-image)** or [Whisk](https://labs.google/fx/en/tools/whisk) - Imagen 4 + Ultra / Nano Banana / Sign-Up Required / [Discord](https://discord.com/invite/gemini) +* โญ **[Bing Create](https://www.bing.com/images/create)** - Unlimited / GPT-4o / MAI-Image-1 / Editing / Sign-Up Required +* โญ **[LMArena](https://lmarena.ai/?mode=direct&chat-modality=image)** - Nano Banana Pro / Multiple Generators / Editing / Reset Limits w/ Temp Mail / [X](https://x.com/arena) / [Discord](https://discord.com/invite/lmarena) +* โญ **[Dreamina](https://dreamina.capcut.com/ai-tool/home)** - 15 Prompts Daily / Seedream 4.0 / Sign-Up Required +* โญ **[โ Hunyuan Image Generation](https://hunyuan.tencent.com/image/en)** - Hunyuan Image 3.0 / Unlimited +* [Grok](https://grok.com/) - 96 Daily / Editing / Sign-Up Required / [Subreddit](https://www.reddit.com/r/grok/) / [Discord](https://discord.com/invite/kqCc86jM55) +* [Qwen](https://chat.qwen.ai/) - 30 Per 24 Hours / Editing / Sign-Up Required / [Discord](https://discord.com/invite/CV4E9rpNSD) / [GitHub](https://github.com/QwenLM) +* [Yupp.ai](https://yupp.ai/) - Nano Banana Pro / GPT Image 1 / Seedream 4 / Qwen-Image / Google Login / [Discord](https://discord.com/invite/yuppai) +* [โ ISH](https://ish.chat/) - Unlimited / GPT Image 1 mini / Flux Kontext (dev) / Editing / No Sign-Up /[Discord](https://discord.gg/cwDTVKyKJz) +* [PrisimAI](https://prisimai.github.io/PrisimAI/) - Seadream 4 / Nano Banana Pro / GPT Image-1 Mini +* [โ Image-Editor](https://image-editor.org/) - Unlimited / Editing / Nano Banana +* [Recraft](https://www.recraft.ai/) - 30 Daily / Sign-Up Required / [Discord](https://discord.gg/recraft) +* [PigenAI](https://pigenai.art/) - Unlimited / Imagen 4 / Qwen +* [โ Ernie](https://ernie.baidu.com/) - Unlimited / Editing / Sign-Up Required +* [โ ZonerAI](https://zonerai.com/) - Unlimited / Editing +* [Perchance](https://perchance.org/ai-photo-generator), [2](https://perchance.org/ai-text-to-image-generator) - Chroma / Unlimited / No Sign-Up / [Subreddit](https://www.reddit.com/r/perchance/) / [Discord](https://discord.gg/43qAQEVV9a) +* [ImageFX](https://labs.google/fx/tools/image-fx) - Imagen 4 / Unlimited / Region-Based / Sign-Up Required / [Discord](https://discord.com/invite/googlelabs) +* [โ Vheer](https://vheer.com/) - Unlimited / Flux Kontext Dev / Flux Schnell +* [โ Image Editor](https://theresanaiforthat.com/@taaft/image-to-image-generator/) - Unlimited / Editing / Flux Kontext Dev +* [Mage](https://www.mage.space/) / [Discord](https://discord.com/invite/GT9bPgxyFP), [โ Tater AI](https://taterai.github.io/Text2Image-Generator.html), [Loras](https://www.loras.dev/) / [X](https://x.com/tater_ai) / [GitHub](https://github.com/Nutlope/loras-dev), [ToolBaz](https://toolbaz.com/image/ai-image-generator), [Genspark](https://www.genspark.ai/) / [Discord](https://discord.com/invite/CsAQ6F4MPy), [AI Gallery](https://aigallery.app/) / [Telegram](https://t.me/aigalleryapp), [Seedream](https://seedream.pro/) or [Art Genie](https://artgenie.pages.dev/) - Flux Schnell +* [AIGazou](https://muryou-aigazou.com/) - Flux / Stable Diffustion / Chroma / Unlimited / No Sign-Up / SeeDream 3 / GPT 1 Image / 10 Daily / Signup Required / [Discord](https://discord.gg/v6KzUbPeKh) +* [Reve Image](https://app.reve.com) - 20 Daily / Editing / Sign-Up Required / [X](https://x.com/reve) / [Discord](https://discord.gg/Nedxp9fYUZ) +* [โ Coze](https://space.coze.cn/) - Seadream 4.0 / SoTA Image Gen / 50 Daily / Sign-Up with Phone # Required/ US Select CA +* [imgsys](https://imgsys.org/) - Compare Generators / Unlimited / No Direct Mode * [Diffusers Image Outpaint](https://huggingface.co/spaces/fffiloni/diffusers-image-outpaint) - AI Image Extender / [Limits](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#hugging-face-warning) * [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 -* [โ PixelArtGenerator](https://pixelartgenerator.app/) - AI Pixel Art Generator / Converter * [Interactive Scenes](https://lumalabs.ai/interactive-scenes) - Generate Interactive Scenes / [Discord](https://discord.com/invite/ASbS3EykXm) * [Illusion Diffusion](https://huggingface.co/spaces/AP123/IllusionDiffusion) - Illusion Artwork Generator / [Limits](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#hugging-face-warning) @@ -355,10 +358,10 @@ * [Makeayo](https://makeayo.com) / [Discord](https://discord.gg/FbdSxdeV8m) * [biniou](https://github.com/Woolverine94/biniou) * [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/) / [GitHub](https://github.com/ddPn08/Radiata) +* [Radiata](https://ddpn08.github.io/Radiata/en/) * [SD WebUI Forge](https://github.com/lllyasviel/stable-diffusion-webui-forge) * [ComfyUI-Zluda](https://github.com/patientx/ComfyUI-Zluda) -* [โ Amuse](https://www.amuse-ai.com/) - Stable Diffusion for AMD Systems +* [โ Amuse](https://www.amuse-ai.com/) - Stable Diffusion for AMD Systems / [X](https://x.com/Amuse_AI) *** @@ -371,7 +374,7 @@ * [โ ImagePromptGuru](https://imagepromptguru.net/) or [CLIP Interrogator](https://huggingface.co/spaces/fffiloni/CLIP-Interrogator-2) / [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) - Determine Image Prompts * [SD Dynamic Prompts](https://github.com/adieyal/sd-dynamic-prompts) - Extension for Automatic1111 * [AI Horde](https://stablehorde.net/) - Stable Diffusion GPU Hoarde / [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) -* [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) +* [IOPaint](https://www.iopaint.com/) - Image Fill / Item Removal / [Colab](https://colab.research.google.com/drive/1TKVlDZiE3MIZnAUMpv2t_S4hLr6TUY1d?usp=sharing) * [Unstable Diffusion](https://discord.com/invite/unstablediffusion) - AI Image Community * [Generative AI for Beginners](https://microsoft.github.io/generative-ai-for-beginners/) - Generative AI Guides @@ -387,10 +390,8 @@ * [MusicFX](https://labs.google/fx/tools/music-fx) / Region-Based * [WolframTones](https://tones.wolfram.com/) / No Sign-Up * [Stable Audio](https://www.stableaudio.com/) / 10 Monthly / [Discord](https://discord.com/invite/stablediffusion) -* [Udio](https://www.udio.com/) / 3 Daily / [Discord](https://discord.gg/udio) -* [audio visual generator](https://fredericbriolet.com/avg/) / No Sign-Up * [Fake Music Generator](https://www.fakemusicgenerator.com/) / No Sign-Up -* [MusicGen](https://huggingface.co/spaces/facebook/MusicGen) / [Limits](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#hugging-face-warning) / No Sign-Up / [Colab](https://colab.research.google.com/drive/1ECmNEoXk8kvnLEMBMF2LY82E7XmIG4yu) / [GitHub](https://github.com/facebookresearch/audiocraft/blob/main/docs/MUSICGEN.md) +* [MusicGen](https://github.com/facebookresearch/audiocraft/blob/main/docs/MUSICGEN.md) / [Limits](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#hugging-face-warning) / No Sign-Up / [Colab](https://colab.research.google.com/drive/1ECmNEoXk8kvnLEMBMF2LY82E7XmIG4yu) * [Sonauto](https://sonauto.ai/) / Unlimited / [Discord](https://discord.gg/pfXar3ChH8) * [Waveformer](https://waveformer.replicate.dev/) / [GitHub](https://github.com/fofr/waveformer) * [SOUNDRAW](https://soundraw.io/) / No Sign-Up @@ -414,6 +415,7 @@ * [Google Illuminate](https://illuminate.google.com/) - Generate AI Conversations * [ElevenLabs](https://elevenlabs.io/) / No Sign-Up / [Discord](https://discord.gg/elevenlabs) / [GitHub](https://github.com/elevenlabs) * [Google Speech Gen](https://aistudio.google.com/generate-speech) +* [TTS-WebUI](https://ttswebui.com/) / No Sign-Up / [Colab](https://colab.research.google.com/github/rsxdalv/tts-webui/blob/main/notebooks/google_colab.ipynb) / [Discord](https://discord.gg/V8BKTVRtJ9) / [GitHub](https://github.com/rsxdalv/TTS-WebUI) * [FakeYou](https://fakeyou.com/) / No Sign-Up / [Discord](https://discord.gg/fakeyou) * [Tortoise TTS](https://github.com/neonbjb/tortoise-tts) / No Sign-Up * [Bark](https://github.com/suno-ai/bark) / No Sign-Up / [Limits](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#hugging-face-warning) / [Colab](https://colab.research.google.com/drive/1eJfA2XUa-mXwdMy7DoYKVYHI1iTd9Vkt?usp=sharing) / [Discord](https://discord.com/invite/J2B2vsjKuE) @@ -438,6 +440,7 @@ * [FreeTTS](https://freetts.com/) * [Hume](https://www.hume.ai/) / No Sign-Up * [NaturalReaders](https://www.naturalreaders.com/online/) / No Sign-Up +* [AIVocal](https://aivocal.io/) / Google Account Required * [Moe TTS](https://huggingface.co/spaces/skytnt/moe-tts) / No Sign-Up / [Limits](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#hugging-face-warning) / [Colab](https://colab.research.google.com/drive/14Pb8lpmwZL-JI5Ub6jpG4sz2-8KS0kbS?usp=sharing) *** @@ -464,11 +467,12 @@ * [MDX23](https://github.com/jarredou/MVSEP-MDX23-Colab_v2) * [Music-Source-Separation](https://github.com/jarredou/Music-Source-Separation-Training-Colab-Inference) * [VocalRemover](https://vocalremover.org/) +* [Audacity Effects](https://www.audacityteam.org/download/openvino/) / [GitHub](https://github.com/intel/openvino-plugins-ai-audacity) * [Ultimate Vocal Remover](https://colab.research.google.com/github/NaJeongMo/Colaboratory-Notebook-for-Ultimate-Vocal-Remover/blob/main/Vocal%20Remover%205_arch.ipynb) * [Remove Vocals](https://www.remove-vocals.com/), [2](https://www.acapella-extractor.com/) -* [vocali](https://vocali.se/en) -* [mazmazika](https://www.mazmazika.com/) -* [ezstems](https://ezstems.com/) +* [Vocali.se](https://vocali.se/en) +* [Mazmazika](https://www.mazmazika.com/) +* [Ezstems](https://ezstems.com/) *** diff --git a/docs/audio.md b/docs/audio.md index 10bb2cebd..354a43280 100644 --- a/docs/audio.md +++ b/docs/audio.md @@ -8,71 +8,82 @@ ## โ–ท Streaming Apps -* ๐ŸŒ **[Music Megathread](https://github.com/MoonWalker440/Music-Megathread/)** - Streaming App Index * ๐ŸŒ **[/music streaming/](https://dan.valeena.dev/guides/music-streaming/)**, [2](https://rentry.co/musicstreaming) or [Wiki Comparisons](https://en.wikipedia.org/wiki/Comparison_of_music_streaming_services) - Streaming Service Comparisons * โ†ช๏ธ **[Spotify Clients](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/audio/#wiki_.25BA_spotify_tools)** * โ†ช๏ธ **[YouTube Music Mobile](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android/#wiki_.25B7_youtube_music)** -* โญ **[Custom YouTube Music](https://github.com/th-ch/youtube-music)** - YouTube Music Client / [Themes](https://github.com/kerichdev/themes-for-ytmdesktop-player/) -* [Deezer](https://www.deezer.com/) - Streaming +* โญ **[Pear Desktop](https://github.com/pear-devs/pear-desktop)** - YouTube Music Client w/ Adblock +* [Deezer](https://www.deezer.com/) - Streaming / Sign-Up Required * [Moosync](https://moosync.app/) - YouTube / Spotify / [Discord](https://discord.gg/HsbqbRune3) / [GitHub](https://github.com/Moosync/Moosync) * [yewtube](https://github.com/mps-youtube/yewtube) - YouTube Music Client +* [pulse](https://473999.net/pulse) or [Beatsync](https://www.beatsync.gg/) / [GitHub](https://github.com/freeman-jiang/beatsync) - Listen Together / Listening Parties * [BetterSoundcloud](https://alirezakj.com/bsc/) - Soundcloud Client / Ad-Free / [GitHub](https://github.com/AlirezaKJ/BetterSoundCloud) * [Nuclear](https://nuclearplayer.com/) - Streaming / [Discord](https://discord.com/invite/JqPjKxE) / [GitHub](https://github.com/nukeop/nuclear) -* [FunkWhale](https://funkwhale.audio/) - Streaming +* [FunkWhale](https://funkwhale.audio/) - Decentralized Streaming Platform * [MP3Jam](https://www.mp3jam.org/) - Streaming * [Muffon](https://muffon.netlify.app/) - Streaming +* [PlayTorrio](https://playtorrio.pages.dev/) - Streaming / [Discord](https://discord.gg/bbkVHRHnRk) / [GitHub](https://github.com/ayman707-ux/PlayTorrio) * [MusicBucket](https://musicbucket.net/) - Track / Share Music / Telegram -* [Beatsync](https://www.beatsync.gg/) / [GitHub](https://github.com/freeman-jiang/beatsync) or [pulse](https://473999.net/pulse) - Listen Together / Listening Parties +* [โ Sonosano](https://github.com/KRSHH/Sonosano) - Self-Hosted P2P Lossless Music Player / [Web App](https://sonosano.krshh.com/) / [Discord](https://discord.gg/Np7YYEVPhR) *** ## โ–ท Streaming Sites -* โญ **[YouTube Music](https://music.youtube.com/)** or [Nonoki](https://nonoki.com/music/) - YouTube Music WebUIs +* โญ **[YouTube Music](https://music.youtube.com/)** or [Zozoki](https://zozoki.com/music/) - 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://spot-transfer.vercel.app/), [2](https://github.com/mahdi-y/Spotify2YoutubeMusic), [3](https://github.com/linsomniac/spotify_to_ytmusic), [4](https://github.com/sigma67/spotify_to_ytmusic) / [Better Lyrics](https://better-lyrics.boidu.dev/) / [Discord](https://discord.gg/UsHE3d5fWF) / [GitHub](https://github.com/boidushya/better-lyrics) -* โญ **[DAB Music Player](https://dabmusic.xyz/)** - Browser Music / Uses Qobuz / Lossless / [Telegram](https://t.me/+RnrXmKyOPNY0ZGY9) / [Discord](https://discord.com/invite/EBKcDZwEHJ) +* โญ **[DAB Music Player](https://dab.yeet.su/)**, [2](https://dabmusic.xyz/) - Browser Music / Lossless / Sign-Up Required / [Telegram](https://t.me/+RnrXmKyOPNY0ZGY9) / [Discord](https://discord.com/invite/rmzH6ttgcC) * โญ **[Reddit Music Player](https://reddit.musicplayer.io/)** - Subreddit Music Player * โญ **[SoundCloud](https://soundcloud.com/)** - User Made Songs -* [Spotify Web Player](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) - Browser Music -* [FreeListenOnline](https://freelistenonline.com/) - Browser Music +* โญ **[ArtistGrid](https://artistgrid.cx/)** - Unreleased / [Render](https://dev.artistgrid.cx/) / [Discord](https://discord.gg/tns89b3w7R) / [GitHub](https://github.com/ArtistGrid/) +* [Spotify](https://open.spotify.com/) - Web Player / [Enhanced UI](https://senpaihunters.github.io/SpotOn/) / [Lyrics](https://github.com/mantou132/Spotify-Lyrics) / [Lyrics Script](https://greasyfork.org/en/scripts/377439) +* [squid.wtf](https://tidal.squid.wtf), [Monochrome](https://monochrome.tf/), [2](https://monochrome.prigoana.com/) / [GitHub](https://github.com/eduardprigoana/monochrome), [โ Digger](https://digger-ui.vercel.app/) or [BiniLossless](https://music.binimum.org/) - HiFi Tidal Instances / [Full List](https://github.com/eduardprigoana/hifi-instances/) * [Audiomack](https://audiomack.com/) - Browser Music * [Pandora](https://www.pandora.com/) - Browser Music * [Jango](https://jango.com/) - Browser Music * [Jamendo](https://www.jamendo.com/) - Browser Music +* [โ YAMS](https://yams.tf/) - Browser Music / Lossless / Sign-Up Required * [SoundClick](https://www.soundclick.com/default.cfm) - Browser Music * [Mixupload](https://mixupload.com/) - Browser Music -* [zvu4no](https://zvu4no.org/) - Browser Music / Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators) -* [Tancpol](https://tancpol.net/) - Browser Music / Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators) -* [Saavn Web](https://saavn-web-ui.vercel.app/) - Browser Music / [GitHub](https://github.com/wiz64/saavn-web-ui) +* [zvu4no](https://zvu4no.org/) or [Tancpol](https://tancpol.net/) - Russian Music / Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators) +* [Saavn Web](https://saavn-web-ui.vercel.app/) - JioSaavn Web Client / [GitHub](https://github.com/wiz64/saavn-web-ui) +* [Ballsack TV](https://bsky.app/profile/feed.ballsack.tv) - MTV Style User-Submitted Music Video Feed / [Discord](https://discord.gg/KT2Dht4zcZ) +* [Hype Machine](https://hypem.com/popular) - Rising +* [Bandcamp](https://bandcamp.com/discover/free-music) - Free Music Release Platform +* [Mirlo](https://mirlo.space/) - Free Music Release Platform +* [Newgrounds Audio](https://www.newgrounds.com/audio) - User-Made Electronic Music +* [Audius](https://audius.co/) - User Made Music +* [AudionautiX](https://audionautix.com/) - Mood-Based Streaming +* [LostMyspace](http://lostmyspace.com/) - Lost Myspace Songs +* [Openwhyd](https://openwhyd.org/) - Music Sharing Community / [Chrome](https://chromewebstore.google.com/detail/openwhyd-%E2%9C%9A-track/foohaghobcolamikniehcnnijdjehfjk) + +*** + +## โ–ท Genre Specific Streaming + * [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) * [DMO](https://dance-music.org/) - Electronic * [Vapor Archive](https://vaporarchive.neocities.org/) - Vaporwave * [Keygen Music](https://keygenmusic.tk/) - Keygen Music -* [Hype Machine](https://hypem.com/popular) - Rising -* [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 * [OperaOnVideo](https://www.operaonvideo.com/) - Opera Recordings * [Classical Music Only](https://classicalmusiconly.com/) or [musopen](https://musopen.org/music/) - Classical Music * [New Age Music](https://newage.one/) - New Age Music -* [Bandcamp](https://bandcamp.com/discover/free-music) - Free Music Release Platform -* [Mirlo](https://mirlo.space/) - Free Music Release Platform -* [Newgrounds Audio](https://www.newgrounds.com/audio) - User-Made Electronic Music -* [Audius](https://audius.co/) - User Made Music -* [AudionautiX](https://audionautix.com/) - Mood-Based Streaming -* [Youtaite](https://www.youtaite.com/) - Youtaite Resources / Songs -* [LostMyspace](http://lostmyspace.com/) - Lost Myspace Songs -* [Musico](https://www.musi-co.com/listen/) - AI Generated Songs -* [BitMidi](https://bitmidi.com/) - Stream / Download MIDI Files + +*** + +# โ–บ Specialty Streaming + +* โญ **[UCSB Cylinders](https://cylinders.library.ucsb.edu/index.php)** - Cylinder Audio Archive +* [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 * [Tasso Music](https://www.tassomusic.org/) - Early Modern Music -* [i78s](https://i78s.org/), [Archeophone](https://www.archeophone.org/html/languages/en/index.en.html), [UCSB Cylinders](https://cylinders.library.ucsb.edu/index.php), [CLPGS](https://www.clpgs.org.uk/) or [Tinfoil](https://www.tinfoil.com/) - Phonograph / Gramophone Recordings +* [i78s](https://i78s.org/), [Archeophone](https://www.archeophone.org/html/languages/en/index.en.html), [CLPGS](https://www.clpgs.org.uk/) or [Tinfoil](https://www.tinfoil.com/) - Phonograph / Gramophone Recordings * [FirstSounds](https://www.firstsounds.org/) - Oldest Music Recordings * [Russian Records](https://www.russian-records.com/) - Russian Record Recordings * [Measuring Polyphony](https://measuringpolyphony.org/) - Digital Encoding of Late Medieval Music * [DigLib](https://diglib.library.vanderbilt.edu/ama-browse.pl) - East African Recordings -* [Openwhyd](https://openwhyd.org/) - Music Sharing Community / [Chrome](https://chromewebstore.google.com/detail/openwhyd-%E2%9C%9A-track/foohaghobcolamikniehcnnijdjehfjk) *** @@ -81,8 +92,7 @@ * ๐ŸŒ **[365 Radio](https://365.ilysm.nl/)** - List of YouTube DJ Channels * โญ **[bt.etree](https://bt.etree.org/)** - Concert Recordings / Torrents * โญ **[hate5six](https://hate5six.com/)** - Concert Recordings -* โญ **[BBC Radio 1 Essential Mix](https://rentry.co/FMHYB64#bbc-essential)** - BBC Essential Mix / [Discovery Guide](https://rentry.co/musicdiscovery#bbc-radio-1-essential-mix) -* โญ **[MiroPPB](https://miroppb.com/)** / [DL Script](https://rentry.co/7preswd7) or [ASOTArchive](http://www.asotarchive.org/) - A State of Trance Archives / DJ Mixes +* โญ **[MiroPPB](https://miroppb.com/)** - A State of Trance Archive / DJ Mixes / [DL Script](https://rentry.co/7preswd7) * [JamBase](https://www.jambase.com/videos) - Concert Recordings * [Relisten](https://relisten.net/) - Concert Recordings / [GitHub](https://github.com/relistennet) * [DimeADozen](http://www.dimeadozen.org/) - Concert Recordings / Torrents @@ -112,12 +122,69 @@ *** -## โ–ท Radio Streaming +## โ–ท Podcast Streaming + +* โ†ช๏ธ **[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 / [SponsorBlock](https://spotsponsorblock.org/) / [Companion](https://sebschaef.bitbucket.io/podify/) / [RSS](https://github.com/Yetangitu/Spodcast) / [Video Download](https://rentry.co/spotifypodcast) / [Audio Download](https://rentry.co/dlspotifypodcast) +* โญ **[Pocket Casts](https://play.pocketcasts.com/discover)** - Podcasts / [Desktop App](https://pocketcasts.com/downloads/windows/) +* [Podchaser](https://www.podchaser.com/charts) or [โ Podstatus](https://podstatus.com/charts) - Podcast Charts / Databases +* [Listen Notes](https://www.listennotes.com/) - Podcast Search Engine +* [Rephonic](https://rephonic.com/graph) - Find Similar Podcasts +* [Apple Podcasts](https://podcasts.apple.com/us/home) +* [PodParadise](https://www.podparadise.com/) +* [Podbean](https://www.podbean.com/) +* [Podbay](https://podbay.fm/) +* [BBC Podcasts](https://www.bbc.co.uk/sounds/podcasts) / [Downloader](https://github.com/get-iplayer/get_iplayer) +* [Podcast Index](https://podcastindex.org/) +* [Player FM](https://player.fm/) +* [Podcast Republic](https://www.podcastrepublic.net/) +* [Relay.fm](https://www.relay.fm/) +* [PodClips](https://podclips.com/) - Podcast Clips +* [podcast-dl](https://github.com/lightpohl/podcast-dl), [PodcastBulkDownloader](https://github.com/cnovel/PodcastBulkDownloader), [PodFetch](https://www.samtv.fyi/PodFetch/), [PodDL](https://github.com/freshe/poddl) or [PodGrab](https://github.com/akhilrex/podgrab) - Podcast Downloaders +* [PodScripts](https://podscripts.co/) - Podcast Transcript Search +* [OpenPodcast](https://openpodcast.dev) - Podcast Analytics +* [castero](https://github.com/xgi/castero) - TUI Terminal Podcast Client +* [Grover](https://www.microsoft.com/store/productId/9NBLGGH6C4BC) or [GPodder](https://gpodder.github.io/) - Podcast Client +* [EchoWalk](https://www.echowalk.com/) - Turn Articles / Webpages into Podcasts +* [PodSync](https://github.com/mxpv/podsync) - Turn YouTube Video into Podcasts + +*** + +## โ–ท Ambient / Relaxation + +* โ†ช๏ธ **[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 +* โญ **[Drone Zone](https://somafm.com/player/#/now-playing/dronezone)** or **[Music For Programming](https://musicforprogramming.net/latest/)** - Ambient Playlists +* โญ **[myNoise](https://mynoise.net/)** - Customizable Ambient Sound Mixer +* โญ **[Rainy Mood](https://www.rainymood.com/)** - Ambient Rain +* [Rainbow Hunt](https://rainbowhunt.com/) - Ambient Rain +* [Pluvior](https://pluvior.com/) - Ambient Rain +* [Rainyscope](https://rainyscope.com/) - Ambient Rain +* [ambiphone](https://ambiph.one/) or [Moodist](https://moodist.app/) - Simple Ambient Sound Mixers +* [Ambie](https://ambieapp.com/) - Ambient Sound Mixer / App +* [Click Bath](https://hamishlang.github.io/clickbath/) - Ambient Sound Mixer with Customizable Musical Scale / Instruments +* [IMissTheOffice](https://imisstheoffice.eu/) - Ambient Office Sounds with Interactive UI +* [Homesick](https://scoreascore.com/homesick) - Ambient Home Sounds +* [VirtOcean](https://virtocean.com/) - Ambient Ocean Sounds +* [imissmycafe](https://imissmycafe.com/) - Ambient Cafe Sounds +* [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 +* [Wisdom Tree](https://github.com/HACKER097/wisdom-tree/) - TUI Concentration App +* [Generative.fm](https://generative.fm/) or [Lofi Generator](https://lofigenerator.com/) - Generative Ambient Music +* [Earth.fm](https://earth.fm/), [tree.fm](https://www.tree.fm/) or [Sounds of Maine](https://soundsofmaine.life/) - Field Recordings +* [HaloMe](https://halome.nu/) - Halo Menu Screens +* [CanvasCycle](http://www.effectgames.com/demos/canvascycle/) - 8-bit Scenes with Ambient Sounds +* [Ambient Mixer](https://www.ambient-mixer.com/) - User-Made Soundscapes +* [ChillOuts](http://www.chillouts.com/) - Meditation Aid +* [You are Listening To LA](https://youarelistening.to/) - Ambient City Sounds & Live LAPD Police Radio +* [TheWhiteNoiseMachine](https://thewhitenoisemachine.com/) - White Noise Generator + +*** + +# โ–บ Radio Streaming * ๐ŸŒ **[FMSTREAM](https://fmstream.org/)**, **[Recommended Streams](https://github.com/deroverda/recommended-radio-streams)**, **[Station Index](https://en.wikipedia.org/wiki/List_of_Internet_radio_stations)** or **[Radio Browser](https://www.radio-browser.info/users)** - Radio Indexes * โ†ช๏ธ **[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 -* โญ **[Radio Garden](https://radio.garden/)** / [Site Unblock](https://redd.it/18e12gf), [2](https://redd.it/13b53zs) or [โ RadioCast](https://www.radiocast.co/) - Worldwide Radio Globes -* โญ **[BBC Sounds](https://www.bbc.co.uk/sounds)** - BBC Live & Catch-up Radio / [Downloader](https://github.com/get-iplayer/get_iplayer) +* โญ **[BBC Sounds](https://www.bbc.co.uk/sounds)** - BBC Live & Catch-up Radio / UK VPN Required / [Downloader](https://github.com/get-iplayer/get_iplayer) * โญ **[Drive n Listen](https://drivenlisten.com/)** - Radio Driving Simulators * [iHeartRadio](https://www.iheart.com/), [Mixcloud](https://www.mixcloud.com/), [myTuner](https://mytuner-radio.com/) or [TuneIn](https://tunein.com/) - Podcasts / Radio * [Internet Archive](https://archive.org/details/audio?&sort=-downloads&page=1) - News / Classic Radio / Podcasts @@ -126,23 +193,6 @@ * [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 -* [Radio Browser](https://www.radio-browser.info/users) - Open Radio Station Database / Index -* [OnlineRadioBox](https://onlineradiobox.com/) - International Radio Directory / Playlists -* [Streema](https://streema.com/) - Global AM/FM & Internet Radio Directory -* [Radio.net](https://www.radio.net/) - International Radio Directory / Player -* [myTuner](https://mytuner-radio.com/) - Global Radio & Podcasts / Multi-Platform -* [TuneYou](https://tuneyou.com/) - Radio Directory / Discovery Focus -* [LiveOnlineRadio](https://liveonlineradio.net/) - Global Radio Directory / Country & Genre -* [WorldRadioMap](https://worldradiomap.com/) - Global Radio Map Interface -* [vTuner](https://vtuner.com/setupapp/guide/asp/BrowseStations/startpage.asp) - Radio Directory / Hardware Integration -* [radioline](https://www.radioline.co/) - Radio & Podcast Aggregator -* [TheOneStopRadio](https://theonestopradio.com/) - Radio Directory -* [Radio Guide](https://www.radioguide.fm/) - Radio Directory -* [Xiph](https://dir.xiph.org/) - Icecast / Ogg Stream Directory -* [UKRadioLive](https://ukradiolive.com/) or [RadioFeeds](http://www.radiofeeds.co.uk/) - UK Radio Station Directories -* [ilovemusic](https://ilovemusic.de/) - German Radio Directory -* [Tvradiotuner](https://tvradiotuner.com/) - TV & Radio Stream Aggregator -* [VRadio](https://www.akouradio.com/) - Radio Directory / VRadio App * [raddio](https://raddio.net/) - Simple Radio Player / Directory * [Instant.audio](https://instant.audio/) - Minimalist Radio Player * [Flicker Radio](https://flickermini.pages.dev/radiostations) - Simple / Lightweight Radio Player @@ -151,7 +201,7 @@ * [LiveATC](https://www.liveatc.net/) - Air Traffic Radio Chatter * [Broadcastify](https://www.broadcastify.com/) - Live Emergency, Aircraft and Rail Radio * [OpenMHz](https://openmhz.com/) - Live Police Radio -* [RadioReference](https://www.radioreference.com/) or [morsecode.me](https://morsecode.me/) - Morse Code Radio / Communication +* [RadioReference](https://www.radioreference.com/) - Morse Code Radio / Communication * [Worldwide Radio](https://addons.mozilla.org/en-US/firefox/addon/worldwide-radio/) - Radio Extension *** @@ -167,13 +217,14 @@ * [Radiodeck](https://www.radiodeck.com/) - Online Radio Player / Directory * [Quasar Radio](https://kuasark.com/en/) - Online Radio Directory * [โ Freeform Radio](https://www.freeformradio.directory/) - Online Radio Directory -* [AccuRadio](https://www.accuradio.com/) - Online Radio -* [Q-3](https://www.q-3.eu/) - Online Radio -* [โ DubLab](https://www.dublab.com/) - Online Radio -* [โ BoxRadio](https://boxradio.net/) - Online Radio -* [You Radio](https://play.you.radio/) - Online Radio -* [Audiophile](https://audiophile.fm/) - Online Radio -* [Vidbox Radio](https://vidbox.to/radio) - Online Radio +* [โ Vijay's Radio Vibes](https://vijaysradiovibes.pages.dev/) - Random Radio Stations +* [AccuRadio](https://www.accuradio.com/) +* [Q-3](https://www.q-3.eu/) +* [โ DubLab](https://www.dublab.com/) +* [โ BoxRadio](https://boxradio.net/) +* [You Radio](https://play.you.radio/) +* [Audiophile](https://audiophile.fm/) +* [Vidbox Radio](https://vidbox.cc/radio) * [ShoutCast](https://directory.shoutcast.com/) - User-Stations * [Zeno.fm](https://zeno.fm/) - User-Stations * [Live365](https://live365.com/) - User-Stations @@ -192,7 +243,7 @@ * [HappyHardcore](https://www.happyhardcore.com/radio/) - Hardcore Dance Radio * [Openings Moe](https://openings.moe/) - Anime Theme Radio * [Ongaku](https://ongaku.js.org/) or [r-a-d.io](https://r-a-d.io/) - Anime Radio -* [Pool Suite](https://poolsuite.net/) - Summer Radio / [Mobile](https://play.google.com/store/apps/details?id=net.poolsuite.mobile) +* [Pool Suite](https://poolsuite.net/) - Summer Radio * [J1 Radio](https://rec.torontocast.stream/player/) - J-Pop Radio * [LISTEN.moe](https://listen.moe/) - K-Pop Radio * [420.moe](https://420.moe/) - 420 Radio @@ -206,50 +257,37 @@ *** -## โ–ท Podcast Streaming +## โ–ท Radio Directories -* โ†ช๏ธ **[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) -* โญ **[Pocket Casts](https://play.pocketcasts.com/discover)** - Podcasts / [Desktop App](https://pocketcasts.com/downloads/windows/) -* [Podchaser](https://www.podchaser.com/charts) or [โ Podstatus](https://podstatus.com/charts) - Podcast Charts / Databases -* [Listen Notes](https://www.listennotes.com/) - Podcast Search Engine -* [Rephonic](https://rephonic.com/graph) - Find Similar Podcasts -* [Apple Podcasts](https://podcasts.apple.com/us/home) - Podcasts -* [PodParadise](https://www.podparadise.com/) - Podcasts -* [Podbean](https://www.podbean.com/) - Podcasts -* [Podbay](https://podbay.fm/) - Podcasts -* [BBC Podcasts](https://www.bbc.co.uk/sounds/podcasts) - Podcasts / [Downloader](https://github.com/get-iplayer/get_iplayer) -* [Podcast Index](https://podcastindex.org/) - Podcasts -* [Player FM](https://player.fm/) - Podcasts -* [Podcast Republic](https://www.podcastrepublic.net/) - Podcasts -* [Relay.fm](https://www.relay.fm/) - Podcasts -* [PodClips](https://podclips.com/) - Podcast Clips -* [podcast-dl](https://github.com/lightpohl/podcast-dl), [PodcastBulkDownloader](https://github.com/cnovel/PodcastBulkDownloader), [PodFetch](https://www.samtv.fyi/PodFetch/), [PodDL](https://github.com/freshe/poddl) or [PodGrab](https://github.com/akhilrex/podgrab) - Podcast Downloaders -* [PodScripts](https://podscripts.co/) - Podcast Transcript Search -* [OpenPodcast](https://openpodcast.dev) - Podcast Analytics -* [castero](https://github.com/xgi/castero) - TUI Terminal Podcast Client -* [Grover](https://www.microsoft.com/store/productId/9NBLGGH6C4BC) or [GPodder](https://gpodder.github.io/) - Podcast Client -* [EchoWalk](https://www.echowalk.com/) - Turn Articles / Webpages into Podcasts -* [PodSync](https://github.com/mxpv/podsync) - Turn YouTube Video into Podcasts +* โญ **[Radio Garden](https://radio.garden/)** / [Site Unblock](https://redd.it/18e12gf), [2](https://redd.it/13b53zs), [WorldRadioMap](https://worldradiomap.com/), [GlobeRadio](https://globeradio.app/) or [โ RadioCast](https://www.radiocast.co/) - Worldwide Radio Globes +* [LiveOnlineRadio](https://liveonlineradio.net/) - Global Radio Directory / Country & Genre +* [OnlineRadioBox](https://onlineradiobox.com/) - International Radio Directory / Playlists +* [Streema](https://streema.com/) - Global AM/FM & Internet Radio Directory +* [Radio.net](https://www.radio.net/) - International Radio Directory / Player +* [RadioPuppy](https://www.radiopuppy.com/) - Radio Directory +* [myTuner](https://mytuner-radio.com/) - Global Radio & Podcasts / Multi-Platform +* [TuneYou](https://tuneyou.com/) - Radio Directory / Discovery Focus +* [vTuner](https://vtuner.com/setupapp/guide/asp/BrowseStations/startpage.asp) - Radio Directory / Hardware Integration +* [radioline](https://www.radioline.co/) - Radio & Podcast Aggregator +* [TheOneStopRadio](https://theonestopradio.com/) - Radio Directory +* [Radio Guide](https://www.radioguide.fm/) - Radio Directory +* [Xiph](https://dir.xiph.org/) - Icecast / Ogg Stream Directory +* [UKRadioLive](https://ukradiolive.com/) or [RadioFeeds](http://www.radiofeeds.co.uk/) - UK Radio Station Directories +* [ilovemusic](https://ilovemusic.de/) - German Radio Directory +* [Tvradiotuner](https://tvradiotuner.com/) - TV & Radio Stream Aggregator +* [VRadio](https://www.akouradio.com/) - Radio Directory / VRadio App *** -## โ–ท Ambient / Relaxation +## โ–ท Lofi Radio -* โ†ช๏ธ **[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 -* โญ **[Drone Zone](https://somafm.com/player/#/now-playing/dronezone)** or **[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 * โญ **[Coding Cat](https://hostrider.com/)** - Lofi Radio / Nyan Cat's Cousin * โญ **[Chillhop](https://chillhop.com/)** - Lofi Radio -* โญ **[myNoise](https://mynoise.net/)** - Customizable Ambient Sound Mixer -* โญ **[Rainy Mood](https://www.rainymood.com/)** - Ambient Rain * [Flow-fi](https://www.flowfi.app/) - Lofi Radio / 360+ Combined Channels * [Lofi and Games](https://lofiandgames.com/) - Lofi Radio + Simple Games * [FlowTunes](https://www.flowtunes.app/) - Lofi + Focus Radio / Ambient Sounds * [Lofizen](https://www.lofizen.co/) - Lofi Radio / Ambient Sounds -* [Rainbow Hunt](https://rainbowhunt.com/) - Ambient Rain -* [Pluvior](https://pluvior.com/) - Ambient Rain -* [Rainyscope](https://rainyscope.com/) - Ambient Rain * [Moon Phase Radio](https://www.moonphaseradio.com/) - Lofi Radio * [Ambient Sleeping Pill](https://ambientsleepingpill.com/) - Lofi Radio * [LofiCafe](https://www.loficafe.net/) - Lofi Radio @@ -260,24 +298,6 @@ * [Lofi Limo](https://lofi.limo/) - Lofi Radio * [DevTunes FM](https://radio.madza.dev/) - Lofi Radio * [Moss Garden](https://moss.garden/) - Lofi Radio -* [ambiphone](https://ambiph.one/) or [Moodist](https://moodist.app/) - Simple Ambient Sound Mixers -* [Click Bath](https://hamishlang.github.io/clickbath/) - Ambient Sound Mixer with Customizable Musical Scale / Instruments -* [IMissTheOffice](https://imisstheoffice.eu/) - Ambient Office Sounds with Interactive UI -* [Homesick](https://scoreascore.com/homesick) - Ambient Home Sounds -* [VirtOcean](https://virtocean.com/) - Ambient Ocean Sounds -* [imissmycafe](https://imissmycafe.com/) - Ambient Cafe Sounds -* [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 -* [Wisdom Tree](https://github.com/HACKER097/wisdom-tree/) - TUI Concentration App -* [Ambie](https://ambieapp.com/) - Ambient Sound Desktop App -* [Generative.fm](https://generative.fm/) or [Lofi Generator](https://lofigenerator.com/) - Generative Ambient Music -* [Earth.fm](https://earth.fm/), [tree.fm](https://www.tree.fm/) or [Sounds of Maine](https://soundsofmaine.life/) - Field Recordings -* [HaloMe](https://halome.nu/) - Halo Menu Screens -* [CanvasCycle](http://www.effectgames.com/demos/canvascycle/) - 8-bit Scenes with Ambient Sounds -* [Ambient Mixer](https://www.ambient-mixer.com/) - User-Made Soundscapes -* [ChillOuts](http://www.chillouts.com/) - Meditation Aid -* [You are Listening To LA](https://youarelistening.to/) - Ambient City Sounds & Live LAPD Police Radio -* [TheWhiteNoiseMachine](https://thewhitenoisemachine.com/) - White Noise Generator *** @@ -287,6 +307,7 @@ * โ†ช๏ธ **[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)** - Mobile Spotify Patchers * โญ **[Spicetify](https://spicetify.app/)** - Spotify Themes & Plugins / [Notes](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#spicetify-note) / [Discord](https://discord.gg/VnevqPp2Rr) / [GitHub](https://github.com/spicetify/cli) * โญ **[SpotX](https://github.com/SpotX-Official/SpotX)** / [Telegram](https://t.me/SpotxCommunity) or **[BlockTheSpot](https://github.com/mrpond/BlockTheSpot)** / [Discord](https://discord.gg/9tCNMFESuC) - Ad-Free Spotify Patchers +* [โ Spot SponsorBlock](https://spotsponsorblock.org/) - Skip Sponsored Spotify Podcast Ads * [Lofi](https://www.lofi.rocks/) - Mini Spotify Player Widget / [GitHub](https://github.com/dvx/lofi) * [Trikatuka](https://trikatuka.aknakn.eu/) - Migrate Spotify Data to New Accounts * [Kotify](https://github.com/dzirbel/kotify) or [Skiley](https://skiley.net/) - Spotify Library Managers @@ -301,15 +322,15 @@ * [Canvas Downloader](https://www.canvasdownloader.com/) - Extract Spotify Canvas Walls * [ListenByLabel](https://www.lbl.fm/) - Search Spotify Record Labels * [ReleaseFeed](https://releasefeed.elomatreb.eu/) - Create RSS Feeds of Favorite Artists -* [xmplaylist](https://xmplaylist.com/) - Listen to SiriusXM Channels on Spotify +* [xmplaylist](https://xmplaylist.com/) - Listen to SiriusXM Channels on Spotify / [Discord](https://discord.com/invite/H7Xg9AAHsq) *** ## โ–ท Playlist Tools * โญ **[Exportify](https://exportify.app/)** / [GitHub](https://github.com/watsonbox/exportify) or [spotify-backup](https://github.com/caseychu/spotify-backup) - Export Playlists -* โญ **[playlists.cloud](https://playlists.cloud/)**, [SpotTransfer](https://spot-transfer.vercel.app/), [Trikatuka](https://trikatuka.aknakn.eu/) or [Spotify2YouTubeMusic](https://github.com/mahdi-y/Spotify2YoutubeMusic) - Playlist Transfer Tools * โญ **[spotgen](https://epsil.github.io/spotgen)**, [chat jams](https://www.chatjams.ai/), [Unheard.FM](https://unheard.fm/) or [Chosic](https://www.chosic.com/) - Playlist Generators +* [SpotTransfer](https://spot-transfer.vercel.app/) / [GitHub](https://github.com/Pushan2005/SpotTransfer), [Trikatuka](https://trikatuka.aknakn.eu/) or [Spotify2YouTubeMusic](https://github.com/mahdi-y/Spotify2YoutubeMusic) - Playlist Transfer Tools * [Playlist Hospital](https://playlisthospital.com/) - Restore Disabled Songs in Spotify Playlists * [Spotlistr](https://www.spotlistr.com/) - Platform-to-Spotify Playlist Converter * [Playlistor](https://playlistor.io/) - Convert Apple Music Playlists to Spotify @@ -317,10 +338,10 @@ * [Playlist Sorter](https://www.playlistsorter.com/) or [Sort Your Music](http://sortyourmusic.playlistmachinery.com/) / [GitHub](https://github.com/plamere/SortYourMusic) - Sort Playlists * [Spotify Dedup](https://spotify-dedup.com/) - Remove Duplicates in Playlists / [GitHub](https://github.com/JMPerez/spotify-dedup/) * [Timelineify](https://www.timelineify.com/) - Create Playlist from an Artist's Discography -* [Share Liked Songs](https://nonnullish.github.io/share-liked-songs/) - Create Shareable Playlist from Liked Songs +* [Share Liked Songs](https://nonnullish.github.io/share-liked-songs/) - Create Shareable Playlist from Liked Songs / [GitHub](https://github.com/nonnullish/share-liked-songs) * [Tagify](https://tagify.me/) - Create Tagged Playlists from Spotify Library * [PlaylistProxy](https://playlistproxy.net/) - Share Playlists Anonymously / [GitHub](https://github.com/okanten/playlistproxy.net) -* [Spotify Playlist Archive](https://spotifyplaylistarchive.com/) - Public Spotify Playlists Archive / [GitHub](https://github.com/mackorone/spotify-playlist-archive) +* [Spotify Playlist Archive](https://spotifyplaylistarchive.com/) - Public Spotify Playlists Archive / [GitHub](https://github.com/mackorone/spotify-playlist-archive), [2](https://github.com/maciejpedzich/spotifyplaylistarchive.com) *** @@ -332,15 +353,15 @@ ## โ–ท Audio Ripping Sites -* โญ **[DAB Music Player](https://dabmusic.xyz/)** - FLAC / Uses Qobuz / [Desktop App](https://dabmusic.xyz/download) / [Telegram](https://t.me/+RnrXmKyOPNY0ZGY9) / [Discord](https://discord.com/invite/EBKcDZwEHJ) -* โญ **[lucida](https://lucida.to/)** - Multi-Site / 320kb / MP3 / FLAC / [Telegram](https://t.me/lucidahasmusic) / [Discord](https://discord.gg/5EEexMqVuE) -* โญ **[DoubleDouble](https://doubledouble.top/)** - Multi-Site / 320kb / MP3 / FLAC / [Telegram](https://t.me/lucidahasmusic) -* โญ **[QQDL](https://qqdl.site/)** - Qobuz / [GitHub](https://github.com/QobuzDL/Qobuz-DL) -* โญ **[squid.wtf](https://squid.wtf/)** - Qobuz / Khinsider / FLAC / [GitHub](https://github.com/QobuzDL/Qobuz-DL) -* [Jumo-DL](https://jumo-dl.pages.dev/) - Qobuz -* [YTiz](https://ytiz.xyz/) - YouTube / SoundCloud / Bandcamp / 128kb / AAC / [GitHub](https://github.com/tizerk/ytiz) -* [AMP3](https://amp3.cc/) - YouTube / 320kb -* [EzConv](https://ezconv.com/) - YouTube / 320kb +* โญ **[lucida](https://lucida.to/)** - Multi-Site / 320kb / MP3 / FLAC / [Telegram](https://t.me/lucidahasmusic) / [Discord](https://discord.com/invite/dXEGRWqEbS) +* โญ **[DoubleDouble](https://doubledouble.top/)** - Multi-Site / 320kb / FLAC / [Telegram](https://t.me/lucidahasmusic) +* โญ **[squid.wtf](https://tidal.squid.wtf)**, **[Monochrome](https://monochrome.tf/)**, [2](https://monochrome.prigoana.com/) / [GitHub](https://github.com/eduardprigoana/monochrome), [โ Digger](https://digger-ui.vercel.app/), [QQDL](https://tidal.qqdl.site/) or [BiniLossless](https://music.binimum.org/) - Tidal / FLAC / [Full List](https://github.com/eduardprigoana/hifi-instances/) +* โญ **[DAB Music Player](https://dab.yeet.su/)**, [2](https://dabmusic.xyz/) - FLAC / Sign-Up Required / [Telegram](https://t.me/+RnrXmKyOPNY0ZGY9) / [Discord](https://discord.com/invite/rmzH6ttgcC) +* [Spotisaver](https://spotisaver.net/) - Multi-Site +* [โ YAMS](https://yams.tf/) - Deezer / FLAC / Sign-Up Required +* [AMP3](https://amp3.cc/) - YouTube / 256kb +* [EzConv](https://ezconv.com/) - YouTube / 256kb +* [YTiz](https://ytiz.xyz/) - SoundCloud / Bandcamp / 128kb / AAC / [GitHub](https://github.com/tizerk/ytiz) * [cobalt](https://cobalt.tools/) - SoundCloud / 320kb / MP3 / [Instances](https://instances.cobalt.best/) / [X](https://x.com/justusecobalt) / [Discord](https://discord.com/invite/pQPt8HBUPu) / [GitHub](https://github.com/imputnet/cobalt) *** @@ -348,7 +369,7 @@ ## โ–ท Audio Ripping Tools * โ†ช๏ธ **[YouTube Downloaders](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_youtube_downloaders)** -* โญ **[Soulseek](https://slsknet.org/)** or [Nicotine+](https://nicotine-plus.org/) - P2P Audio Sharing Networks / [Stats](https://github.com/mrusse/Slsk-Upload-Stats-Tracker) / [Server App](https://github.com/slskd/slskd) / [Batch DDL](https://github.com/fiso64/slsk-batchdl) +* โญ **[Nicotine+](https://nicotine-plus.org/)** or [Soulseek](https://slsknet.org/) - P2P Audio Sharing Networks / [Stats](https://github.com/mrusse/Slsk-Upload-Stats-Tracker) / [Server App](https://github.com/slskd/slskd) / [Batch DDL](https://github.com/fiso64/slsk-batchdl) * โญ **[Soggfy](https://github.com/Rafiuth/Soggfy)** - Spotify / 160kb Free / 320kb Premium * โญ **[OnTheSpot](https://github.com/justin025/onthespot)** - Multi-Site / [Discord](https://discord.com/invite/hz4mAwSujH) * โญ **[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 @@ -356,14 +377,15 @@ * [Votify](https://github.com/glomatico/votify) - Spotify / 160kb Free / 320kb Premium / Requires WVD Keys / [Discord](https://discord.gg/aBjMEZ9tnq) * [streamrip](https://github.com/nathom/streamrip) - Deezer / Tidal / Qobuz / SoundCloud / 128kb Free / FLAC / Use Firehawk52 / [Colab](https://github.com/privateersclub/rip) * [OrpheusDL](https://github.com/OrfiTeam/OrpheusDL) - Deezer / Qobuz / 128kb Free / FLAC / Use Firehawk52 / [Deezer Module](https://github.com/uhwot/orpheusdl-deezer) / [Qobuz Module](https://github.com/OrfiDev/orpheusdl-qobuz) +* [Archive](https://rentry.co/FMHYB64#archive) - Qobuz / Tidal / Soundcloud / FLAC * [DeemixFix](https://gitlab.com/deeplydrumming/DeemixFix), [Deemix Revival](https://github.com/bambanah/deemix) or [SaturnMusic](https://github.com/SaturnMusic/) - Deezer / FLAC * [Murglar](https://murglar.app/) - Deezer / SoundCloud / VK / 320kb MP3 -* [Shira](https://github.com/KraXen72/shira) - YouTube / SoundCloud / Bandcamp / 128kb AAC -* [QobuzDownloaderX-MOD](https://github.com/DJDoubleD/QobuzDownloaderX-MOD) - Qobuz / 128kb Free / FLAC / Use Firehawk52 +* [โ SpotiFLAC](https://github.com/afkarxyz/SpotiFLAC) - Tidal / Deezer +* [Shira](https://github.com/KraXen72/shira) - YouTube / SoundCloud / 128kb AAC +* [QobuzDownloaderX-MOD](https://github.com/DJDoubleD/QobuzDownloaderX-MOD) - Qobuz / 128kb Free 256 ACC Premium / 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 * [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 / 128kb MP3 / Free Only / [Discord](https://discord.com/invite/nwdT4MP) * [AccurateRip](https://www.accuraterip.com/) - Verify Ripped Tracks are Error-Free @@ -371,18 +393,16 @@ ## โ–ท Telegram Bots -* [BeatSpotBot](https://t.me/BeatSpotBot) - Spotify / Deezer / Tidal / Yandex / VK / FLAC / 25 Daily -* [JioDLBot](https://t.me/JioDLBot) - JioSaavn / Gaana / FLAC +* [Music_Hunters](https://t.me/MusicsHuntersbot) - Spotify / Apple / Tidal / Deezer / 320kb MP3 +* [DeezerMusicBot](https://t.me/DeezerMusicBot) - Deezer / Soundcloud / VK / 320kb MP3 / FLAC / [Support](https://t.me/DeezerMusicNews) +* [deezload2bot](https://t.me/deezload2bot) - Deezer / 320kb MP3 / [Updates](https://t.me/DEDSEClulz) +* [BeatSpotBot](https://t.me/BeatSpotBot) - Spotify /Apple / YouTube / FLAC / 25 Daily +* [Motreeb](https://t.me/motreb_downloader_bot) - Spotify / 320kb MP3 +* [scdlbot](https://t.me/scdlbot) - YouTube / SoundCloud / Bandcamp / Mixcloud / 128kb MP3 +* [vkmusbot](https://t.me/vkmusbot) or [Meph Bot](https://t.me/mephbot) - VK / 320kb MP3 +* [soundcloudaudiodownloader](https://t.me/soundcloudaudiodownloader) - YouTube / SoundCloud / 128kb MP3 * [GlomaticoBlueMusicBot](https://t.me/GlomaticoBlueMusicBot) - Amazon Music Downloader / [Telegram](https://t.me/GlomaticoBotSupport) / [Discord](https://discord.gg/aBjMEZ9tnq) * [GlomaticoPinkMusicBot](https://t.me/GlomaticoPinkMusicBot) - Apple Music Downloader / [Telegram](https://t.me/GlomaticoBotSupport) / [Discord](https://discord.gg/aBjMEZ9tnq) -* [DeezerMusicBot](https://t.me/DeezerMusicBot) - Deezer / 320kb MP3 / FLAC -* [deezload2bot](https://t.me/deezload2bot) - Deezer / 320kb MP3 -* [Music_Hunters](https://t.me/MusicsHuntersbot) - Deezer / 320kb MP3 -* [Motreeb](https://t.me/motreb_downloader_bot) - Spotify / 320kb MP3 -* [scdlbot](https://t.me/scdlbot) - YouTube / SoundCloud / Bandcamp / 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 -* [Song_downloaderbot](https://t.me/Song_downloaderbot) - JioSaavn / 128kb MP3 *** @@ -393,7 +413,7 @@ *** * ๐ŸŒ **[โ Music Download Guide](https://rentry.co/wheredownloadmusic)** - Downloading Guide / Site Index -* โญ **[ArtistGrid](https://artistgrid.cx/)** or [TrackerHub](https://trackerhub.cx/) / [Discord](https://discord.gg/trackerhub) - Unreleased / Check Google Sheets +* โญ **[ArtistGrid](https://artistgrid.cx/)** - Unreleased / [Render](https://dev.artistgrid.cx/) / [Discord](https://discord.gg/tns89b3w7R) / [GitHub](https://github.com/ArtistGrid/) * โญ **[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) * [VK::MP3](https://metacpan.org/pod/VK::MP3) - VK MP3 Search Tool @@ -424,7 +444,6 @@ * [Lossless-FLAC](https://lossless-flac.com/) - FLAC * [DiscogC](https://www.discogc.com/) - FLAC * [LosslessAlbums](https://losslessalbums.club/) - FLAC -* [QMusic](https://rentry.co/FMHYB64#qmusic) - MP3 / FLAC * [IntMusic](https://intmusic.net/) - MP3 / FLAC * [Gangster](https://gangster.su/) - MP3 / FLAC * [GetRockMusic](https://getrockmusic.net/) - MP3 / FLAC @@ -444,9 +463,9 @@ *** -## โ–ท Genre Specific +## โ–ท Genre Specific Ripping -* โญ **[MiroPPB](https://miroppb.com/)** / [DL Script](https://rentry.co/7preswd7) or [ASOTArchive](http://www.asotarchive.org/) - A State of Trance Archives / DJ Mixes +* โญ **[MiroPPB](https://miroppb.com/)** - A State of Trance Archive / DJ Mixes / [DL Script](https://rentry.co/7preswd7) * [Take Metal](https://takemetal.org/) - Metal / MP3 * [Metalminos](https://metalminos.net/) - Metal / MP3 * [In The Fog](https://in-the-fog.ru/) - Metal / MP3 @@ -496,6 +515,7 @@ * [MusicRepublic](https://music-republic-world-traditional.blogspot.com/) - World / MP3 / FLAC * [KPopFLAC](https://www.kpopflac.xyz/) - K-Pop / FLAC * [KPopMusicDownload](https://kpopdownloadscmm.blogspot.com/) - K-Pop / MP3 +* [The T-SQUARE Plaza](https://tsquareplaza.blogspot.com/) - Japanese / International Jazz Fusion / City Pop / FLAC * [FondSound](https://www.fondsound.com/) - Experimental / MP3 * [Hipstrumentals](https://hipstrumentals.com/) - Instrumentals / MP3 @@ -545,7 +565,7 @@ * [freemusicpublicdomain](https://www.freemusicpublicdomain.com/) - Public Domain Tracks * [Incompetech Music](https://incompetech.com/music/royalty-free/music.html) - Composer Library / CC-BY License * [joshwoodward](https://www.joshwoodward.com/) - Single Artist Collection -* [Sampld](https://sampld.app/) - Sample Finder +* [Sampld](https://sampld.app/) - Find Audio Samples *** @@ -583,14 +603,13 @@ * [Cirrus Retro](https://cirrusretro.com/) - Game Music Radio * [JetSetRadio](https://jetsetradio.live/), [2](https://jetsetradiofuture.live/) - Game Music Radio * [Rainwave](https://rainwave.cc/) - Game Music Radio -* [RPGGamers Radio](http://www.rpgamers.net/radio/) - Game Music Radio +* [RPGGamers Radio](https://www.rpgamers.net/radio/) - Game Music Radio * [VGMRadio](https://vgmradio.com/) - Game Music Radio * [VGM](https://vgm.mmosvc.com/) - Game Music Radio * [NSF j](https://nsf.nesbbs.com/) - NES Music * [HVSC](https://www.hvsc.c64.org/) - Commodore 64 Music * [Goldenrod Radio](https://www.youtube.com/@GoldenrodRadio251) - Pokรฉmon Music * [Animal Crossing Radio](https://animal-crossing-radio.com/) - Animal Crossing Radio -* [GTA Radio Stations Music](https://rentry.co/FMHYB64#gta-radio-stations) - GTA Radio Stations * [Exotica](https://www.exotica.org.uk/) - Retro Gaming Music Wiki * [VGMdb](https://vgmdb.net/) - Video Game Music Database @@ -598,79 +617,87 @@ # โ–บ Tracking / Databases -* โญ **[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) / [Forum](https://rym.fm/) +* โญ **[RateYourMusic](https://rateyourmusic.com/)** - Ratings / Reviews / [Add Features](https://rateyourmusic.com/list/CaptainMocha/betterrym-browser-extension/) / [Forum](https://rym.fm/) * โญ **[Last.fm](https://www.last.fm/home)** / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/audio/#wiki_.25B7_last.fm_tools) or [ListenBrainz](https://listenbrainz.org/) - Track Listening Habits / Songs * โญ **[Muspy](https://muspy.com/)**, [Drop Watch](https://drop-watch.ghost.io/), [MusicButler](https://www.musicbutler.io/) or [Brew.fm](https://www.brew.fm/) - Get Album Release Updates +* โญ **[Tunefind](https://www.tunefind.com/)** - Find Music from Movies / TV Shows +* โญ **[MixesDB](https://www.mixesdb.com/)** - DJ Set Database * [Discogs](https://www.discogs.com/) - Ratings / Reviews / [Scout](https://greasyfork.org/en/scripts/439452-discogs-scout) / [Timestamps](https://martinbarker.me/tagger) * [Music Board](https://musicboard.app/) - Ratings / Reviews +* [Odesli](https://odesli.co/) - Song / Podcast Platform Search / [Telegram Bot](https://t.me/odesli_bot) * [Has it Leaked](https://hasitleaked.com/) - Album Leak Tracker * [MyPitchFork](https://mypitchfork.fun/) - Individual Song Rating / Tracking +* [DAHR](https://adp.library.ucsb.edu/index.php) - American Historical Recordings Database +* [TrackID](https://trackid.net/) or [1001Tracklists](https://www.1001tracklists.com/) - Live Set Tracklist Databases +* [SecondHandSongs](https://secondhandsongs.com/), [RemixSearch](https://remixsearch.net/) or [WhoSampled](https://www.whosampled.com/) - Cover, Sample and Remix Databases +* [SoundtrackTracklist](https://soundtracktracklist.com/) or [FilmMusicSite](https://www.filmmusicsite.com/en/) - Soundtrack Databases +* [dbkpop](https://dbkpop.com/), [KPop Fandom](https://kpop.fandom.com/wiki/) or [KPopping](https://kpopping.com/) - K-Pop Databases +* [Loudness War](https://dr.loudness-war.info/) - Albums Dynamic Range Database * [TuneMyMusic](https://www.tunemymusic.com/) - Transfer Playlists Between Services +* [TheIndieRockPlaylist](https://www.theindierockplaylist.com/) - Indie Rock Archive +* [Metal Archives](https://www.metal-archives.com/) - Metal Band Archive +* [IDM Discovery](https://www.idmdiscovery.com/) - IDM Artist Archive +* [ClassicRockHistory](https://www.classicrockhistory.com/classic-rock-bands-list-and-directory/) - Classic Rock Band Archive +* [LibraryThing](https://www.talpasearch.com/) - Find Albums by Describing Them +* [This Is What You Listen To](https://tiwylt.musimap.io/) - Song Genre / Info Analyzer * [rate.house](https://rate.house/) - 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 * [libib](https://www.libib.com/) - Desktop Media Catalog +* [Obscurify](https://obscurifymusic.com/) or [MusicTaste](https://musictaste.space/) - Compare Music Taste to Others +* [MediaTracker](https://github.com/bonukai/MediaTracker) - Self-Hosted Media Tracker +* [Maloja](https://github.com/krateng/maloja) or [Multi Scrobbler](https://github.com/FoxxMD/multi-scrobbler) - Self-Hosted Audio Scrobbling +* [AME](https://gitlab.com/SuperSaltyGamer/ame) - Music Site Enhancement Userscripts +* [Music Chart Maker](https://musicchartmaker.com/) - Create Album Collages *** ## โ–ท Curated Recommendations -* ๐ŸŒ **[/music discovery/](https://dan.valeena.dev/guides/music-discovery/), [2](https://rentry.co/musicdiscovery)** - Music Discovery Guide * โญ **[AnyDecentMusic](http://www.anydecentmusic.com/)** - Album Review Aggregator -* โญ **[Acclaimed Music](https://www.acclaimedmusic.net/)** - Discover Acclaimed Music of the Times * โญ **[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 -* โญ **[MixesDB](https://www.mixesdb.com/)** - DJ Set Database -* โญ **[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 -* [Chosic](https://www.chosic.com/), [lazyrecords](https://lazyrecords.app/), [Discover Quickly](https://discoverquickly.com/), [TapeFear](https://www.tapefear.com/), [SongsLikeX](https://songslikex.com/), [Dubolt](https://dubolt.com/), [Maroofy](https://maroofy.com/) or [Playlost.fm](http://playlost.fm/) - Song Discovery Tools -* [Music-Map](https://www.music-map.com/), [Musicroamer](https://www.musicroamer.com/), [Music Galaxy](https://galaxy.spotifytrack.net/), [Unchartify](https://unchartify.com/) / [Telegram](https://t.me/spotifyuncharted), [SAGE](https://hate5six.com/sage), [LivePlasma](https://liveplasma.com/) or [GNOD](https://www.gnod.com/) - Artist Discovery Tools +* [โ Essential Charts](https://4chanmusic.miraheze.org/wiki/Essential_Charts) - Album Recommendation Charts * [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) -* [Kworb](https://kworb.net/), [Spotify Charts](https://charts.spotify.com/home) or [SuperFridayChart](https://www.superfridaychart.com/) - Music Top Charts -* [ClassicRockHistory](https://www.classicrockhistory.com/classic-rock-bands-list-and-directory/) - Classic Rock Band Archive -* [TheIndieRockPlaylist](https://www.theindierockplaylist.com/) - Indie Rock Archive -* [Musicmap](https://musicmap.info/) - Genealogy / History of Music Genres -* [Map of Metal](https://mapofmetal.com/) - Interactive Map of Metal History -* [Metal Archives](https://www.metal-archives.com/) - Metal Band Archive -* [DAHR](https://adp.library.ucsb.edu/index.php) - American Historical Recordings Database -* [IDM Discovery](https://www.idmdiscovery.com/) - IDM Artist Archive -* [TrackID](https://trackid.net/) or [1001Tracklists](https://www.1001tracklists.com/) - Live Set Tracklist Databases * [Charts and Culture](https://pastebin.com/uRDJVGkL) - Music Recommendation Directory * [Shfl](https://theshfl.com/) - Album Recommendations +* [โ Melondy](https://melondy.com/) - Curated List of Albums Rated by Anthony Fantano * [45Cat](https://www.45cat.com/) - Vinyl Ratings / Reviews -* [Spoqify](https://spoqify.com/) - Anonymous Playlist Generator * [MusicTo](https://www.musicto.com/) - Musician Curated Playlists -* [BoilTheFrog](http://boilthefrog.playlistmachinery.com/) - Create Playlist from 2 Artists -* [Obscurify](https://obscurifymusic.com/) or [MusicTaste](https://musictaste.space/) - Compare Music Taste to Others -* [Random Song](https://randomsong.org/), [Random Song Generator](https://randomsonggenerator.com/) or [Samplette](https://samplette.io/) - Play Random YouTube Songs -* [1001 Albums Generator](https://1001albumsgenerator.com/) - Generates Random Album Everyday * [DigitalDreamDoor](https://digitaldreamdoor.com/) - Greatest 100 Lists +* [CET](https://rentry.org/CET) - Music Comps & Edits / [Discord](https://discord.gg/DfAfVPPvq4) + +*** + +## โ–ท Song / Artist Discovery + +* ๐ŸŒ **[/music discovery/](https://dan.valeena.dev/guides/music-discovery/), [2](https://rentry.co/musicdiscovery)** - Music Discovery Guide +* โญ **[Acclaimed Music](https://www.acclaimedmusic.net/)** - Discover Acclaimed Music of the Times +* โญ **[EveryNoise](https://everynoise.com/)** - Music Genre Discovery Tool / [New Music](https://www.furia.com/page.cgi?type=log#id492) +* [Music-Map](https://www.music-map.com/), [Musicroamer](https://www.musicroamer.com/), [Music Galaxy](https://galaxy.spotifytrack.net/), [Unchartify](https://unchartify.com/) / [Telegram](https://t.me/spotifyuncharted), [SAGE](https://hate5six.com/sage), [LivePlasma](https://liveplasma.com/) or [GNOD](https://www.gnod.com/) - Artist Discovery Tools +* [Kworb](https://kworb.net/), [Spotify Charts](https://charts.spotify.com/home) or [SuperFridayChart](https://www.superfridaychart.com/) - Music Top Charts +* [BoilTheFrog](http://boilthefrog.playlistmachinery.com/) - Create Playlist from 2 Artists +* [Spoqify](https://spoqify.com/) - Anonymous Playlist Generator +* [Chosic](https://www.chosic.com/), [lazyrecords](https://lazyrecords.app/), [SongsLikeX](https://songslikex.com/), [Discover Quickly](https://discoverquickly.com/), [TapeFear](https://www.tapefear.com/), [Dubolt](https://dubolt.com/) or [Playlost.fm](https://playlost.fm/) - Song Discovery Tools +* [Random Song](https://randomsong.org/), [Random Song Generator](https://randomsonggenerator.com/), [โ SampleRoulette](https://www.sampleroulette.io/) or [Samplette](https://samplette.io/) - Play Random YouTube Songs * [Best Ever Albums](https://www.besteveralbums.com/index.php) - Discover Albums -* [MusicGenreTree](https://www.musicgenretree.org/chart.html) - Discover New Music by Genre +* [1001 Albums Generator](https://1001albumsgenerator.com/) - Daily Random Album Recommendation * [OrbitMusic](https://www.bbc.co.uk/orbitmusic) - Undiscovered Artist Recommendations / [Limit Bypass](https://i.imgur.com/FDx8jKa.png) -* [SecondHandSongs](https://secondhandsongs.com/), [RemixSearch](https://remixsearch.net/) or [WhoSampled](https://www.whosampled.com/) - Cover / Remix Databases -* [SoundtrackTracklist](https://soundtracktracklist.com/) or [FilmMusicSite](https://www.filmmusicsite.com/en/) - Soundtrack Databases -* [generasia](https://www.generasia.com/) - Asian Music Wiki -* [dbkpop](https://dbkpop.com/), [Stage48](http://stage48.net/wiki/index.php/Main_Page), [KPop Fandom](https://kpop.fandom.com/wiki/) or [KPopping](https://kpopping.com/) - K-Pop Databases -* [Music.ishkur](https://music.ishkur.com/) - Electronic Music Guide +* [MusicGenreTree](https://www.musicgenretree.org/chart.html) - Discover New Music by Genre +* [Identifying Music Genres](https://chunisama.github.io/Identifying-Music-Genres/) - Compare Music Genres +* [Musicmap](https://musicmap.info/) - Genealogy / History of Music Genres +* [Map of Metal](https://mapofmetal.com/) - Interactive Map of Metal History +* [Music.ishkur](https://music.ishkur.com/) - Electronic Music Genre Guide * [โ HappyHardcore](https://www.happyhardcore.com/forums/) - Hardcore Dance Music Forum * [TranceFix](https://www.trancefix.nl/index.php) - Trance Music Forum -* [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 -* [Loudness War](https://dr.loudness-war.info/) - Albums Dynamic Range Database -* [AME](https://gitlab.com/SuperSaltyGamer/ame) - Music Site Enhancement Userscripts -* [Music Chart Maker](https://musicchartmaker.com/) - Create Album Collages *** ## โ–ท Last.fm Tools * ๐ŸŒ **[Awesome Last.fm](https://github.com/jnguyen1098/awesome-lastfm)** or [Last.fm Tool List](https://redd.it/1h8ec76) - Last.fm Tool Indexes -* โญ **[โ bleh](https://katelyn.moe/bleh/)** - Last.fm Customization Script / [GitHub](https://github.com/katelyynn/bleh) +* โญ **[โ bleh](https://bleh.katelyn.moe/)** - Last.fm Customization Script / [GitHub](https://github.com/katelyynn/bleh) * โญ **[OpenScrobbler](https://openscrobbler.com/)** - Manually Scrobble Anything / [Discord](https://discord.gg/SEDp6Zy) / [GitHub](https://github.com/elamperti/openwebscrobbler) * โญ **[Pano Scrobbler](https://github.com/kawaiiDango/pano-scrobbler)** - Multi-Platform Scrobbler * โญ **[Last.fm Stats](https://lastfmstats.com/)** - In-Depth Last.fm Stats / [GitHub](https://github.com/felhag/lastfm-stats-web) @@ -680,8 +707,8 @@ * [Chart My Music](https://www.chartmymusic.com/lastfm/), [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.rainosullivan.com/) - Last.fm Tag Cloud -* [Mainstream Calc](http://mainstream.ghan.nl/) - Mainstream Calculator -* [Decent.live](https://descent.live/) - Now Playing Tool +* [Mainstream Calc](https://mainstream.ghan.nl/) - Mainstream Calculator +* [Descent](https://descent.live/) - Now Playing Tool *** @@ -694,13 +721,12 @@ * โ†ช๏ธ **[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 * โญ **[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 -* [Hydrogenaudio](https://wiki.hydrogenaud.io/) - Audio Technology Wiki +* [CUETools](http://cue.tools/wiki/CUETools) - Manipulate .cue Files / [GitHub](https://github.com/gchudov/cuetools.net/) * [Phiola](https://github.com/stsaz/phiola), [AudioToolSet](https://audiotoolset.com/) or [Safeaudiokit](https://safeaudiokit.com/) - Audio Multi-Tool Apps / Sites * [Vocaroo](https://vocaroo.com/) - Online Voice Recorder * [Tunebat](https://tunebat.com/) or [QO & SPECTRE](https://docs.google.com/spreadsheets/u/0/d/1QEvWoGa10BctJ1yqDgZl3IoY8bhB3AwbHzgCHjJ5neI/htmlview) - Music Key / BPM Databases * [Karaoke Mugen](https://mugen.karaokes.moe/en/) - Karaoke App * [X-Minus](https://x-minus.pro/) or [LRC Maker](https://lrcmaker.com/) - Create / Find Karaoke Songs -* [VB Cables](https://rentry.co/FMHYB64#vb-cables) - Virtual Audio Cables * [Librescore Downloader](https://github.com/LibreScore/dl-librescore) - Librescore Downloader * [M3Unator](https://github.com/hasanbeder/M3Unator) - Generate M3U Playlists from Open Directories @@ -708,11 +734,12 @@ ## โ–ท Audio Players +* โ†ช๏ธ **[Android Audio Players](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_android_audio_players)** * โญ **[Foobar2000](https://www.foobar2000.org/)** -* โญ **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/) / [Lyric Sync](https://rentry.co/FB2K-SyncedLyrics) * โญ **[WACUP](https://getwacup.com/)** / [Discord](https://discord.gg/5pVTdbj) * โญ **[AIMP](https://www.aimp.ru/)** -* โญ **[MusicBee](https://getmusicbee.com/)** / [Quality Bades](https://wiki.musichoarders.xyz/reference/musicbee/) +* โญ **[MusicBee](https://getmusicbee.com/)** / [Quality Badges](https://wiki.musichoarders.xyz/reference/musicbee/) * [Harmonoid](https://harmonoid.com/) / [Discord](https://discord.gg/2Rc3edFWd8) * [Namida](https://github.com/namidaco/namida) - Feature-Rich * [TimeStetch](https://29a.ch/timestretch/) - Web-Based @@ -721,6 +748,7 @@ * [Butterchurn Visualizer](https://butterchurnviz.com/), [MusicVid](https://musicvid.org/), [Vizzy](https://vizzy.io/) or [CatNip](https://github.com/noriah/catnip) - Audio Visualizers * [PartyEngine](https://aggrocrab.itch.io/partyengine) - Audio Party Visualizer * [NCurses++](https://github.com/ncmpcpp/ncmpcpp) +* [โ Nagi](https://github.com/Anthonyy232/Nagi) * [Museeks](https://museeks.io/) * [Audacious](https://audacious-media-player.org/) * [Strawberry](https://www.strawberrymusicplayer.org/) @@ -743,7 +771,7 @@ * โญ **[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/)** * โญ **[iBroadcast](https://ibroadcast.com)** -* โญ **[AudioRelay](https://audiorelay.net/)** - Stream Audio Between Devices / [Mobile](https://rentry.co/FMHYB64#audio-relay) +* โญ **[AudioRelay](https://audiorelay.net/)** - Stream Audio Between Devices / [Mobile](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) * [Lyrion](https://lyrion.org/) / [Extensions](https://lyrion.org/extensions/applications/) * [SnapCast](https://github.com/badaix/snapcast) or [SonoBus](https://sonobus.net/) - Sound System Sync * [mStream](https://mstream.io/) @@ -752,7 +780,6 @@ * [Music Player Daemon](https://www.musicpd.org/) * [Polaris](https://github.com/agersant/polaris) * [Gonic](https://github.com/sentriz/gonic) -* [SynchronousAudioRouter](https://github.com/eiz/SynchronousAudioRouter) * [Ampache](https://ampache.org/) *** @@ -760,7 +787,7 @@ ## โ–ท Audio Metadata * โญ **[MP3Tag](https://www.mp3tag.de/en/)** - Metadata Organizer -* โญ **[MusicBrainz Picard](https://picard.musicbrainz.org/)** - Metadata Organizer +* โญ **[MusicBrainz Picard](https://picard.musicbrainz.org/)** - Metadata Organizer / [GitHub](https://github.com/metabrainz/picard) * [YADG](https://yadg.cc/) - Scrape Music Release Info / [API](https://yadg.cc/api/) * [Beets](https://beets.io/) - Metadata Organizer / [Guides](https://redd.it/11iaafu) / [GitHub](https://github.com/beetbox/beets) * [TagEditor](https://github.com/Martchus/tageditor) - Metadata Organizer @@ -775,7 +802,7 @@ ## โ–ท Album Artwork * โญ **[Cover Search Engine](https://covers.musichoarders.xyz)**, [Albumart.Digital](https://albumart.digital/) or [bigpictures](https://bigpictures.xyz/) - Album Art Search Engines -* โญ **[SpotifyArt](https://spotify-art.vercel.app/)** - Spotify Album Art Downloaders / Web +* โญ **[SpotifyArt](https://spotify-art.vercel.app/)** - Spotify Album Art Downloader / Web / [GitHub](https://github.com/Shiawaseu/SpotifyArt) * [Apple Artwork](https://artwork.thekvt.eu.org/) - Apple Music Album Art Downloader * [MediUX Album Covers](https://mediux.pro/albums) - Media Soundtrack Album Art * [Classic Rock Covers](https://www.classic-rock-covers.com/) - Rock Album Art @@ -786,7 +813,7 @@ ## โ–ท Song Identification * โญ **[Google Assistant](https://assistant.google.com/)** - Google's Music Recognition / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#google-music-recognition) -* โญ **[Shazam](https://www.shazam.com/)** / Android, iOS / [Modded](https://rentry.co/FMHYB64#shazam) / [Desktop App](https://github.com/BayernMuller/vibra), [2](https://github.com/zemoto/WhatAmIHearing) / [Firefox](https://addons.mozilla.org/en-US/firefox/addon/librezam/) / [Chrome](https://chromewebstore.google.com/detail/shazam-find-song-names-fr/mmioliijnhnoblpgimnlajmefafdfilb) +* โญ **[Shazam](https://www.shazam.com/)** / Android, iOS / [Features](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) / [Desktop App](https://github.com/BayernMuller/vibra), [2](https://github.com/zemoto/WhatAmIHearing) / [Firefox](https://addons.mozilla.org/en-US/firefox/addon/librezam/) / [Chrome](https://chromewebstore.google.com/detail/shazam-find-song-names-fr/mmioliijnhnoblpgimnlajmefafdfilb) * โญ **[WatZatSong](https://www.watzatsong.com/en)** or [r/NameThatSong](https://reddit.com/r/NameThatSong) - Song ID Communities * [FlairMax](https://apps.microsoft.com/detail/9pdzvj34ztxg) / Windows * [AudioTag](https://audiotag.info/) / Web @@ -807,6 +834,7 @@ * [Lyricify](https://github.com/WXRIW/Lyricify-App) - Lyrics Desktop App * [Versefy](https://versefy.app/) or [Lyrics-In-Terminal](https://github.com/Jugran/lyrics-in-terminal) - Lyric Finder for Spotify / Tidal / VLC * [LyricsTranslate](https://lyricstranslate.com/) - Lyric Translator +* [โ LRC Maker](https://lrc-maker.github.io/) - Web-Based Lyrics Editor / [GitHub](https://github.com/magic-akari/lrc-maker) * [LRCGET](https://github.com/tranxuanthang/lrcget) - Download Synced Lyrics * [LRCLIB](https://lrclib.net/) - Synced Lyrics Search @@ -818,7 +846,6 @@ * ๐ŸŒ **[Awesome Sheet Music](https://github.com/ad-si/awesome-sheet-music)** - Sheet Music Software & Resources * โ†ช๏ธ **[Music Sheet Collections](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_music_sheet_collections)** * โญ **[MuseScore](https://musescore.org/)**, [MC Musiceditor](https://www.mcmusiceditor.com/) or [Score Perfect Professional](https://archive.org/details/score-perfect-professional-lite-5.1/) - Music Scoring Software -* [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 * [Chordly](https://chordly.co.uk/) - Chord Sheet Creator / [GitHub](https://github.com/stufro/chordly) * [Piascore](https://apps.apple.com/app/piascore-hd/id406141702) - iOS Music Score Viewer @@ -837,19 +864,18 @@ ## โ–ท Spectrum Analyzers * โญ **[Audio Quality Check Guide](https://redd.it/3l0yxp)** -* โญ **[Comparison of Audio Compression](https://nigelcoldwell.co.uk/audio/)** * โญ **[Fakin' The Funk?](https://fakinthefunk.net/)** * โญ **[Sonic Visualizer](https://www.sonicvisualiser.org/)** * โญ **[Spek](https://www.spek.cc/)** +* [โ Acoustic Spectrum Analyzer](https://spec.squid.wtf/) or [โ WhatsMyBitrate](https://whatsmybitrate.com/) - Web-Based * [Visual Analyser](https://www.sillanumsoft.org/) -* [โ WhatsMyBitrate](https://whatsmybitrate.com/) -* [Friture](https://friture.org/) +* [Friture](https://friture.org/) / [GitHub](https://github.com/tlecomte/friture) * [Spectro](http://spectro.enpts.com/) * [Cambia](https://logs.musichoarders.xyz/) - CD Rip Log Checker *** -## โ–ท [Linux Audio Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/linux#wiki_.25B7_linux_video) +## โ–ท [Linux Audio Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/linux#wiki_.25B7_linux_audio) *** @@ -865,7 +891,7 @@ * โญ **[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) * [Tonocracy](https://tonocracy.com/), [NeuralAmpModeler](https://www.neuralampmodeler.com/), [GuitarML](https://guitarml.com/index.html) or [TONEX CS](https://www.ikmultimedia.com/products/tonex/#tonexcs) - Guitar Tones, Effects & Virtual Amps -* [ToneHunt](https://tonehunt.org/) - Guitar Tone Profiles +* [Tone3000](https://tone3000.com/) - Guitar Tone Profiles * [PresetShare](https://presetshare.com/) - Audio Presets / Signup * [VSTSkins](https://vstskins.com/category/skins/?fwp_license=free) - VST Skins @@ -897,7 +923,7 @@ ## โ–ท Browser Editors / Synths * โญ **[Audioalter](https://audioalter.com/)**, **[WavaCity](https://wavacity.com/)**, [AudioMass](https://audiomass.co/), [editor.audio](https://editor.audio/), [TwistedWave](https://twistedwave.com/online) or [xAudioPro](https://www.xaudiopro.com/en/) - Online Editors -* โญ **[BandLab](https://www.bandlab.com/)** - Digtal Audio Workstation +* โญ **[BandLab](https://www.bandlab.com/)** - Digital Audio Workstation * โญ **[Drumhaus](https://www.drumha.us/)**, [iO-808](https://io808.com/), [Sequencer64](https://www.sequencer64.com/), [Drummy](https://drummy.io/), [DrumBit](https://drumbit.app/), [Roland50.studio](https://roland50.studio/), [Acid Machine 2](https://errozero.co.uk/acid-machine/), [orDrumbox](https://www.ordrumbox.com/) or [Hydrogen](http://hydrogen-music.org/) - Virtual Drum Machines * [UltraBox](https://ultraabox.github.io/), [AbyssBox](https://choptop84.github.io/abyssbox-app/), [JummBox](https://jummb.us/) / [GitHub](https://github.com/jummbus/jummbox), [BeepBox](https://www.beepbox.co/) or [GoldBox](https://aurysystem.github.io/goldbox/) - Online Sequencer / BeepBox Forks * [Efflux](https://www.igorski.nl/application/efflux/) - Online Tracker / Sequencer @@ -924,7 +950,6 @@ * โญ **[AudioZ](https://audioz.download/)** - Download / [Forum](https://audiosex.pro/) * โญ **[Team V.R releases](https://rentry.co/FMHYB64#team-vr)** - Download -* โญ **[bobdule](https://bobdule999.wixsite.com/bob-dule-factory-2)** - Kontakt / Native Instruments Plugins & Tools * [G-MEH](https://g-meh.com/) - Download / [Discord](https://discord.com/invite/g-meh) * [AudioWavePro](https://t.me/AudioWavePro) - Telegram / AudioZ Reuploads * [AudioTools](https://audiotools.in/) - Torrent / Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators) @@ -942,7 +967,7 @@ * [Decent Sampler](https://www.decentsamples.com/product/decent-sampler-plugin/) or [sforzando](https://www.plogue.com/products/sforzando.html) - VST Samplers / [Libraries](https://www.decentsamples.com/), [2](https://sfzinstruments.github.io/), [3](https://unreal-instruments.wixsite.com/unreal-instruments) * [Pianobook](https://www.pianobook.co.uk/) - 1500+ Sample Packs / Signup * [VCV Rack 2](https://vcvrack.com/Rack) or [Cardinal](https://cardinal.kx.studio/) - Eurorack Simulators -* [IEM Plug-in Suite](https://plugins.iem.at/), [ModularSamples](https://www.modularsamples.com/Plugins.html) / [Github](https://github.com/publicsamples), [Igorski](https://www.igorski.nl/download) / [GitHub](https://github.com/igorski?utf8=โœ“&tab=repositories&q=vst), [SPARTA](https://leomccormack.github.io/sparta-site/) or [Chowdhury DSP](https://chowdsp.com/products.html) - Open-Source Plugins +* [IEM Plug-in Suite](https://plugins.iem.at/), [ModularSamples](https://github.com/publicsamples), [Igorski](https://www.igorski.nl/download) / [GitHub](https://github.com/igorski?utf8=โœ“&tab=repositories&q=vst), [SPARTA](https://leomccormack.github.io/sparta-site/) or [Chowdhury DSP](https://chowdsp.com/products.html) - Open-Source Plugins * [Plugins4Free](https://plugins4free.com/), [looperman](https://www.looperman.com/free-music-software) or [AirWindows](https://www.airwindows.com/) / [Consolidated](https://www.airwindows.com/consolidated/) - Plugins * [Krush](https://www.tritik.com/product/krush/) - Bitcrusher Plugin * [samplv1](https://samplv1.sourceforge.io/) - Voice Synth @@ -955,7 +980,7 @@ * โญ **[Kits4Beats](https://kits4beats.com/)** - Download / Torrent / [Telegram](https://t.me/kits4beats) * โญ **[PLUGG SUPPLY](https://t.me/pluggsupply)** - Telegram / [VK](https://vk.com/pluggsupply) -* โญ **[OrangeFreeSounds](https://orangefreesounds.com/)**, [FreeSoundsLibrary](https://www.freesoundslibrary.com/) or [SoundGator](https://www.soundgator.com/) - Free-to-Use +* โญ **[OrangeFreeSounds](https://orangefreesounds.com/)**, [FreeSoundsLibrary](https://www.freesoundslibrary.com/), [BandLab Samples](https://www.bandlab.com/sounds/free-samples) or [SoundGator](https://www.soundgator.com/) - Free-to-Use * [EXP Soundboard](https://sourceforge.net/projects/expsoundboard/), [Sound Show](https://soundshow.app/) / [Discord](https://discord.com/invite/8pGnfJyzNq), [Soundux](https://soundux.rocks/) or [Resanance](https://resanance.com/) - Soundboard Programs * [MyInstants](https://www.myinstants.com/index/us/), [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://www.bfxr.net/) / [GitHub](https://github.com/increpare/bfxr2), [ChipTone](https://sfbgames.itch.io/chiptone) or [SFXR](https://sfxr.me/) - Sound Effect Creators @@ -964,7 +989,6 @@ * [BBC Sound Effects](https://sound-effects.bbcrewind.co.uk/) / [Downloader](https://github.com/get-iplayer/get_iplayer) * [GDC](https://sonniss.com/gameaudiogdc) - Royalty Free Sound Effects Archive * [Citizen DJ](https://citizen-dj.labs.loc.gov/) - Free-to-Use Sounds from the Library of Congress -* [FindSounds](https://www.findsounds.com/) - Find Sounds from Websites * [SNES Soundfonts](https://www.williamkage.com/snes_soundfonts/) or [Musical Artifacts](https://musical-artifacts.com/) - Soundfonts *** diff --git a/docs/beginners-guide.md b/docs/beginners-guide.md index 9bed103ca..9526a1295 100644 --- a/docs/beginners-guide.md +++ b/docs/beginners-guide.md @@ -14,12 +14,22 @@ Piracy sites usually contain ads, some of which can be harmful, often leading to For browsers we recommend **[uBO](https://github.com/gorhill/uBlock)**, and you can also use a **[Redirect Skipper](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools/#wiki_.25B7_redirect_bypass)** to skip annoying countdowns. -For mobile **[AdGuard Premium](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android/#wiki_.25B7_android_adblocking)** / [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://revanced.app/)** / [Easy Setup](https://wispydocs.pages.dev/lg-tv-homebrew/). Note that uBO works on mobile browsers like Firefox / Brave too. +For mobile **[AdGuard Premium](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android/#wiki_.25B7_android_adblocking)** / [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://revanced.app/)** / [Easy Setup](https://wispydocs.pages.dev/revanced-obtainium/). Note that uBO works on mobile browsers like Firefox / Brave too. !!!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 it's perfectly okay to use uBO alongside something like SponsorBlock. *** +### Antivirus + +> How can I safely scan files, and determine if detections are false positives? + +Before installing any file, it's 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://claraiscute.neocities.org/Guides/vtguide)** / [2](https://claraiscute.pages.dev/Guides/vtguide), or send it to us in Discord and we'll take a look for you. + +!!!note Most antivirus programs are unnecessary and can cause slow down. If you use trusted websites, Windows Defender should be all you need to stay safe, and you can run a [Malwarebytes](https://www.malwarebytes.com/) scan from time to time for extra protection. + +*** + ### Browsers > Which web browser should I use? @@ -28,7 +38,7 @@ We recommend **[Firefox](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/interne For Android, we recommend **[Firefox](https://www.firefox.com/browsers/mobile/android/)**, **[Brave](https://brave.com/)** or **[Cromite](https://github.com/uazo/cromite)**. -For iOS, we recommend **[Orion](https://kagi.com/orion/)**, [Brave](https://brave.com/) or Safari + [AdGuard](https://adguard.com/en/adguard-ios/overview.html). +For iOS, we recommend **[Orion](https://kagi.com/orion/)**, **[Brave](https://brave.com/)** or **Safari + [AdGuard](https://adguard.com/en/adguard-ios/overview.html)**. !!!note We recommend looking 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) sections to find ways to enhance your browser. @@ -46,11 +56,11 @@ If you see a string of text that looks like this `aHR0cHM6Ly9mbWh5Lm5ldC8` you c ### Movies / Shows -* **Streaming: [P-Stream](https://pstream.mov/) / [Cineby](https://www.cineby.app/) / [Hexa](https://hexa.watch/)** +* **Streaming: [Cineby](https://www.cineby.gd/) / [P-Stream](https://pstream.mov/)** * **Downloading: [Directories](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video#wiki_.25B7_drives_.2F_directories)** * **Torrenting: [1337x](https://1337x.to/movie-library/1/) / [ExT.to](https://ext.to/browse/?cat=1)** * **Sports Streaming: [Streamed](https://streamed.su/) / [WatchSports](https://watchsports.to/)** -* **Drama Streaming: [DramaGo](https://dramago.me/) / [DramaCool](https://dramacool.com.tr/)** +* **Drama Streaming: [DramaCool](https://dramacool.com.tr/)** * **Track / Discover: [Trakt](https://trakt.tv/) / [Simkl](https://simkl.com/) / [Letterboxd](https://letterboxd.com/)** *** @@ -59,14 +69,14 @@ If you see a string of text that looks like this `aHR0cHM6Ly9mbWh5Lm5ldC8` you c * **Streaming: [AnimeKai](https://animekai.to/home) / [Miruro](https://www.miruro.com/) / [HiAnime](https://hianime.to/)** * **Downloading: [Tokyo Insider](https://www.tokyoinsider.com/) / [Hi10Anime](https://hi10anime.com/)** -* **Torrenting: [Nyaa](https://nyaa.si/) / [Hayase](https://hayase.watch/)** +* **Torrenting: [Nyaa](https://nyaa.si/) / [Hayase](https://hayase.watch/) / [Extensions](https://rentry.co/FMHYB64#hayase)** * **Track / Discover: [MyAnimeList](https://myanimelist.net/) / [AniList](https://anilist.co/)** *** ### Music -* **Streaming: [SpotX](https://github.com/SpotX-Official/SpotX)** +* **Streaming: [SpotX](https://github.com/SpotX-Official/SpotX) / [DAB Music Player](https://dab.yeet.su/)** * **Downloading: [lucida](https://lucida.to/) / [DoubleDouble](https://doubledouble.top/) / [Soulseek](https://slsknet.org/)** * **Mobile: [Metrolist](https://github.com/mostafaalagamy/metrolist) (Android) / [ReVanced Manager](https://revanced.app/) (Android) / [SpotC++](https://spotc.yodaluca.dev/) (iOS)** * **Track / Discover: [Last.fm](https://www.last.fm/home) / [RateYourMusic](https://rateyourmusic.com/)** @@ -76,7 +86,7 @@ If you see a string of text that looks like this `aHR0cHM6Ly9mbWh5Lm5ldC8` you c ### Gaming * **Download / Torrent: [SteamRIP](https://steamrip.com/) / [FitGirl Repacks](https://fitgirl-repacks.site/)** -* **Emulation / ROMs: [Emulation Wiki](https://emulation.gametechwiki.com/index.php/Main_Page) / [r/ROMs Mega](https://r-roms.github.io/) / [Myrient](https://rentry.co/FMHYB64#myrient)** +* **Emulation / ROMs: [Emulation Wiki](https://emulation.gametechwiki.com/index.php/Main_Page) / [CrocDB](https://crocdb.net/) / [r/ROMs Mega](https://r-roms.github.io/) / [Myrient](https://rentry.co/FMHYB64#myrient)** * **Download Managers: [JDownloader](https://jdownloader.org/jdownloader2)** * **Track / Discover: [Backloggd](https://www.backloggd.com/) / [Glitchwave](https://glitchwave.com/)** @@ -89,21 +99,11 @@ If you see a string of text that looks like this `aHR0cHM6Ly9mbWh5Lm5ldC8` you c * **Manga: [Weeb Central](https://weebcentral.com/) / [MangaDex](https://mangadex.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/)** + [Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#foxit-warning) -* **Android Readers: [Librera](https://librera.mobi/) / [Moon+ Reader](https://www.moondownload.com/) / [Readera](https://readera.org/)** +* **Android Readers: [Librera](https://librera.mobi/) / [Moon+ Reader](https://www.moondownload.com/) + [Theme Guide](https://claraiscute.neocities.org/Guides/moontheme/), [2](https://claraiscute.pages.dev/Guides/moontheme) / [Legado](https://github.com/gedoor/legado/blob/master/English.md)** * **Track / Discover: [GoodReads](https://www.goodreads.com/)** (books) / [StoryGraph](https://www.thestorygraph.com/) (books) / **[MAL](https://myanimelist.net/)** (manga) / **[LeagueOfComicGeeks](https://leagueofcomicgeeks.com/)** (comics) *** -### Antivirus - -> How can I safely scan files, and determine if detections are false positives? - -Before installing any file, it's 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. - -!!!note Most antivirus programs are unnecessary and can cause slow down. If you use trusted websites, Windows Defender should be all you need to stay safe, and you can run a [Malwarebytes](https://www.malwarebytes.com/) scan from time to time for extra protection. - -*** - ### Privacy > I don't have anything to hide, why should I care about privacy? @@ -122,7 +122,7 @@ For email privacy, we recommend **[Proton](https://proton.me/mail)** and for sea > How can I download / activate Windows for free? -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://rentry.co/FMHYB64#mas)**. If you'd like to use Windows 10 past its End-Of-Life date, follow **[Windows 10 After EOL](https://massgrave.dev/windows10_eol)**. +Download an ISO from Massgrave's **[Genuine Installation Media](https://massgrave.dev/genuine-installation-media)** page, and follow the **[Clean Install Windows Guide](https://massgrave.dev/clean_install_windows)** to install it. After install, activate it with **[Microsoft Activation Scripts](https://rentry.co/FMHYB64#mas)**. If you'd like to use Windows 10 past its End-Of-Life date, follow **[Windows 10 After EOL](https://massgrave.dev/windows10_eol)**. * **[Windows Install / Debloat Guide](https://wispydocs.pages.dev/windows/)** * **Software Piracy: [CracksURL](https://cracksurl.com/) / [LRepacks](https://lrepacks.net/)** @@ -177,4 +177,4 @@ Downloading files through torrenting can cause issues with your ISP, so using a *** -**[^ Back to Top](#beginners-guide-to-piracy)** \ No newline at end of file +**[^ Back to Top](#beginners-guide-to-piracy)** diff --git a/docs/developer-tools.md b/docs/developer-tools.md index dec09bb25..494e758d3 100644 --- a/docs/developer-tools.md +++ b/docs/developer-tools.md @@ -33,7 +33,7 @@ * [Talos Blog](https://blog.talosintelligence.com/) - Cybersecurity News * [IT Security Guru](https://www.itsecurityguru.org/) - Cybersecurity News * [This Week in Rust](https://this-week-in-rust.org/) - Rust News / Updates -* [hackertab.dev](https://hackertab.dev/) or [daily.dev](https://daily.dev/) - Dev Browser Startpages +* [hackertab.dev](https://hackertab.dev/) - Dev Browser Startpages *** @@ -55,7 +55,7 @@ * [PrivacyPolicyTemplate](https://www.privacypolicytemplate.net/) - Generate Privacy Policies * [Eternal Terminal](https://eternalterminal.dev/), [Termius](https://termius.com/) or [NxShell](https://nxshell.github.io/) - SSH Clients / Servers * [Beszel](https://beszel.dev/) - Dev Data Dashboard -* [PuTTY](https://www.chiark.greenend.org.uk/~sgtatham/putty/) - SSH & Telnet Client / [Multi-Tab](https://ttyplus.com/) / [Fork](https://www.9bis.net/kitty/#!index.md) / [GitHub](https://github.com/cyd01/KiTTY/) +* [PuTTY](https://www.chiark.greenend.org.uk/~sgtatham/putty/) - SSH & Telnet Client / [Multi-Tab](https://ttyplus.com/) * [Penpot](https://penpot.app/) - Cross Domain Design & Prototyping Platform * [Webhook.site](https://webhook.site/) - Webhook Tools * [Libraries.io](https://libraries.io/) - Package, Framework & Tool Search @@ -63,10 +63,8 @@ * [Bardeen](https://www.bardeen.ai/) or [N8N](https://n8n.io/) / [Workflow Index](https://github.com/Zie619/n8n-workflows) - Workflow Automation * [UI.Vision RPA](https://ui.vision/) - Workflow Automation Extension * [Hajimari](https://hajimari.io/) - Kubernetes Startpage / [Discord](https://discord.com/invite/HWGZSWJsA8) -* [discord-api-libs](https://github.com/Apacheli/discord-api-libs) - Community Libraries for Discord API * [botwiki](https://botwiki.org/) - Learn How to Make Bots * [reddit-moderator-toolbox](https://github.com/toolbox-team/reddit-moderator-toolbox) - Toolbox for Reddit Extension Development -* [devSwag](https://devswag.io/) - Developer Giveaways * [Commands.dev](https://www.commands.dev/) - Terminal Commands * [AirBroke](https://airbroke.icorete.ch/) or [Glitchtip](https://glitchtip.com) - Error Tracking Platforms * [UMLet](https://www.umlet.com/), [PlantUML](https://www.plantuml.com/) or [JDL Studio](https://start.jhipster.tech/jdl-studio/) - UML Diagrams Generators / Creators @@ -88,13 +86,13 @@ * โญ **[Free for Developers](https://free-for.dev/)** / [GitHub](https://github.com/ripienaar/free-for-dev) * [Useful Tools](https://trolologuy.github.io/useful-tools/) / [GitHub](https://github.com/trolologuy/useful-tools) -* [Best-Websites](https://github.com/sdmg15/Best-websites-a-programmer-should-visit) * [Tiny Helpers](https://tiny-helpers.dev/) / [GitHub](https://github.com/stefanjudis/tiny-helpers) * [Tiny Tools](https://tinytools.directory/) * [Free For Life](https://free.hrsn.dev/) / [GitHub](https://github.com/wdhdev/free-for-life/) * [WebdevHome](https://webdevhome.github.io/) * [Free Developer Stuff](https://freestuff.dev/) * [Addy](https://toolkit.addy.codes/) +* [Rankchart](https://rankchart.org/) * [Prototypr](https://prototypr.io/toolbox/page/1) * [Awesome Sys Admin](https://github.com/awesome-foss/awesome-sysadmin) - System Admin Resources * [Awesome Design Patterns](https://github.com/DovAmir/awesome-design-patterns) - Design Pattern Resources @@ -107,8 +105,8 @@ * [IT Tools](https://it-tools.tech/) * [Web Toolbox](https://web-toolbox.dev/en) * [devina](https://devina.io/) +* [24x7](https://www.site24x7.com/tools.html) * [wangchujiang](https://wangchujiang.com/tools/) -* [SmallDev.tools](https://smalldev.tools/) * [Coders Tool](https://www.coderstool.com/) * [Utilities and Tools](https://utilities-online.info/) * [Clean CSS](https://www.cleancss.com/) @@ -225,7 +223,7 @@ * [Gittyup](https://murmele.github.io/Gittyup/) - Git Source Code History / [GitHub](https://github.com/Murmele/Gittyup) * [Gource](https://gource.io/) - Git Project Visualizer * [multi-gitter](https://github.com/lindell/multi-gitter) - Bulk Repository Updater -* [Delta](https://github.com/dandavison/delta) or [Git-Split-Diffs](https://github.com/banga/git-split-diffs) - Syntax Highlighting / Comparison +* [โ Difftastic](https://difftastic.wilfred.me.uk/) / [GitHub](https://github.com/Wilfred/difftastic), [Delta](https://github.com/dandavison/delta) or [Git-Split-Diffs](https://github.com/banga/git-split-diffs) - Syntax Highlighting / Diff Tools * [Onefetch](https://onefetch.dev) - Command-line Git information tool / [GitHub](https://github.com/o2sh/onefetch) * [pre-commit](https://pre-commit.com/) - Manage / Maintain Pre-Commit Hooks / [GitHub](https://github.com/pre-commit/) * [commitlint](https://commitlint.js.org/) - Lint Commit Messages / [GitHub](https://github.com/conventional-changelog/commitlint) @@ -251,7 +249,7 @@ * [Langits](https://langits.davejudd.dev/) - View Your Most Used Languages on GitHub * [refined-github](https://github.com/refined-github/refined-github) or [Ungit](https://github.com/FredrikNoren/ungit) - Improved GitHub Interface * [GitHub Dorks](https://github-dorks.vercel.app/) - GitHub Search Tool -* [Imgbot](https://imgbot.net/) - GitHub Image Compression +* [Imgbot](https://imgbot.net/) - GitHub Image Compression / [GitHub](https://github.com/imgbot/Imgbot) * [ActionServerless](https://github.com/gitfx/ActionServerless) - Create Serverless Service * [Rahularity](https://gist.github.com/rahularity/86da20fe3858e6b311de068201d279e3) - Use Multiple Git Accounts at Once * [dotfiles](https://dotfiles.github.io/) - GitHub Dotfiles @@ -259,7 +257,6 @@ * [GitHub Web IDE](https://chromewebstore.google.com/detail/github-web-ide/adjiklnjodbiaioggfpbpkhbfcnhgkfe) - Web IDE / [GitHub](https://github.com/zvizvi/GitHub-Web-IDE) * [Octobox](https://octobox.io/), [Gitify](https://www.gitify.io/), [advanced-github-notifier](https://github.com/freaktechnik/advanced-github-notifier), [PR Monitor](https://github.com/fwouts/prmonitor), [Gitification](https://github.com/Gitification-App/gitification) or [CatLight](https://catlight.io/) - GitHub Notifications * [Pages CMS](https://pagescms.org/) - GitHub Content Management System / [GitHub](https://github.com/pages-cms/pages-cms) -* [KeyManager](https://github.com/Yash-Garg/KeyManager) - GitHub SSH / GPG Key Manager * [DownGit](https://downgit.evecalm.com/), [GitHub2File](https://github.com/cognitivecomputations/github2file), [Gitzip](https://kinolien.github.io/gitzip/) or [Download Directory](https://download-directory.github.io/) - Download GitHub Repo Sub-Folders / Files * [Eget](https://github.com/zyedidia/eget) - Install Packages / Binaries Directly from GitHub * [useful-forks](https://useful-forks.github.io/) or [GitPop3](https://andremiras.github.io/gitpop3/) - GitHub Fork Search @@ -272,7 +269,7 @@ * [Gitingest](https://gitingest.com/) or [Repomix](https://repomix.com/) / [GitHub](https://github.com/yamadashy/repomix) - Convert Repos to Prompt-Friendly Text * [OctoLinker](https://octolinker.vercel.app/) - Make GitHub Code References Clickable * [Octotree](https://www.octotree.io/) - GitHub Repo File Tree View -* [Nightly.link](https://nightly.link/) - GitHub Sharable Nightly Links +* [Nightly.link](https://nightly.link/) - GitHub Shareable Nightly Links * [ActionFlow](https://actionsflow.github.io/) - Action Workflow Automation * [act](https://nektosact.com/) - Run GitHub Actions Locally / [GitHub](https://github.com/nektos/act) * [shot-scraper-template](https://github.com/simonw/shot-scraper-template) - Take Automated Screenshots of Web Pages @@ -312,7 +309,6 @@ * [Dockle](https://github.com/goodwithtech/dockle) - Image Linter * [Dive](https://github.com/wagoodman/dive) - Analyze Images * [WatchTower](https://containrrr.dev/watchtower/) - Container Automation -* [autoportforward](https://github.com/ruoshan/autoportforward) - Port Forwarding * [Dozzle](https://dozzle.dev/) - Log Viewer * [Docker AutoHeal](https://github.com/willfarrell/docker-autoheal) - Container Monitor * [Diun](https://crazymax.dev/diun/) - Docker Notifications @@ -329,7 +325,6 @@ * [OhMyPosh](https://ohmyposh.dev/) - Terminal Theme Engines * [Lip Gloss](https://github.com/charmbracelet/lipgloss) - Style Definitions for Terminal Layouts * [sshx](https://sshx.io/) - Share Terminal Screen / [GitHub](https://github.com/ekzhang/sshx) -* [cURL](https://curl.se/) - Transfer Data with URLs / [Converter](https://curlconverter.com/) / [IP Lookup](http://ifconfig.me/) / [Recipes](https://catonmat.net/cookbooks/curl) * [ripgrep](https://github.com/BurntSushi/ripgrep) or [Sift](https://sift-tool.org/) - `grep` Alternatives * [Edbrowse](https://edbrowse.org/) - Command Line Editor / Browser / Mail Client * [Command Not Found](https://command-not-found.com/) - Install Missing Commands @@ -349,11 +344,11 @@ * ๐ŸŒ **[Streaming Site APIs](https://rentry.co/FMHYB64#streaming-apis)** * ๐ŸŒ **[Manga APIs](https://rentry.co/manga-apis)** - Manga Site APIs * ๐ŸŒ **[List of Providers](https://docs.consumet.org/list-of-providers)** - Piracy Site APIs -* ๐ŸŒ **[โ NASA API](http://api.nasa.gov/)** - NASA Open APIs +* ๐ŸŒ **[โ NASA API](https://api.nasa.gov/)** - NASA Open APIs * ๐ŸŒ **[Free AI Stuff](https://github.com/zukixa/cool-ai-stuff)** / [2](https://cas.zukijourney.com/), [FreeAPIProviders](https://rentry.co/freeapiproviders), [OpenRouter](https://openrouter.ai/models?max_price=0) or [API Together](https://api.together.xyz/playground) - LLM / AI API Indexes -* ๐ŸŒ **[LMAerena Price Compare](https://countless.dev/)** - AI API Price Comparisons +* ๐ŸŒ **[AI Price Compare](https://countless.dev/)** - AI API Price Comparisons * โญ **[hoppscotch](https://hoppscotch.io/)**, [Firecamp](https://firecamp.dev/) or [Strapi](https://strapi.io/) - API Builders -* โญ **[Shizuku](https://shizuku.rikka.app/)** / [Tools](https://github.com/legendsayantan/ShizuTools) / [GitHub](https://github.com/RikkaApps/Shizuku) or [Dhizuku](https://github.com/iamr0s/Dhizuku) - Let Apps Use System API (Android) +* โญ **[Shizuku](https://shizuku.rikka.app/)** / [Tools](https://github.com/legendsayantan/ShizuTools) / [GitHub](https://github.com/RikkaApps/Shizuku), [Shizuku Fork](https://github.com/thedjchi/Shizuku) or [Dhizuku](https://github.com/iamr0s/Dhizuku) - Let Apps Use System API (Android) * [Wyzie Subs](https://sub.wyzie.ru/) or [โ Libre Subs](https://libre-subs.fifthwit.net/) - Subtitle Scraping API / [NPM Package](https://www.npmjs.com/package/wyzie-lib) / [Docs](https://docs.wyzie.ru/) * [HTTPie](https://httpie.io/) - Test REST, GraphQL, and HTTP APIs * [Rest Test Test](https://resttesttest.com/) - Test REST / CORS Services @@ -367,6 +362,8 @@ * [Mockae](https://mockae.com/) - Mock APIs with Lua Execution * [InstantAPIs](https://github.com/csharpfritz/InstantAPIs) - API Endpoint Generator * [Stein](https://steinhq.com/) - Turn Google Sheets into Database API +* [Userdoccers](https://docs.discord.food/) - Unofficial Discord API Documentation +* [discord-api-libs](https://github.com/Apacheli/discord-api-libs) - Community Libraries for Discord API * [Lanyard](https://github.com/Phineas/lanyard) - Export Discord Rich Presence to API Endpoint / Websocket / [Discord](https://discord.gg/lanyard) * [Telegram Bot API](https://core.telegram.org/bots) / [GitHub](https://github.com/tdlib/telegram-bot-api) or [PHP Telegram Bot](https://github.com/php-telegram-bot/core) - Telegram Bot API * [cf-workers-telegram-bot](https://github.com/codebam/cf-workers-telegram-bot) - Serverless Telegram Bot / [GitHub](https://github.com/codebam/cf-workers-telegram-bot) @@ -380,8 +377,8 @@ * ๐ŸŒ **[Awesome Machine Learning](https://github.com/josephmisiti/awesome-machine-learning)** - Machine Learning Framework Index * ๐ŸŒ **[Awesome ML](https://github.com/underlines/awesome-ml)** or [ML Resources](https://ml-resources.vercel.app/) - Machine Learning Resources -* โญ **[Hugging Face](https://huggingface.co/)**, [LLM Papers](https://potent-twister-29f.notion.site/b0fc32542854456cbde923e0adb48845?v=e2d14d2ef0c848f5a1d5b71f9977d7c5) or [OpenML](https://www.openml.org/) - Machine Learning Datasets / Papers -* โญ **[Deep playground](http://playground.tensorflow.org/)** - Neural Networks Playground +* โญ **[Hugging Face](https://huggingface.co/)**, [ModelScope](https://www.modelscope.ai/), [LLM Papers](https://potent-twister-29f.notion.site/b0fc32542854456cbde923e0adb48845?v=e2d14d2ef0c848f5a1d5b71f9977d7c5) or [OpenML](https://www.openml.org/) - Machine Learning Datasets / Papers +* โญ **[Deep playground](https://playground.tensorflow.org/)** - Neural Networks Playground * [Awesome Generative AI Guide](https://github.com/aishwaryanr/awesome-generative-ai-guide) - LLM Research Resources * [โ Unsloth](https://github.com/unslothai/unsloth) - LLM Finetuning / Text Completion / [Notebooks](https://github.com/unslothai/notebooks) / [Guide](https://docs.unsloth.ai/get-started/fine-tuning-guide) * [DeepSpeed](https://www.deepspeed.ai/) - Deep Learning Optimization Library @@ -401,6 +398,7 @@ * ๐ŸŒ **[Awesome Game Production](https://github.com/vhladiienko/awesome-game-production)** - Game Production Resources * โ†ช๏ธ **[Learn Game Development](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu/#wiki_.25B7_game_development)** * โ†ช๏ธ **[Sound Effect Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/audio#wiki_.25B7_sfx_.2F_loops)** +* [โ GameDev Torch](https://gamedevtorch.com/) - Multi-Site Game Dev Search Engine * [HiddenPalace](https://hiddenpalace.org/) - Game Development Media Archive * [Tommti Systems](https://www.tommti-systems.de/go.html?http://www.tommti-systems.de/main-Dateien/files.html) - 3D Benchmark Tools * [Tracy Profiler](https://github.com/wolfpld/tracy) - Frame Profiler @@ -464,9 +462,9 @@ * ๐ŸŒ **[โ Awesome Web Editor](https://github.com/xjh22222228/awesome-web-editor)** - FOSS Web Editor Index * โ†ช๏ธ **[Text Editors / Notes](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25BA_text_editors)** * โญ **[VSCodium](https://vscodium.com/)** or **[Visual Studio Code](https://code.visualstudio.com/)**, [2](https://vscode.dev/), [3](https://cs50.dev/) - Code Editor / [Extensions](https://www.vsixhub.com/) / [Extensions Marketplace](https://rentry.co/vscodiumguide) -* โญ **[JetBrains](https://jetbrains.com/)** / [Unlock](https://rentry.co/FMHYB64#jetbrains) +* โญ **[JetBrains](https://jetbrains.com/)** / [Features](https://rentry.co/FMHYB64#jetbrains) * โญ **[Neovim](https://neovim.io/)** - Code Editor / [Matrix](https://matrix.to/#/#neovim:matrix.org) -* โญ **[zed](https://zed.dev/)** - Code Editor / [Windows Build](https://zed.dev/api/releases/nightly/latest/zed_editor_installer_x86_64.exe) / [GitHub](https://github.com/zed-industries/zed) +* โญ **[zed](https://zed.dev/)** - Code Editor / [GitHub](https://github.com/zed-industries/zed) * โญ **[Lite XL](https://lite-xl.com/)** or [Pragtical](https://pragtical.dev/) - Code Editor / [Plugin Manager](https://github.com/lite-xl/lite-xl-plugin-manager) / [Plugins](https://github.com/lite-xl/lite-xl-plugins) / [Themes](https://github.com/lite-xl/lite-xl-colors) * โญ **[Emacs](https://www.gnu.org/software/emacs/)** - Code Editor / [Docs](https://emacsdocs.org/) / [Resources](https://github.com/emacs-tw/awesome-emacs) * โญ **[WebDen](https://webden.dev/)**, [Sharplab](https://sharplab.io/), [tech.io](https://tech.io/) or [CodingGround](https://www.tutorialspoint.com/codingground.htm) - Code Playgrounds @@ -534,7 +532,6 @@ * [Sora](https://github.com/Rosemoe/sora-editor) - Android Code Editor * [Visual Code Space](https://github.com/Visual-Code-Space/Visual-Code-Space) - Android Code Editor * [Spck Editor](https://play.google.com/store/apps/details?id=io.spck) - Android Code Editor -* [droidvim](https://github.com/shiftrot/droidvim) - Vim Code Editor * [VHEditor](https://github.com/vhqtvn/VHEditor-Android) - VSCode Editor * [diohub](https://github.com/NamanShergill/diohub), [PuppyGit](https://github.com/catpuppyapp/PuppyGit) or [OctoDroid](https://github.com/slapperwan/gh4a) - Android Git Clients * [GitSync](https://github.com/ViscousPot/GitSync) - Android Git Remote Repo Sync @@ -554,6 +551,7 @@ * [Code2Flow](https://app.code2flow.com/) or [Flowchart.js](https://flowchart.js.org/) - Code to Flowchart Converter * [tuc](https://github.com/riquito/tuc) - Improved Code Cut * [massCode](https://masscode.io/) - Code Snippet Manager +* [Ray](https://www.ray.so/), [Carbon](https://carbon.now.sh/), [CodeImage](https://codeimage.dev/), [ShowCode](https://showcode.app/), [Beauty Codes](https://code.html.zone/) or [Chalk](https://chalk.ist/) - Code Screenshot Tools * [Meld](https://meld.app/) / [2](https://meldmerge.org/) or [WinMerge](https://winmerge.org/) - File / Directory Comparison Tools * [0xacab](https://about.0xacab.org/) - Code Host * [OctoLinker](https://octolinker.vercel.app/) - Turn Code Statements into Links / [GitHub](https://github.com/OctoLinker/OctoLinker) @@ -583,8 +581,8 @@ * [neovide](https://neovide.dev), [gnvim](https://github.com/vhakulinen/gnvim), [nvui](https://github.com/rohit-px2/nvui), [Neovim wiki##gui](https://github.com/neovim/neovim/wiki/Related-projects##gui) - Neovim GUIs * [instant.nvim](https://github.com/jbyuki/instant.nvim) - Collaborative Neovim Editing * [chatgpt.nvim](https://github.com/terror/chatgpt.nvim) - ChatGPT in Neovim -* [Vim Plug](https://github.com/junegunn/vim-plug), [vim-pathogen](http://www.vim.org/scripts/script.php?script_id=2332) / [GitHub](https://github.com/tpope/vim-pathogen) or [Dein](https://github.com/Shougo/dein.vim) - Vim Plugin Managers -* [VimAwesome](https://vimawesome.com/) - Vim Plugins / [GitHub](https://github.com/vim-awesome/vim-awesome) +* [Vim Plug](https://github.com/junegunn/vim-plug), [vim-pathogen](https://www.vim.org/scripts/script.php?script_id=2332) / [GitHub](https://github.com/tpope/vim-pathogen) or [Dein](https://github.com/Shougo/dein.vim) - Vim Plugin Managers +* [VimAwesome](https://vimawesome.com/) - Vim Plugins * [nerdtree](https://github.com/preservim/nerdtree) - Vim Tree Explorer * [VimColorSchemes](https://vimcolorschemes.com/) - Vim Color Schemes * [The Ultimate vimrc](https://github.com/amix/vimrc) - Vim Config @@ -599,7 +597,7 @@ * [chatgpt-vscode](https://github.com/mpociot/chatgpt-vscode) - VSCode ChatGPT * [Open VSX](https://open-vsx.org/) - Open VSX Registry * [snippet-generator](https://snippet-generator.app/) - Snippet Generator -* [Dendron](https://www.dendron.so/) - Knowledge Managment +* [Dendron](https://www.dendron.so/) - Knowledge Management * [Discord Tools](https://github.com/clementwzk/Discord-Tools) * [vscode-smart-clicks](https://github.com/antfu/vscode-smart-clicks) - Smart Clicks * [code-server](https://coder.com/) - Web Server / [GitHub](https://github.com/coder/code-server) @@ -617,7 +615,7 @@ # โ–บ Programming Languages * ๐ŸŒ **[โ Awesome Explorer](https://awexplor.github.io/)** - Dev Awesome List Frontend / [GitHub](https://github.com/AweXplor/awexplor.github.io) -* ๐ŸŒ **[Awesome Cheatsheets](https://lecoupa.github.io/awesome-cheatsheets/)**, **[QuickRef.me](https://quickref.me/)**, [HowDoI](https://github.com/gleitz/howdoi), [OverApi](https://overapi.com/), [Reference](https://cheatsheets.zip/) / [GitHub](https://github.com/Fechin/reference) or [Cheat Sheets](http://www.cheat-sheets.org/) - Programming Cheat Sheets +* ๐ŸŒ **[Awesome Cheatsheets](https://lecoupa.github.io/awesome-cheatsheets/)**, **[QuickRef.me](https://quickref.me/)**, [HowDoI](https://github.com/gleitz/howdoi), [OverApi](https://overapi.com/), [Reference](https://cheatsheets.zip/) / [GitHub](https://github.com/Fechin/reference) or [Cheat Sheets](https://www.cheat-sheets.org/) - Programming Cheat Sheets * ๐ŸŒ **[Codigo](https://codigolangs.com/)** - Programming Language Repository * ๐ŸŒ **[Awesome Go](https://awesome-go.com/)** or [Go Recipes](https://github.com/nikolaydubina/go-recipes) - Go Resources * ๐ŸŒ **[TheAlgorithms](https://the-algorithms.com/)** - Coding Algorithms / [GitHub](https://github.com/TheAlgorithms/) @@ -683,7 +681,7 @@ * ๐ŸŒ **[Awesome HTML5](https://diegocard.com/awesome-html5)** - HTML5 Resources * โญ **[HTML Reference](https://htmlreference.io/)**, [HTML Cheat Sheet](https://htmlcheatsheet.com/) or [HTML.com](https://html.com/) - HTML Guides / Cheat Sheets -* [HTML-Minifier](https://kangax.github.io/html-minifier/) - HTML Minifier +* [HTML-Minifier](https://github.com/j9t/html-minifier-next) - HTML Minifier * [HTMLRev](https://htmlrev.com/) - Free HTML Templates * [Markdown to HTML](https://markdowntohtml.com/) - Markdown to HTML Converter * [APlayer](https://aplayer.js.org/), [DPlayer](https://dplayer.diygod.dev/) or [xgplayer](https://h5player.bytedance.com/en/) - HTML5 Video Players @@ -722,7 +720,6 @@ * โ†ช๏ธ **[TypeScript Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage/#wiki_typescript_tools)** * [Modern JS Cheatsheet](https://mbeaudru.github.io/modern-js-cheatsheet/) - JavaScript Cheat Sheet / [GitHub](https://github.com/mbeaudru/modern-js-cheatsheet) * [Vanilla List](https://vanillalist.top/) - Vanilla JavaScript Repository -* [RunKit](https://runkit.com/) - Browser JavaScript Sandbox * [Component Party](https://component-party.dev/) - Web Component JS Frameworks Overview / [GitHub](https://github.com/matschik/component-party.dev) * [jsdfe](https://avotoko.github.io/javascript-deobfuscator/), [de4js](https://lelinhtinh.github.io/de4js/), [Deobfuscator](https://willnode.github.io/deobfuscator/), [WebCrack](https://webcrack.netlify.app/), [Deobfuscate](https://deobfuscate.relative.im/) or [deobfuscate.io](https://deobfuscate.io/) - JavaScript Deobfuscators * [Minify JS](https://minify-js.com/) or [JS Compressor](https://jscompressor.treblereel.dev/) - JavaScript Minifiers @@ -742,6 +739,7 @@ * [Refine](https://refine.dev/) - React App Builders * [Alright](https://github.com/DoneDeal0/alright-react-app) - Generate React Apps * [Codux](https://www.codux.com/) - Visual IDE for React +* [Puck](https://puckeditor.com/) - Create Simplified Visual Editors for Non-Devs / [GitHub](https://github.com/puckeditor/puck/) * [React SVG](https://react-svgr.com/playground/) - Convert SVG to React Components * [Zorm](https://github.com/esamattis/react-zorm) - Type-Safe Form for React * [Million](https://million.dev) - React Replacement @@ -774,15 +772,15 @@ * ๐ŸŒ **[Frontend Developers](https://github.com/andrew--r/channels)** or [Web Dev / Programming YouTube Channels](https://rentry.co/cozqr) - Web Dev YouTube Channel Indexes * โ†ช๏ธ **[Site Mockups](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_app_.2F_site_mockups)** * โ†ช๏ธ **[Archive / Scrape / Crawl Web Pages](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools/#wiki_.25BA_archiving)** -* โญ **[Ray.st](https://ray.st/)**, [BuiltWith](https://builtwith.com/) or [Wappalyzer](https://www.wappalyzer.com/) - Identify Technologies on Websites / [Addons](https://www.wappalyzer.com/apps/) +* โญ **[Ray.st](https://ray.st/)** or [Wappalyzer](https://www.wappalyzer.com/) - Identify Technologies on Websites / [Addons](https://www.wappalyzer.com/apps/) * โญ **[GoAccess](https://goaccess.io/)** - Web Log Analyzer / [GitHub](https://github.com/allinurl/goaccess) * โญ **[Formulaer](https://formulaer.com/)**, [Tally](https://tally.so/), [FormBricks](https://github.com/formbricks/formbricks), [Formshare](https://formshare.ai/), [Deformity](https://deformity.ai/) or [Stylr](https://www.stylr.xyz/) - Form Builders * [Flounder](https://flounder.online/) - Website Building Discussion * [FileQ](https://fileq.net/) or [DataNodes](https://datanodes.to/) / [Discord](https://discord.gg/mKyBMyeKvh) - Webmasters Only File Hosts -* [Website Planet Tools](https://www.websiteplanet.com/webtools/), [Browserling Tools](https://www.browserling.com/tools/) or [WebCode](https://webcode.tools/) - Site Development Tools +* [Website Planet Tools](https://www.websiteplanet.com/webtools/), [โ Networking Toolbox](https://networkingtoolbox.net/), [Browserling Tools](https://www.browserling.com/tools/) or [WebCode](https://webcode.tools/) - Site Development Tools * [shadcn-ui](https://ui.shadcn.com/) or [shadcn-svelte](https://shadcn-svelte.com) - Web Component Libraries * [Web Developer](https://chromewebstore.google.com/detail/web-developer/bfbameneiokkgbdmiekhjnmfkcnldhhm) - Web Developer Toolbar Extension -* [GoatCounter](https://www.goatcounter.com/), [Rybbit](https://github.com/rybbit-io/rybbit) or [Umami](https://umami.is/) - Site Analytics +* [GoatCounter](https://www.goatcounter.com/), [Cloudflare Web Analytics](https://www.cloudflare.com/web-analytics/), [Rybbit](https://github.com/rybbit-io/rybbit), [MS Clarity](https://clarity.microsoft.com/) or [Umami](https://umami.is/) - Site Analytics * [ElasticSearch](https://www.elastic.co/products/elasticsearch) - Search & Analytics Engine / [GitHub](https://github.com/elastic/elasticsearch) * [Tabler](https://tabler.io/) - Site Admin Dashboard * [Octopus](https://octopus.do/sitemap) - Site Planning Tool @@ -790,10 +788,10 @@ * [WireFlow](https://wireflow.co/) - Flow Prototype Maker * [Web Dev Checklist](https://www.toptal.com/developers/webdevchecklist) - Things to Remember for Web Devs * [Dagu](https://dagu.cloud/) - WebUI Job Manager / [GitHub](https://github.com/dagu-org/dagu) -* [Plow](https://github.com/six-ddc/plow) - HTTP Benchmarking +* [cURL](https://curl.se/) or [xh](https://github.com/ducaale/xh) - HTTP Clients / Transfer Data with URLs / [Converter](https://curlconverter.com/) / [IP Lookup](https://ifconfig.me/) / [Recipes](https://catonmat.net/cookbooks/curl) * [http-server](https://github.com/http-party/http-server) - No Config HTTP Server +* [Plow](https://github.com/six-ddc/plow) - HTTP Benchmarking * [Apache](https://httpd.apache.org/) - HTTP Server -* [Observatory](https://developer.mozilla.org/en-US/observatory) - HTTP Header Security Test * [Transform](https://transform.tools/) - Polyglot Web Converter * [LibreCaptcha](https://github.com/librecaptcha/lc-core) or [mCaptcha](https://mcaptcha.org/) - Privacy-Based Captcha Systems * [Media Chrome](https://www.media-chrome.org/) - Media Player Elements / [GitHub](https://github.com/muxinc/media-chrome) @@ -813,6 +811,7 @@ * [Microlink SDK](https://microlink.io/sdk) / [GitHub](https://github.com/microlinkhq/sdk), [React Tiny Link](https://winhtaikaung.github.io/react-tiny-link/) / [GitHub](https://github.com/winhtaikaung/react-tiny-link) or [Link Preview JS](https://github.com/OP-Engineering/link-preview-js) - Create Link Previews * [CORS Proxy](https://corsproxy.github.io/) - Free CORS Proxy * [frp](https://github.com/fatedier/frp), [GoDoxy](https://github.com/yusing/godoxy) or [YARP](https://github.com/dotnet/yarp) - Reverse Proxies +* [wsrv.nl](https://wsrv.nl/) - Image Caching / Delivery * [WhatPWACanDo](https://whatpwacando.today/) - PWA Examples * [Selenium](https://www.selenium.dev/), [CopyCat](https://www.runcopycat.com/), [PlayWright](https://playwright.dev/) or [Huginn](https://github.com/huginn/huginn) - Browser Automation * [Automa](https://www.automa.site/) or [Browserflow](https://browserflow.app/) - Browser Automation Extensions @@ -831,12 +830,13 @@ ## โ–ท Website Builders * ๐ŸŒ **[Awesome Static Generators](https://myles.github.io/awesome-static-generators/)** / [GitHub](https://github.com/myles/awesome-static-generators) or **[Jamstack Generators](https://jamstack.org/generators/)** - Static Site Generator Indexes -* โญ **[Webstudio](https://webstudio.is/)** - Website Builder * โญ **[Framer](https://www.framer.com/)** - Website Builder * โญ **[Eleventy](https://11ty.dev/)** - Static Site Generator / [Discord](https://discord.gg/GBkBy9u) / [GitHub](https://github.com/11ty/eleventy) * โญ **[Hugo](https://gohugo.io/)** - Static Site Generator +* โญ **[Webstudio](https://webstudio.is/)** - Website Builder * โญ **[VitePress](https://vitepress.dev/)** - Static Site Generator * โญ **[Docusaurus](https://docusaurus.io/)** - Static Markdown Website Generators / [GitHub](https://github.com/facebook/docusaurus) +* โญ **[Carrd](https://carrd.co/)** - Simple Website Builder * [Retype](https://retype.com/) - Static Markdown Website Generator / [GitHub](https://github.com/retypeapp/retype) * [Zola](https://www.getzola.org/) - Static Markdown Website Generator * [Publii](https://getpublii.com/) - Static Markdown Website Generator / No Coding @@ -881,7 +881,7 @@ * [Palettte](https://palettte.app/) - Color Palette Editor * [Colouris](https://colouris.surge.sh/) - Color Model Conversions * [PaletteGenerator](https://palettegenerator.com/) or [Alwane](https://alwane.io/) - Color Palette Extractor -* [Colorable](https://colorable.jxnblk.com/) / [GitHub](https://github.com/jxnblk/colorable), [color.review](https://color.review/), [accessible-color-matrix](https://toolness.github.io/accessible-color-matrix/) or [Accessible Brand Colors](https://abc.useallfive.com/) - Accessible Color Pallette Builders +* [Colorable](https://colorable.jxnblk.com/) / [GitHub](https://github.com/jxnblk/colorable), [color.review](https://color.review/), [accessible-color-matrix](https://toolness.github.io/accessible-color-matrix/) or [Accessible Brand Colors](https://abc.useallfive.com/) - Accessible Color Palette Builders * [Color Oracle](https://colororacle.org/), [WhoCanUse](https://www.whocanuse.com/) or [Toptal](https://www.toptal.com/designers/colorfilter) - Color Blindness Simulator / Tests * [Simpler Color](https://github.com/arnelenero/simpler-color) - Create Web Color System * [Stylify Me](http://stylifyme.com/) - Extract Webpage Colors @@ -948,7 +948,6 @@ ## โ–ท WordPress Tools -* โ†ช๏ธ **[Wordpress Themes](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_wordpress_themes)** * โญ **[GPLDL](https://gpldl.com/)** - Premium Themes / Plugins / 25 Monthly / Sign-Up Required * โญ **[WPLocker](https://www.wplocker.com/)** or [Weadown](https://weadown.com/) - Premium Themes / Plugins * [Babiato](https://babia.to/) - Themes / Plugins Forum / Sign-Up Required @@ -958,7 +957,6 @@ * [faustjs](https://faustjs.org) - WordPress Framework * [Timber](https://upstatement.com/timber/) - WordPress Theme Creator / [GitHub](https://github.com/timber/timber) * [KokoAnalytics](https://www.kokoanalytics.com/) - WordPress Analytics -* [UUID Tools](https://www.uuidtools.com/) - UUID Generator *** @@ -998,20 +996,6 @@ *** -## โ–ท Image Optimization - -* โญ **[ImageMagick](https://imagemagick.org/index.php)** - Image Optimization / [Scripts](https://www.fmwconcepts.com/imagemagick/index.php) -* [RIOT](https://riot-optimizer.com/) - Image Optimization -* [YOGA](https://yoga.flozz.org/) - Image Optimization -* [ImageFoo](https://imagefoo.com/) - Image Optimization -* [tiny.pictures](https://tiny.pictures/) - Image Optimization -* [Ihancer](https://ihancer.com) - Image Optimization -* [Waifu2x](https://www.waifu2x.net/) - Image Optimization -* [OxiPNG](https://github.com/shssoichiro/oxipng) - PNG Optimization -* [Crunch](https://github.com/chrissimpkins/Crunch) - PNG Optimization / Self-Hosted / No Sign-Up - -*** - ## โ–ท SVG Tools * โ†ช๏ธ **[SVG / Vector Images](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_svg_icons)** @@ -1039,49 +1023,48 @@ # โ–บ Hosting Tools +* โ†ช๏ธ **[Dynamic DNS Services / Subdomains](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_dynamic_dns_services_.2F_subdomains)** +* โ†ช๏ธ **[Self-Hosted Wiki Alts](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_self-hosted_wiki_alts)** * ๐ŸŒ **[Awesome-Web-Hosting](https://nuhmanpk.github.io/Awesome-Web-Hosting/)** - Free Hosting Provider Index / [GitHub](https://github.com/nuhmanpk/Awesome-Web-Hosting) -* ๐ŸŒ **[Awesome Cloudflare](https://github.com/irazasyed/awesome-cloudflare)** - Cloudflare Resources +* ๐ŸŒ **[Awesome Cloudflare](https://github.com/irazasyed/awesome-cloudflare)** - Cloudflare Resource Index * ๐ŸŒ **[VPS Comparison Chart](https://lowendstock.com/deals/)**, [โ servers.fyi](https://www.servers.fyi/) or [Bitcoin VPS](https://bitcoin-vps.com/) - VPS Comparisons -* โญ **[Check-Host](https://check-host.net/)**, [StatPing](https://github.com/statping/statping), [Uptime](https://betterstack.com/uptime), [Uptime Kuma](https://github.com/louislam/uptime-kuma), [Highlight](https://www.highlight.io/), [AreWeDown?](https://github.com/shukriadams/arewedown), [UptimeRobot](https://uptimerobot.com/), [Checkmate](https://github.com/bluewave-labs/Checkmate) or [24x7](https://www.site24x7.com/tools.html) - Site / Server Uptime Monitors * โญ **[TLD-List](https://tld-list.com/)**, [TLDES](https://tldes.com/) or [SitePriace](https://www.siteprice.org/) - Domain Price Comparisons -* โญ **[deSEC](https://desec.io/)**, [DuckDNS](https://www.duckdns.org/), [ClouDNS](https://www.cloudns.net/), [FreeDNS](https://freedns.afraid.org/), [dynu](https://dynu.com/), [NoIP](https://www.noip.com/), [myaddr](https://myaddr.tools/), [nsupdate](https://www.nsupdate.info/) / [GitHub](https://github.com/nsupdate-info/nsupdate.info) - Dynamic DNS Services / Subdomains * โญ **[censys](https://search.censys.io/)**, [wtfis](https://github.com/pirxthepilot/wtfis), [digger.tools](https://digger.tools/), [LinkScope](https://accentusoft.com/), [URLDNA](https://urldna.io/) or [DNSlytics](https://dnslytics.com/) - Domain Info Tools -* [Rankchart](https://rankchart.org/) - Multiple Domain Tools -* [Instantdomainsearch](https://instantdomainsearch.com/), [Domaintyper](https://domaintyper.com/), [Iwantmyname](https://iwantmyname.com/), [Whois.com](https://www.whois.com/), [Domainr](https://domainr.com) or [Atlaq](https://atlaq.com) - Domain Availability Checkers -* [Pyfunceble](https://pyfunceble.github.io/#/) - Domain Availability Checker App -* [WhoisRequest](https://whoisrequest.com/) or [Whois Lookup](https://whois.domaintools.com/) - Whois Search -* [IPIP.NET](https://whois.ipip.net/) - Country / Region ASNs -* [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/), [MerkleMap](https://www.merklemap.com/) or [Subdomain Finder](https://subdomainfinder.c99.nl/) - Find Hidden Subdomains -* [Check for Cloudflare](https://checkforcloudflare.selesti.com/) - Check Sites for Cloudflare -* [Cloudflare Radar](https://radar.cloudflare.com/) - Cloudflare Insights -* [CloudFlare DDNS Updater](https://github.com/K0p1-Git/cloudflare-ddns-updater/) - Cloudflare Dynamic DNS Auto-Update Script -* [GoodBadISPs](https://gitlab.torproject.org/legacy/trac/-/wikis/doc/GoodBadISPs) - Best ISPs for Tor Hosting -* [Server Hunter](https://www.serverhunter.com/) or [ServerSearcher](https://www.serversearcher.com/) - Search / Compare Servers -* [srvrlss](https://srvrlss.io/) - Search / Compare Serverless Platforms -* [Host-Tracker](https://www.host-tracker.com/en/ic/check-http) or [OONI](https://ooni.org/) - Check Site Location Availability / [Bypass Paywall](https://rentry.co/FMHYB64#host-tracker-bypass) -* [OpenPanel](https://openpanel.com/) / [GitHub](https://github.com/stefanpejcic/openpanel), [Sentora](https://sentora.org/) or [Moonlight](https://github.com/Moonlight-Panel/Moonlight) - Web Hosting Panels -* [GetDeploying](https://getdeploying.com/) - Compare Cloud Providers -* [Meta Tag Gen](https://lewdev.github.io/apps/meta-tag-gen/), [OpenGraph](https://www.opengraph.xyz/) or [MetaTags](https://metatags.io/) - Meta Tag Generators +* โญ **[Check-Host](https://check-host.net/)** or [Uptime](https://betterstack.com/uptime) - Web-Based Uptime Monitors +* [Oracle Cloud](https://www.oracle.com/cloud/free/) - Free VPS / Real Information Required / [Guide (Important)](https://guides.viren070.me/selfhosting/oracle) +* [InstantDomain](https://instantdomainsearch.com/), [DomainTyper](https://domaintyper.com/), [IWantMyName](https://iwantmyname.com/), [Whois](https://www.whois.com/), [Domainr](https://domainr.com) or [Atlaq](https://atlaq.com) - Domains +* [Pyfunceble](https://pyfunceble.github.io/#/) - Domain Availability App * [DNForum](https://www.dnforum.com/) - Domain Name Forum * [DNSTwist](https://dnstwist.it/) / [GitHub](https://github.com/elceef/dnstwist), [HaveIBeenSquatted](https://haveibeensquatted.com) or [DNSTwister](https://dnstwister.report/) - Typosquatting Checkers -* [iana](https://www.iana.org/), [arin](https://www.arin.net/), [lacnic](https://www.lacnic.net/), [afrinic](https://www.afrinic.net/) or [apnic](https://www.apnic.net/) - Internet Registry Sites -* [DigitalPlat](https://domain.digitalplat.org/) / [GitHub](https://github.com/DigitalPlatDev/FreeDomain) or [GetFreeDomain](https://www.getfreedomain.name/) - Free Subdomains / Domains -* [TheDev](https://thedev.id/) - Free Developer Subdomains -* [is-a.dev](https://www.is-a.dev/) or [JS.ORG](https://js.org/) - Developer Homepages -* [redirect.name](https://redirect.name/) - URL Forwarding -* [Kener](https://kener.ing/) or [cstate](https://github.com/cstate/cstate) - Self-Hosted Status Pages +* [WhoisRequest](https://whoisrequest.com/) or [Whois Lookup](https://whois.domaintools.com/) - Whois Search +* [OONI](https://ooni.org/) - Check Site Location Availability +* [Server Hunter](https://www.serverhunter.com/) or [ServerSearcher](https://www.serversearcher.com/) - Search / Compare Servers +* [GetDeploying](https://getdeploying.com/) - Compare Cloud Providers +* [srvrlss](https://srvrlss.io/) - Search / Compare Serverless Platforms +* [โ Val Town](https://www.val.town/) - Serverless Scripting and Sharing +* [GoodBadISPs](https://gitlab.torproject.org/legacy/trac/-/wikis/doc/GoodBadISPs) - Best ISPs for Tor Hosting * [Sandstorm](https://sandstorm.org/), [Cosmos](https://cosmos-cloud.io/) or [CloudRon](https://www.cloudron.io/) - Web App Hosts * [vichan](https://vichan.info) / [GitHub](https://github.com/vichan-devel/vichan) or [overscript](https://overscript.net/) - Imageboard Hosting * [ProBoards](https://www.proboards.com/) - Forum & Imageboard Hosting * [MyBB](https://www.mybb.com/), [FreeFlarum](https://freeflarum.com/) or [PHPBB](https://www.phpbb.com/) - Forum Hosting -* [WikiDocs](https://www.wikidocs.app/) / [GitHub](https://github.com/Zavy86/WikiDocs), [Media Wiki](https://www.mediawiki.org/) / [GitHub](https://github.com/Wikia/mediawiki), [xWiki](https://www.xwiki.org/xwiki/bin/view/Main/), [DokuWiki](https://www.dokuwiki.org/dokuwiki) / [GitHub](https://github.com/dokuwiki/dokuwiki), [Archivy](https://github.com/archivy/archivy/), [Miraheze](https://miraheze.org/), [wikmd](https://linbreux.github.io/wikmd/) or [Fandom](https://www.fandom.com/) - Self-Hosted Wikipedia Alternatives * [HumHub](https://www.humhub.com), [HubZilla](https://hubzilla.org/page/info/discover) or [scuttlebutt](https://scuttlebutt.nz/) - Self-Hosted Social Network -* [UNIT3D Community Edition](https://github.com/HDInnovations/UNIT3D-Community-Edition) - Private Tracker Hosting +* [UNIT3D](https://github.com/HDInnovations/UNIT3D) - Private Tracker Hosting +* [OpenPanel](https://openpanel.com/) / [GitHub](https://github.com/stefanpejcic/openpanel), [Sentora](https://sentora.org/) or [Moonlight](https://github.com/Moonlight-Panel/Moonlight) - Web Hosting Panels +* [Uptime Kuma](https://github.com/louislam/uptime-kuma), [Checkmate](https://github.com/bluewave-labs/Checkmate), [UptimeRobot](https://uptimerobot.com/), [AreWeDown?](https://github.com/shukriadams/arewedown) or [StatPing](https://github.com/statping/statping) - Uptime Monitors +* [Kener](https://kener.ing/) or [cstate](https://github.com/cstate/cstate) - Self-Hosted Status Pages +* [redirect.name](https://redirect.name/) - URL Forwarding +* [iana](https://www.iana.org/), [arin](https://www.arin.net/), [lacnic](https://www.lacnic.net/), [afrinic](https://www.afrinic.net/) or [apnic](https://www.apnic.net/) - Internet Registry Sites +* [SubDomainizer](https://github.com/nsonaniya2010/SubDomainizer), [Google Console](https://search.google.com/search-console/), [MerkleMap](https://www.merklemap.com/) or [SD Finder](https://subdomainfinder.c99.nl/) - Find Hidden Subdomains +* [AtSameIP](https://atsameip.com/) - Find Websites on the Same IP +* [IPIP.NET](https://whois.ipip.net/) - Country / Region ASNs +* [Check for Cloudflare](https://checkforcloudflare.selesti.com/) - Check Sites for Cloudflare +* [Cloudflare Radar](https://radar.cloudflare.com/) - Cloudflare Insights +* [CloudFlare DDNS Updater](https://github.com/K0p1-Git/cloudflare-ddns-updater/) - Cloudflare Dynamic DNS Auto-Update Script +* [Meta Tag Gen](https://lewdev.github.io/apps/meta-tag-gen/), [OpenGraph](https://www.opengraph.xyz/) or [MetaTags](https://metatags.io/) - Meta Tag Generators *** -## โ–ท Dynamic Page Hosting +## โ–ท Dynamic Page Hosting * โญ **[netlify](https://www.netlify.com/)** * โญ **[vercel](https://vercel.com/)** @@ -1133,17 +1116,16 @@ * โญ **[GitHub Pages](https://docs.github.com/en/pages)** - Unlimited Storage / 100GB Bandwidth * โญ **[Firebase](https://firebase.google.com/products/hosting)** - 10GB Storage / 10GB Bandwidth * โญ **[Sourcehut Pages](https://srht.site/)** - 1GB Storage / Unlimited Bandwidth -* โญ **[Neocities](https://neocities.org/)** - 1GB Storage / Unlimited Bandwidth / No Custom Domain +* โญ **[Neocities](https://neocities.org/)** - 1GB Storage / No Custom Domain * โญ **[nekoweb](https://nekoweb.org/)** - 500MB Storage / Unlimited Bandwidth / [Bandwidth Note](https://files.catbox.moe/xf1shh.png) * [Web 1.0 Hosting](https://web1.0hosting.net/) - 100MB Storage / Unlimited Bandwidth * [Codeberg Pages](https://codeberg.page/) - 750MB Storage / Unspecified Bandwidth * [โ pages.gay](https://pages.gay/) - Unspecified Storage / Unlimited Bandwidth -* [DropPages](https://droppages.com/) - 1GB Storage / 5GB Bandwidth +* [DropPages](https://droppages.com/) - 1GB Storage / 5GB Bandwidth / No custom Domain * [W3Schools Spaces](https://www.w3schools.com/spaces/) - 100MB Storage (5MB A File) / 100MB Bandwidth / No Custom Domain * [BitBucket](https://support.atlassian.com/bitbucket-cloud/docs/publishing-a-website-on-bitbucket-cloud/) - 1GB Storage (Hard Limit 4GB) / Unlimited Bandwidth / No Custom Domain * [Kinsta](https://kinsta.com/static-site-hosting/) - 1GB Storage / 100GB Bandwidth / No Custom Domain * [Reocities](https://www.reocities.xyz/) - 1GB Storage / Unlimited Bandwidth / No Custom Domain -* [yay.boo](https://yay.boo/) - 10MB Storage / Unlimited Bandwidth / No Custom Domain * [Staclo](https://staclo.host/) - 30MB Storage / 1GB Bandwidth / No Custom Domain *** @@ -1165,6 +1147,8 @@ * [spur.us](https://spur.us/) - Block VPNs / Proxies * [Greenbone](https://github.com/greenbone) - Vulnerability Management * [Evervault](https://evervault.com/) - Security / Compliance Infrastructure +* [Observatory](https://developer.mozilla.org/en-US/observatory) - HTTP Header Security Test +* [UUID Tools](https://www.uuidtools.com/) or [โ UUID Generator](https://toolkitvault.com/uuid-generator) - UUID Generators * [DarkVisitors](https://darkvisitors.com/) - Autonomous Chatbots / Data Scraper List * [Al-Khaser](https://github.com/ayoubfaouzi/al-khaser) - Anti-Malware Stress Test * [CVE Details](https://www.cvedetails.com/) - CVE Details @@ -1179,7 +1163,7 @@ * ๐ŸŒ **[Awesome GPT Agents](https://github.com/fr0gger/Awesome-GPT-Agents)** - Cybersecurity GPT Agent Index * [Advisory Database](https://github.com/github/advisory-database), [ThreatFox](https://threatfox.abuse.ch/), [Exploit DB](https://www.exploit-db.com/) or [Att&ck](https://attack.mitre.org/) - Cybersecurity Defense Databases * [Bazaar](https://bazaar.abuse.ch/), [MalShare](https://malshare.com/), [URLhaus](https://urlhaus.abuse.ch/), [PulseDive](https://pulsedive.com/) or [Malpedia](https://malpedia.caad.fkie.fraunhofer.de/) - Malware Search / Indexes -* [ThreatMap](https://threatmap.checkpoint.com/) or [CyberMap](https://cybermap.kaspersky.com/) - Live Malware Distribution Maps +* [ThreatMap](https://threatmap.checkpoint.com/), [Threat Radar](https://radar.offseq.com/) or [CyberMap](https://cybermap.kaspersky.com/) - Live Malware Distribution Maps * [Rawsec's CyberSecurity Inventory](https://inventory.raw.pm/) - Cybersecurity Resources * [CybersecResources](https://www.cybersources.site/) - Cybersecurity Resources / [GitHub](https://github.com/bst04/cybersources) * [Awesome List](https://github.com/0xor0ne/awesome-list) - Cybersecurity Resources @@ -1212,7 +1196,7 @@ * [DNS Propagation](https://dnspropagation.net/) - DNS Checker * [MXToolBox](https://mxtoolbox.com/) - MX Record Lookup Tool * [DNSDumpster](https://dnsdumpster.com/), [DNS Watch](https://dnswatch.info), [DNSHistory](https://dnshistory.org/) or [WhatsMyDNS](https://whatsmydns.net/) - DNS Lookup / Security -* [Web Check](https://web-check.xyz/), [NSLookup](https://www.nslookup.io/) or [dog](https://github.com/ogham/dog) - DNS Information Tools +* [Web Check](https://web-check.xyz/) / [GitHub](https://github.com/Lissy93/web-check), [NSLookup](https://www.nslookup.io/) or [dog](https://github.com/ogham/dog) - DNS Information Tools *** @@ -1226,7 +1210,7 @@ * [IP Intelligence](https://getipintel.net/), [AbuseIPDB](https://www.abuseipdb.com/) or [Proxy Check](https://proxycheck.io/) - Proxy / VPN / Bad IP Detection * [Fail2Ban](https://github.com/fail2ban/fail2ban) - Protect Servers from Brute Force Attacks * [Tempesta FW](https://tempesta-tech.com/) - DDoS / Web Attack Protection -* [IPv6 Leak Test](https://ip6.nl/), [IPv6 Test](https://ipv6-test.com/) or [Test-IPv6](https://test-ipv6.com/) - IPv6 Test +* [IPv6 Leak Test](https://ip6.nl/) or [Test-IPv6](https://test-ipv6.com/) - IPv6 Test * [How To Turn off IPv6](https://www.itechguides.com/disable-ipv6-windows-10/) - Prevent IPv6 Leaks *** @@ -1252,12 +1236,12 @@ * ๐ŸŒ **[Reverse Engineering Resources](https://github.com/wtsxDev/reverse-engineering)** or [ReversingBits](https://mohitmishra786.github.io/reversingBits/) / [GitHub](https://github.com/mohitmishra786/reversingBits) - Reverse Engineering Resources * ๐ŸŒ **[Awesome Malware Analysis](https://github.com/rshipp/awesome-malware-analysis)** - Malware Analysis Resources -* โญ **[GHIDRA](https://ghidra-sre.org/)** - Reverse Engineering +* โญ **[GHIDRA](https://github.com/NationalSecurityAgency/ghidra)** - Reverse Engineering Framework * โญ **[x64dbg](https://x64dbg.com/)** - Debugger for Reverse Engineering * [โ LemmeDebug](https://greasyfork.org/en/scripts/537775) - Disable Anti-Devtools for Reverse Engineering / Debugging * [Radare](https://www.radare.org/n/) - Free Reversing Toolkit / [Discord](https://discord.gg/YBey7CR9jf) / [GitHub](https://github.com/radareorg/radare2) * [Rizin](https://rizin.re/) or [Cutter](https://cutter.re/) - Reverse Engineering Framework -* [Frida](https://frida.re/) - Reverse Engineering +* [Frida](https://frida.re/) - Dynamic Instrumentation Toolkit / [GitHub](https://github.com/frida/frida) * [Flare VM](https://github.com/mandiant/flare-vm) - Reverse Engineering Environment Setup Script * [ROP Emporium](https://ropemporium.com/) - Learn Return-Oriented Programming * [APK Editor Studio](https://qwertycube.com/apk-editor-studio/) / [GitHub](https://github.com/kefir500/apk-editor-studio) or [APKTool](https://apktool.org/) / [GitHub](https://github.com/iBotPeaches/Apktool) - APK Reverse Engeineering diff --git a/docs/downloading.md b/docs/downloading.md index c55636508..53f3fc351 100644 --- a/docs/downloading.md +++ b/docs/downloading.md @@ -12,7 +12,7 @@ * ๐ŸŒ **[r/opendirectories](https://www.reddit.com/r/opendirectories/)** - Open Directories Subreddit / [Telegram](https://t.me/r_OpenDirectories) / [/u/ODScanner](https://reddit.com/u/ODScanner) * โญ **[EyeDex](https://www.eyedex.org/)**, [ODCrawler](https://odcrawler.xyz/), [ODS](https://sites.google.com/view/l33tech/tools/ods) or [mmnt](https://www.mmnt.net/) - Open Directory Search Engines -* โญ **[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) +* โญ **[Nicotine+](https://nicotine-plus.org/)** or [Soulseek](https://slsknet.org/) - File Sharing 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) * [eMule Plus](https://www.emule-project.com/) - File Sharing App * [mega.archive (Discord)](https://discord.gg/R3zEZUPp3Q) / [Chat](https://discord.gg/ZRhpUtzvkC) - Megadrive Archive * [Napalm FTP](https://www.searchftps.net/), [Mamont](https://www.mmnt.ru/int/) or [Search-22](https://search-22.com/ftp-search-tools) - FTP Search @@ -42,9 +42,9 @@ * [AditHD](https://www.adit-hd.com/) - Video / Audio / Books * [wJungle](https://wjungle.net/) - Audio / Books / NSFW / Sign-Up Required * [Novanon](https://novanon.net/) - Audio / Magazines / Comics / Books / Courses -* [ReleaseBB](https://rlsbb.ru/), [2](https://rlsbb.to/), [3](https://rlsbb.cc/), [4](http://rlsbb.in/) - Audio / Books / Magazines / [Track Shows](https://openuserjs.org/scripts/drdre1/ReleaseBB_rlsbb_TV_Show_Tracker) / [PreDB](https://log.rlsbb.ru/) +* [ReleaseBB](https://rlsbb.ru/), [2](https://rlsbb.to/), [3](https://rlsbb.cc/), [4](https://rlsbb.in/) - Audio / Books / Magazines / [Track Shows](https://openuserjs.org/scripts/drdre1/ReleaseBB_rlsbb_TV_Show_Tracker) / [PreDB](https://log.rlsbb.ru/) * [Psycho downloads](https://psychodownloads.com/) - Audio / Books / Magazines -* [Merlin Warez](https://merlinwz.com/) - Audio / Books / Audiobooks / Comics / Magazines +* [Merlin Warez](https://merlinwz.com/) - Audio / Books / Audiobooks / Comics / Magazines * [1DDL](https://1ddl.org/) - Audio / Books / Comics / Magazines * [WarezLoad](https://warezload.net/index.php) - Audio / Books * [Katz DDL](https://katzddl.net/) - Audio / Books / NSFW @@ -61,9 +61,7 @@ *** * โญ **[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) * โญ **[4Shared](https://www.4shared.com/)** -* [Meawfy](https://meawfy.com/) - Mega, GoFile and MediaFire Search * [File Host Search](https://cse.google.com/cse?cx=90a35b59cee2a42e1) * [Linktury](https://www.ddlspot.com/) * [MediafireTrend](https://mediafiretrend.com/) - Mediafire Search @@ -94,13 +92,13 @@ # โ–บ Software Sites -* **Note** - Always scan downloaded software with **[VirusTotal](https://www.virustotal.com/gui/)** before installation or run it in a sandboxed environment like **[Sandboxie](https://rentry.co/sandboxie-guide)** to prevent system compromise. +* **Note** - Always scan downloaded software with **[VirusTotal](https://www.virustotal.com/gui/)** before installation or run it in a sandboxed environment like **[Sandboxie](https://claraiscute.neocities.org/Guides/sandboxie-guide/)** to prevent system compromise. *** * ๐ŸŒ **[Adobe Alternatives](https://github.com/KenneyNL/Adobe-Alternatives)**, [2](https://rentry.org/adobealt) - Adobe Software Alternative Index * โ†ช๏ธ **[Adobe Software](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/torrent/#wiki_.25BA_torrent_sites)** -* โญ **[Virgil Software Search](https://virgil.samidy.com/software-search/)** / [GitHub](https://github.com/SamidyFR/Virgil) or [Software CSE](https://cse.google.com/cse?cx=ae17d0c72fa6cbcd4) - Multi-Site Software Search +* โญ **[Virgil Software Search](https://virgil.samidy.com/Software/)**, [2](https://virgil-search.pages.dev/Software/) / [GitHub](https://github.com/SamidyFR/Virgil) or [Software CSE](https://cse.google.com/cse?cx=ae17d0c72fa6cbcd4) - Multi-Site Software Search * โญ **[CracksURL](https://cracksurl.com/)** / [Telegram](https://t.me/cracksurldotcom) * โญ **[LRepacks](https://lrepacks.net/)** - Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators) * โญ **[Mobilism](https://forum.mobilism.org/)** - Sign-Up Required / [User Ranks](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#mobilism-ranks) @@ -109,6 +107,7 @@ * โญ **[AlternativeTo](https://alternativeto.net/)** or [European Alternatives](https://european-alternatives.eu/) - Crowdsourced Recommendations * [AIOWares](https://www.aiowares.com/) - Software Forum * [DownloadHa](https://www.downloadha.com/) - Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators) +* [โ Softsaz](https://softsaz.ir/category/software/) - Design Software / Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators) * [Team V.R releases](https://rentry.co/FMHYB64#team-vr) - Adobe Plugins * [RetroSystemRevival](https://retrosystemsrevival.blogspot.com/) - Oldschool Software * [Libreware](https://t.me/Libreware) - Telegram Channels @@ -120,7 +119,7 @@ ## โ–ท FOSS Sites -* ๐ŸŒ **[Awesome Open Source](https://awesomeopensource.com/)**, [Awesome Useful Projects](https://github.com/Furthir/awesome-useful-projects) or [Awesome OSS](https://github.com/RunaCapital/awesome-oss-alternatives) - FOSS Indexes +* ๐ŸŒ **[Awesome Open Source](https://awesomeopensource.com/)**, [โ definitive-opensource](https://github.com/mustbeperfect/definitive-opensource), [Awesome Useful Projects](https://github.com/Furthir/awesome-useful-projects) or [Awesome OSS](https://github.com/RunaCapital/awesome-oss-alternatives) - FOSS Indexes * โ†ช๏ธ **[Git Project Indexes](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_git_projects)** * [SourceForge](https://sourceforge.net/) - FOSS Repositories * [OSSSoftware](https://osssoftware.org/) - FOSS Directory @@ -153,7 +152,7 @@ * [FilePuma](https://www.filepuma.com/) - Freeware Directory * [FileEagle](https://www.fileeagle.com/) - Freeware Directory * [LO4D](https://www.lo4d.com/) - Freeware Directory -* [SoftwareOK](http://www.softwareok.com/) - Freeware Directory +* [SoftwareOK](https://www.softwareok.com/) - Freeware Directory * [GRC](https://www.grc.com/freepopular.htm) - Freeware Directory * [Uwe Sieber](https://www.uwe-sieber.de/english.html) - Freeware Directory * [Software Informer](https://software.informer.com/) - Freeware Directory @@ -187,10 +186,9 @@ # โ–บ Usenet -* ๐ŸŒ **[UsenetTools](http://www.usenettools.net/)** +* ๐ŸŒ **[Usenet-Uploaders](https://github.com/animetosho/Nyuu/wiki/Usenet-Uploaders)** * โญ **[Usenet Guide / Automation Setup](https://docs.google.com/document/d/1TwUrRj982WlWUhrxvMadq6gdH0mPW0CGtHsTOFWprCo/mobilebasic)** / [2](https://redd.it/4x2mc9) / [3](https://www.iitk.ac.in/LDP/HOWTO/Usenet-News-HOWTO/x27.html) / [4](https://graph.org/EVERYTHING-YOU-NEED-TO-KNOW-ABOUT-USENET-09-04) / [5](https://www.reddit.com/r/usenet/wiki/index/) / [6](https://blog.decryption.net.au/t/a-fully-automated-usenet-piracy-machine-with-plex-sabnzbd-and-sonarr/130) * [r/usenet](https://reddit.com/r/usenet) -* [ngPost](https://github.com/mbruel/ngPost) or [Nyuu](https://github.com/animetosho/Nyuu) / [Usenet-Uploaders](https://github.com/animetosho/Nyuu/wiki/Usenet-Uploaders) - Usenet Uploaders *** @@ -204,7 +202,6 @@ * [Orion](https://orionoid.com/) * [binsearch](https://binsearch.info/) * [NZB King](https://nzbking.com/) -* [abNZB](https://www.abnzb.com/) * [NZB Index](https://www.nzbindex.com/), [2](https://www.nzbindex.nl/) * [Newznab](https://www.newznab.com/) * [NZBStars](https://nzbstars.com/) @@ -222,10 +219,8 @@ * ๐ŸŒ **[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 -* ๐ŸŒ **[Usenet Provider Deals](https://rexum.space/p/usenet-provider-deals/)** +* ๐ŸŒ **[Usenet Provider Deals](https://usenet.rexum.space/deals)** * [Usenet Providers Map](https://usenet.rexum.space/tree) -* [usenetmax](https://www.usenetmax.com/) -* [usenet.farm](https://usenet.farm/#trial) * [Free Trials](https://www.ngprovider.com/free-usenet-trials.php) *** @@ -236,16 +231,14 @@ * โญ **[NZBUnity](https://github.com/tumblfeed/nzbunity)** - Send NZBs to Client * [NZBGet](https://nzbget.com/) / [GitHub](https://github.com/nzbgetcom/nzbget) * [Usenet File Hashes](https://gist.github.com/4chenz/de3a3490aff19fd72e4fdd9b7dafc8f4) - Link File Hashes -* [Tg-UsenetBot](https://github.com/sanjit-sinha/Tg-UsenetBot) - Usenet Telegram Bot *** -# โ–บ Debrid +# โ–บ Debrid / Leeches -* ๐ŸŒ **[Debrid Services Comparison](https://debridcompare.pages.dev/)** / [GitHub](https://github.com/fynks/debrid-services-comparison) -* โญ **[TorBox](https://torbox.app/)** - Freemium / 10GB / 10 Monthly Downloads / Sign-Up Required / [Unofficial Mobile Client](https://github.com/93Pd9s8Jt/atba) / [Subreddit](https://www.reddit.com/r/TorBoxApp/) / [Discord](https://discord.com/invite/wamy) / [GitHub](https://github.com/TorBox-App) -* โญ **[Real-Debrid](https://real-debrid.com/)** - Paid Debrid Service / [Android Client](https://github.com/LivingWithHippos/unchained-android) / [Torrent Client](https://github.com/rogerfar/rdt-client) / [DDL Client](https://github.com/ItsYeBoi20/TorrentDownloaderRD) -* โญ **[HDEncode](https://hdencode.org/)**, [DDLBase](https://ddlbase.com/), [RapidMoviez](https://rmz.cr/) / [Mirrors](https://rmzmirrors.com/) or [rlsDB](https://rlsdb.com/) - Movie & TV DDL Forums / Requires Debrid +* ๐ŸŒ **[Debrid Services Comparison](https://debridcompare.xyz)** / [GitHub](https://github.com/fynks/debrid-services-comparison) +* โญ **[TorBox](https://torbox.app/)** - Paid / Sign-Up Required / [Unofficial Mobile Client](https://github.com/93Pd9s8Jt/atba) / [Subreddit](https://www.reddit.com/r/TorBoxApp/) / [Discord](https://discord.com/invite/wamy) / [GitHub](https://github.com/TorBox-App) +* โญ **[Real-Debrid](https://real-debrid.com/)** - Paid / [Android Client](https://github.com/LivingWithHippos/unchained-android) / [Torrent Client](https://github.com/rogerfar/rdt-client) / [DDL Client](https://github.com/ItsYeBoi20/TorrentDownloaderRD) * [Multi-OCH Helper](https://greasyfork.org/en/scripts/13884-multi-och-helper) - Quickly Send DDL Links to Premiumize & NoPremium * [Debrid Media Manager](https://debridmediamanager.com/) - Manage / Stream / Download Debrid Files diff --git a/docs/educational.md b/docs/educational.md index 01309426e..b6fdf903d 100644 --- a/docs/educational.md +++ b/docs/educational.md @@ -9,7 +9,7 @@ * โญ **[IHaveNoTV](https://ihavenotv.com)** * โญ **[DocumentaryArea](https://www.documentaryarea.com/)** / [Remove Watermark](https://github.com/acridsoul/Clear-Mark) (or use PIP) * โญ **[Documentary+](https://www.docplus.com/)** -* โญ **[1337x Documentaries](https://1337x.to/top-100-documentaries)** / Torrent +* โญ **[1337x Documentaries](https://1337x.to/top-100-documentaries)**, [2](https://1337x.to/top-100-documentaries) / Torrent * [LearnOutLoud](https://www.learnoutloud.com/) * [Top Documentary Films](https://topdocumentaryfilms.com/) * [Thought Maybe](https://thoughtmaybe.com/) @@ -43,7 +43,8 @@ * โญ **[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) * โญ **[Class Central](https://www.classcentral.com/)** - Search for Courses -* [CourseBuffet](https://www.coursebuffet.com/) or [Course CSE](https://cse.google.com/cse?cx=67ed14bf7b99643e3) - Multi-Site Course Search +* [Course CSE](https://cse.google.com/cse?cx=67ed14bf7b99643e3) - Multi-Site Course Search +* [โ Educational Hub](https://educationalhub.in/) - Courses * [Git.ir](https://en.git.ir/) - Courses * [OpenLearn](https://www.open.edu/openlearn/) - Courses * [Alison](https://alison.com/) - Courses @@ -69,19 +70,16 @@ * ๐ŸŒ **[Free-Courses-For-Everyone](https://github.com/MasterBrian99/Free-Courses-For-Everyone)** - Course Site Index * โญ **[TutFlix](https://tutflix.org/)** - Courses / Drives / Sign-Up Opens Fridays * โญ **[HackNation](https://hacksnation.com/)** - Courses -* โญ **[tut4dl](https://tut4it.com/)** - Courses -* โญ **[Course Busters](https://t.me/coursebusters)** - Course Busters Access -* [FreeCourseSite](https://freecoursesite.com/) or [Docspedia](https://docspedia.world/) - Torrenting Sites / Use [VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25BA_vpn) -* [Revival](https://rentry.co/FMHYB64#revival) - Courses -* [FreeEducationWeb](https://freeeducationweb.com/) - Courses +* โญ **[tut4dl](https://tut4it.com/)** - Courses / [Request Guide](https://t.me/c/1603660516/91) +* โญ **[Course Busters](https://www.cbusters.com/home)** - Course Busters Access +* [FreeCourseSite](https://freecoursesite.com/), [2](https://freecoursesites.com/) or [Docspedia](https://docspedia.world/) - Torrenting Sites / Use [VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25BA_vpn) +* [FreeEducationWeb](https://freeeducationweb.com/latest-posts/) - Courses * [OneHack](https://onehack.us/) - Courses / [Telegram](https://t.me/Official_OneHack) -* [FreeCourseSite](https://freecoursesite.com/), [2](https://freecoursesites.com/) - Courses * [technet24](https://technet24.ir/category/videos) - Courses * [AfraTafreeh](https://afratafreeh.com/) - Courses * [learningDL](https://learningdl.net/) - Courses / Leech Required * [LinkedIn_Learning](https://t.me/linkedin_learning) - LinkedIn Courses * [CertCommunity](https://www.certcommunity.org/forum/) - IT Cert Courses -* [firerip](https://rentry.co/FMHYB64#firerip) - Fireship.io Course Downloader *** @@ -128,12 +126,11 @@ ## โ–ท Skills / Hobbies +* โ†ช๏ธ **[Photography / Cameras](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools#wiki_.25BA_photography_.2F_cameras)** * โ†ช๏ธ **[Typing Tests / Games](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_typing_lessons)** -* [Rookie Road](https://www.rookieroad.com/) - Sport Guides * [Make it Yourself](https://makeityourself.org/) - 1000 DIY Projects / [Video](https://youtu.be/TSFJ2OH1PQA) * [Animated Knots](https://www.animatedknots.com/) or [NetKnots](https://www.netknots.com/) - Learn to Tie Knots * [Ian's Shoelace Site](https://www.fieggen.com/shoelace/) - Learn to Tie Shoelaces -* [Polymaker](https://wiki.polymaker.com/) - 3D Printing Guide / Community / [Discord](https://discord.com/invite/polymaker) * [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 * [LibraryOfJuggling](https://libraryofjuggling.com/) - Juggling Technique Database @@ -162,6 +159,7 @@ * โ†ช๏ธ **[History Books](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/reading/#wiki_.25B7_history_books)** * โ†ช๏ธ **[Historical Maps](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/misc#wiki_.25B7_historic_maps)** - Map Resources +* โ†ช๏ธ **[โ WW2 Links](https://ww2links.ca/)** - Educational WW2 Resources * โญ **[Historic Films](https://www.historicfilms.com/)** or [National Film Preservation Foundation](https://www.filmpreservation.org/) - Historic Footage / Films * โญ **[Histography](https://histography.io/)** or [Oldest](https://www.oldest.org/) - History Timelines * โญ **[MorbidKuriosity](https://morbidkuriosity.com/)** - Dark History, Conspiracies, Crime, Myths, etc. @@ -174,6 +172,9 @@ * [ManuscriptMiniatures](https://manuscriptminiatures.com/) - Medieval Manuscript Images * [BlackPast](https://www.blackpast.org/) - African History Encyclopedia * [Athena](https://athena.unige.ch/athena/) - Greek History Encyclopedia +* [Theoi](https://www.theoi.com/) - Greek Mythology +* [Germanic Mythology](https://www.germanicmythology.com/index.html) - Germanic Mythology +* [Inuit Myths](https://www.inuitmyths.com/index.htm) - Inuit Mythology * [Mission US](https://www.mission-us.org/) - American History Learning Games * [OnThisDay](https://www.onthisday.com/) or [Curiosity Of The Day](https://www.curiosityoftheday.com/) - What Happened on Specific Days * [Royal Constellations](https://royalconstellations.visualcinnamon.com/) - Royal Family Ancestral Visualization @@ -186,6 +187,7 @@ * [Historical Recipes](https://l-lists.com/en/lists/55cbww.html) - Historical Recipes Site Index * [Arachne](https://arachne.dainst.org/) - Ancient Sculpture Image Archive * [SmartHistory](https://smarthistory.org/) - Art / Cultural Object History +* [โ gwulo](https://gwulo.com/) - Historical Hong Kong Photo Archive * [CARI](https://cari.institute/) - Design Aesthetics History * [ChinesePosters](https://chineseposters.net/) - Chinese Propaganda Poster History * [Historical Fashion](https://docs.google.com/document/d/1R8eulTsb9Zlc7h2H917dNJZS9s0rIq9OAu7LpSS9F2k/) - Historical Fashion Resources / History @@ -210,6 +212,7 @@ * โญ **[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 * [Wireless Philosophy](https://www.wi-phi.com/) - Philosophy Videos +* [โ 1000-Word Philosophy](https://1000wordphilosophy.com/) - 1000-Word Essays on Philosophical Topics * [Untools](https://untools.co/) - Better Thinking Tools * [Brainkit](https://www.braink.it/) - Learn Helpful Principles * [Art of Manliness](https://www.artofmanliness.com/) - Develop Life Skills @@ -243,7 +246,7 @@ * [Learning Music](https://learningmusic.ableton.com/) or [Musica](https://www.musicca.com/) - Music-Making Lessons * [Midiano](https://midiano.com/) / [Discord](https://discord.com/invite/SfFdbunEm2), [Piano Trainer](https://zaneh.itch.io/piano-trainer) / [GitHub](https://github.com/ZaneH/piano-trainer), [Chord Nebula](https://chords.yottanami.com/), [sightread](https://sightread.dev/) or [PianoCheetah](https://pianocheetah.app) - Piano Practice / Learning * [Keyboard Connect](https://keyboardconnect.com/) - Keyboard Tutoring App -* [TrueToneGuitar](https://www.truetoneguitar.co.uk/tools/guitar-practice-routine-generator), [Songsterr](https://www.songsterr.com/) / [Premium](https://rentry.co/FMHYB64#songsterr), [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/), [FAChords](https://www.fachords.com/) or [ChordBook](https://chordbook.com/) - Guitar Tools * [FretFlip](https://fretflip.com/guitar-scales), [Oolimo](https://www.oolimo.com/en/index.php), [StringScales](https://stringscales.com/), [My Fretboard Trainer](https://myfretboardtrainer.com/home/) or [GuitarScale](https://www.guitarscale.org/) - Learn Guitar Scales / Chords * [JamStart](https://jamstart.app/) - Spotify Chord Charts * [#fretflip](https://fretflip.com/) - Create / Print Guitar Scales & Chord Charts @@ -259,7 +262,7 @@ * [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 -* [ChiffAndFipple](https://forums.chiffandfipple.com/index.php) - Irish Traditional Music Forum +* [ChiffAndFipple](https://www.chiffandfipple.com/) - Irish Traditional Music Forum * [MIMO](https://mimo-international.com/MIMO/) - Musical Instrument Database * [VGM Sound Sources](https://docs.google.com/spreadsheets/d/1JJBlHHDc65fhZmKUGLrDTLCm6rfUU83-kbuD8Y0zU0o/) - VGM Sound Sources / [Discord](https://discord.gg/m4qzYNGHuS) @@ -283,7 +286,7 @@ * [FloobyNooby](http://www.floobynooby.com/comp1.html), [JMMStoryboardTips](https://jimmortensen.gumroad.com/l/JMMStoryboardTips) or [A Guide to Storyboards](https://magicbunnyart.gumroad.com/l/fjvKA) - Storyboard Guides * [Settei Dreams](https://setteidreams.net/) - Anime Production Materials * [Anime Study General](https://discord.gg/3bwdfRk) - Anime Production Community -* [McLelun](http://www.mclelun.com/p/tutorial.html) - Anime Style Background Tutorial +* [McLelun](https://www.mclelun.com/p/tutorial.html) - Anime Style Background Tutorial * [AnimeOutline](https://www.animeoutline.com/) - Anime / Manga Drawing Tutorials * [Design Tuts](https://t.me/designfreetuts) - Design Tutorials * [PhotoshopTutorials.ws](https://www.photoshoptutorials.ws/) - Photoshop Tutorials @@ -319,10 +322,10 @@ * โ†ช๏ธ **[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/), [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 -* โญ **[The Atlas of Economic Complexity](https://atlas.cid.harvard.edu/)** - Global Economic Growth Data +* โญ **[The Atlas of Economic Complexity](https://atlas.hks.harvard.edu/)** - Global Economic Growth Data * โญ **[Soar](https://soar.earth/)** - Digital Atlas * [Maps.com](https://www.maps.com/) - Interesting / Educational Maps -* [LizardPoint](https://lizardpoint.com/), [Worldle](https://worldle.teuteuf.fr/), [Learn World Map](https://map.koljapluemer.com/), [Seterra](https://www.seterra.com/#quizzes) or [Teuteuf](https://teuteuf.fr/) - Geography Guessing / Quizzes +* [LizardPoint](https://lizardpoint.com/), [Ekvis](https://ekvis.com/), [Worldle](https://worldle.teuteuf.fr/), [Learn World Map](https://map.koljapluemer.com/), [Seterra](https://www.seterra.com/#quizzes) or [Teuteuf](https://teuteuf.fr/) - Geography Guessing / Quizzes * [AntipodesMap](https://www.antipodesmap.com/) - Find Antipodes * [The True Size](https://thetruesize.com/) or [True Size of Countries](https://truesizeofcountries.com/) - Compare Country Size * [NationsEncyclopedia](https://www.nationsencyclopedia.com/) - Location / Population Data @@ -422,7 +425,7 @@ * โญ **[AoPS Alcumus](https://artofproblemsolving.com/alcumus)** or [MathDash](https://mathdash.com/) - Adaptive Problem Solving * โญ **[BetterExplained](https://betterexplained.com/)** - Math Guides / Courses * โญ **[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) -* โญ **[WolframAlpha](https://www.wolframalpha.com/)** - Searchable Knowledge Base / [Mobile](https://rentry.co/FMHYB64#wolfram-mobile) +* โญ **[WolframAlpha](https://www.wolframalpha.com/)** - Searchable Knowledge Base / [Mobile](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) * [Wolfram MathWorld](https://mathworld.wolfram.com/), [Encyclopedia Of Math](https://encyclopediaofmath.org/) or [nLab Math](https://ncatlab.org/nlab/show/mathematics) - Mathematics Encyclopedias * [Red Blob Games](https://www.redblobgames.com/) or [Mathspad](https://www.mathspad.co.uk/resources.php?interactives=1) - Interactive Math Sites * [Mathcha](https://www.mathcha.io/), [Corca](https://corca.app/) or [Math Editor](https://math-editor.online/) - Online Math Editors @@ -480,10 +483,12 @@ * [Wokwi](https://wokwi.com/) - Arduino / ESP32 Board Simulators * [HDLBits](https://hdlbits.01xz.net/) - Learn Circuit Design * [โ Fritzing](https://gist.github.com/RyanLua/fc2457d87641bb39754278b01a647526), [SKiDL](https://devbisme.github.io/skidl/) / [GitHub](https://github.com/devbisme/skidl), [atopile](https://docs.atopile.io/atopile/quickstart), [EasyEDA](https://easyeda.com/editor) or [LibrePCB](https://librepcb.org/) - Electronic Circuit Design Tools +* [โ The Pinouts Book](https://pinouts.org/) - Pinout Function Reference Guide * [Circuit Steps](https://circuitsteps.com/) - Circuit Analysis Tool * [BatteryUniversity](https://batteryuniversity.com/articles) - Learn About Batteries * [Electronics Tutorials](https://www.electronics-tutorials.ws/) or [Instrumentacion](http://instrumentacion.qi.fcen.uba.ar/libro.html) - Electronic Guides * [/m/engineering](https://www.reddit.com/user/nbatman/m/engineering/) - Engineering Multireddit +* [Build List](https://buildlist.org/) - On-Demand Online Manufacturers *** @@ -496,12 +501,13 @@ * โญ **[LibreTexts Chemistry](https://chem.libretexts.org)** - Chemistry Texts * โญ **[Internet Chemistry](https://www.internetchemistry.com/search.php)** - Chemistry 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 -* [ChemicalAid](https://www.chemicalaid.com/) or [Chemequations](https://chemequations.com/en/) - Chemistry Calculators / Element Tables +* [ChemicalAid](https://www.chemicalaid.com/), [โ WebQC](https://www.webqc.org/) or [Chemequations](https://chemequations.com/en/) - Chemistry Calculators / Element Tables * [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 * [ChemistrySteps](https://www.chemistrysteps.com/), [Science Geek](https://www.sciencegeek.net/) 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 * [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 +* [โ Compound Interest](https://www.compoundchem.com/infographics/) - Chemistry Infographics * [ChemistryTalk](https://chemistrytalk.org/) - Tutorials / Experiments / Elements / Reference Articles * [Sciencenotes](https://sciencenotes.org) - Periodic Tables / Chemistry Projects and Questions * [Organic Chemistry](https://www.organic-chemistry.org) or [Synarchive](https://synarchive.com/) - Organic Reactions @@ -589,7 +595,7 @@ * [Inner Body](https://www.innerbody.com/htm/body.html) - Anatomy Atlas (2D&3D) * [NIH Print](https://3d.nih.gov/) - Biomedical Science 3D Models * [Sectional Anatomy](https://www.sectional-anatomy.org/) - Cross Sectional Educational MRI / CT Scans -* [University of Minnesota Histology](https://www.histologyguide.org/index.html) or [University of Leeds Histology](http://histology.leeds.ac.uk/) - Histology Guides +* [University of Minnesota Histology](https://www.histologyguide.org/index.html) or [University of Leeds Histology](https://histology.leeds.ac.uk/) - Histology Guides * [Tulane University Pharmacology](https://tmedweb.tulane.edu/pharmwiki/doku.php/start) - Pharmacology Info & Quizzes * [Antibiotics Summary](https://imgur.com/rADmmfy) - Antibiotics Summary Image * [Healio ECG Review](https://www.healio.com/cardiology/learn-the-heart/ecg-review), [ECG Library](https://www.ecglibrary.com/) or [Litfl](https://litfl.com/ecg-library/) - ECG Information @@ -607,6 +613,8 @@ * [University of Utah Pathology](https://webpath.med.utah.edu/webpath.html) - Pathology Guide * [The Iowa Virtual Slidebox](https://www.mbfbioscience.com/iowavirtualslidebox) - Pathology Atlas Software * [Nextstrain](https://nextstrain.org/) - Pathogen Evolution Tracking +* [โ HemOnc](https://hemonc.org/) - Hematology / Oncology Reference Site +* [DermNet](https://dermnetnz.org/) - Dermatology Reference Site * [โ EyeWiki](https://eyewiki.org/) - Eye Encyclopedia * [Passmedicine](https://www.passmedicine.com/ucat/) - UCAT Practice Questions * [UCAT Score](https://codepen.io/souramoo/full/OJMQzVm) - UCAT Score Converter @@ -619,11 +627,14 @@ * โญ **[r/Space](https://reddit.com/r/Space)** - Space Subreddit * โญ **[Space Dashboard](https://spacedashboard.com/)** - Space Live Stream Dashboard -* โญ **[NASA](https://www.nasa.gov/)** - National Aeronautics and Space Administration Website / [Images](https://images.nasa.gov/) / [Audio](https://www.nasa.gov/audio-and-ringtones/) / [Documents](https://ntrs.nasa.gov/search) / [APIs](http://api.nasa.gov/) / [History](https://www.nasa.gov/history/) +* โญ **[NASA](https://www.nasa.gov/)** - National Aeronautics and Space Administration Website / [Images](https://images.nasa.gov/) / [Audio](https://www.nasa.gov/audio-and-ringtones/) / [Documents](https://ntrs.nasa.gov/search) / [APIs](https://api.nasa.gov/) / [History](https://www.nasa.gov/history/) * โญ **[March to the Moon](https://tothemoon.ser.asu.edu/)**, [Apollo Image Atlas](https://www.lpi.usra.edu/resources/apollo/) or [ApolloArchive](https://apolloarchive.com/) / [Flickr](https://www.flickr.com/photos/projectapolloarchive/albums/) - Moon Landing Images * [Interactive Apollo Missions](https://apolloinrealtime.org/) or [FirstMenOnTheMoon](https://www.firstmenonthemoon.com/) - Apollo in Realtime * [Marspedia](https://marspedia.org/) - Mars Wiki * [ESA](https://www.esa.int/) - European Space Agency Website +* [JAXA](https://global.jaxa.jp/) - Japanese Space Agency Website / [Images / Videos](https://jda.jaxa.jp/?lang=e) +* [CSA](https://www.asc-csa.gc.ca/eng/) - Canadian Space Agency Website +* [ISRO](https://www.isro.gov.in/) - Indian Space Research Organization * [Space.com](https://www.space.com/) - Space News * [Encyclopedia Astronautica](http://www.astronautix.com/) - Space Encyclopedia * [NASA History](https://www.nasa.gov/history/history-publications-and-resources/) or [NASA Ebooks](https://www.nasa.gov/ebooks/) - NASA Books @@ -631,7 +642,7 @@ * [NASA's Eyes](https://science.nasa.gov/eyes/) or [Celestia](https://celestiaproject.space/) - 3D Space Visualizations / [Solar System](https://eyes.nasa.gov/apps/solar-system/#/home) * [ExoplanetExplore](https://exoplanetexplore.vercel.app) - Interactive Exoplanet Visualization * [ExoplanetArchive](https://exoplanetarchive.ipac.caltech.edu/) - Exoplanet Database -* [RGV Aerial Photography](https://discord.gg/wsFxEw9g4X) - Aerial Photography Community / News +* [RGV Aerial Photography](https://discord.gg/wsFxEw9g4X) - Aerial Photography Community / News / [X](https://x.com/RGVaerialphotos) * [TheCMB](http://thecmb.org/) - 3D Cosmic Microwave Background Model * [ISODN Earth Science](https://discord.gg/ujvMHFV) - ISODN Earth Science Discord Community @@ -680,14 +691,18 @@ * โญ **[EarthData](https://worldview.earthdata.nasa.gov/)** - Daily Satellite Replays * โญ **[Visible Earth](https://visibleearth.nasa.gov/)**, [SpaceFromSpace](https://spacefromspace.com/), [GOES-16 Satellite Imagery](https://rammb-slider.cira.colostate.edu/) or [Sentinel Hub](https://www.sentinel-hub.com/) - Satellite Imagery -* [โ NASASpaceFlight](https://www.nasaspaceflight.com/) - Launch Livestreams / News / [Forum](https://forum.nasaspaceflight.com/) -* [โ Next Spaceflight](https://nextspaceflight.com/) / [Discord](https://discord.gg/nextspaceflight), [nextrocket.space](https://nextrocket.space/) or [RocketLaunch](https://rocketlaunch.org/) - Rocket Launch / Space Flight Trackers -* [NSSDCA](https://nssdc.gsfc.nasa.gov/) - NASA Space Science Mission Data +* [โ NASASpaceFlight](https://www.nasaspaceflight.com/) - Launch Livestreams / News / [Forum](https://forum.nasaspaceflight.com/) / [X](https://www.youtube.com/@NASASpaceflight) +* [โ Next Spaceflight](https://nextspaceflight.com/) / [X](https://x.com/NextSpaceflight) / [Discord](https://discord.gg/nextspaceflight), [nextrocket.space](https://nextrocket.space/) or [RocketLaunch](https://rocketlaunch.org/) - Rocket Launch / Space Flight Trackers +* [โ Spaceflight Archive](https://spaceflight-archive.com/) - Rocket Launch History / Visualizations / Stats / [X](https://x.com/S_F_Archive) +* [TonyBela Infographics](https://tonybela.com/) - Spacecraft / Rocket Infographics / [X](https://x.com/InfographicTony) +* [โ Ringwatchers](https://ringwatchers.com/) - Starship Diagrams / Articles / Community / [X](https://x.com/ringwatchers) / [Discord](https://discord.com/invite/ringwatchers) +* [Sen](https://www.sen.com/) - ISS Live Feed + Video Archive / [YouTube](https://www.youtube.com/@Sen) / [X](https://x.com/sen) +* [ISS In Realtime](https://issinrealtime.org/) - Historical ISS Mission Replays / Database * [ISS Sim](https://iss-sim.spacex.com/) - ISS Docking Simulator * [Transit Finder](https://transit-finder.com/), [ISS Tracker](https://isstracker.pl/en), [Spot The Station](https://spotthestation.nasa.gov/) or [Where The ISS At?](https://wheretheiss.at/) - ISS Transit Tracking +* [Satellite Map](https://satellitemap.space/), [SGP4](https://sgp4gl-demo.vercel.app/) / [GitHub](https://github.com/Kayhan-Space/sgp4gl-demo), [KeepTrackSpace](https://www.keeptrack.space/), [Find Starlink](https://findstarlink.com/) or [Look4Sat](https://github.com/rt-bishop/Look4Sat) - Satellite Orbit Maps / Trackers * [Leolabs Space](https://platform.leolabs.space/visualization) - Low Earth Orbit Simulator -* [Orbiter](https://www.orbiter-forum.com/) - Spaceflight Simulator / [GitHub](https://github.com/orbitersim/orbiter) -* [Satellite Map](https://satellitemap.space/), [KeepTrackSpace](https://www.keeptrack.space/), [Find Starlink](https://findstarlink.com/) or [Look4Sat](https://github.com/rt-bishop/Look4Sat) - Satellite Orbit Maps / Trackers +* [Orbiter](https://www.orbiter-forum.com/) - Spaceflight Simulator / [Subreddit](https://www.reddit.com/r/Orbiter/) / [GitHub](https://github.com/orbitersim/orbiter) * [Andegraf Rockets](https://rockets.andegraf.com/) - Rocket Diagrams *** @@ -696,14 +711,14 @@ ## โ–ท Multi-Language -* ๐ŸŒ **[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 +* ๐ŸŒ **[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/resources/) - Language Learning Resources * ๐ŸŒ **[Speechling](https://speechling.com/tools)** - Language Learning Tools * ๐ŸŒ **[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)** * โญ **[Language Transfer](https://www.languagetransfer.org/)** - Language Learning Lectures * โญ **[Language Reactor](https://www.languagereactor.com/)**, [LLPlayer](https://github.com/umlx5h/LLPlayer), [Trancy](https://www.trancy.org/) or [Easysubs](https://easysubs.cc/) - Learn Languages via Videos * โญ **[Readlang](https://readlang.com/)** - Learn a Language via Web Browsing -* [Duolingo](https://rentry.co/FMHYB64#duolingo) / [Tips](https://duome.eu/tips), [LingoDeer](https://www.lingodeer.com/) or [Busuu](https://rentry.co/FMHYB64#busuu) - Language Learning Lessons +* [Duolingo](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) / [Tips](https://duome.eu/tips), [LingoDeer](https://www.lingodeer.com/) or [Busuu](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) - 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 * [Yomitan](https://yomitan.wiki/) - Popup Dictionary / [Discord](https://discord.gg/3v22CATnyr) @@ -711,8 +726,8 @@ * [Comprehensible Input Wiki](https://comprehensibleinputwiki.org/) - Learn Languages via Comprehensible Input * [Languagelearning.site](https://languagelearning.site/) - Language Learning Torrents * [Refold](https://refold.la/) - Language Learning Roadmap -* [Language Drops](https://languagedrops.com/) / [Premium](https://rentry.co/FMHYB64#language-drops) or [OkyDoky](https://www.okydoky.app/) - Language Learning App with Thematic Vocab -* [Yojik](https://fsi-languages.yojik.eu/index.html) or [Pimsleur](https://rentry.co/FMHYB64#pimsleur) - Language Learning Courses +* [Language Drops](https://languagedrops.com/) / [Premium](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) or [OkyDoky](https://www.okydoky.app/) - Language Learning App with Thematic Vocab +* [Yojik](https://fsi-languages.yojik.eu/index.html) - Language Learning Courses * [DLIFLC](https://gloss.dliflc.edu/) - Language Learning Quizzes * [Ba Ba Dum](https://babadum.com/) - Language Learning Game * [LanguageGuide](https://www.languageguide.org/) - Visual Language Learning @@ -756,7 +771,7 @@ ## โ–ท English -* ๐ŸŒ **[Many Things](http://www.manythings.org/)** - ESL Resources +* ๐ŸŒ **[Many Things](https://www.manythings.org/)** - ESL Resources * ๐ŸŒ **[ESOL](https://www.esolcourses.com/)** - English Learning Resources * [youglish](https://youglish.com/) or [YouDict](https://youdict.co/) - YouTube Word Pronunciations * [Forvo](https://forvo.com/) or [HowJSay](https://howjsay.com/) - Pronunciation Dictionary @@ -838,7 +853,7 @@ * [The Chairman's Bao](https://www.thechairmansbao.com/) - Chinese Reading Practice / News Articles * [Pleco](https://www.pleco.com/) - Chinese Flashcards / Dictionary * [Chinese Flashcards](https://www.chineseflashcards.io/) - Chinese Flashcards -* [MandoBot](https://mandobot.netlify.app/) - Mandarin Translation / Segementation +* [MandoBot](https://mandobot.netlify.app/) - Mandarin Translation / Segmentation *** @@ -850,9 +865,10 @@ * [FluentWithStories](https://www.fluentwithstories.com/) - Learn Spanish via Stories * [DreamingSpanish](https://www.dreamingspanish.com/) - Spanish Learning Videos * [The French Tutorial](http://www.frenchtutorial.com/) - French Learning Tutorials -* [โ TV5MONDE](https://apprendre.tv5monde.com/en/) - French Learning Videos +* [โ TV5MONDE](https://apprendre.tv5monde.com/en/) - French Learning Videos * [LCSpeakFrench](https://t.me/LCSpeakFrench) - Live French Lessons * [Uusi Kielemme](https://uusikielemme.fi/) - Finnish Learning +* [The People's Dictionary](https://folkets-lexikon.csc.kth.se/folkets/folkets.en.html) - Swedish Translation Dictionary *** @@ -885,7 +901,7 @@ ## โ–ท Sign Languages * โญ **[SpreadTheSign](https://spreadthesign.com/)** - Multi-Language Dictionary -* [ASL Dictionary](https://www.signasl.org/), [LifePrint](https://lifeprint.com/), [ASLCore](https://aslcore.org/) or [HandSpeak](https://www.handspeak.com/) - American Sign Language Dictionaries +* [ASL Dictionary](https://www.signasl.org/), [StrongASL](https://www.strongasl.com/), [LifePrint](https://lifeprint.com/), [ASLCore](https://aslcore.org/) or [HandSpeak](https://www.handspeak.com/) - American Sign Language Dictionaries * [Text to Sign](https://wecapable.com/tools/text-to-sign-language-converter/) - Convert Text to Fingerspelling in ASL or BSL * [Rochester ASL / LSF](https://projects.lib.rochester.edu/lsf-asl-app/) - ASL / LSF / Click Dictionary * [BSL Dictionary](https://www.signbsl.com/), [BSL Signbank](https://bslsignbank.ucl.ac.uk/), [MobileSign](http://www.mobilesign.org/) or [Signd](https://signd.co.uk/) - British Sign Language Dictionaries @@ -894,11 +910,13 @@ * [SSC](https://www.ssc.education.ed.ac.uk/BSL/) - BSL Academic Term Dictionary * [BKS](https://bks.org.uk/) - British Key Word Signs * [International Sign](https://sonastik.ead.ee/rahvusvaheline/en) - International Sign Language +* [DeafTec](https://deaftec.org/stem-dictionary/) or [Tachyo](https://www.tachyo.org/) - STEM Sign Dictionaries / Search * [Interpreter Services](https://alb-accmedia.austincc.edu/signs) - Specialized ASL Dictionary * [SignSchool](https://www.signschool.com/) - ASL Learning / Dictionary * [โ SooSL](https://www.soosl.net/) - Create Custom Sign Language Dictionaries * [ASL Learning](https://asl.ms/) - ASL Learning Site * [Learn NZSL](https://learn.nzsl.nz/) - NZSL Learning Site +* [HandyBSL](https://handybsl.co.uk/) - Learn / Practice BSL * [SignLearner](https://signlearner.com/) - Learn ASL or BSL while Browsing Internet / Chromium * [Signs](https://signs-ai.com/) - ASL Learning AI * [Learn BSL in SignWriting](https://ankiweb.net/shared/info/1502698119) @@ -918,7 +936,7 @@ * [World Cube Association](https://www.worldcubeassociation.org/) - Cubing Competitions & Records * [Cubing Time Standard](https://cubingtimestandard.com/) - Track Your Performance Across WCA Events * [alg.cubing.net](https://alg.cubing.net/), [CubeDB](https://cubedb.net/), or [Tao Yu Trainer](https://tao-yu.github.io/Alg-Trainer/) - Algorithm Animators / Visualizers -* [F2L Trainer](http://expertcuber.by/f2ltrainer.php) or [ZBLL Trainer](http://bestsiteever.ru/zbll/) - Algorithm-Specific Trainers +* [F2L Trainer](https://expertcuber.by/f2l.php) - Algorithm-Specific Trainers * [Hypercubing](https://hypercubing.xyz/) - Hypercubing Wiki * [Speedcube.app](https://speedcube.app/) - Cubing Timer (Mobile-Friendly) * [SolveTheCube](https://solvethecube.com/timer) - Cubing Timer @@ -940,8 +958,10 @@ * [HerculesChess](https://herculeschess.com/) - Learn / Practice Chess * [Chess Tempo](https://chesstempo.com/) - Chess Practice * [Lucas Chess](https://lucaschess.pythonanywhere.com/) - Chess Practice -* [Chess Coach](https://rentry.co/FMHYB64#chess-coach) - Chess Coaching App +* [Chess Coach](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) - Chess Coaching App +* [โ Chess OCR](https://helpman.komtera.lt/chessocr/) - Multi-Site Digital Chessboard Analysis * [WintrChess](https://wintrchess.com/), [2](https://chess.wintrcat.uk/) - Chess Game / Move Analysis +* [Pawn Appรฉtit](https://pawnappetit.com/) - Chess Game / Move Analysis / [GitHub](https://github.com/ChessKitchen/pawn-appetit) * [Decode Chess](https://app.decodechess.com/) - Chess Game / Move Analysis * [YottaChess](https://www.yottachess.com/) - Chess Game / Move Analysis * [โ Chessigma](https://www.chessigma.com/) - Chess Game / Move Analysis / [Discord](https://discord.gg/dy9VXd5n3v) @@ -959,7 +979,7 @@ * โ†ช๏ธ **[D&D Building Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/game-tools/#wiki_.25B7_rpg_worldbuilding)** - Map Editors, Campaign Managers, Worldbuilding, etc. * โญ **[D&D Compendium](https://www.dnd-compendium.com/)** or [RPGBOT](https://rpgbot.net/) - D&D Tools & Learning Resources -* โญ **[5etools](https://5e.tools/)** or [The Acaeum](https://www.acaeum.com/) - 5E Rules & Content References +* โญ **[5etools](https://5e.tools/)**, [โ DM Screen](https://www.linepup.com/dm-screen/) or [The Acaeum](https://www.acaeum.com/) - Rules & Content References * โญ **[D&D Beyond](https://www.dndbeyond.com/)** - Official Toolset for 5E * โญ **[Kobold+ Fight Club](https://koboldplus.club/)** - Encounter Builder & Balancer * [Avrae](https://avrae.io/) - D&D Automation Discord Bot @@ -1026,7 +1046,7 @@ * [The Linux Kernel](https://www.kernel.org/doc/html/latest/) - Linux Kernel Development Guides / [Archives](https://kernel.org/) * [Workbench](https://apps.gnome.org/Workbench) - Learn / Experiment with Gnome / [GitHub](https://github.com/workbenchdev/Workbench) * [โ aman.ai](https://aman.ai/) - Artificial Intelligence / Deep Learning Stanford Notes -* [LLM Visualization](https://bbycroft.net/llm), [Machine Learning Roadmap](https://rentry.org/machine-learning-roadmap), [SAAYN](https://spreadsheets-are-all-you-need.ai/), [machine-learning-zoomcamp](https://github.com/DataTalksClub/machine-learning-zoomcamp), [ML Engineering](https://github.com/stas00/ml-engineering), [udlbook](https://udlbook.github.io/udlbook/) / [GitHub](https://github.com/udlbook/udlbook/), [ML Visualized](https://ml-visualized.com/) / [GitHub](https://github.com/gavinkhung/machine-learning-visualized) or [LLM Course](https://github.com/mlabonne/llm-course) - Learn Machine Learning +* [LLM Visualization](https://bbycroft.net/llm), [Machine Learning Roadmap](https://rentry.org/machine-learning-roadmap), [SAAYN](https://spreadsheets-are-all-you-need.ai/), [machine-learning-zoomcamp](https://github.com/DataTalksClub/machine-learning-zoomcamp), [ML Engineering](https://github.com/stas00/ml-engineering), [udlbook](https://udlbook.github.io/udlbook/) / [GitHub](https://github.com/udlbook/udlbook/), [mlsysbook](https://www.mlsysbook.ai/), [ML Visualized](https://ml-visualized.com/) / [GitHub](https://github.com/gavinkhung/machine-learning-visualized) or [LLM Course](https://github.com/mlabonne/llm-course) - Learn Machine Learning * [โ Transformer Explainer](https://poloclub.github.io/transformer-explainer/) - โ Transformer Visuzliation * [Approaching (Almost) Any Machine Learning Problem](https://files.catbox.moe/b34jd4.pdf) - Machine Learning Problem-Solving Book * [Deep ML](https://www.deep-ml.com/) - Solve Machine Learning Problems @@ -1040,7 +1060,7 @@ ## โ–บ Coding Tutorials -* ๐ŸŒ **[Project Based Learning](https://github.com/practical-tutorials/project-based-learning)** - Project Based Learning Resources +* ๐ŸŒ **[Project Based Learning](https://github.com/practical-tutorials/project-based-learning)** - Project Based Learning Resources * โญ **[Build your own X](https://codecrafters.io)** - Advanced Coding Tutorials / [Discord](https://discord.gg/DeqUD2P) / [GitHub](https://github.com/codecrafters-io/build-your-own-x) * [Programiz](https://www.programiz.com/), [TutorialKart](https://www.tutorialkart.com/), [Hackr.io](https://hackr.io/), [Ultimate Programming](https://www.codebreakthrough.com/ultimate-programming-all-in-one-tutorials?coupon=LEARNFORFREE), [GeeksforGeeks](https://www.geeksforgeeks.org/) or [Tpoint Tech](https://www.tpointtech.com/) / [Telegram](https://t.me/tpointtech) - General Coding Tutorials * [Guru99](https://www.guru99.com/) - Software / Web Development @@ -1065,7 +1085,7 @@ * [CS50](https://cs50.harvard.edu/python/) - Python Course * [Tea Press](https://greenteapress.com/wp) - Python Learning Book * [Learn C](https://www.learn-c.org/) - C Tutorials -* [C++ Core Guidelines](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines) / [GitHub](https://github.com/isocpp/CppCoreGuidelines) or [modern-cpp-tricks](https://github.com/rachitiitr/modern-cpp-tricks) - C++ Tips +* [C++ Core Guidelines](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines) / [GitHub](https://github.com/isocpp/CppCoreGuidelines) or [modern-cpp-tricks](https://github.com/rachitiitr/modern-cpp-tricks) - C++ Tips * [Learn C++](https://www.learncpp.com/) or [StudyPlan](https://www.studyplan.dev/) - C++ Lessons / Tutorials * [Makefile Tutorial](https://makefiletutorial.com/) - Makefile Tutorial * [AmigosCode](https://www.youtube.com/@amigoscode), [Java Design Patterns](https://java-design-patterns.com/) or [learncs.online](https://www.learncs.online/) - Java / Kotlin Guides @@ -1128,7 +1148,8 @@ * โญ **[Open Source Society University](https://github.com/ossu/computer-science)** / [PT-BR](https://github.com/ossu/computer-science-br) / [CN](https://github.com/ossu/computer-science-cn) - Computer Science Roadmap / [Discord](https://discord.gg/wuytwK5s9h) * โญ **[CS50](https://cs50.harvard.edu/x/)** - Harvard Computer Science Course / [Subreddit](https://www.reddit.com/r/cs50/) / [Telegram](https://t.me/cs50x) / [Discord](https://discord.com/invite/cs50) / [GitHub](https://github.com/cs50) * โญ **[NandGame](https://nandgame.com/)** - Computer Building Puzzle -* โญ **[CraftingInterpreters](http://www.craftinginterpreters.com/)** - Scripting Language Implementation Book / [GitHub](https://github.com/munificent/craftinginterpreters) +* โญ **[CraftingInterpreters](https://www.craftinginterpreters.com/)** - Scripting Language Implementation Book / [GitHub](https://github.com/munificent/craftinginterpreters) +* [โ CSRankings](https://csrankings.org/) - Publication Activity of Computer Science Colleges per Topic * [CS1000](https://cs1000.surge.sh/) - Computer Science / Software Engineering * [Tech Dev Guide](https://techdevguide.withgoogle.com/) - Computer Science Google Courses * [Big-O Cheatsheet](https://www.bigocheatsheet.com/) - Computer Science Complexities Cheatsheet @@ -1186,7 +1207,6 @@ * [Codility](https://app.codility.com/programmers/) - Coding Practice * [ProjectLearn](https://projectlearn.io/) - 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 * [BuildBox](https://app.buidlbox.io/), [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), [CodeAbbey](https://www.codeabbey.com/), [Kattis](https://open.kattis.com/) or [Coding Problems](https://github.com/MTrajK/coding-problems) - Coding Problems / Solutions @@ -1206,7 +1226,6 @@ * [design.tips](https://www.designer.tips/) or [Utopia](https://utopia.fyi/) - Design Tips * [HackDesign](https://hackdesign.org/) or [Sky Design](https://github.com/josephgoksu/sky-design) - UI / Webdesign Courses -* [Learn UI Design](https://learnui.design/) - UI Design Course * [50 UI Tips](https://fifty.user-interface.io/50_ui_tips.pdf) - UI / UX Design Book * [Can't Unsee](https://cantunsee.space/) - UI Design Test * [UXTools](https://uxtools.co/) or [UXMovement](https://uxmovement.com/) - Learn UX Design @@ -1215,7 +1234,7 @@ * [Laws of UX](https://lawsofux.com/) - Maxims / Principles for UI Designers * [Deceptive Patterns](https://www.deceptive.design/) - Deceptive User Experience Examples * [UI Coach](https://uicoach.io/) - UI Design Challenge Generator -* [HTML Dog](https://htmldog.com/) or [Front Tips](https://front.tips/) - Frontend Tutorials & Examples +* [HTML Dog](https://htmldog.com/) - Frontend Tutorials & Examples * [FrontEndMentor](https://www.frontendmentor.io/) 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 Bootcamp](https://microsoft.github.io/frontend-bootcamp/) - Frontend Workshop @@ -1241,11 +1260,13 @@ * [MicroCorruption](https://microcorruption.com/) - Learn Reverse Engineering / Cybersecurity * [x86re](https://x86re.com/) or [Reverse-Engineering](https://github.com/mytechnotalent/Reverse-Engineering) - Reverse Engineering Guides * [CrackMyApp](https://crackmy.app/) or [crackmes](https://crackmes.one/) / [Discord](https://discord.com/invite/2pPV3yq) - Reverse Engineering Challenges +* [โ Reverse Engineering Academy](https://reverseengineering.vercel.app/) - Interactive Reverse Engineering Lessons * [John Hammond](https://www.youtube.com/@_JohnHammond) - Cybersecurity YouTube Tutorials * [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 DNSSEC Works](https://howdnssec.works/) - Learn DNSSEC * [CryptoPals](https://cryptopals.com/) or [cryptohack](https://cryptohack.org/) - Cryptography Learning +* [โ CrypTool](https://www.cryptool.org/) - Interactive Cryptology Learning / Puzzles * [How HTTPS Works](https://howhttps.works/) - Learn HTTPS *** @@ -1269,6 +1290,8 @@ * [Game Math](https://gamemath.com/book/intro.html) - Mathematics Lessons for Game Devs * [Graphics Workshop](https://github.com/ekzhang/graphics-workshop) - Learn Computer Graphics * [The Book of Shaders](https://thebookofshaders.com/) - Fragment Shaders Guide +* [EmuDev](https://emudev.org/) - Emulator Development Information / [Discord](https://discordapp.com/invite/dkmJAes) +* [โ EmuDevs](https://afska.github.io/emudevz/) - NES Emulator Development Learning Game * [QB64SourceCode](https://www.qb64tutorial.com/) - QB64 Game Programming Tutorials * [8bitWorkshop](https://8bitworkshop.com/) - Retro Game Programming Tutorials @@ -1291,6 +1314,7 @@ * [r/APStudents Course Survey](https://docs.google.com/spreadsheets/u/6/d/1s-YM81RvD11h9UOTba_XsBKEy-NW8PEXim2UxSLwdRE/edit#gid=1924688511) - AP Exam Comparison Spreadsheet * [r/CATpreparation](https://www.reddit.com/r/CATpreparation/) - CAT Test Prep / [Discord](https://discord.gg/CAvHUZY6rH) * [Revisely](https://www.revisely.com/) - GCSE Exam Help +* [nzqa.toasting](https://nzqa.toasting.me/) - Download NZQA Past Papers * [CatchaScience](https://catchascience.wordpress.com/), [IGCSEResources](https://sites.google.com/view/igcseresources/home), [r/IGCSE](https://www.reddit.com/r/igcse/) or [ZNotes](https://znotes.org/) - IGCSE Study Notes / Resources * [IGCSE Papers](https://igcse.net/igcse-past-papers-download/), [RevisionScience](https://revisionscience.com/) or [Physics & Maths Tutor](https://www.physicsandmathstutor.com/) - Download Past GCSE / IGCSE Papers * [anthropology](https://t.me/anthropology) - UPSC Telegram Channel @@ -1319,7 +1343,7 @@ * โญ **[PirateHive](https://phantomcodex9.github.io/piratehive/)** - Guides / Study Material * โญ **[ExamSide](https://questions.examside.com/)** - PYQ Solutions * [JEE Hub](https://jeehub.vercel.app/) - JEE / NEET PYQs -* [JEE Books](https://t.me/+iHmGydsEO343ODk1) or [JEE Archive](https://jee-archive.vercel.app/) - JEE Books Archives +* [JEE Books](https://t.me/+iHmGydsEO343ODk1), [JEEBooksPDF](https://m.youtube.com/c/JEEBooksPDF) / [Telegram](https://telegram.me/jeebookspdf) or [JEE Archive](https://jee-archive.vercel.app/) - JEE Books Archives * [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 * [MarksAPP](https://web.getmarks.app/) - Guides / Study Material / [Telegram](https://telegram.me/getmarksapp) @@ -1334,7 +1358,6 @@ * โ†ช๏ธ **[Presentation Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_presentation_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)** -* โ†ช๏ธ **[Text Rephrasing](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_text_rephrasing)** * โญ **[Excalidraw](https://excalidraw.com/)** / [Sharing](https://excalihub.dev/), **[OpenBoard](https://openboard.ch/index.en.html)**, [DGM](https://dgm.sh/), [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 * [FreeForStudent](https://freeforstudents.org/) - Free for Student Deals * [Better Canvas](https://github.com/UseBetterCanvas/bettercanvas) - Canvas Enhancement Extension @@ -1348,6 +1371,7 @@ * [โ Scholarship Roar](https://scholarshiproar.com/) - Scholarship Database * [โ Extracurriculars.org](https://extracurriculars.org/) / [Discord](https://discord.gg/SGEtqcaSRu), [snow.day](https://www.snow.day/) or [Talem](https://www.talem.org/extracurriculars) - Extracurricular Search * [Niche](https://www.niche.com/), [TheUniGuide](https://www.theuniguide.co.uk/), [Alumnius](https://alumnius.net/) or [Top Universities](https://www.topuniversities.com/) - University / School Comparisons +* [โ CSRankings](https://csrankings.org/) - Publication Activity of Computer Science Colleges per Topic * [RateMyDorm](https://ratemydorm.com) or [:)](https://docs.google.com/document/d/14Mn1CrA-CV5YZAkOZtrMKTmn2O4oL-2EhIXhzXZbO0A/edit#) - College Dorm Reviews * [RateMyProfessor](https://www.ratemyprofessors.com/) - Professor Ratings * [Wordwall](https://wordwall.net/) - Lesson Creator @@ -1362,15 +1386,17 @@ * ๐ŸŒ **[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 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)** +* โ†ช๏ธ **[Research Paper Chatbots](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai#wiki_.25B7_specialized_chatbots)** * โญ **[Wolfram Alpha](https://www.wolframalpha.com/)** or [Wolfram Mobile](https://rentry.co/FMHYB64#wolfram-mobile) - Searchable Knowledge Base * โญ **[StudyLion](https://lionbot.org)** - Study Tracker / Productivity Discord Bot / [GitHub](https://github.com/StudyLions/StudyLion) -* โญ **[StudyKit](https://studykit.app/)**, [StuDoc](https://www.studocu.com/) / [Downloader](https://github.com/danieltyukov/studocuhack) / [Gizmo](https://gizmo.ai/), [Knowt](https://knowt.com/), [Quizlet](https://quizlet.com/), [Shmoop](https://www.shmoop.com/), [Bitesize](https://www.bbc.co.uk/bitesize) or [SparkNotes](https://www.sparknotes.com/) - Quizzes / Study Material / [Show Hidden](https://greasyfork.org/en/scripts/423872) -* โญ **[Anki](https://apps.ankiweb.net/)** / [Subreddit](https://www.reddit.com/r/Anki/) / [Discord](https://discord.gg/jUvBM2sEs4) / [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/), [MemoAnki](https://memoanki.com/), [revisiondojo](https://www.revisiondojo.com/), [Flashka](https://www.flashka.ai/) or [NoteKnight](https://www.noteknight.com) - Flashcard Tools +* โญ **[StudyKit](https://studykit.app/)**, [StuDoc](https://www.studocu.com/) / [Downloader](https://github.com/danieltyukov/studocuhack), [Knowt](https://knowt.com/), [Quizlet](https://quizlet.com/) / [Show Hidden](https://greasyfork.org/en/scripts/423872), [Shmoop](https://www.shmoop.com/), [Bitesize](https://www.bbc.co.uk/bitesize) or [SparkNotes](https://www.sparknotes.com/) - Quizzes / Study Material +* โญ **[Anki](https://apps.ankiweb.net/)** / [Subreddit](https://www.reddit.com/r/Anki/) / [Discord](https://discord.gg/jUvBM2sEs4) / [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/), [Gizmo](https://gizmo.ai/), [MemoAnki](https://memoanki.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://docs.ankiweb.net/resources.html), [2](https://github.com/tianshanghong/awesome-anki) * โญ **[Coursicle](https://www.coursicle.com/)** - Class Schedule Tracker / Android, iOS * โญ **[OpenSyllabus](https://opensyllabus.org/)** - Syllabus Search / Info * โญ **[Refseek](https://www.refseek.com/)**, [Explorer](https://explorer.globe.engineer/) or [Merlot](https://www.merlot.org/merlot/index.htm) - Academic Search Engines -* [SciSpace](https://scispace.com/) (No Sign-Up), [โ Bohrium](https://www.bohrium.com/), [Scinito](https://ekb.scinito.ai/ai/chat) or [Elicit](https://elicit.com/) / [GitHub](https://github.com/elicit) - Research Chatbots +* [StudyCraft](https://studycraft.dev/) - Flashcards / Markdown Notes / PDF Reader / [GitHub](https://github.com/rodmarkun/StudyCraft) +* [SciSpace](https://scispace.com/), [โ Bohrium](https://www.bohrium.com/), [Scinito](https://ekb.scinito.ai/ai/chat) or [Elicit](https://elicit.com/) / [GitHub](https://github.com/elicit) - Research Chatbots * [Co-STORM](https://storm.genie.stanford.edu/) or [SciArena](https://sciarena.allen.ai/) - Generate Scientific Articles * [mybib](https://www.mybib.com/), [citemaker](https://www.citemaker.com/), [formatically](https://formatically.com/), [zbib](https://zbib.org/), [CitationMachine](https://citationmachine.net/), [โ BibGuru](https://www.bibguru.com/), [Scribbr](https://www.scribbr.com/citation/generator/), [CiteFast](https://www.citefast.com) or [Cite This For Me](https://www.citethisforme.com/) - Citation Generators / [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 @@ -1398,7 +1424,6 @@ * [StudyStream](https://www.studystream.live/), [โ Yeolpumta](https://www.yeolpumta.com/en) or [StudyTogether](https://www.studytogether.com/) - Online Study Groups * [Space Finder](https://spacefinder.lib.cam.ac.uk/) - UK Study Space Search * [Cheatography](https://cheatography.com/) - Educational Cheat Sheets -* [LitSolutions](https://www.litsolutions.org/) - Textbook Solutions *** @@ -1409,7 +1434,6 @@ * โญ **[OpenCalc](https://github.com/Darkempire78/OpenCalc)**, [yetCalc](https://github.com/Yet-Zio/yetCalc) or [microMathematics](https://github.com/mkulesh/microMathematics) - Android Calculators * โญ **[GeoGebra](https://www.geogebra.org/)** or [Desmos](https://www.desmos.com/) - Graphing Calculators * [CEmu](https://github.com/CE-Programming/CEmu), [TI-84 Online](https://www.ti84-online.com/) or [ti84calc](https://ti84calc.com/) - TI-84 Calculators -* [SpeedCrunch](https://speedcrunch.org/) - Advanced Calculator * [numbr.dev](https://numbr.dev/) - Calculators * [Aqua Calc](https://www.aqua-calc.com/) - Calculators * [PlanetCalc](https://planetcalc.com/) - Calculators @@ -1419,7 +1443,7 @@ * [Kalker](https://kalker.xyz/) or [Numbat](https://numbat.dev/) - Scientific Calculators * [TICalc](https://www.ticalc.org/pub/) - TI Graphing Calculator Files * [arTIfiCE](https://yvantt.github.io/arTIfiCE/) - TI CE Calculator Jailbreak -* [Cymath](https://www.cymath.com/), [PhotoMath](https://rentry.co/FMHYB64#photomath), [Mathway](https://www.mathway.com/), [MathDF](https://mathdf.com/), [Tiger Algebra](https://www.tiger-algebra.com/) or [Symbolab](https://www.symbolab.com/) - Math Problem Solvers +* [Cymath](https://www.cymath.com/), [PhotoMath](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search), [Mathway](https://www.mathway.com/), [MathDF](https://mathdf.com/), [Tiger Algebra](https://www.tiger-algebra.com/), [โ Maxima](https://maxima.sourceforge.io/) or [Symbolab](https://www.symbolab.com/) - Math / Algebra Problem Solvers *** @@ -1427,7 +1451,7 @@ * โญ **[OneLook](https://onelook.com/)** - Multi Dictionary / Thesaurus Search * โญ **[Merriam-Webster](https://www.merriam-webster.com/)** - Dictionary / Thesaurus -* โญ **[GoldenDict](https://xiaoyifang.github.io/goldendict-ng/)** / [2](https://sourceforge.net/projects/goldendict/) - Dictionary / [Files](https://rentry.co/FMHYB64#goldendict-files) +* โญ **[GoldenDict](https://xiaoyifang.github.io/goldendict-ng/)** / [2](https://sourceforge.net/projects/goldendict/) - Dictionary * โญ **[NGrams](https://books.google.com/ngrams/)** or [Netspeak](https://netspeak.org/) - Word Usage Trackers * โญ **[The Piracy Glossary](https://rentry.org/The-Piracy-Glossary)** - Piracy Dictionary * โญ **[UrbanDictionary](https://www.urbandictionary.com/)** / [Frontends](https://codeberg.org/zortazert/rural-dictionary/) or [Slangit](https://slang.net/) - Slang Word / Phrase Dictionaries @@ -1480,10 +1504,10 @@ * [HatNote](https://top.hatnote.com/) - Top Pages * [Reversepedia](https://reversepedia.org/) - Page Connections * [wik](https://github.com/yashsinghcodes/wik) - Wiki TUI -* [CDPedia](http://cdpedia.python.org.ar/index.en.es.html) - Offline View +* [CDPedia](https://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 / [GitHub](https://github.com/codeledge/entitree) -* [Wiki Timeline](https://wiki-timeline.com/) - Create Timelines from Wiki Articles +* [Wiki Timeline](https://wiki-timeline.com/) - Create Timelines from Wiki Articles \ No newline at end of file diff --git a/docs/file-tools.md b/docs/file-tools.md index 674737009..8ddaa909f 100644 --- a/docs/file-tools.md +++ b/docs/file-tools.md @@ -7,27 +7,15 @@ # โ–บ File Tools * โ†ช๏ธ **[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 * โญ **[czkawka](https://github.com/qarmin/czkawka)** or [dupeGuru](https://dupeguru.voltaicideas.net/) - Duplicate File Finders -* โญ **[Phockup](https://github.com/ivandokov/phockup)** - Organize Photo / Video Files by Date * [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 -* [MediaInfo](https://mediaarea.net/en/MediaInfo) - Media File Analysis / [Online](https://mediaarea.net/MediaInfoOnline) * [Icaros](https://github.com/Xanashi/Icaros) - Add Explorer Thumbnails to any Video Format * [โ copyparty](https://github.com/9001/copyparty/) - Portable File Server -* [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 * [mergerfs](https://github.com/trapexit/mergerfs) - Union File System * [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 -* [OpenHashTab](https://github.com/namazso/OpenHashTab) - Compare / Display File Hashes -* [Attribute Changer](https://www.petges.lu/) - Edit File & Folder Properties -* [TagSpaces](https://www.tagspaces.org/) - Add Tags to Files and Folders -* [SKTimeStamp](https://tools.stefankueng.com/SKTimeStamp.html) - Change File Created / Modified Time -* [ExtractMetadata](https://www.extractmetadata.com/), [โ FilesMD](https://www.filesmd.com/) or [Metadata2Go](https://www.metadata2go.com/) - Metadata Viewers / Editors -* [CUETools](http://cue.tools/wiki/CUETools) - Manipulate .cue Files / [GitHub](https://github.com/gchudov/cuetools.net/) *** @@ -38,14 +26,13 @@ *** * โญ **[JDownloader](https://jdownloader.org/jdownloader2)** - Download Manager / [Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#jdownloader) -* โญ **JDownloader Tools** - [Debloat Guide](https://rentry.co/jdownloader2) / [Apps](https://my.jdownloader.org/apps/) / [Dark Theme](https://github.com/moktavizen/material-darker-jdownloader), [2](https://redd.it/q3xrgj) / [Dracula Theme](https://draculatheme.com/jdownloader2) -* โญ **[IDM](https://rentry.co/FMHYB64#idm)** - Download Manager / [Firefox](https://addons.mozilla.org/en-US/firefox/addon/tonec-idm-integration-module/) / [Chrome](https://chromewebstore.google.com/detail/idm-integration-module/ngpampappnmepgilojfohadhhmbhlaek) -* [AB Download Manager](https://abdownloadmanager.com/) - Download Manager / [Telegram](https://t.me/abdownloadmanager_discussion) / [GitHub](https://github.com/amir1376/ab-download-manager) +* โญ **JDownloader Tools** - [Debloat Guide](https://claraiscute.neocities.org/Guides/jdownloader2/), [2](https://claraiscute.pages.dev/Guides/jdownloader2/) / [Apps](https://my.jdownloader.org/apps/) / [Dark Theme](https://github.com/moktavizen/material-darker-jdownloader), [2](https://redd.it/q3xrgj) / [Dracula Theme](https://draculatheme.com/jdownloader2) +* โญ **[AB Download Manager](https://abdownloadmanager.com/)** - Download Manager / [Telegram](https://t.me/abdownloadmanager_discussion) / [GitHub](https://github.com/amir1376/ab-download-manager) +* โญ **[IDM](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/download#wiki_.25BA_software_sites)** (search) - Download Manager / [Firefox](https://addons.mozilla.org/en-US/firefox/addon/tonec-idm-integration-module/) / [Chrome](https://chromewebstore.google.com/detail/idm-integration-module/ngpampappnmepgilojfohadhhmbhlaek) * [Go Speed](https://gopeed.com/) - Download Manager / [Extension](https://github.com/GopeedLab/browser-extension) / [Plugins](https://github.com/search?q=topic%3Agopeed-extension&type=repositories) / [GitHub](https://github.com/GopeedLab/gopeed) -* [โ Brisk](https://github.com/BrisklyDev/brisk) - Download Manager / [Extension](https://github.com/BrisklyDev/brisk-browser-extension) / [Discord](https://discord.gg/hGBDWNDHG3) / [GitHub](https://github.com/BrisklyDev/brisk) +* [โ Brisk](https://github.com/BrisklyDev/brisk) - Download Manager / [Extension](https://github.com/BrisklyDev/brisk-browser-extension) / [Discord](https://discord.gg/hGBDWNDHG3) * [FDM](https://www.freedownloadmanager.org/) - Download Manager / [YTDL Addon](https://github.com/meowcateatrat/elephant) -* [aria2](https://aria2.github.io/) or [Persepolis](https://persepolisdm.github.io/) - Terminal Download Manager -* aria2 Tools - [Download Bot](https://github.com/gaowanliang/DownloadBot) / [WebUI](https://github.com/ziahamza/webui-aria2), [2](https://ariang.mayswind.net/) / [GitHub](https://github.com/aria2/aria2) +* [aria2](https://aria2.github.io/) or [Persepolis](https://persepolisdm.github.io/) - Terminal Download Manager / [Download Bot](https://github.com/gaowanliang/DownloadBot) / [WebUI](https://github.com/ziahamza/webui-aria2), [2](https://ariang.mayswind.net/) / [GitHub](https://github.com/aria2/aria2) * [pyLoad](https://pyload.net/) - Lightweight Download Manager / [GitHub](https://github.com/pyload/pyload) * [Hitomi](https://github.com/KurtBestor/Hitomi-Downloader) - Multi-Site Media Download Tool * [ArrowDL](https://github.com/setvisible/ArrowDL/) - Download Manager @@ -68,7 +55,7 @@ * [ezyZip](https://www.ezyzip.com/) - Zip Files Online * [unzip-online](https://unzip-online.com/en) - Unzip Files Online * [Unrar online](https://unrar.online/) - Unrar Files Online -* [WinRAR](https://www.win-rar.com/), [2](https://www.rarlab.com) - File Archiver / [Hide Popups](https://rentry.co/x3-Rawr) / [Update (Important)](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#winrar) +* [WinRAR](https://www.win-rar.com/), [2](https://www.rarlab.com) - File Archiver / [Hide Popups](https://claraiscute.neocities.org/Guides/x3-rawr/), [2](https://claraiscute.pages.dev/Guides/x3-rawr/) / [Update (Important)](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#winrar) * [UPX](https://upx.github.io/) - Executable File Compressor / [GitHub](https://github.com/upx/upx) *** @@ -95,15 +82,15 @@ ## โ–ท File Managers -* โญ **[Files](https://files.community/)** - Customizable File Manager / Use Classic Installer / [Discord](https://discord.gg/files) -* โญ **[Directory Opus](https://rentry.co/FMHYB64#directory-opus)** - Windows File Manager -* [DoubleCMD](https://github.com/doublecmd/doublecmd) or [muCommander](https://www.mucommander.com/) - Cross-Platform File Managers +* โญ **[Directory Opus](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/download#wiki_.25BA_software_sites)** (search) - Windows File Manager +* [DoubleCMD](https://doublecmd.sourceforge.io/) / [GitHub](https://github.com/doublecmd/doublecmd) or [muCommander](https://www.mucommander.com/) - Cross-Platform File Managers * [Sigma](https://sigma-file-manager.vercel.app) - Modern File Manager / [GitHub](https://github.com/aleksey-hoffman/sigma-file-manager) * [ChromaFiler](https://chroma.zone/chromafiler/) - Column-Based File Manager -* [Yazi](https://yazi-rs.github.io/) - Terminal File Manager / [Plugins](https://github.com/sachinsenal0x64/awesome-yazi) / [GitHub](https://github.com/sxyazi/yazi) +* [Yazi](https://yazi-rs.github.io/) - Terminal File Manager / [GitHub](https://github.com/sxyazi/yazi) * [One Commander](https://www.onecommander.com/) - File Manager * [Free Commander](https://freecommander.com/) - File Manager * [Q-Dir](https://www.softwareok.com/?seite=Freeware/Q-Dir) - File Manager +* [Files](https://files.community/) - Customizable File Manager / Use Classic Installer / [Discord](https://discord.gg/files) * [Explorer++](https://explorerplusplus.com/) - Lightweight Windows File Manager * [Far Manager](https://www.farmanager.com/) - File / Archive Manager * [Total Commander](https://www.ghisler.com/) - Shareware File Manager @@ -115,8 +102,8 @@ ## โ–ท File Searching -* โญ **[Everything](https://voidtools.com/)** - File Search Engine -* [Recoll](https://www.recoll.org/) / [Addon](https://addons.mozilla.org/en-US/firefox/addon/recoll-we/), [Spyglass](https://github.com/spyglass-search/spyglass), [DocFetcher](https://docfetcher.sourceforge.io/) or [Orange](https://0-range.github.io/) - Cross-Platform Search Engines +* โญ **[Everything](https://voidtools.com/)** - File Search Engine / [Alpha](https://www.voidtools.com/everything-1.5a/) +* [Recoll](https://www.recoll.org/) / [Addon](https://addons.mozilla.org/en-US/firefox/addon/recoll-we/), [DocFetcher](https://docfetcher.sourceforge.io/) or [Orange](https://0-range.github.io/) - Cross-Platform Search Engines * [AnyTXT](https://anytxt.net/) or [FluentSearch](https://fluentsearch.net/) - Windows Search Engines * [AstroGrep](https://sourceforge.net/projects/astrogrep/), [grepWin](https://github.com/stefankueng/grepWin) or [dnGrep](https://dngrep.github.io/) - Windows GUI Grep Utilities * [fselect](https://github.com/jhspetersson/fselect) - SQL-like Search Engine @@ -128,10 +115,11 @@ ## โ–ท File Encryption * โญ **[Cryptomator](https://cryptomator.org/)** / [GitHub](https://github.com/cryptomator/cryptomator) or [Tahoe-LAFS](https://tahoe-lafs.org/trac/tahoe-lafs) / [GitHub](https://github.com/tahoe-lafs/tahoe-lafs) - Cloud File Encryption -* โญ **[VeraCrypt](https://www.veracrypt.fr/en/Home.html)** - Disk Encrypter -* [age](https://github.com/FiloSottile/age) - File Encrypter -* [gocryptfs](https://github.com/bailey27/cppcryptfs) - File Encrypter -* [Kryptor](https://www.kryptor.co.uk/) - File Encrypter +* โญ **[VeraCrypt](https://www.veracrypt.fr/en/Home.html)** - Disk Encryptor +* [age](https://github.com/FiloSottile/age) - File Encryptor +* [REM](https://github.com/liriliri/rem) - File Encryptor / Rclone GUI +* [gocryptfs](https://github.com/bailey27/cppcryptfs) - File Encryptor +* [Kryptor](https://www.kryptor.co.uk/) - File Encryptor *** @@ -176,11 +164,29 @@ *** +## โ–ท File Info / Metadata + +* โ†ช๏ธ **[Image Metadata Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools#wiki_.25B7_photo_forensics_.2F_metadata)** +* โ†ช๏ธ **[Audio Metadata Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/audio#wiki_.25B7_audio_metadata)** +* โญ **[Fileinfo](https://fileinfo.com/)**, [Filext](https://filext.com/) or [OpenMyFiles](https://www.openmyfiles.com/) - File Extension Libraries +* โญ **[Phockup](https://github.com/ivandokov/phockup)** - Organize Photos / Videos by EXIF Date +* [MediaInfo](https://mediaarea.net/en/MediaInfo) - Media File Analysis / Metadata Viewer / [Online](https://mediaarea.net/MediaInfoOnline) +* [ExtractMetadata](https://www.extractmetadata.com/), [โ FilesMD](https://www.filesmd.com/) or [Metadata2Go](https://www.metadata2go.com/) - Metadata Viewers / Editors +* [โ PrivMeta](https://www.privmeta.com/) / [GitHub](https://github.com/DScaife/privmeta/) or [mat2](https://github.com/jvoisin/mat2) / [Web Version](https://0xacab.org/jvoisin/mat2-web) - Remove Metadata from Files +* [Attribute Changer](https://www.petges.lu/) - Edit File & Folder Properties +* [WhatsLink](https://whatslink.info/) - View File Download Web Metadata +* [Magika](https://github.com/google/magika) or [TridUI](https://github.com/JMcrafter26/TridUI) - File Type Detection Tools +* [OpenHashTab](https://github.com/namazso/OpenHashTab) - Compare / Display File Hashes +* [TagSpaces](https://www.tagspaces.org/) or [Tagging for Windows](https://tagging.connectpaste.com/) - Tag-Based File Systems +* [SKTimeStamp](https://tools.stefankueng.com/SKTimeStamp.html) - Change File Created / Modified Time + +*** + ## โ–ท Formatting / Deletion * โญ **[SDelete](https://learn.microsoft.com/en-us/sysinternals/downloads/sdelete)** - File Deletion CLI * [Eraser](https://eraser.heidi.ie/), [File Shredder](https://fileshredder.org/), [Alternate File Shredder](https://www.alternate-tools.com/pages/c_fileshredder.php?lang=ENG), [Permadelete](https://developerstree.github.io/permadelete/) or [Delapp](https://github.com/differentrain/Delapp) - File Shredding -* [Parted Magic](https://rentry.co/FMHYB64#parted-magic) - Disk Partitioning / Data Recovery +* [Parted Magic](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/download#wiki_.25BA_software_sites) (search) - Disk Partitioning / Data Recovery * [SSuite File Shredder and Burner](https://www.ssuiteoffice.com/software/ssuitefileshredder.htm) - File Shredder with Disk Burning * [Low Level Format](https://www.lowlevelformat.info/), [nwipe](https://github.com/martijnvanbrummelen/nwipe) or [ShredOS](https://github.com/PartialVolume/shredos.x86_64) - Complete Hard Drive Erasers * [RED](https://www.jonasjohn.de/red.htm) - Remove Empty Directories @@ -203,7 +209,6 @@ # โ–บ PDF Tools * [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 Google Drive * [PDFEncrypt](https://pdfencrypt.net/) - PDF File Encryption * [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 @@ -222,6 +227,7 @@ * [BreezePDF](https://breezepdf.com/) * [DigiPDF](https://digipdf.app/?lang=en_US) * [PDF2Go](https://www.pdf2go.com/) +* [PDFClear](https://www.pdfclear.com/) * [SimplePDF](https://simplepdf.com/) * [DPDF](https://dpdf.com/) * [Digiparser](https://www.digiparser.com/free-tools/pdf) @@ -230,13 +236,13 @@ ## โ–ท Offline PDF Toolkits -* โญ **[PDF24](https://www.pdf24.org/)** -* [โ PDF4QT](https://jakubmelka.github.io/) / [GitHub](https://github.com/JakubMelka/PDF4QT) -* [PDFGear](https://www.pdfgear.com/) -* [Foxit](https://www.foxit.com/pdf-reader/) / [Pro](https://rentry.co/FMHYB64#foxit) / [Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#foxit-warning) -* [xPDFReader](https://www.xpdfreader.com/) -* [PDF Arranger](https://github.com/pdfarranger/pdfarranger) -* [Stirling-PDF](https://www.stirlingpdf.com/) / [GitHub](https://github.com/Stirling-Tools/Stirling-PDF) +* โญ **[PDF24](https://www.pdf24.org/)** - Web-Based +* [BentoPDF](https://bentopdf.com/) - Web-Based / [GitHub](https://github.com/alam00000/bentopdf) +* [โ PDF4QT](https://jakubmelka.github.io/) - Windows, Linux / [GitHub](https://github.com/JakubMelka/PDF4QT) +* [Foxit](https://www.foxit.com/pdf-reader/) - Windows, Linux, Android, iOS, Web-Based / [Features](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/download#wiki_.25BA_software_sites) (search) / [Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#foxit-warning) +* [xPDFReader](https://www.xpdfreader.com/) - Windows, Mac, Linux +* [PDF Arranger](https://github.com/pdfarranger/pdfarranger) - Windows, Linux +* [Stirling-PDF](https://www.stirlingpdf.com/) - Windows, Mac, Linux / Signup Required / [GitHub](https://github.com/Stirling-Tools/Stirling-PDF) *** @@ -261,6 +267,7 @@ * [KDE Connect](https://kdeconnect.kde.org/) - Desktop / Mobile Transfer * [Wormhole](https://wormhole.app/) - Desktop / Mobile Transfer / [Discord](https://discord.com/invite/de6FscsK5Z) / [GitHub](https://github.com/SocketDev) * [Warpinator](https://github.com/linuxmint/warpinator) - Desktop / Mobile Transfer +* [โ Phone Link](https://www.microsoft.com/en-us/windows/sync-across-your-devices) - Desktop / Mobile File Transfer * [Sefirah](https://github.com/shrimqy/Sefirah) - 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 @@ -271,6 +278,7 @@ * [OnionShare](https://onionshare.org/) - Share Files Over Tor Network * [FileZilla](https://filezilla-project.org/download.php?show_all=1) - FTP Client / [Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#filezilla) * [WinSCP](https://winscp.net/eng/index.php) - FTP Client +* [โ robocopy](https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/robocopy) - Windows Built-In File Transfer Guide * 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/) *** @@ -290,14 +298,15 @@ # โ–บ 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 only remove files after inactivity, while some delete them regardless. Check each host if you're concerned about file expiry. Tags are: File Size / 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: Total Storage (x days w/ acc) / Max File Size / File Expiry (x days w/ acc) / Signup Requirements. *** * ๐ŸŒ **[PolyUpload File Host Index](https://github.com/spel987/PolyUploader?tab=readme-ov-file#-hosts)** * โ†ช๏ธ **[Video File Hosts](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video-tools#wiki_.25B7_video_file_hosts)** +* โ†ช๏ธ **[Image File Hosts](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools#wiki_.25B7_image_hosts)** * โญ **[Gofile](https://gofile.io/)** - 100GB Monthly / Unlimited / 10 Days After Last Download / [Manager Export](https://greasyfork.org/en/scripts/515250) -* โญ **[Pixeldrain](https://pixeldrain.com/)** - 20GB / 120 Days After Last Download (10% min) / [Speedtest](https://pixeldrain.com/speedtest) / [Limit Bypass](https://pixeldrain-bypass.cybar.xyz/) / [Bypass Script](https://greasyfork.org/en/scripts/491326) +* โญ **[Pixeldrain](https://pixeldrain.com/)** - 20GB / 120 Days After Last Download (10% min) / [Speedtest](https://pixeldrain.com/speedtest) * โญ **[VikingFile](https://vikingfile.com/)** - Unlimited / 15 Days After Last Download / [Discord](https://discord.gg/EPEFC6KkpF) * โญ **[Buzzheavier](https://buzzheavier.com/)**, [2](https://fuckingfast.net/), [3](https://bzzhr.co/) - Unlimited / 15 Days After Last Download / [File Expiry](https://buzzheavier.com/help) / **Use [Adblock](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#buzzheavier-warning)** / [Discord](https://discord.gg/ttQjgC28WP) * โญ **[Catbox](https://catbox.moe/)** - 200MB / Forever / [Proxy](https://fatbox.moe/) @@ -305,14 +314,18 @@ * [FileMirage](https://filemirage.com/) - 50GB / 30 Days After Last View * [Send.now](https://send.now/) - 100GB / 15 Days After Last Download * [Transfer.it](https://transfer.it/) / Unlimited / 90 Days / Owned by Mega.nz +* [โ Rootz](https://rootz.so/) - 25GB / 15 Days After Last Download / [Discord](https://discord.com/invite/rtz) * [DesiUpload](https://desiupload.co/) - 15 Days (2GB per file / 30 Days w/ Account) +* [udrop](https://www.udrop.com/) - 5GB / 50GB on Signup / Forever * [MixDrop](https://mixdrop.ag/) - Unlimited / 60 Days / Sign-Up Required * [Ranoz](https://ranoz.gg/) - 20GB / 30 Days After Last Download * [1fichier.com](https://1fichier.com/) - 300GB / 15 Days (30 Days w/ 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 / 90 Hours / [File Expiry](https://file.kiwi/en/price) * [Easyupload.io](https://easyupload.io/) - 100GB / 30 Days -* [โ DoraDrop](http://doradrop.com/) - Unlimited / 10GB / Sign-Up Required +* [โ DoraDrop](http://doradrop.com/) - Unlimited / 5GB / Sign-Up Required +* [โ UpZur](https://upzur.com/) - 5GB / 1.95TB / 120 Days After Last Download / Sign-Up Required +* [โ UploadHive](https://uploadhive.com/) - Unlimited / 30 Days After Last Download / Use Adblock * [FEX.NET](https://fex.net/) - 100GB / 7 Days * [DropMeFiles](https://dropmefiles.com/) - 50GB / 14 Days * [โ MixLoads](https://mixloads.to/) - 25.6GB / 2TB / 60 Days After Last Download / Sign-Up Required @@ -322,22 +335,23 @@ * [Drop Download](https://drop.download/) - 25GB / 90 Days / Sign-Up Required * [SwissTransfer](https://www.swisstransfer.com/) - 50GB / 30 Days / 250 Downloads * [โ Filecad](https://www.filecad.com/) - 10GB / 120 Days +* [โ Dfiles](https://dfiles.com/) - 10GB / 90 Days * [BowFile](https://bowfile.com/) - 20GB / 20 Days * [โ TheUserCloud](https://theuser.cloud/) - 10GB / 60 Days +* [โ Gulfup](https://www.gulf-up.com/) - 10GB / 30 Days / Sign-Up Required * [Hexupload](https://hexload.com/) or [AnonTransfer](https://anontransfer.com/) - 15GB / 30 Days * [Tempcloud](https://temp.kotol.cloud/) - 10GB / 3 Days * [GrosFichiers](https://www.grosfichiers.com/) or [DataTransfer](https://www.datatransfer.com/) - 10GB / 14 Days -* [ShareFile](https://sharefile.co/), [2](https://gofile.to/) - 5GB / Unlimited +* [FileFast](https://filefa.st/), [2](https://gofile.to/) - 5GB / Unlimited * [Akira Box](https://akirabox.com/), [2](https://akirabox.to/) - 20GB Free / 30 Days After Last Download / Sign-Up Required * [FileTransfer.io](https://filetransfer.io/) - 6GB / 21 Days / 50 Downloads -* [udrop](https://www.udrop.com/) - 5GB / Forever * [Imagenetz](https://www.imagenetz.de/?setLang=en) - 5GB / 30 Days After Last Download +* [โ Filefast](https://filefa.st/) - 5GB / Forever * [FilePort](https://fileport.io/) - 5GB / 7 Days * [FileDitch](https://fileditch.com/) or [SendGB](https://www.sendgb.com/) - 5GB / 90 Days * [MegaUp](https://megaup.net/) - 5GB / 60 Days * [โ DataVaults](https://datavaults.co/) - 5GB / 15GB / 7 Days After Last Download / Sign-Up Required * [Bestfile](https://bestfile.io/) - 5GB / 80 Days After Last Download -* [โ UpZur](https://upzur.com/) - 5GB / 1.95TB / 120 Days After Last Download / Sign-Up Required * [ufile.io](https://ufile.io/) - 5GB / 30 Days * [Internxt Send](https://send.internxt.com/) - 5GB / 15 Days * [UserDrive](https://usersdrive.com/) - 5GB / 65 Days @@ -370,7 +384,7 @@ *** * ๐ŸŒ **[Eylenburg Comparisons](https://eylenburg.github.io/cloud_comparison.htm)** or [ComparisonTabl.es](https://comparisontabl.es/cloud-storage/) - Compare Cloud Storage Sites -* โญ **[Google Drive](https://drive.google.com/)** - 15GB Free / 2 Years / ~$3 for 1TB +* โญ **[Google Drive](https://drive.google.com/)** - 15GB Free / 2 Years * โญ **[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 Years / $2 for 1TB * [filen](https://filen.io/) - 10GB Free / 3 Months / ~$8 for 1TB / Sign-Up Required for Sharing @@ -385,7 +399,7 @@ * [FileLu](https://filelu.com/) - 10GB / Forever / **[Expiry Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#filelu-warning)** * [CyberFile](https://cyberfile.me/) - 10GB Free * [MrOwl](https://www.mrowl.com/) - 10GB Free / ~$16 for 1TB -* [Blomp](https://www.blomp.com/) - 20GB Free / 1 Month / ~$3 for 2TB +* [Blomp](https://www.blomp.com/) - 40GB Free / 1 Month / ~$3 for 2TB * [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 @@ -397,7 +411,7 @@ ## โ–ท Cloud Managers * โญ **[Rclone](https://rclone.org/)** - Cloud Storage Manager -* โญ **Rclone Tools** - [Guide](https://rentry.co/simple-rclone-usage) / [Colab](https://colab.research.google.com/github/szyha/RcloneLabArchive/blob/master/RcloneLab.ipynb) / [Transfer Tool](https://github.com/TheCaduceus/Multi-Cloud-Transfer-Tool) / [Telegram](https://t.me/rclonexbot) +* โญ **Rclone Tools** - [Guide](https://rentry.co/simple-rclone-usage) / [GUI](https://github.com/liriliri/rem) / [Colab](https://colab.research.google.com/github/szyha/RcloneLabArchive/blob/master/RcloneLab.ipynb) / [Transfer Tool](https://github.com/TheCaduceus/Multi-Cloud-Transfer-Tool) / [Telegram](https://t.me/rclonexbot) * โญ **[gclone](https://github.com/dogbutcat/gclone)** - Cloud Storage Manager * โญ **[Air Explorer](https://airexplorer.net/en/)** - Cloud Storage Manager * โญ **[RaiDrive](https://www.raidrive.com/)** - Cloud Storage Manager @@ -423,7 +437,6 @@ * [gdurl](https://gdurl.com/), [GDrive 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) - GDrive Link Generators / Host Direct Links * [Google Drive Clone Bot](https://jsmsj.github.io/GdriveCloneBot/) - Copy Google Drives / [GitHub](https://github.com/jsmsj/GdriveCloneBot) * [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 * [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 @@ -434,4 +447,4 @@ * โญ **[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 Generators](https://rentry.co/FMHYB64#mega-gen)** - Account Gen / Unlimited Upload Size / [Fix](https://rentry.co/mega_account_generator) * [MEGA Desktop](https://mega.io/desktop) - Official GUI App / [GitHub](https://github.com/meganz/MEGAsync) -* [MEGA CMD](https://mega.io/cmd) - Official CLI App / [GitHub](https://github.com/meganz/MEGAcmd) +* [MEGA CMD](https://mega.io/cmd) - Official CLI App / [GitHub](https://github.com/meganz/MEGAcmd) \ No newline at end of file diff --git a/docs/gaming-tools.md b/docs/gaming-tools.md index f4ec3a4ca..53187b941 100644 --- a/docs/gaming-tools.md +++ b/docs/gaming-tools.md @@ -19,6 +19,7 @@ * [Moonlight](https://moonlight-stream.org/) - Gaming Remote Desktop Client / [Discord](https://discord.com/invite/CGg5JxN) / [GitHub](https://github.com/moonlight-stream) * [โ Arcade Database](https://zenius-i-vanisher.com/v5.2/arcades.php) - Arcade Game Map + Database * [โ Lets Play Index](https://www.letsplayindex.com/) - Index of Lets Plays / Longplays +* [โ TASVideos](https://tasvideos.org/) - TAS Video Community / Resources / [Emulator Resources](https://tasvideos.org/EmulatorResources) / [Game Resources](https://tasvideos.org/GameResources) * [VGHF Digital Archive](https://library.gamehistory.org/) - Historical Documents, Magazines, Transcripts, etc. / [Archive](http://archive.gamehistory.org/) * [NIWA](https://www.niwanetwork.org/) - Nintendo Independent Wiki Alliance / [Discord](https://discord.gg/59Mq6qB) * [Gog To Free](https://greasyfork.org/en/scripts/481134) - Add Piracy Site Links to GOG Store @@ -28,7 +29,7 @@ * [Archiverse](https://archiverse.pretendo.network/) - Miiverse Archive * [โ Better xCloud](https://better-xcloud.github.io/) - Add Features to xCloud / [GitHub](https://github.com/redphx/better-xcloud) * [Buzz In](https://buzzin.live/) - Online Buzzer System -* [Challonge](https://challonge.com/) or [Lorenzi's Game Boards](https://gb.hlorenzi.com/) - Tournament Creators / Managers +* [Challonge](https://challonge.com/) or [Lorenzi's Game Boards](https://gb.hlorenzi.com/) - Tournement Creators / Managers * [Moments](https://steelseries.com/gg/moments), [Medal](https://medal.tv/) / [Premium Bypass](https://medalbypass.vercel.app/) or [RePlays](https://github.com/lulzsun/RePlays) - Game Recording Tools * [Keystrokes](https://www.deviantart.com/jaxoriginals/art/Keystrokes-v1-3-889349339) - Keystrokes Overlay * [PSNProfiles](https://psnprofiles.com/) - Trophy Guide / PSN Profile Viewer @@ -37,10 +38,10 @@ * [CSDb](https://csdb.dk/) or [GB64](https://gb64.com/index.php) - Commodore 64 Resources * [Awesome J2ME](https://github.com/hstsethi/awesome-j2me) - J2ME Resources * [GARbro](https://github.com/morkt/GARbro/) - Browse / Extract Visual Novel Resources +* [LunaTranslator](https://docs.lunatranslator.org/en/) - Visual Novel Translator / [GitHub](https://github.com/HIllya51/LunaTranslator) * [ConceptArt](https://vk.com/conceptart) - Video Game Concept Art * [r/CrackWatch](https://www.reddit.com/r/CrackWatch/), [r/RepackWorld](https://reddit.com/r/RepackWorld), [GameStatus](https://gamestatus.info/) or [GitGud](https://discord.gg/APfesEBjjn) - Scene Release Trackers -* [How Denuvo Works](https://rentry.co/FMHYB64#how-denuvo-works) -* [Game Cracking / Repacking Guides](https://rentry.co/FMHYB64#game-guides) +* [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) *** @@ -56,6 +57,7 @@ * [OpenGamepadUI](https://github.com/ShadowBlip/OpenGamepadUI) - Gamepad Native Launcher * [โ TwintailLauncher](https://twintaillauncher.app/) - Game Launcher / Mod Engine for F2P Anime Games / [GitHub](https://github.com/TwintailTeam/TwintailLauncher) * [JackboxUtility](https://jackboxutility.com/) - Jackbox Games Launcher / [Discord](https://discord.gg/ffKMZeb88m) / [GitHub](https://github.com/JackboxUtility/JackboxUtility) +* [โ Starward](https://github.com/Scighost/Starward) - HoYoverse Game Launcher * [GameVault](https://gamevau.lt) - Self-Hosted Gaming Platform / [Discord](https://discord.gg/NEdNen2dSu) / [GitHub](https://github.com/Phalcode/gamevault-app) *** @@ -64,22 +66,24 @@ * ๐ŸŒ **[Nvidia Overclocking](https://github.com/LunarPSD/NvidiaOverclocking/blob/main/Nvidia%20Overclocking.md)** - Nvidia Overclocking Resources * โญ **[SpecialK](https://www.special-k.info/)** - Game Optimization Tool / [Discord](https://discord.gg/specialk) / [GitHub](https://github.com/SpecialKO/SpecialK) -* โญ **[MSI Afterburner](https://www.msi.com/Landing/afterburner)**, [GPU Tweak III](https://www.asus.com/campaign/GPU-Tweak-III/index.php) or [EVGA Precision X1](https://www.evga.com/precisionx1/) / [Note](https://ibb.co/VSYtdTW) - Overclocking / [Guide](https://docs.google.com/document/d/14ma-_Os3rNzio85yBemD-YSpF_1z75mZJz1UdzmW8GE/) +* โญ **[MSI Afterburner](https://www.msi.com/Landing/afterburner)** - Overclocking Tool / Hardware Monitor * โญ **[MSI Kombustor](https://www.geeks3d.com/furmark/kombustor/)** - GPU Benchmark Test -* โญ **[ProSettings](https://prosettings.net/)**, [SweetFX](https://sfx.thelazy.net/) or [ENBSeries](http://enbdev.com) - Game Setting Guides * โญ **[DisplayMagician](https://displaymagician.littlebitbig.com/)** or [AutoActions](https://github.com/Codectory/AutoActions) - Per-Game Display Profiles -* โญ **[Lossless Scaling](https://rentry.co/FMHYB64#lossless-scaling)**, **[Magpie](https://github.com/Blinue/Magpie)**, [OptiScaler](https://github.com/optiscaler/OptiScaler) or [DLSS2FSR](https://discord.com/invite/2JDHx6kcXB) - Game Upscaling +* โญ **[Lossless Scaling](https://fmhy.net/gaming#download-games)** (search), **[Magpie](https://github.com/Blinue/Magpie)** or [OptiScaler](https://github.com/optiscaler/OptiScaler) - Game Upscaling * [SystemRequirementsLab](https://www.systemrequirementslab.com/cyri/) or [PCGameBenchmark](https://www.pcgamebenchmark.com/) - Game Requirements Tests +* [SweetFX](https://sfx.thelazy.net/) or [ENBSeries](http://enbdev.com) - Game Setting 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 * [Fraps](https://fraps.com/), [OCAT](https://gpuopen.com/ocat/) / [GitHub](https://github.com/GPUOpen-Tools/ocat), [RTSS](https://www.guru3d.com/files-details/rtss-rivatuner-statistics-server-download.html), [CapFrameX](https://www.capframex.com/) or [Game Bar](https://rentry.co/WindowsFPS) - FPS Monitors * [SSTap](https://github.com/FQrabbit/SSTap-Rule) - Decrease Ping * [r/OptimizedGaming](https://www.reddit.com/r/OptimizedGaming/) - Game Optimization Community +* [GPU Tweak III](https://www.asus.com/campaign/GPU-Tweak-III/index.php) or [EVGA Precision X1](https://www.evga.com/precisionx1/) / [Note](https://ibb.co/VSYtdTW) - Overclocking Tools / [Guide](https://docs.google.com/document/d/14ma-_Os3rNzio85yBemD-YSpF_1z75mZJz1UdzmW8GE/) * [Overclock](https://www.overclock.net/) - Overclocking Forum * [Ryzen Master Utility](https://www.amd.com/en/products/software/ryzen-master.html) - Overclocking Control for Ryzen Desktop CPU * [AMD-APU-Tuning-Utility](https://github.com/JamesCJ60/Universal-x86-Tuning-Utility) - AMD APU Tuning * [DLSS Swapper](https://github.com/beeradmoore/dlss-swapper) - Download, Manage & Swap DLSS * [dgVoodoo2](http://dege.freeweb.hu/dgVoodoo2/) - Glide & DirectX Graphics Wrapper +* [โ dxvk-gplasync](https://gitlab.com/Ph42oN/dxvk-gplasync/) - DXVK Fork w/ Async / Vulkan-Based Direct3D / Stutter Reduction * [VibranceGUI](https://vibrancegui.com/) - Automate Digital Vibrance Control * [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 / [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) @@ -100,8 +104,9 @@ * [DsHidMini](https://docs.nefarius.at/projects/DsHidMini/) - Use PS3 Controllers on Windows * [JoyToKey](https://joytokey.net/en/) - Controller Emulator * [Spud Controller](https://sadwhale-studios.itch.io/) - Controller / Mouse Input Displays -* [Gamepad-Tester](https://hardwaretester.com/gamepad) or [AresLuna](https://aresluna.org/gamepad-tester/) - Controller Connectivity Testers +* [Gamepad-Tester](https://hardwaretester.com/gamepad) or [Test Gamepad](https://testgamepad.online/) - Online Controller Testers * [DualSense Tester](https://ds.daidr.me/) - Web โ DualSense Tester / [GitHub](https://github.com/daidr/dualsense-tester) +* [Calibration GUI](https://dualshock-tools.github.io/) - Web DualSense Calibration Tool / Chromium Required / [GitHub](https://github.com/dualshock-tools/dualshock-tools.github.io) * [hidusbf](https://github.com/LordOfMice/hidusbf) - Decrease DS4/5 Input Lag / [Video](https://youtu.be/x0wcJM4FtXQ) * [HidHide](https://docs.nefarius.at/projects/HidHide/) - Input Device Firewall * [Whitescent Engine](https://apt.izzysoft.de/fdroid/index/apk/com.github.whitescent.engine) - Use Phone as Joy Stick / [GitHub](https://github.com/whitescent/Engine) @@ -124,16 +129,18 @@ * โญ **[GameBanana](https://gamebanana.com/)** - Game Mods / [Discord](https://discord.com/invite/h5xJv9M) * โญ **[ChronoCrash](https://www.chronocrash.com/forum/)** - Side Scrolling Modding Forum / [Games List](https://www.chronocrash.com/forum/resources/categories/openbor.2/) * โญ **[ModdingLinked](https://moddinglinked.com/)** / [Discord](https://discord.com/invite/S99Ary5eba) or [โ Step Modifications](https://stepmodifications.org/) - Bethesda Game Modding Guides -* [WeMod](https://www.wemod.com/) - Mods / Trainer Manager / Single Player Only / [Unlocker](https://rentry.co/FMHYB64#wemod) / [Discord](https://discord.com/invite/wemod) +* [Wand](https://www.wemod.com/) - Mods / Trainer Manager / Single Player Only / [Unlocker](https://cs.rin.ru/forum/index.php) (search) / [Discord](https://discord.com/invite/wemod) * [ModOrganizer](https://github.com/ModOrganizer2/modorganizer) - Mod Manager -* [Otis_Inf Camera Mods](https://kemono.cr/patreon/user/37343853) or [CinematicTools Archive](https://rentry.co/FMHYB64#cinematictools-archive) - Game Camera Mods +* [Otis_Inf Camera Mods](https://kemono.cr/patreon/user/37343853) - Game Camera Mods * [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 / [Fixes](https://rentry.co/FMHYB64#wabbajack) / [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) * [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) * [SMods](https://catalogue.smods.ru/) - Game Mods * [MrAntiFun](https://mrantifun.net/) - Game Mods / Trainers +* [FearlessRevolution](https://fearlessrevolution.com/) - Game Mods / Trainers +* [CheatRevolution](https://cheatevolution.com/) - Game Mods / Trainers * [Silent's Blog](https://cookieplmonster.github.io/mods/index/) - Game Mods / Patches * [FlingTrainer](https://flingtrainer.com/) - Game Mods / Trainers / Single Player Games Only * [GameCopyWorld](https://www.gamecopyworld.com/), [2](https://gamecopyworld.eu/) - Game Patchers / Trainers / Single Player Games Only @@ -190,18 +197,20 @@ * โญ **[GamingSmart](https://gamingsmart.com/)**, [Sens Covnerter](https://kovaaks.com/kovaaks/sens-converter), [Sens Converter](https://sensconverter.online/) 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 * โญ **[Speedrun](https://www.speedrun.com/)** - Speedrunning Streams, Leaderboards, Resources, etc. -* [Steam Guides](https://steamcommunity.com/guides), [GameGuides](https://www.gamerguides.com/), [DotGG](https://dotgg.gg/), [Retro Guides](https://rentry.co/FMHYB64#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 +* [Steam Guides](https://steamcommunity.com/guides), [GameGuides](https://www.gamerguides.com/), [DotGG](https://dotgg.gg/), [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 * [Piper](https://github.com/libratbag/piper) - Gaming Mouse Config Tool +* [โ Onboard Memory Manager](https://support.logi.com/hc/en-gb/articles/360059641133-Onboard-Memory-Manager) - Modify Logitech G Mouse Memory * [LiveSplit](https://livesplit.org/) - Customizable Speedrun Timer * [The Manual Project](https://vimm.net/manual), [ReplacementDocs](http://replacementdocs.com/) or [GamesDatabase](https://www.gamesdatabase.org/) - Game Manuals * [Sym.gg](https://sym.gg/) - FPS Game Info & Weapon Stats / [Discord](https://discord.com/invite/RVRZ3RgYNP) * [SNES Manuals](https://sites.google.com/view/snesmanuals) - SNES Game Manuals +* [โ LineupsValorant](https://lineupsvalorant.com/) - Valorant Lineups Database * [Ukikipedia](https://ukikipedia.net/) - SM64 Speedrunning Wiki * [FOUR.lol](https://four.lol/) - Tetris Openers Wiki * [Underdogs Cup Lounge](https://discord.gg/QCbC9cA) - Tetris Resources & Coaching Discord * [Fumen](https://harddrop.com/fumen/) - Tetris Field Editor -* [Puyonexus](https://puyonexus.github.io/puyosim/) / [2](https://puyonexus.com/chainsim/) or [puyo.gg sim](https://www.puyo.gg/simulator/) - Puyo Puyo Chain Simulators +* [Puyonexus](https://puyonexus.com/chainsim/) or [puyo.gg sim](https://www.puyo.gg/simulator/) - Puyo Puyo Chain Simulators *** @@ -248,6 +257,7 @@ * [Unseen64](https://www.unseen64.net/) - Cancelled / Lost Games * [Internet Game Cars Database](https://igcd.net/) - Game Vehicle Database * [Incendar](https://incendar.com/) - Game Release Date Tracker +* [Yamtrack](https://github.com/FuzzyGrim/Yamtrack) - Self-Hosted Media Tracker *** @@ -275,6 +285,7 @@ * [Steam Mover](https://www.traynier.com/software/steammover) - Store Steam Games on Multiple Drives * [Steam Rom Manager](https://github.com/SteamGridDB/steam-rom-manager) - Add ROMs to Steam * [BoilR](https://github.com/PhilipK/BoilR) - Sync Game Platforms with Steam +* [โ Achievement-Watcher](https://github.com/darktakayanagi/Achievement-Watcher) - Multi-Platform Achievement Parser * [SteamAchievementManager](https://github.com/gibbed/SteamAchievementManager) - Steam Achievement Manager * [SteamHunters](https://steamhunters.com/) / [Discord](https://discord.com/invite/SeJ25Xv) or [TrueSteamAchievements](https://truesteamachievements.com/) - Steam Achievement Tracking / Leaderboards / Profiles * [SteamID](https://steamid.io/) / [2](https://steamid.uk/), [SteamDetective](https://steamdetective.com/) or [SteamFinder](https://steamidfinder.com/) - Steam ID Lookup @@ -306,14 +317,13 @@ ## โ–ท DLC Unlock / DRM Bypass * โญ **[CreamAPI](https://cs.rin.ru/forum/viewtopic.php?t=70576)** - Steam DLC Unlocker / [Auto Setup](https://github.com/Warwolfer/auto-creamapi-2) -* โญ **[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)** - Steam DLC Unlocker / [Manager](https://github.com/3vil3vo/GreenLuma-Manager), [2](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 * โญ **[Steamless](https://github.com/atom0s/Steamless)** - Steam DRM Remover * โญ **[Goldberg Fork](https://github.com/Detanup01/gbe_fork)** / [Guide](https://rentry.co/goldberg_emulator) or [SmartSteamEmu](https://cs.rin.ru/forum/viewtopic.php?f=29&t=62935&sid=c6b5dadd40d56ac20a8789121bb743c5) - Offline Steam / Multiplayer Emulators -* โญ **[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) -* [Koalageddon](https://github.com/acidicoala/Koalageddon/) - DLC Unlocker for Origin, EA & Uplay +* โญ **[Steam-Auto-Crack](https://github.com/SteamAutoCracks/Steam-auto-crack)** or [SteamAutoCracker](https://github.com/BigBoiCJ/SteamAutoCracker) / [GUI](https://github.com/harryeffinpotter/Steam-Autocracker-GUI/) - Auto Apply Cracks / [Guide](https://codeberg.org/fernbacher/How-To-Crack) +* [Koalageddon](https://github.com/KA4I/Koalageddon) - DLC Unlocker for Origin, EA, Uplay & Steam * [DreamAPI](https://cs.rin.ru/forum/viewtopic.php?f=10&t=111520) - DLC Unlocker for Origin and EA -* [Anadius](https://rentry.co/FMHYB64#anadius) - DLC Unlockers for EA and Origin * [ScreamAPI](https://github.com/acidicoala/ScreamAPI) - Epic DLC Unlocker *** @@ -321,12 +331,11 @@ ## โ–ท Store Tools * โญ **[SteamDB](https://steamdb.info/)** / [Extension](https://steamdb.info/extension/) / [Discord](https://discord.com/invite/steamdb), [Steam250](https://steam250.com/) or [Steambase](https://steambase.io/) / [Extension](https://chromewebstore.google.com/detail/better-steam/iobagpbkbdkobggejjcnidehfenchpec) - Steam Insight Tools -* [โ EGData](https://egdata.app/) - Epic Games Insight Tools / [Discord](https://github.com/nachoaldamav/egdata) +* [โ EGData](https://egdata.app/) - Epic Games Insight Tools / [GitHub](https://github.com/nachoaldamav/egdata) * [AugmentedSteam](https://augmentedsteam.com/) - Steam Web Enhancement Extension * [SteamScout](https://www.togeproductions.com/SteamScout/) - Steam Review Analyzer * [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 -* [Wishlist Removals](https://steamcommunity.com/sharedfiles/filedetails/?id=1746978201) - Remove Hidden Items from Steam Wishlist * [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 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 @@ -337,8 +346,9 @@ * โญ **[WorkshopDL](https://github.com/imwaitingnow/WorkshopDL)** * [Nether Workshop Downloader](https://github.com/NethercraftMC5608/NetherWorkshopDownloader) / [Discord](https://discord.com/invite/bs9TMxMJk9) -* [Streamline](https://github.com/dane-9/Streamline-Workshop-Downloader) +* [GGNTW](https://ggntw.com/steam) * [SCMD](https://github.com/BerdyAlexei/SCMD-Workshop-Downloader-2) +* [Streamline](https://github.com/dane-9/Streamline-Workshop-Downloader) * [Steam Workshop Downloader](https://github.com/shadoxxhd/steamworkshopdownloader) * [Wallpaper EngineWorkshop Downloader](https://github.com/SteamAutoCracks/WallpaperEngineWorkshopDownloader) * [Steamworkshop.download](http://steamworkshop.download/) - Web-Based @@ -358,7 +368,6 @@ ## โ–ท Multiplayer Fixes * โญ **[Online Fix](https://online-fix.me/)** - Online / LAN Multiplayer Fix / [Discord](https://discord.gg/yExgFYncMD) -* โญ **[Playit.gg](https://playit.gg/)** - Dedicated Servers / LAN Multiplayer Fix / [Discord](https://discord.gg/AXAbujx) * โญ **[ZeroTier](https://www.zerotier.com/)** - LAN Multiplayer Fix * [Radmin](https://www.radmin-vpn.com/) - Dedicated Servers / LAN Multiplayer Fix / [Discord](https://discord.com/invite/8MapDM7m96) * [Hamachi](https://vpn.net/) - Dedicated Servers / LAN Multiplayer Fix @@ -387,7 +396,7 @@ * [NV:MP](https://nv-mp.com/) - Fallout: New Vegas Multiplayer / [Discord](https://discord.com/invite/mKVdhmEDrW) * [Nitrox](https://nitrox.rux.gg/) - Subnautica Multiplayer Mod / [Subreddit](https://www.reddit.com/r/SubnauticaNitrox/) / [Discord](https://discord.gg/E8B4X9s) / [GitHub](https://github.com/SubnauticaNitrox/Nitrox) * [BeamMP](https://beammp.com/) - BeamNG Multiplayer / [GitHub](https://github.com/BeamMP/BeamMP) -* [Fika](https://project-fika.gitbook.io/wiki) - Play Single Player Tarkov Co-Op / Requires Legit Game +* [Fika](https://project-fika.gitbook.io/wiki) - Play Single Player Tarkov Co-Op * [OnlineCTR](https://www.online-ctr.com/) - Crash Team Racing Multiplayer * [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) @@ -417,7 +426,6 @@ * [R1Delta](https://r1delta.net/) - Titanfall 1 Server Revival / [Discord](https://discord.com/invite/AFnMwrvPzV) * [FXPGunZ](https://fxpgunz.com/) - GunZ Multiplayer Revival * [ET: Legacy](https://www.etlegacy.com/) - Wolfenstein Enemy Territory Servers / [Discord](https://discord.com/invite/UBAZFys) -* [Arctic Combat](https://warfareterritory.net/) - Arctic Combat Server Revival / [Discord](https://discord.com/invite/7aw6grzSgj) * [Factorio.zone](https://factorio.zone/) - Free Factorio Servers * [Clash of Magic](https://www.clashofmagic.io/) / [Discord](https://discord.gg/clashofmagic) 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) @@ -464,7 +472,7 @@ * โญ **[r/SwitchPirates Wiki](https://www.reddit.com/r/SwitchPirates/wiki/index/)** or **[Switch Hacks Guide](https://switch.hacks.guide/)** (anti-piracy) - Homebrew Guides * โญ **[Homebrew App Store](https://hb-app.store/)** - Switch / Wii U Homebrew App Store * [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://www.lan-play.com/) or [Switch-LAN-Play](https://github.com/spacemeowx2/switch-lan-play) / [Discord](https://discord.gg/PUEmfV4) - Switch Multiplayer Servers * [FlagBrew](https://github.com/FlagBrew) - Switch Homebrew Apps / [Discord](https://discord.com/invite/4Rv8DTzGFa) * [NSP Forwarder](https://nsp-forwarder.n8.io/) - Switch NSP Forwarder * [Switch Army Knife](https://www.gamebrew.org/wiki/Switch_Army_Knife) - Switch File Converter @@ -493,7 +501,7 @@ ## โ–ท 3DS / DS Homebrew -* ๐ŸŒ **[DS Homebrew](https://ds-homebrew.com/)** - DS Homebrew Resources / [Wiki](https://wiki.ds-homebrew.com/) / [Discord](https://discord.com/invite/yD3spjv) +* ๐ŸŒ **[DS Homebrew](https://ds-homebrew.com/)** - DS / 3DS Homebrew Resources / [Wiki](https://wiki.ds-homebrew.com/) / [Discord](https://discord.com/invite/yD3spjv) * โญ **[3DS Jailbreak Guide](https://3ds.hacks.guide/)** - 3DS Jailbreak Guide * โญ **[DSi Jailbreak Guide](https://dsi.cfw.guide/)** - DSi Jailbreak Guide * โญ **[Wiimmfi](https://wiimmfi.de/)** or [Kaeru Team](https://kaeru.world/) - DS Multiplayer Servers @@ -512,7 +520,7 @@ ## โ–ท Playstation Homebrew -* โญ **[PS4 Modding](https://www.youtube.com/watch?v=8-dMXW7XZjA)** - PS4 Jailbreak Guides +* โญ **[PS4 Modding](https://www.youtube.com/playlist?list=PLn7ji3VsPy3FRxLrjz5ScpvpTirAxQ3me)** - PS4 Jailbreak Guides * โญ **[Vita Hacks Guide](https://vita.hacks.guide/)** - Vita Jailbreak Guide * [โ PSX Place](https://www.psx-place.com/) or [PSX Hax](https://www.psxhax.com/) - Playstation Homebrew Forums * [PSDevWiki](https://www.psdevwiki.com/) - Playstation Dev / Homebrew Wiki @@ -542,7 +550,7 @@ * ๐ŸŒ **[Steam Deck Mods](https://docs.google.com/document/d/1TWhN9nCorKxut5O7UbPQPDhXLb-8C-CIoesB01yfhmY/)** - Steam Deck Mods / [Discord](https://discord.com/invite/SteamDeck) * โญ **[Decky Loader](https://decky.xyz/)** - Steam Deck Plugin Loader / [Plugins](https://plugins.deckbrew.xyz/) / [GitHub](https://github.com/SteamDeckHomebrew/decky-loader) -* [Steam Deck Guide](https://main.steamdeck.guide/), [2](https://steamdeck.guide/) - Steam Deck Guide / Resources / [GitHub](https://github.com/NKkrisz/Steam-Deck-Guide) +* [Steam Deck Piratesโ€™ Cove](https://livinin82.github.io/steam-deck-pirates/) / [2](https://rentry.org/steamdeckpiratescove) or [Steam Deck Guide](https://main.steamdeck.guide/) / [2](https://steamdeck.guide/) / [GitHub](https://github.com/NKkrisz/Steam-Deck-Guide) - Steam Deck Guides / Resources * [r/SteamDeckPirates](https://www.reddit.com/r/SteamDeckPirates/) - Steam Deck Piracy Subreddit / [Discord](https://discord.gg/frg5Mmda56) * [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 @@ -557,12 +565,12 @@ # โ–บ Minecraft Tools -* ๐ŸŒ **[MCDOC](https://mcdoc.site/)** - Minecraft Tools & Unlockers +* ๐ŸŒ **[MCDOC](https://mcdoc.site/)** - Minecraft Tools & Unlockers / [GitLab](https://gitlab.com/mcdoc/mcdoc.site) / [Discord](https://discord.gg/TtJM3ahtuM) * ๐ŸŒ **[Awesome Minecraft](https://github.com/bs-community/awesome-minecraft)** - Minecraft Resources -* โญ **[Minecraft Wiki](https://minecraft.wiki/)** - Minecraft Wikis +* โญ **[Minecraft Wiki](https://minecraft.wiki/)** * โญ **[Villager Trading 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)** -* [MC Utils](https://mcutils.com/) - Minecraft Web Tools / [Discord](https://discord.com/invite/flyte) +* [MC Utils](https://mcutils.com/) - Minecraft Web Tools / [Discord](https://discord.com/invite/HvPARrr55x) * [Minecraft Forum](https://www.minecraftforum.net/) - Minecraft Community / Support / [Discord](https://discord.com/invite/wGrQNKX) * [MCPEDL](https://mcpedl.com/) - Bedrock Resources * [DigiMinecraft](https://www.digminecraft.com/) or [Birdflop](https://www.birdflop.com/resources/) / [GitHub](https://github.com/birdflop/web) - Minecraft Guides / Tools @@ -601,6 +609,7 @@ * [DriveBackupV2](https://modrinth.com/plugin/drivebackupv2) - Server Plugin to Create Cloud Backups of Worlds / [Discord](https://discord.com/invite/VdCAUtm) / [GitHub](https://github.com/MaxMaeder/DriveBackupV2) * [Pufferfish](https://github.com/pufferfish-gg/Pufferfish), [Purpur](https://purpurmc.org/) / [Discord](https://purpurmc.org/discord) / [GitHub](https://github.com/PurpurMC/) or [Paper](https://papermc.io/software/paper) / [Discord](https://discord.com/invite/papermc) / [GitHub](https://github.com/PaperMC/Paper) / [Plugins](https://hangar.papermc.io/) - Performance Enhancement Servers * [GeyserMC](https://geysermc.org/) - Join Minecraft Java Servers with Bedrock Client / [Discord](https://discord.com/invite/geysermc) / [GitHub](https://github.com/GeyserMC/Geyser) / [Extras](https://geyserextras.letsgoaway.dev/) / [GitHub](https://github.com/GeyserExtras/GeyserExtras/) / [Consoles](https://wiki.geysermc.org/geyser/using-geyser-with-consoles/) +* [ServerPackCreator](https://serverpackcreator.de/) - Create Minecraft Server Packs from Modpacks / [Discord](https://discord.com/invite/JfsXK8qB95) / [GitHub](https://github.com/Griefed/ServerPackCreator) * [Minecraft Server Scanner](https://github.com/MrBruz/Minecraft-Server-Scanner) - Minecraft Server Info * [mcsrvstat](https://mcsrvstat.us/) - Server Status Updates * [MC-Server-Banner-API](https://github.com/LOOHP/MC-Server-Banner-API) - Real-Time Updated Server Banners @@ -609,19 +618,20 @@ ## โ–ท Launchers -* โญ **[Prism Launcher](https://prismlauncher.org/)** - Feature-Rich Launcher / [CurseForge Downloads](https://gist.github.com/sugoidogo/2e607727cd61324b2d292da96961de3f) / [Free Method](https://rentry.co/prism4free) / [Ely.by Version](https://github.com/ElyPrismLauncher/ElyPrismLauncher) / [Discord](https://discord.com/invite/ArX2nafFz2) / [GitHub](https://github.com/PrismLauncher/PrismLauncher) -* โญ **[ATLauncher](https://atlauncher.com/)** or [Technic Launcher](https://www.technicpack.net/) - Modpack Launchers -* โญ **[Bedrock Launcher](https://bedrocklauncher.github.io/)** or [MCLauncher](https://github.com/MCMrARM/mc-w10-version-launcher) - Launchers for Bedrock Edition +* โญ **[Prism Launcher](https://prismlauncher.org/)** - Feature-Rich Launcher / [CurseForge Downloads](https://gist.github.com/sugoidogo/2e607727cd61324b2d292da96961de3f) / [Free Version](https://rentry.co/FMHYB64#prism) / [Ely.by Version](https://github.com/ElyPrismLauncher/ElyPrismLauncher) / [Discord](https://discord.com/invite/ArX2nafFz2) / [GitHub](https://github.com/PrismLauncher/PrismLauncher) +* โญ **[ATLauncher](https://atlauncher.com/)** / [Discord](https://discord.com/invite/B7TrrzH) or [Technic Launcher](https://www.technicpack.net/) / [Discord](https://discord.com/invite/technic) - Modpack Launchers +* โญ **[Bedrock Launcher](https://bedrocklauncher.github.io/)** - Launcher for Bedrock Edition / [Does Not Work w/ Latest MC Versions](https://ibb.co/7NXBJXX5) * [ZalithLauncher](https://github.com/ZalithLauncher/ZalithLauncher), [โ Mojolauncher](https://github.com/mojolauncher/mojolauncher) or [FoldCraftLauncher](https://github.com/FCL-Team/FoldCraftLauncher) / [Discord](https://discord.gg/ffhvuXTwyV) - Java Edition for Android & iOS * [SkLauncher](https://skmedix.pl/) - User-friendly Launcher * [โ AstralRinth](https://git.astralium.su/didirus/AstralRinth) - User-friendly Launcher -* [UltimMC](https://github.com/UltimMC/Launcher) - Launcher for Cracked Accounts +* [โ FjordLauncher](https://github.com/unmojang/FjordLauncher) - Prism Launcher Fork w/ Alt Auth Server Support +* [UltimMC](https://github.com/UltimMC/Launcher) - Launcher * [Betacraft Launcher](https://betacraft.uk/) / [2](https://betacraft.ee/) / [3](https://betacraft.ovh/) or [LegacyFix](https://github.com/betacraftuk/legacyfix) - Patch / Fix Legacy Versions * [HMCL](https://hmcl.huangyuhui.net/) - Launcher / [GitHub](https://github.com/HMCL-dev/HMCL) -* [LabyMod](https://www.labymod.net/) - Launcher -* [Crystal Launcher](https://crystal-launcher.net/) - Launcher -* [GDLauncher](https://gdlauncher.com/) - Launcher -* [X Minecraft Launcher](https://xmcl.app/) - Launcher +* [LabyMod](https://www.labymod.net/) - Launcher / [Discord](https://discord.com/invite/labymod) +* [Crystal Launcher](https://crystal-launcher.net/) - Launcher / [Discord](https://discord.com/invite/S4cSFjq) +* [GDLauncher](https://gdlauncher.com/) - Launcher / [Discord](https://discord.com/invite/8n3NnERF22) +* [X Minecraft Launcher](https://xmcl.app/) - Launcher / [Discord](https://discord.com/invite/W5XVwYY7GQ) * [Quantum Launcher](https://mrmayman.github.io/quantumlauncher/) - Lightweight Launcher / [Discord](https://discord.com/invite/bWqRaSXar5) / [GitHub](https://github.com/Mrmayman/quantum-launcher/) *** @@ -638,7 +648,7 @@ * [Voxy](https://modrinth.com/mod/voxy), [DistantHorizons](https://modrinth.com/mod/distanthorizons) or [Bobby](https://modrinth.com/mod/bobby) - Lightweight Distance Rendering Mods * [Nvidium](https://modrinth.com/mod/nvidium) - Nvidia OpenGL Rendering Mod * [VulkanMod](https://modrinth.com/mod/vulkanmod) - Vulkan Rendering 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/) / [Discord](https://discord.com/invite/UuM6bmAjXh), [Quilt](https://quiltmc.org/) or [Fabric](https://fabricmc.net/) / [Discord](https://discord.gg/VDGnGsFeuy) - Mod Loaders * [PAX](https://github.com/maradotwebp/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 * [r/feedthebeast](https://reddit.com/r/feedthebeast/) - MC Modding Community @@ -659,8 +669,9 @@ ## โ–ท Maps / World Tools * ๐ŸŒ **[ChunkBase](https://www.chunkbase.com/apps/)** - Minecraft Map Tools -* [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 +* [Amulet](https://www.amuletmc.com/) / [Discord](https://discord.com/invite/RCFKvhs9sz), [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/) / [Discord](https://discord.com/invite/TCmvrPyA9x) or [WorldPainter](https://www.worldpainter.net/) - Minecraft Map Editors / Viewers * [MineAtlas](http://mineatlas.com/) or [Cubiomes Viewer](https://github.com/cubitect/cubiomes-viewer) - Minecraft Seeds +* [MapVerse](https://mapverse.net/) - Download / Play Minecraft Map Servers / [Discord](https://discord.gg/xFgTJtebgp) * [MinecraftMaps](https://www.minecraftmaps.com/), [Minecraft Forum](https://www.minecraftforum.net/) / [Discord](https://discord.com/invite/wGrQNKX) or [Mapcraft](https://mapcraft.me/) - Minecraft Maps * [Minecraft Earth Map](https://earth.motfe.net/) - Earth Maps * [CTMRepository](https://ctmrepository.com/) - Complete the Monument Maps / [Discord](https://discord.com/invite/G2WVCB3) @@ -677,52 +688,51 @@ * ๐ŸŒ **[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 -* โญ **[spark](https://spark.lucko.me/)** - Minecraft Performance Profiler +* โญ **[MCPropertyEncyclopedia](https://joakimthorsen.github.io/MCPropertyEncyclopedia/)** - Block Property Encyclopedia / [Discord](https://discord.com/invite/RUEVmTahYg) +* โญ **[spark](https://spark.lucko.me/)** - Minecraft Performance Profiler / [Discord](https://discord.com/invite/PAGT2fu) * โญ **[Minecraft Java Flags](https://unascribed.com/garden/jvm-args/)** - Java Edition Performance Tweaks * [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) +* [โ Minecraft TAS](https://minecrafttas.com/) - Minecraft TAS Community / Tools / Tutorials / [Discord](https://discord.gg/jGhNxpd) +* [Mineflayer](https://prismarinejs.github.io/mineflayer/) - Minecraft Bot Creator / [Discord](https://discord.com/invite/GsEFRM8) / [GitHub](https://github.com/PrismarineJS/mineflayer) * [Minecraft Armor Stand](https://haselkern.com/Minecraft-ArmorStand/) - Design Poses for Armorstands * [Enchant Order](https://iamcal.github.io/enchant-order/) - Minecraft Enchantment Ordering Tool * [Minecraft Tools](https://minecraft.tools/en/) or [GamerGeeks](https://www.gamergeeks.net/) - Minecraft Tools / Calculators -* [Minecraft Command Science](https://minecraftcommand.science/) or [MCStacker](https://mcstacker.net/) - Minecraft Command Generators +* [Minecraft Command Science](https://minecraftcommand.science/) or [MCStacker](https://mcstacker.net/) / [Discord](https://discord.com/invite/WCb6GNf) - Minecraft Command Generators * [NBT Studio](https://github.com/tryashtar/nbt-studio/) or [webNBT](https://irath96.github.io/webNBT/) - Minecraft NBT File Editors * [MinecraftJSON](https://www.minecraftjson.com/) - Minecraft Tellraw Generator -* [MC Assets](https://rentry.co/FMHYB64#mc-assets) - Extracted Minecraft Assets *** ## โ–ท Customization -* ๐ŸŒ **[ShaderLABS](https://shaderlabs.org/wiki/Main_Page)** - Shader Comparisons and Resources +* ๐ŸŒ **[ShaderLABS](https://shaderlabs.org/wiki/Main_Page)** - Shader Comparisons and Resources / [Discord](https://discord.com/invite/RpzWN9S) * โ†ช๏ธ **[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 +* โญ **[NameMC](https://namemc.com/)**, [Laby](https://laby.net/) / [Discord](https://discord.com/invite/8JBMHDfWKp) or [Crafty](https://crafty.gg/) / [Discord](https://discord.com/invite/WYgJK3y) - Minecraft Name & Skin Availability Trackers * [ShadersMods](https://shadersmods.com/) or [MinecraftShader](https://minecraftshader.com/) - Minecraft Shaders * [Iris Shaders](https://modrinth.com/mod/iris) - Fabric Shadermod for Minecraft * [MinecraftSkins](https://www.minecraftskins.com/) or [SkinMC](https://skinmc.net/) - Minecraft Skins * [MSkins](https://mskins.net/en) - Skin Grabber * [Ely.by](https://ely.by/) - Skin System / Authorization * [NeedCoolerShoes](https://needcoolershoes.com/) / [Discord](https://discord.gg/FEfbZYvQUa) / [GitHub](https://github.com/NeedCoolerShoes/needcoolershoes) or [Nova Skin](https://minecraft.novaskin.me/) - Minecraft Skin Editor -* [MinecraftCapes](https://minecraftcapes.net/) or [Capes](https://modrinth.com/mod/capes) - Minecraft Capes -* [Minecraft Heads](https://minecraft-heads.com/) - Custom Minecraft Heads +* [MinecraftCapes](https://minecraftcapes.net/) / [Discord](https://discord.com/invite/jqRU9SN) or [Capes](https://modrinth.com/mod/capes) - Minecraft Capes +* [Minecraft Heads](https://minecraft-heads.com/) - Custom Minecraft Heads / [Discord](https://discord.com/invite/K7yxDD2HP3) * [PVPRP](https://pvprp.com/) - PVP Texture Packs *** ## โ–ท 3D Tools -* โญ **[MCprep](https://theduckcow.com/dev/blender/mcprep/)** - All-in-one Blender Addon / [Discord](https://discord.com/invite/mb8hBUC) / [GitHub](https://github.com/Moo-Ack-Productions/MCprep) -* โญ **[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/) / [Discord](https://discord.com/invite/wfayQA6Dyc), [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/) / [Discord](https://discord.com/invite/GxFp6xv) / [GitHub](https://github.com/stuffbydavid/Mine-imator) * [Chunky](https://chunky-dev.github.io/docs/) - Photorealistic Renderer / [Discord](https://discord.com/invite/VqcHpsF) / [GitHub](https://github.com/chunky-dev/chunky) * [โ Minecraft Generator](https://minecraftgenerator.com/) - Minecraft Model Generators * [Block Display](https://block-display.com/) - Design / Share Block Display Models / [Discord](https://discord.gg/VCeHfSd6Xa) -* [Blockbench](https://www.blockbench.net/) - Low Poly 3D Editor +* [Blockbench](https://www.blockbench.net/) - Low Poly 3D Editor / [Discord](https://discord.com/invite/blockbench) * [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 * [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 -* [Layoutit](https://voxels.layoutit.com/), [VoxelSphereGenerator](https://oranj.io/blog/VoxelSphereGenerator), [BDStudio](https://eszesbalint.github.io/bdstudio/editor) or [Minecraft Shapes](https://minecraftshapes.com/) - Minecraft Shape Tools / Voxel Editors +* [Layoutit](https://voxels.layoutit.com/), [VoxelSphereGenerator](https://oranj.io/blog/VoxelSphereGenerator) or [Minecraft Shapes](https://minecraftshapes.com/) - Minecraft Shape Tools / Voxel Editors *** @@ -784,10 +794,10 @@ * ๐ŸŒ **[Awesome Pokรฉmon](https://github.com/tobiasbueschel/awesome-pokemon)** - 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 -* โญ **[Serebii.net](https://www.serebii.net/)**, [Pokรฉmon Awesome](https://pokemon-awesome.vercel.app/), [Pokรฉmon Database](https://pokemondb.net/) or [PocketMonsters.net](https://pocketmonsters.net/) - Pokรฉmon Databases +* โญ **[Serebii.net](https://www.serebii.net/)**, [Pokรฉmon Awesome](https://pokemon-awesome.vercel.app/), [PocketMonsters.net](https://pocketmonsters.net/) or [Pokรฉmon Database](https://pokemondb.net/) - Pokรฉmon Databases * โญ **[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 -* โญ **[PokeMMO](https://pokemmo.com/en/)**, [DelugeRPG](https://www.delugerpg.com/), [Pokemon Blaze Online](https://pokemonblazeonline.com/) / [Discord](https://discord.com/invite/b3ZnXuf5fk) or [Pokรฉmon Revolution Online](https://pokemonrevolution.net/) - Pokรฉmon MMOs +* โญ **[PokeMMO](https://pokemmo.com/)**, [DelugeRPG](https://www.delugerpg.com/), [Pokemon Blaze Online](https://pokemonblazeonline.com/) / [Discord](https://discord.com/invite/b3ZnXuf5fk) 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 * [PokeCommunity](https://www.pokecommunity.com/) - Pokรฉmon Community @@ -830,11 +840,10 @@ * ๐ŸŒ **[GTAAll](https://www.gtaall.com/)**, [GTAInside](https://gtainside.de/), [GameModding](https://gamemodding.com/), [GTAGarage](https://gtagarage.com/) or [LibertyCity](https://libertycity.net/) - GTA Mods, Walkthroughs & More * ๐ŸŒ **[GTA5-Mods](https://www.gta5-mods.com/)** - GTAV Mods * ๐ŸŒ **[MixMods](https://www.mixmods.com.br/)** - GTASA Mods -* โญ **[FiveM](https://fivem.net/)**, [alt:V](https://altv.mp/) or [RAGE](https://rage.mp/) - Modded GTAV Servers / Requires Legit Copy +* โญ **[FiveM](https://fivem.net/)**, [alt:V](https://altv.mp/) / [Discord](https://discord.com/invite/yQvKgSs) or [RAGE](https://rage.mp/) / [Discord](https://discord.com/invite/tChBaeu) - Modded GTAV Servers / Requires Legit Copy * โญ **[San Andreas: Multiplayer](https://www.sa-mp.mp/)** / [Discord](https://discord.com/invite/samp) or [Multi Theft Auto](https://multitheftauto.com/) / [GitHub](https://github.com/multitheftauto/mtasa-blue) - Multiplayer GTA:SA * โญ **[CLEO](https://cleo.li/)** - Extensible Library Plugin for GTA III, VC & SA / [Discord](https://discord.com/invite/d5dZSfgBZr) * โญ **[SilentPatch](https://cookieplmonster.github.io/mods/gta/)** - Quality of Life Fixes for GTA III, VC & SA -* [Grand Theft Wiki](https://www.grandtheftwiki.com/Main_Page) - GTA Wiki * [GTA Cars](https://gtacars.net/) - GTA Car Database / Stats * [Rainbomizer](https://rainbomizer.com/) - GTA Randomizer Mods * [OpenIV](https://openiv.com/) - Rockstar Game Modding Tool @@ -905,23 +914,22 @@ ## โ–ท Roblox Tools -* ๐ŸŒ **[Roblox Archive](https://archive.roblonium.com/)** - Roblox Client Archive +* โญ **[RoSeal](https://www.roseal.live/)**, [RoPro](https://ropro.io/), [RoValra](https://rovalra.com/) / [GitHub](https://github.com/NotValra/RoValra), [BTRoblox](https://github.com/AntiBoomz/BTRoblox) or [RoGold](https://rogold.live/free) - Enhance Roblox Website / Add Features / Extensions +* โญ **[Bloxstrap](https://bloxstraplabs.com/)** / [Discord](https://discord.com/invite/nKjV3mGq6R) / [GitHub](https://github.com/bloxstraplabs/bloxstrap) or [Fishstrap](https://fishstrap.app/) / [GitHub](https://github.com/fishstrap/fishstrap) - Roblox Player Bootstrapper * โญ **[Rolimon's](https://www.rolimons.com/games)**, [โ Rotrends](https://rotrends.com/) or [RoMonitor Stats](https://romonitorstats.com/) - Roblox Analytics / Stats -* โญ **[Bloxstrap](https://bloxstraplabs.com/)** or [Fishstrap](https://fishstrap.app/) - Roblox Player Bootstrapper / [Discord](https://discord.com/invite/nKjV3mGq6R) / [GitHub](https://github.com/bloxstraplabs/bloxstrap) * [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 -* [RoPro](https://ropro.io/), [RoValra](https://rovalra.com/) / [GitHub](https://github.com/NotValra/RoValra), [BTRoblox](https://github.com/AntiBoomz/BTRoblox), [RoGold](https://rogold.live/free) 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 * [RobloxDen](https://robloxden.com/) or [Rocodes](https://rocodes.gg/) - Track Roblox Promo Codes * [Roblox Web APIs](https://github.com/matthewdean/roblox-web-apis) - Roblox APIs * [ingame.clothing](https://ingame.clothing/) - Preview Avatar Clothing -* [FastFlags.space](https://fastflags.space/) - Roblox FastFlags Collection / [GitHub](https://github.com/fastdotspace/fastflags.space) *** ## โ–ท Terraria Tools +* ๐ŸŒ **[Terraria Community Archive](https://kuz-zzz.github.io/terraria-archive/)** - Terraria Tools / Resources * โญ **[Terraria Wiki](https://terraria.wiki.gg/)** or [Terranion](https://yal.cc/r/terranion/) - Terraria Wikis * [โ PinkGel](https://pinkgel.pages.dev/) - Terraria Item Database * [tShock](https://github.com/Pryaxis/TShock) - Terraria Server Tools @@ -957,7 +965,8 @@ ## โ–ท Tabletop Tools * ๐ŸŒ **[Awesome TTRPGs](https://github.com/Zireael07/awesome-tabletop-rpgs)** - Online TTRPGs & Resources -* โญ **[dice.run](https://dice.run/)**, [DiceSimulator.com](http://www.dicesimulator.com/) or [Desktop Dice](https://girkovarpa.itch.io/desktopdice) - Dice Simulators +* โ†ช๏ธ **[D&D Resources](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu#wiki_.25B7_dungeons_.26amp.3B_dragons)** - Dungeons & Dragons Guides / Tools +* โญ **[dice.run](https://dice.run/)**, [DiceSimulator.com](http://www.dicesimulator.com/), [Let's Roll](https://www.linepup.com/dice/) or [Desktop Dice](https://girkovarpa.itch.io/desktopdice) - Dice Simulators * [Scorecard.gg](https://scorecard.gg/) - Create Scorecards for Game Matches * [RPGBOT](https://rpgbot.net/), [Wargamer](https://www.wargamer.com/), [Roll for Fantasy](https://rollforfantasy.com/), [Kassoon](https://www.kassoon.com/) or [DragonsFoot](https://www.dragonsfoot.org/) - RPG / TTRPG Tools & Learning Resources * [Tabletopy](https://tabletopy.com/) or [Tabletop Audio](https://tabletopaudio.com/) - Immersive SFX / Music for TTRPGs @@ -973,8 +982,9 @@ ## โ–ท RPG Worldbuilding +* โ†ช๏ธ **[Writing Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_writing_tools)** - Writing Tools / Story Managers * โญ **[Kanka](https://kanka.io/)**, [World Anvil](https://www.worldanvil.com/), [RPTools](https://www.rptools.net/), [Scabard](https://www.scabard.com/), [Adventurer's Codex](https://adventurerscodex.com) or [Fantasia Archive](https://fantasiaarchive.com/) - RPG Campaign Managers / Worldbuilding Suites -* โญ **[Chaotic Shiny](http://chaoticshiny.com/)**, [Seventh Sanctum](https://www.seventhsanctum.com/), [Notebook.ai](https://www.notebook.ai/), [Fantasy Name Generators](https://www.fantasynamegenerators.com/) or [Eigengrau's Generator](https://eigengrausgenerator.com/) - RPG / Fantasy Storywriting Tools +* โญ **[Chaotic Shiny](http://chaoticshiny.com/)**, [Seventh Sanctum](https://www.seventhsanctum.com/), [Notebook.ai](https://www.notebook.ai/), [Fantasy Name Generators](https://www.fantasynamegenerators.com/) or [Eigengrau's Generator](https://eigengrausgenerator.com/) - RPG / Fantasy Story Writing Tools * โญ **[donjon](https://donjon.bin.sh/)** or [Azgaar](https://azgaar.github.io/Fantasy-Map-Generator/) - Procedural RPG / Fantasy Map Generators * [watabou](https://watabou.itch.io/) - Generators for Fantasy Worlds, Dungeons, and More * [Inkwell Ideas](https://inkwellideas.com/) - RPG Software & Accessories diff --git a/docs/gaming.md b/docs/gaming.md index e897c32aa..072628063 100644 --- a/docs/gaming.md +++ b/docs/gaming.md @@ -15,36 +15,38 @@ * โญ **[CS.RIN.RU](https://cs.rin.ru/forum)**, [2](https://csrin.org/) - Download / Torrent / Signup / PW: `cs.rin.ru / csrin.org` / [.onion](http://csrinrutkb3tshptdctl5lyei4et35itl22qvk5ktdcat6aeavy6nhid.onion/forum) * โญ **CS.RIN Tools** - [Search Guide](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#csrin-search) (Important) / [Status](https://csrinstaff.writeas.com/) / [Enhancements](https://github.com/SubZeroPL/cs-rin-ru-enhanced-mod) / [Steam Buttons](https://github.com/Altansar69/CS.RIN.RU-Enhanced-external) * โญ **[SteamRIP](https://steamrip.com/)** - Download / Pre-Installs / [Subreddit](https://www.reddit.com/r/SteamRip/) / [Discord](https://discord.gg/WkyjpA3Ua9) -* โญ **[GOG Games](https://gog-games.to/)** - Download / Torrent / GOG Games Only / [.onion](http://goggamespyi7b6ybpnpnlwhb4md6owgbijfsuj6z5hesqt3yfyz42rad.onion/) * โญ **[AnkerGames](https://ankergames.net/)** - Download / Pre-Installs / [Subreddit](https://www.reddit.com/r/Anker_Games_/) / [Discord](https://discord.gg/nnMnGzDbwg) +* โญ **[GOG Games](https://gog-games.to/)** - Download / Torrent / GOG Games Only / [.onion](http://goggamespyi7b6ybpnpnlwhb4md6owgbijfsuj6z5hesqt3yfyz42rad.onion/) +* โญ **[UnionCrax](https://union-crax.xyz/)** - Download / Pre-Installs / [Status](https://status.union-crax.xyz/) / [Discord](https://discord.com/invite/j2Q2ZKk3YJ) * โญ **[Online Fix](https://online-fix.me/)** - Download / Torrent / Multiplayer / Signup / PW: `online-fix.me` / [Telegram](https://t.me/onlinefix) / [Discord](https://discord.gg/yExgFYncMD) * โญ **[GameBounty](https://gamebounty.world/)** - Download / [Discord](https://discord.gg/dmjUJ4xCEV) -* โญ **[UnionCrax](https://union-crax.xyz/)** - Download / Pre-Installs / [Discord](https://discord.gg/dkVame6BQS) * โญ **[SteamUnderground](https://steamunderground.net/)** - Download / Pre-Installs / [Discord](https://discord.gg/hxdv7eJ5Yt) * โญ **[Ova Games](https://www.ovagames.com/)** - Download / PW: `www.ovagames.com` / [Redirect Bypass Required](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_redirect_bypass) * โญ **[Torrminatorr](https://forum.torrminatorr.com/)** - Download / Forum / Sign-Up Required -* [Virgil Game Search](https://virgil.samidy.com/Game-search/) / [GitHub](https://github.com/SamidyFR/Virgil), [Rezi Search](https://rezi.one/), [โ Playseek](https://playseek.app/), [Game Download CSE](https://cse.google.com/cse?cx=006516753008110874046:cbjowp5sdqg), [Game Torrent CSE](https://cse.google.com/cse?cx=006516753008110874046:pobnsujblyx) or [r/PiratedGames CSE](https://cse.google.com/cse?cx=20c2a3e5f702049aa) - Multi-Site Search Engines +* [Virgil Game Search](https://virgil.samidy.com/Games/), [2](https://virgil-search.pages.dev/Games/) / [GitHub](https://github.com/SamidyFR/Virgil), [Rezi Search](https://rezi.one/), [โ Playseek](https://playseek.app/), [Game Download CSE](https://cse.google.com/cse?cx=006516753008110874046:cbjowp5sdqg), [Game Torrent CSE](https://cse.google.com/cse?cx=006516753008110874046:pobnsujblyx) or [r/PiratedGames CSE](https://cse.google.com/cse?cx=20c2a3e5f702049aa) - Multi-Site Search Engines * [g4u](https://g4u.to/) - Download / PW: `404` * [GLoad](https://gload.to/) - Download -* [Gamesdrive](https://gamesdrive.net/) - Download / [Telegram](https://t.me/+qkrAOiq7k7ozNzRk) / [Discord](https://discord.gg/wXdNEhf73x) -* [SteamGG](https://steamgg.net/) - Download / Pre-Installs / Use [Adblock](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_adblocking) / [Subreddit](https://www.reddit.com/r/OfficialSteamGG/) / [Discord](https://discord.gg/Rw6AT3hZZE) +* [scene cat](https://rentry.co/FMHYB64#scene-cat) - Download / [Discord](https://discord.gg/wXdNEhf73x) * [โ Fluxy Repacks](https://fluxyrepacks.xyz/games) - Download / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#fluxy-repacks) / [Discord](https://discord.gg/TBs8Te5nwn) +* [AstralGames](https://astral-games.xyz/) - Download / Pre-Installs / [Discord](https://discord.gg/38bRNmKB4v) * [โ GoMorGames](https://gomorgames.com/) - Download / [Discord](https://discord.gg/raWtANAZqF) * [appnetica](https://appnetica.com/) - Download / Torrent / Pre-Installs / [Telegram](https://t.me/appnetica_info) / [Discord](https://discord.gg/TvKnH6P) * [AtopGames](https://atopgames.com/) - Download / Pre-Installs / [Discord](https://discord.gg/KSG9Tg2s7b) * [ElEnemigos](https://elenemigos.com/) - Download / PW: `elenemigos.com` / [Telegram](https://t.me/ElEnemigos) / [Discord](https://discord.com/invite/juegos) * [Reloaded Steam](https://reloadedsteam.com/) - Download / Pre-Installs / [Discord](https://discord.gg/XqMpBdVWvK) -* [AstralGames](https://astral-games.xyz/) - Download / Pre-Installs / [Discord](https://discord.gg/38bRNmKB4v) +* [SteamGG](https://steamgg.net/) - Download / Pre-Installs / [Subreddit](https://www.reddit.com/r/OfficialSteamGG/) / [Discord](https://discord.gg/Rw6AT3hZZE) * [Rexa Games](https://rexagames.com/) - Download / Pre-Installs / [Discord](https://discord.gg/6KWStFYSTj) +* [SteamOra](https://steamora.net/) - Download / Pre-Installs / [Discord](https://discord.gg/2bRYgFS8Rj) * [TriahGames](https://triahgames.com/) - Download / PW: `www.triahgames.com` / [Discord](https://discord.gg/vRxJNNcJNh) * [GetFreeGames](https://getfreegames.net/) - Download / [Discord](https://discord.gg/Pc5TtEzk7k) +* [desolation](https://rentry.co/FMHYB64#desolation) - Download / [Discord](https://discord.gg/Q85SNt2sSz) * [World of PC Games](https://worldofpcgames.com/) - Download / Pre-Installs / Use [Adblock](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_adblocking) / [Site Info](https://rentry.org/ikc3x8bt) / [Subreddit](https://www.reddit.com/r/WorldofPCGamess/) * [Games4U](https://games4u.org/) - Download / Use [Adblock](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_adblocking) / Sources on DDL Pages * [CG Games](https://www.cg-gamespc.com/) - Download * [GamePCFull](https://gamepcfull.com/) - Download * [IRC Games](https://redd.it/x804wg) - Download Games via IRC -* [FreeToGame](https://www.freetogame.com/games) or [Acid Play](https://acid-play.com/) - F2P Games / [Trackers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/misc#wiki_.25BA_free_stuff) -* [Anti Denuvo Sanctuary](https://rentry.co/FMHYB64#adsanctuary) - Denuvo Games / Works Offline +* [FreeToGame](https://www.freetogame.com/games), [โ TendingNow](https://trendingnow.games/free) or [Acid Play](https://acid-play.com/) - F2P Games / [Trackers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/misc#wiki_.25BA_free_stuff) +* [Anti Denuvo Sanctuary](https://rentry.co/FMHYB64#ads) - Denuvo Games / Works Offline * [ROM Heaven CSF](https://rentry.co/FMHYB64#csf) - Clean Steam Files *** @@ -58,11 +60,12 @@ * โญ **[FitGirl Repacks](https://fitgirl-repacks.site/)** - Download / Torrent / ROM Repacks / [Unofficial Launcher](https://github.com/CarrotRub/Fit-Launcher/) * โญ **[KaOsKrew](https://kaoskrew.org/)** - Torrent / [Discord](https://discord.com/invite/WF2pqPTFBs) * โญ **[ARMGDDN Browser](https://github.com/KaladinDMP/AGBrowser)**, [2](https://cs.rin.ru/forum/viewtopic.php?f=14&t=140593) - Download / [Telegram](https://t.me/ARMGDDNGames) / [Discord](https://discord.gg/abeChzCy8X) -* โญ **[Gnarly Repacks](https://rentry.co/FMHYB64#gnarly_repacks)** - Download / PW: `gnarly` +* [Gnarly Repacks](https://rentry.co/FMHYB64#gnarly) - Download / PW: `gnarly` * [ScOOt3r Repacks](https://discord.gg/xe3Fys8Upy) - Download / Torrent / [Discord](https://discord.com/invite/WF2pqPTFBs) * [M4CKD0GE Repacks](https://m4ckd0ge-repacks.site/) - Download / [Discord](https://discord.gg/693hNBdymb) * [Dyren Repacks](https://rentry.co/FMHYB64#dyren) - Download / Torrent / [Discord](https://discord.com/invite/kw36u9cxd3) -* [DODI Repacks](https://rentry.co/FMHYB64#dodi) - Torrent / [Lootlink Bypass](https://rentry.co/lootlink) / **[Site Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#dodi-warning)** / [Discord](https://discord.gg/D9WU7C9FSE) +* [โ Vanya Games](https://vanya-games.site/) - Download +* [DODI Repacks](https://rentry.co/FMHYB64#dodi) - Torrent / [Redirect Bypass](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools/#wiki_.25B7_redirect_bypass) / **[Site Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#dodi-warning)** / [Discord](https://discord.gg/D9WU7C9FSE) * [โ Stevv Game](https://www.stevvgame.com/) - Download / [Discord](https://discord.gg/snbpB6pCK9) * [Xatab Repacks](https://byxatab.com/) - Torrent * [Elamigos](https://elamigos.site/) - Download @@ -88,6 +91,7 @@ * [Alpha Beta Gamer](https://alphabetagamer.com/) - Play Games in Alpha / Beta Testing / [Discord](https://discord.gg/3Gtqp9BDeY) * [Necromanthus](https://necromanthus.com/) - 3D Shockwave Games * [LemmaSoft](https://lemmasoft.renai.us/) - Visual Novel Games / [Discord](https://discord.gg/6ckxWYm) +* [Visual Novels Android](https://t.me/visual_novels_android_eng) - Android Visual Novel Ports * [vgperson](https://vgperson.com/games/) - Simple Japanese Games * [Visual Pinball](https://github.com/vpinball/vpinball) - Pinball Table Editor / Simulator / [Tables](https://www.vpforums.org/) * [Ninja Kiwi Archive](https://ninjakiwi.com/archive) - Ninja Kiwi / Bloons Archive / [Subreddit](https://www.reddit.com/r/NinjaKiwiOfficial/) / [Discord](https://discord.com/invite/ninjakiwi) @@ -101,7 +105,6 @@ * [PyGames](https://www.pygame.org/) - Python Games / [Discord](https://discord.gg/uEKeRSqr2Y) / [GitHub](https://github.com/pygame/pygame) * [Flashtro](https://flashtro.com/) - Cracker Intros * [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) *** @@ -161,20 +164,20 @@ * ๐ŸŒ **[Game Decompilations](https://decomps.samidy.com/)**, [2](https://rentry.co/Decomps) - Game Decompilations / [GitHub](https://github.com/SamidyFR/Game-Decompilations) * ๐ŸŒ **[RetroReversing](https://www.retroreversing.com/source-code/decompiled-retail-console-games)** - Game Decompilations * ๐ŸŒ **[awesome-game-decompilations](https://github.com/CharlotteCross1998/awesome-game-decompilations)** - Game Decompilations -* ๐ŸŒ **[Galaxy of Games](https://galaxyofgames.neocities.org/)** - Game Ports, Decompilations, etc +* ๐ŸŒ **[Galaxy of Games](https://galaxyofgames.neocities.org/)** - Game Ports, Decompilations, etc * ๐ŸŒ **[TheGamingEmporium](https://www.thegamingemporium.com/)** - Game Ports, Decompilations, etc * [IOQuake3](https://ioquake3.org/) - Quake 3 Source Port / [Discord](https://discord.gg/YY9UvMHGYb) / [GitHub](https://github.com/ioquake/ioq3) * [YQuake2](https://www.yamagi.org/quake2/) - Quake 2 Source Port / [GitHub](https://github.com/yquake2/yquake2) +* [Ship of Harkinian](https://www.shipofharkinian.com/) - Ocarina of Time Port / [Discord](https://discord.com/invite/shipofharkinian) / [GitHub](https://github.com/HarbourMasters/Shipwright) * [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 * [EDuke32](https://www.eduke32.com/) - Duke Nukem 3D Source Port / [Discord](https://discord.gg/ks5bHrH) * [NBlood](https://github.com/NBlood/NBlood) - Reverse-Engineered Duke Nukem Ports * [ECWolf](https://maniacsvault.net/ecwolf/) - Wolfenstein 3D, Spear of Destiny & Super 3D Noah's Ark Port -* [Sonic 3 A.I.R.](https://sonic3air.org/) - Sonic 3 & Knuckles Enhanced / [Mods](https://gamebanana.com/mods/games/6878) / [Discord](https://dc.railgun.works/s3air) / [GitHub](https://github.com/Eukaryot/sonic3air) * [SRB2Kart](https://mb.srb2.org/threads/srb2kart.25868/) / [GitHub](https://github.com/STJr/Kart-Public) or [RingRacers](https://github.com/KartKrewDev/RingRacers) - Open-Source Sonic Kart Games * [Arx Libertatis](https://arx-libertatis.org/) - Arx Fatalis PC Port * [Pixel Gun World](https://pgun.rilisoft.info/) / [Discord](https://discord.com/invite/pHteGmZzbU) or [Pixel Gun X](https://discord.com/invite/8796Fs9tZm) - Pixel Gun 3D Revivals / PC Ports -* [Infinity Blade PC](https://rentry.co/FMHYB64#ib-pc-port) - Infinity Blade I/II PC Ports / [Subreddit](https://www.reddit.com/r/infinityblade) / [Discord](https://discord.gg/GfX3pmC) +* [Infinity Blade PC](https://www.reddit.com/r/infinityblade) - Infinity Blade I/II PC Ports / [Discord](https://discord.gg/GfX3pmC) *** @@ -185,13 +188,14 @@ * [Locomalito](https://locomalito.com/) or [RetroSpec](https://retrospec.sgn.net/) - Classic Game Remakes * [Super Smash Flash](https://www.supersmashflash.com/) / [Discord](https://discord.com/invite/mcleodgaming) or [Smash Crusade](https://smash-crusade.itch.io/crusade) / [Forum](https://projectcrusade.forumotion.com/) / [Discord](https://discord.com/invite/9WBn6u65Fg) - Flash Super Smash Bros. * [Luanti](https://www.luanti.org/) / [Discord](https://discord.gg/minetest) / [GitHub](https://github.com/luanti-org) or [Classicube](https://www.classicube.net/) / [Discord](https://discord.com/invite/DvYYyRw) / [GitHub](https://github.com/UnknownShadow200/ClassiCube) - Open-Source Minecraft Clones / Alternatives -* [Chrono Divide](https://rentry.co/FMHYB64#chrono-divide) / [Discord](https://discord.gg/uavJ34JTWY) / [GitHub](https://github.com/chronodivide) or [OpenRA](https://openra.net/) / [Discord](https://discord.com/invite/m5dVWH4aQE) / [GitHub](https://github.com/OpenRA/OpenRA) - Command & Conquer Recreations +* [Chrono Divide](https://chronodivide.com/) / [Discord](https://discord.gg/uavJ34JTWY) / [GitHub](https://github.com/chronodivide) or [OpenRA](https://openra.net/) / [Discord](https://discord.com/invite/m5dVWH4aQE) / [GitHub](https://github.com/OpenRA/OpenRA) - Command & Conquer Recreations * [The Dark Mod](https://www.thedarkmod.com/) - Modernized Thief Recreation / [Community Missions](https://www.thedarkmod.com/missions/) * [OpenMW](https://openmw.org/) - Morrowind Remake / [GitHub](https://github.com/OpenMW/openmw) / [Multiplayer](https://github.com/TES3MP/TES3MP) * [Xonotic](https://xonotic.org/) - Open-Source Modified Quake Engine FPS / [GitLab](https://gitlab.com/xonotic/xonotic/) * [Silent Hill 2: Enhanced Edition](https://enhanced.townofsilenthill.com/SH2/) - Silent Hill 2 Mod Project * [โ DevilutionX](https://devilutionx.com/) - Open-Source Modified Diablo 1 / [GitHub](https://github.com/diasurgical/devilutionx) -* [TeamForever](https://teamforeveronline.wixsite.com/home) - Sonic 1 & 2 Enhanced / [S1F Mods](https://gamebanana.com/mods/games/10601) / [S2A Mods](https://gamebanana.com/mods/games/15019) / [YouTube](https://www.youtube.com/@teamforeverdev) / [Tumblr](https://www.tumblr.com/teamforever) +* [Team Forever](https://teamforeveronline.wixsite.com/home) - Sonic 1 & 2 Enhanced / [S1F Mods](https://gamebanana.com/mods/games/10601) / [S2A Mods](https://gamebanana.com/mods/games/15019) / [YouTube](https://www.youtube.com/@teamforeverdev) / [BlueSky](https://bsky.app/profile/teamforever.bsky.social) +* [Sonic 3 A.I.R.](https://sonic3air.org/) - Sonic 3 & Knuckles Enhanced / [Mods](https://gamebanana.com/mods/games/6878) / [Discord](https://dc.railgun.works/s3air) / [GitHub](https://github.com/Eukaryot/sonic3air) * [SRB2](https://www.srb2.org/) - Open-Source Sonic Fan Game / [Addons](https://mb.srb2.org/addons/) / [Discord](https://discord.com/invite/b3BGb8A) / [GitLab](https://git.do.srb2.org/STJr/SRB2) * [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) @@ -227,6 +231,7 @@ * [OpenFortress](https://openfortress.fun/) - Team Fortress 2 Mod * [TF2 Classic](https://tf2classic.com/) - Team Fortress 2 Classic Mod * [RisingHub](https://risinghub.net/) - Battlefield Heroes Revival Project / [Discord](https://discord.gg/GqxxgBj) +* [r/MinecraftStoryMode](https://www.reddit.com/r/MinecraftStoryMode/) - Minecraft Story Mode Revival Project / [Discord](https://discord.gg/zUuABEc6at) * [Aleph One](https://alephone.lhowon.org/) - Open-Source Marathon Continuation / [Discord](https://discord.com/invite/NvF3pdV) * [Falcon BMS](https://www.falcon-bms.com/) - Falcon 4.0 Modernization Project / [Forum](https://forum.falcon-bms.com/) / [Subreddit](https://www.reddit.com/r/falconbms/) / [Discord](https://discord.gg/KQNHQBz) * [FlightGear](https://www.flightgear.org/) - Open-Source Flight Simulator / [GitLab](https://gitlab.com/flightgear/flightgear) @@ -245,22 +250,21 @@ * ๐ŸŒ **[Multi System Emulators](https://emulation.gametechwiki.com/index.php/Multi-system_emulators)** / [Frontends](https://emulation.gametechwiki.com/index.php/Frontends) - Emulators with Multiple Consoles * ๐ŸŒ **[RedSquirrel Project List](https://redsquirrel87.com/doku.php/projects-list)** - Emulator 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)** +* โ†ช๏ธ **[Emulators on Android](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25BA_android_emulators)** * โญ **[Recommended Emulator Specs](https://emulation.gametechwiki.com/index.php/Computer_specs)** -* โญ **[Emulator BIOS Files](https://rentry.co/FMHYB64#emulator-files)** -* โญ **[RetroAchievements](https://retroachievements.org/)** - Achievements for Emulators / [DAT Files](https://rentry.co/FMHYB64#ra-dat) +* โญ **[Emulator BIOS Files](https://emulation.gametechwiki.com/)** - Search for "Emulator Files" +* โญ **[RetroAchievements](https://retroachievements.org/)** - Achievements for Emulators / [Compatible Games](https://retroachievements.vercel.app/) / [DAT Files](https://rentry.co/FMHYB64#ra-dat) * โญ **[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/) - Wii U / BOTW Setup Guides * [Switch Emulation](https://rentry.co/FMHYB64#switch-emulation) - Switch Emulator Setup Guides -* [โ Axekin Wiki](https://wiki.axekin.com/en/) - Emulation Guides / [Discord](https://discord.gg/CUpf57y5Vg) +* [Wiki of Axekin](https://wiki.axekin.com/) - Emulation Guides / [Discord](https://discord.gg/CUpf57y5Vg) * [RetroCatalog](https://retrocatalog.com/) or [Handheld Emulation Compatibility](https://docs.google.com/spreadsheets/d/1irg60f9qsZOkhp0cwOU7Cy4rJQeyusEUzTNQzhoTYTU/) - Handheld Emulation Compatibility / Info * [TOSEC](https://rentry.co/FMHYB64#tosec) - The Old School Emulation Center * [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 * [SaveFileConverter](https://savefileconverter.com/) - Convert Console Saves to Emulator Saves * [Motion Support Bypass](https://redd.it/gobcne) - Fix Cemu BOTW Motion Shrines / [DL](https://mega.nz/file/1Uo3BI6L#X5m-bPK27-X-IijzJH1o4MloivkUqP33zsUJE_kpOdc) -* [ns-emu-mod-downloader](https://github.com/Exefer/ns-emu-mod-downloader) - Download Switch Emulator Mods -* [Green Leaf](https://discord.gg/m6z3ra8ssh) - Switch Saves Discord +* [ns-emu-mod-downloader](https://github.com/exefer/ns-emu-mod-downloader) - Download Switch Emulator Mods * [TOTK Optimization](https://rentry.co/FMHYB64#totk-optimization) - TOTK Optimization / Fixes * [UniversalDynamicInput](https://github.com/Venomalia/UniversalDynamicInput) - Custom Dolphin Button Pack * [Prime Hack](https://github.com/Kekun/primehack) or [Prime Hunter Hack](https://github.com/IBreakGames/PrimeHunterHack) - Add Mouse Support to Metroid Games @@ -268,6 +272,7 @@ * [PCSX-Redux](https://pcsx-redux.consoledev.net) - PSCX Development Emulator * [Modernized PCSX2 Settings](https://mega.nz/folder/WdNAlY5Z#K6PmrQFyDm2k7BEV8KoAmg) - Premade PCSX2 Settings * [โ Skate 3 RPCS3 Online](https://discord.gg/DFWCaTGyBT) - RPCS3 Skate 3 Multiplayer +* [โ ArticBaseServer](https://github.com/azahar-emu/ArticBaseServer) - Broadcast 3DS Games to Emulators / No Game Dump Required * [PictoChat Online](https://pict.chat/) - Browser DS PictoChat * [webnofrendo](https://zardam.github.io/webnofrendo/) - NES Numworks Emulator * [Objection!](https://objection.lol/) - Ace Attorney Courtroom / Objection Generator @@ -292,26 +297,27 @@ * ๐ŸŒ **[ROM Sites Wiki](https://emulation.gametechwiki.com/index.php/ROM_%26_ISO_Sites)** - List of ROM Download Sites * ๐ŸŒ **[r/ROMs Mega](https://r-roms.github.io/)** - ROMs / [Pastebins](https://rentry.co/FMHYB64#romcenter) +* โญ **[CrocDB](https://crocdb.net/)** - ROM Site Aggregator / [Discord](https://discord.gg/3NyMZKxhUA) * โญ **[Myrient](https://rentry.co/FMHYB64#myrient)** - ROMs / [Telegram](https://t.me/s/myrient) / [Discord](https://discord.gg/4kVP9AuQ24) -* โญ **[CrocDB](https://crocdb.net/)** - ROMs / [Discord](https://discord.gg/3NyMZKxhUA) -* โญ **[AlvRo](https://rentry.co/FMHYB64#alvro)** - ROMs / PW: `ByAlvRo` -* โญ **[Vimms Lair](https://vimm.net/)** - ROMs / [Restore Downloads](https://greasyfork.org/en/scripts/495800) / [Discord](https://discord.com/invite/XReX2ZGNcV) +* โญ **[Vimms Lair](https://vimm.net/)** - ROMs / [Discord](https://discord.com/invite/XReX2ZGNcV) * โญ **[No-Intro](https://rentry.co/FMHYB64#no-intro)** - ROMs / [Discord](https://discord.gg/dvk6W6vZmp) * โญ **[ROM Heaven](https://romheaven.com/)** - ROMs * โญ **[Axekin](https://www.axekin.com/)** - ROMs / [Discord](https://discord.gg/CUpf57y5Vg) +* โญ **[Ziperto](https://ziperto.com/)** - ROMs / [Discord](https://discord.gg/VgZ66bM87u) * โญ **[RuTracker ROMs](https://rutracker.org/forum/viewforum.php?f=548)** - ROMs / Torrents / Use [VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_vpn) -* โญ **[RetroGameTalk](https://retrogametalk.com/)** / [Subreddit](https://www.reddit.com/r/RetroGameTalk/), [โ ROMHack.ing](https://www.romhack.ing/) / [Discord](https://discord.gg/uAufcgz), [โ ROMHacking.com](https://romhacking.com/), [ROMhacking](https://www.romhacking.net/), [โ ROMHack Plaza](https://romhackplaza.org/) / [Discord](https://discord.gg/5CKzeWmZZU) or [Reality Incorporated](https://sites.google.com/view/bonmarioinc/rom-hacks/released-rom-hacks) - ROM Fan Translations / Hacks +* โญ **[CDRomance](https://cdromance.org/)** / [Forum](https://retrogametalk.com/) / [Subreddit](https://www.reddit.com/r/RetroGameTalk/), [โ ROMHack.ing](https://www.romhack.ing/) / [Discord](https://discord.gg/uAufcgz), [โ ROMHacking.com](https://romhacking.com/), [ROMhacking](https://www.romhacking.net/), [โ ROMHack Plaza](https://romhackplaza.org/) / [Discord](https://discord.gg/5CKzeWmZZU) or [Reality Incorporated](https://sites.google.com/view/bonmarioinc/rom-hacks/released-rom-hacks) - ROM Fan Translations / Hacks * [WowROMs](https://wowroms.com/en) - ROMs * [Retro Game Champion](https://www.retrogamechampion.com/) - Retro Game ROMs, Magazines, Music & more / [Discord](https://discord.gg/zueusZt) * [Zophar's Domain](https://www.zophar.net/) - ROM Mods +* [โ roms.by](https://www.roms.by/) - ROMs / Signup * [TheRomDepot](https://theromdepot.com/) - ROMs / Signup * [BlueRoms](https://www.blueroms.ws/) - ROMs / Torrents * [โ EpicROMs](https://epicroms.net/roms/) - ROMs / [Subreddit](https://www.reddit.com/r/EpicRoms/) * [Arquivista ROMs](https://rentry.co/FMHYB64#arquivista) - ROMs * [FinalBurn Neo](https://rentry.co/FMHYB64#finalburn-neo) - ROMs / Zip * [Romsie](https://roms2000.com/) - ROMs -* [Retro Vault](https://www.retrospot.net/vault/) - ROMs * [Retrostic](https://www.retrostic.com/) - ROMs +* [DLPSGame](https://dlpsgame.com/), [2](https://nswgame.com) - ROMs / Avoid PC Games * [Romsever](https://romsever.com) - ROMs * [ROMsGames](https://www.romsgames.net/roms/) - ROMs * [ConsoleROMs](https://www.consoleROMs.com/) - ROMs @@ -325,20 +331,17 @@ * [Romspedia](https://www.romspedia.com/) - ROMs * [TechToROMs](https://techtoroms.com/) - ROMs * [RPGOnly](https://rpgonly.com) - ROMs -* [AllMyROMs](https://www.allmyroms.net/) - ROMs * [ROMsFun](https://romsfun.com/) - ROMs * [RetroZone](https://retrozone.co/) - ROMs / [Discord](https://discord.gg/662GhC76tJ) * [ROMSPack](https://www.romspack.com/) - ROMs * [NGR](https://www.nextgenroms.com/) - ROMs / [Discord](https://discord.gg/BQPzkwj) * [FantasyAnime](https://fantasyanime.com/) - ROMs -* [Ziperto](https://ziperto.com/) - ROMs / [Discord](https://discord.gg/VgZ66bM87u) * [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 * [Wad Archive](https://archive.org/details/wadarchive) - 83k WAD Files * [Cah4e3](https://cah4e3.shedevr.org.ru/) - Unlicensed ROMs / Bootlegs / Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators) -* [xbarchive](https://github.com/codemasterv/xbarchive) - ROMs / Xbox Consoles * [AtariMania](https://www.atarimania.com/) - ROMs / Atari Consoles -* [/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), [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 * [PICOwesome](https://rentry.co/FMHYB64#picowesome) - PICO-8 ROMs * [POP Unofficial Website](https://popuw.com/) - Prince of Persia ROMs / Mods * [โ FFHacktics](https://ffhacktics.com/smf/) - Final Fantasy Tactics Mods / [Discord](https://discord.gg/xpXa8VEV2k) @@ -353,7 +356,7 @@ * โญ **[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 * โญ **[NesFiles](https://www.nesfiles.com/)** or [FC Gallery](https://fcpic.nesbbs.com/index_en.html) - ROMs / NES / Famicom * [taodung](https://taodung.com/) - ROMs / 3DS / Switch -* [Homebrew Hub](https://hh.gbdev.io/) - Homebrew ROMs / NES / Gameboy +* [Homebrew Hub](https://hh.gbdev.io/) - Homebrew ROMs / NES / Game Boy * [64DD.org](https://64dd.org/) - ROMs / 64DD * [NXBrew](https://nxbrew.net/) - ROMs / Switch * [SwitchGamesMall](https://switchgamesmall.icu/) - ROMs / Switch / DDL / Torrents / [Discord](https://discord.gg/rgttByzYRY) @@ -362,6 +365,8 @@ * [ROMSLAB](https://romslab.com/) - ROMs / Switch * [SwitchROM](https://switchroms.io/) - ROMs / Switch * [GNS](https://rentry.co/FMHYB64#gns) - ROMs / Switch +* [RetroNDS](https://t.me/retronds) - ROMs / Switch / Telegram Required +* [โ NSWTL](https://nswtl.info/) - ROMs / Switch / Torrents / Telegram Required * [NSWDB](https://www.nswdb.com) - Switch Release Tracker * [3DSDB](https://3dsdb.com/) - 3DS Release Tracker * [SM64ROMHacks](https://rentry.co/FMHYB64#sm64romhacks) - Super Mario 64 Mods / [Discord](https://discord.com/invite/BYrpMBG) @@ -388,6 +393,7 @@ * โญ **[NoPayStation](https://nopaystation.com/)** - ROMs / PS3 / PSP / PSVita / [Discord](https://discord.com/invite/rNGrkUY) * โญ **[PSVitaVPK](https://psvitavpk.com/)** - ROMs / PSVita +* [AlvRo](https://rentry.co/FMHYB64#alvro) - ROMs / PS2 / PW: `ByAlvRo` * [PKGPS4](https://www.pkgps4.click/) - ROMs / PS4 * [PS3R](https://ps3r.com/) - ROMs / PS3 * [PSXROMs](https://psxroms.pro/) - ROMs / PS2 / PSP @@ -398,49 +404,39 @@ ## โ–ท Browser Emulators * ๐ŸŒ **[Browser Emulator Index](https://emulation.gametechwiki.com/index.php/Emulators_on_browsers)** - List of Browser Emulators +* โ†ช๏ธ **[EmulatorJS / NeptunJS](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_emulatorjs_.2F_neptunjs)** - Frontends for EmulatorJS / NeptuneJS +* โญ **[GAM.ONL](https://gam.onl/)**, [2](https://www.retrogames.onl/) - Multi-Console +* โญ **[Console Living Room](https://archive.org/details/consolelivingroom)** - Multi-Console / Archive.org * โญ **[Telemelt](https://telemelt.com/)** - Multiplayer Browser Emulator -* โญ **[GAM.ONL](https://gam.onl/)**, [2](https://www.retrogames.onl/) - Multi-Console Browser Emulator -* โญ **[EmulatorJS](https://demo.emulatorjs.org/)** - Multi-Console Browser Emulator / [Supported Systems](https://emulatorjs.org/docs/systems) / [Discord](https://discord.gg/6akryGkETU) / [GitHub](https://github.com/EmulatorJS/EmulatorJS) -* โญ **[Console Living Room](https://archive.org/details/consolelivingroom)** - Multi-Console Browser Emulator -* โญ **[RetroArch Web](https://web.libretro.com/)** - Multi-Console Browser Emulator -* โญ **[Eclipse](https://eclipseemu.me/play/)** - Retro-Console Browser Emulator / [Discord](https://discord.gg/dTCnM2r5e5) -* [ClassicGames](https://www.classicgames.me/) - Retro-Console Browser Emulator -* [RetroGames.cc](https://www.retrogames.cc/) - Retro-Console Browser Emulator -* [PlayRetroGames](https://www.playretrogames.com/) - Retro-Console Browser Emulator -* [RetroGames](https://www.retrogames.cz/) - Retro-Console Browser Emulator -* [PlayRetroGames](https://playretrogames.net/) - Retro-Console Browser Emulator / [Discord](https://discord.gg/qw9caq2qEg) -* [Vizzed](https://www.vizzed.com/) - Multi-Console Browser Emulator -* [PlayEmulator](https://playemulator.online/) - Multi-Console Browser Emulator -* [Online Retro Games](https://www.vincenzoscarpa.it/emuwiki/pmwiki/pmwiki.php?n=OnlineGames.OnlineGames&lng=en) - Retro-Console Browser Emulator -* [Tiny8bit](https://floooh.github.io/tiny8bit/) - Retro-Console Browser Emulator / [GitHub](https://github.com/floooh/chips-test) -* [Play Classic Games](https://playclassic.games/) - Retro-Console Browser Emulator -* [OldGameShelf](https://oldgameshelf.com/) - Retro-Console Browser Emulator -* [Virtual Consoles](https://virtualconsoles.com/) - Retro-Console Browser Emulator -* [AfterPlay](https://afterplay.io/play/recently-played) - Multi-Console Browser Emulator / [Discord](https://discord.gg/PtgKse35q7) -* [WebRCade](https://play.webrcade.com/) - Retro-Console Browser Emulator / [Discord](https://discord.gg/C4gXN2HJAv) / [GitHub](https://github.com/webrcade) -* [EmuGames](https://www.emugames.net/) - Multi-Console Browser Emulator -* [Online.OldGames](https://online.oldgames.sk/) - Multi-Console Browser Emulator -* [ClassicReload](https://classicreload.com/) - Multi-Console Browser Emulator -* [Retro Games Bot](https://retrogamesbot.com/) - Retro-Console Browser Emulator -* [rom.so](https://rom.so/) - Multi-Console Browser Emulator / Sign-Up Required -* [PS1FUN](https://www.ps1fun.com/) - PS1 Browser Emulator -* [Aurora](https://skitty.xyz/aurora/) - Nintendo / Sega Console Browser Emulator / [Discord](https://discord.gg/UAf7Bad) -* [LetsPlayGB](https://www.letsplaygb.com/) - Game Boy 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 +* โญ **[RetroArch Web](https://web.libretro.com/)** - Multi-Console +* โญ **[EmulatorJS](https://demo.emulatorjs.org/)** - Multi-Console / [Supported Systems](https://emulatorjs.org/docs/systems) / [Discord](https://discord.gg/6akryGkETU) / [GitHub](https://github.com/EmulatorJS/EmulatorJS) +* โญ **[Eclipse](https://eclipseemu.me/play/)** - Multi-Console / [Discord](https://discord.gg/dTCnM2r5e5) +* [AfterPlay](https://afterplay.io/play/recently-played) - Multi-Console / [Discord](https://discord.gg/PtgKse35q7) +* [rom.so](https://rom.so/) - Multi-Console / Sign-Up Required +* [Online Retro Games](https://www.vincenzoscarpa.it/emuwiki/pmwiki/pmwiki.php?n=OnlineGames.OnlineGames&lng=en) - Retro Consoles / Archive.org +* [RetroGames](https://www.retrogames.cz/) - Retro Consoles +* [Retro Games Bot](https://retrogamesbot.com/) - Retro Consoles +* [Aurora](https://skitty.xyz/aurora/) - Retro Consoles / [Discord](https://discord.gg/UAf7Bad) +* [WebRCade](https://play.webrcade.com/) - Retro Consoles / [Discord](https://discord.gg/C4gXN2HJAv) / [GitHub](https://github.com/webrcade) +* [Vizzed](https://www.vizzed.com/) - Retro Consoles / Multiple-Emulators +* [Online.OldGames](https://online.oldgames.sk/) - Retro Consoles / Multiple-Emulators +* [ClassicGames](https://www.classicgames.me/) - Retro Consoles / Multiple-Emulators +* [Play Classic Games](https://playclassic.games/) - Retro Consoles / Multiple-Emulators +* [Virtual Consoles](https://virtualconsoles.com/) - Retro Consoles / Multiple-Emulators +* [ClassicReload](https://classicreload.com/) - Retro Consoles / Multiple-Emulators * [โ Meowio](https://www.information-superhighway.net/meowio/) - NES Browser Emulator / Custom Music + Sounds -* [Homebrew Hub](https://hh.gbdev.io/) - Homebrew ROM Emulator / NES / Gameboy -* [SSega](https://www.ssega.com/) or [Sega Play](https://sega-play.online/) - Sega Browser Emulators -* [Let's Play Sega](https://www.letsplaysega.com/) - Sega Genesis Browser Emulator -* [Mega Drive Emulator](https://megadrive-emulator.com/) - Sega Megadrive Browser Emulator -* [Capcom Town](https://captown.capcom.com/en/retro_games) - Capcom Browser Emulator -* [DosGames](https://dosgames.com/), [DOSDeck](https://dosdeck.com/), [PlayOldGames](https://playold.games/), [DOSZone](https://dos.zone/) / [Discord](https://discord.com/invite/hMVYEbG), [WePlayDOS](https://weplaydos.games/) / [Discord](https://discord.gg/82TAR6fJ8g) / [GitHub](https://github.com/muditjuneja/weplaydos.games), [DOSBox](https://www.dosbox.com/), [Online DOS games](https://dos.zczc.cz/) or [PlayDOSGames](https://www.playdosgames.com/) - DOS Browser Emulators -* [NeoGeoFun](https://www.neogeofun.com/) - Neo Geo Browser Emulator -* [RetroFab](https://itizso.itch.io/retrofab) or [LCD Games](http://bdrgames.nl/lcdgames/) / [GitHub](http://github.com/BdR76/lcdgame.js) - Retro LCD Game Emulators +* [SNESFun](https://www.snesfun.com/) - SNES Browser Emulator / Multiplayer +* [PS1FUN](https://www.ps1fun.com/) - PS1 Browser Emulator +* [SSega](https://www.ssega.com/) - Sega Browser Emulators / Multiplayer +* [Sega Play](https://sega-play.online/) - Sega Browser Emulator * [File-Hunter](https://www.file-hunter.com/) - MSX / Amiga Browser Emulator -* [QAOP](https://torinak.com/qaop/games) - ZX Spectrum * [MSXGamesWorld](https://www.msxgamesworld.com/) or [CheatMSX](https://www.cheatmsx.com/) - MSX Browser Emulators -* [CommodoreGames](https://www.commodoregames.net/) or [C64Online](https://c64online.com/) - C64 Browser Emulators +* [CommodoreGames](https://www.commodoregames.net/) or [C64Online](https://c64online.com/) - Commodore / C64 Browser Emulators +* [QAOP](https://torinak.com/qaop/games) - ZX Spectrum Browser Emulator +* [Homebrew Hub](https://hh.gbdev.io/) - Homebrew ROM Emulator / NES / Gameboy +* [Tiny8bit](https://floooh.github.io/tiny8bit/) - Vintage 8-Bit / [GitHub](https://github.com/floooh/chips-test) +* [RetroFab](https://itizso.itch.io/retrofab) or [LCD Games](http://bdrgames.nl/lcdgames/) / [GitHub](https://github.com/BdR76/lcdgame.js) - Retro LCD Game Emulators +* [DosGames](https://dosgames.com/), [DOSZone](https://dos.zone/) / [Discord](https://discord.com/invite/hMVYEbG), [WePlayDOS](https://weplaydos.games/) / [Discord](https://discord.gg/82TAR6fJ8g) / [GitHub](https://github.com/muditjuneja/weplaydos.games) or [PlayDOSGames](https://www.playdosgames.com/) - DOS Browser Emulators *** @@ -457,8 +453,9 @@ * [DailyDungeon](https://dailydungeon.net/) - Puzzle Dungeon Crawler * [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&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](https://aramor.epizy.com/fallout-terminal/main) - Fallout Terminal Hacking Game * [Rockbasher](https://www.rockbasher.com/) - Retro Style Puzzle Game +* [โ Queens Game](https://queensgame.io/) - N-Queens Problem Inspired Puzzle * [Orion](https://orion.lukasbach.com/) - Puzzle Game * [Euclidea](https://www.euclidea.xyz/) - Geometric Puzzles * [Pixel Puzzler](https://pixel-puzzler.playcurious.games/) or [UnFlip](https://unflipgame.com/) / [Discord](https://discord.com/invite/Hg6zVmTJeP) - Block Puzzles @@ -500,7 +497,6 @@ ## โ–ท Crosswords * โญ **[Crosshare](https://crosshare.org/)** - Crossword Puzzles / Creator -* [โ Down for a Cross](https://downforacross.com/) - Crossword Puzzles * [BestCrosswords](https://www.bestcrosswords.com/) - Crossword Puzzles * [Hovercats](https://hovercats.gg/) - Multiplayer Crosswords / [Discord](https://discord.gg/PwvKmJE6Xp) * [Truncate](https://truncate.town/) - Crossword Strategy Game @@ -512,14 +508,15 @@ ## โ–ท Word Games -* ๐ŸŒ **[Wordleverse](https://wordleverse.net/)**, [WordleWeb](https://github.com/rarelygoeshere/WordleWeb), [Wordle Collection](https://rentry.org/v72n74fu), [Awesome Wordle](https://github.com/prakhar897/awesome-wordle), [Alldle](https://alldle.net/) or [Wordles of the World](https://rwmpelstilzchen.gitlab.io/wordles/) - Wordle Game Index +* ๐ŸŒ **[Wordleverse](https://wordleverse.net/)**, [DLES](https://dles.aukspot.com/), [WordleWeb](https://github.com/rarelygoeshere/WordleWeb), [Wordle Collection](https://rentry.org/v72n74fu), [Awesome Wordle](https://github.com/prakhar897/awesome-wordle), [Alldle](https://alldle.net/) or [Wordles of the World](https://rwmpelstilzchen.gitlab.io/wordles/) - Wordle Game Indexes * โญ **[Wordle](https://www.nytimes.com/games/wordle/index.html)** - Original Wordle * โญ **[Wordle Analyzer](https://wordle-analyzer.com/)** / [GitHub](https://github.com/jakearchibald/wordle-analyzer/) -* โญ **[MoreWords](https://www.morewords.com/)**, [PlayScrabble](https://playscrabble.com/) or [WordHub](https://wordhub.com/) - Scrabble +* โญ **[Woogles](https://woogles.io/)**, [MoreWords](https://www.morewords.com/), [PlayScrabble](https://playscrabble.com/) or [WordHub](https://wordhub.com/) - Scrabble * [TheWordSearch](https://thewordsearch.com/) - Word Search Puzzles * [Make a Word Search](http://www.makeawordsearch.net/) or [Word Search Labs](https://wordsearchlabs.com/) - Word Search Creators * [Connections](https://connections.swellgarfo.com/) - Custom Word Puzzles * [RobinWords](https://www.robinwords.com/) - Word Ladder Game +* [โ TiledWords](https://tiledwords.com/) - Daily Tile Rotation Word Game * [Word Golf](https://www.word.golf/) - Word Relation Game * [JKLM.FUN](https://jklm.fun/) - Multiplayer Word Games * [eWordChallenge](https://www.ewordchallenge.net/) - Boggle Online @@ -544,11 +541,12 @@ * ๐ŸŒ **[Online Board Games](https://drive.google.com/file/d/1NO-05LM-SakbwqNajBXgIO4HuCSkBd6n/view)** - Evan Leed's Board Games Index * โ†ช๏ธ **[Tabletop Tools & Resources](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/game-tools/#wiki_.25B7_tabletop_tools)** -* โญ **[Roll20](https://roll20.net/)** / [Discord](http://discord.gg/roll20) or [Rolisteam](https://rolisteam.org/) / [Discord](https://discord.gg/MrMrQwX) - Online Virtual Tabletop Platforms +* โญ **[Roll20](https://roll20.net/)** / [Discord](https://discord.gg/roll20) or [Rolisteam](https://rolisteam.org/) / [Discord](https://discord.gg/MrMrQwX) - Online Virtual Tabletop Platforms * [FlyOrDie](https://www.flyordie.com/) - Multiplayer Tabletop Games * [โ VirtualTabletop](https://virtualtabletop.io/) - Multiplayer Tabletop Games / [GitHub](https://github.com/ArnoldSmith86/virtualtabletop) * [PlayOK](https://www.playok.com/) - Multiplayer Tabletop Games * [Screentop](https://screentop.gg/) - Online Tabletop Games / [Discord](https://discord.gg/wva8ebh) +* [BoardSpace](https://boardspace.net/english/index.shtml) - Online Board Games / [GitHub](https://github.com/ddyer0/boardspace.net) * [FreeBoardGames](https://www.freeboardgames.org/) - Online Board Games / [Discord](https://discord.gg/AaE6n3n) / [GitHub](https://github.com/freeboardgames/FreeBoardGames.org) * [FunNode](https://www.funnode.com/) - Online Board Games * [Board Game Online](https://www.boardgame-online.com/) - Online Board Games @@ -557,7 +555,7 @@ * [lishogi.org](https://lishogi.org/) - Shogi / [Discord](https://discord.gg/YFtpMGg3rR) * [Online-Go.com](https://online-go.com/) - Multiplayer GO * [lidraughts.org](https://lidraughts.org/) - Multiplayer Checkers -* [Colonist](https://colonist.io/) - Settlers of Catan-Style Board Game / [Subreddit](https://www.reddit.com/r/Colonist/) / [Discord](https://discord.gg/colonist) +* [Colonist](https://colonist.io/) - Settlers of Catan Board Game / [Subreddit](https://www.reddit.com/r/Colonist/) / [Discord](https://discord.gg/colonist) * [Party Project](https://char64.itch.io/partyproject) - Mario Party-Style Tabletop Games / [Discord](https://discord.gg/nhUQwpGEQR) * [Richup.io](https://richup.io/) - Monopoly-Style Board Game / [Discord](https://discord.gg/r6uJ6bq8ZH) * [Rally the Troops](https://www.rally-the-troops.com/) - Historical-Style Board Games / [Discord](https://discord.gg/CBrTh8k84A) @@ -587,6 +585,7 @@ * โ†ช๏ธ **[Tabletop Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/game-tools#wiki_.25B7_tabletop_tools)** * โญ **[World of Card Games](https://worldofcardgames.com/)** - Multiplayer Card Games * โญ **[Codenames](https://codenames.game/)** - Party Card Game +* [OCTGN](https://www.octgn.net/) - Virtual Multiplayer Card Games / Tabletop App / [Discord](https://discord.gg/Yn3Jrpj) / [GitHub](https://github.com/octgn/OCTGN) * [CardGames.io](https://cardgames.io/) - Multiplayer Card Games * [247Games](https://www.247games.com/) - Multiplayer Card Games * [CardzMania](https://www.cardzmania.com/) - Multiplayer Card Games @@ -617,7 +616,6 @@ * โญ **[Mario Kart PC](https://mkpc.malahieude.net/mariokart.php)** - Browser SNES Style Mario Kart / Multiplayer / [Custom Maps](https://mkpc.malahieude.net/creations.php) * โญ **[Marble Blast Gold Web](https://marbleblast.vaniverse.io/)** / [GitHub](https://github.com/Vanilagy/MarbleBlast) or [Marble Blast Ultra](https://marbleblastultra.randomityguy.me/) / [GitHub](https://github.com/RandomityGuy/MBHaxe) - Browser Marble Blast * โญ **[QWOP](https://www.foddy.net/Athletics.html)** - Ragdoll Running Game -* [Tetris](https://tetris.com/), [โ LazyTetris](https://lazytetris.com/) or [Tetr.js](http://farter.cn/tetr.js/) - Tetris * [SMBGames](https://smbgames.be/) - Browser Super Mario * [SMWGames](https://www.smwgames.com/) - Modded Browser Super Mario World * [Level Share Square](https://levelsharesquare.com/) - Custom Mario Fangame Maps @@ -625,9 +623,9 @@ * [Snubby](https://rentry.co/FMHYB64#sr-game) - Browser Slime Rancher * [CelesteClassic](https://maddymakesgamesinc.itch.io/celesteclassic) - Full Classic Celeste * [Mega Man Games](https://www.megamangames.net/) - Browser Mega Man -* [Play Snake](https://playsnake.org/), [Snake-Game](https://www.onemotion.com/snake-game/) or [Google Snake Mods](https://googlesnakemods.com/) / [Discord](https://discord.gg/NA6vHg62An) - Snake Style Games * [TENNIS!](https://snek-vunderkind.vercel.app/games/tennis.html) - JavaScript Pong * [SpaceCadetPinball](https://alula.github.io/SpaceCadetPinball) - Browser Space Cadet Pinball +* [Google Snake Mods](https://googlesnakemods.com/) / [Discord](https://discord.gg/NA6vHg62An) / [GitHub](https://github.com/DarkSnakeGang/GoogleSnakeModLoader) , [Play Snake](https://playsnake.org/) or [Snake-Game](https://www.onemotion.com/snake-game/)- Snake Style Games * [โ LEGO Island Web Port](https://isle.pizza/) - Browser LEGO Island / [GitHub](https://github.com/isledecomp/isle-portable) * [Flappy Bird](https://flappybird.io/) - HTML5 Flappy Bird * [Lain Game](https://laingame.net/) - Lain Game Browser Emulator @@ -654,11 +652,10 @@ * [The Race](https://therace.montblanclegend.com/), [2](https://therace.montblancexplorer.com/) - Driving Game * [slow roads](https://slowroads.io/) - Driving Game * [The Multiverse](https://across-multiverse.com/) - Universe Exploration Game Across +* [โ Messenger](https://messenger.abeto.co/) - Relaxing 3D Delivery Game * [Starshine Legacy](https://starshine-legacy.starstable.com/index.html) - 3D Browser Mystery Game * [Neopets](https://www.neopets.com/), [tamaNOTchi](https://tamanotchi.world/) or [Marapets](https://www.marapets.com) - Virtual Pet Games / Sign-Up Required * [Gaia Online](https://www.gaiaonline.com/) - Anime Virtual Pet / Sign-Up Required -* [First-Person Tetris](https://firstpersontetris.com/) - First Person Tetris -* [Sandtris](https://sandtris.com/) - Falling Sand Style Tetris * [Edu-Games](https://www.edu-games.org/) - Educational Games *** @@ -671,7 +668,6 @@ * โญ **[Armor Games](https://armorgames.com/)** - Browser Games * [Nitrome](https://www.nitrome.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) * [Addicting Games](https://www.addictinggames.com/) - Browser Games * [Kongregate](https://www.kongregate.com/) - Browser Games * [Y8](https://www.y8.com/) - Browser Games @@ -685,15 +681,12 @@ * [watabou](https://watabou.itch.io/) - Browser Games * [DAN-BALL](https://dan-ball.jp/en/) - Browser Games * [Miniplay](https://www.miniplay.com/) - Browser Games -* [GTube](https://gtube.net/), [2](https://gtube.lat/), [3](https://gtube.buzz/), [4](https://gtube.pics/), [5](https://gtube.autos/) - Browser Games * [Yandex Games](https://yandex.com/games/) - 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 * [RoundGames](https://www.roundgames.com/) - Browser Games * [Snokido](https://www.snokido.com/) - Browser Games * [Game-Game](https://game-game.com/) - Browser Games -* [ArcadeSpot](https://arcadespot.com/) - Browser Games * [Alfy](https://www.alfy.com/) - Browser Games * [Andkon](https://andkon.com/arcade/) - Browser Games * [FreeGames](https://freegames.org/) - Browser Games @@ -706,7 +699,7 @@ * [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 * [ABA Games](https://www.asahi-net.or.jp/~cs8k-cyu/browser.html) - Single Button Games -* [Unblock KISD](https://sites.google.com/view/unblockkisd/), [โ gn-math](https://gn-math.github.io/), [frogie's arcade](https://frogiesarca.de/), [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/), [โ gn-math](https://gn-math.github.io/), [Tyrone's Unblocked](https://sites.google.com/site/tyronesgamesez/) or [UBG365](https://ubg365.github.io/) - Browser Games / Unblocked at Schools * [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/) 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 @@ -716,28 +709,27 @@ ## โ–ท Party / Multiplayer -* โญ **[TETR.IO](https://tetr.io/)** - Multiplayer Tetris / [Discord](https://discord.com/invite/tetrio) / [GitHub](https://github.com/tetrio/) / [Plus](https://gitlab.com/UniQMG/tetrio-plus) / [Skin Database](https://you.have.fail/tetrioplus//) / [Stats](https://tsbeta.dan63.by/) * โญ **[Eaglercraft](https://eaglercraft.com/)**, [EaglerCraftX](https://fastest.eaglercraft.win/) / [2](https://client.eaglercraft.win/) or [Minecraft Classic](https://classic.minecraft.net/) - Online Browser Minecraft / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#eaglercraft-note) / [Site List](https://deev.is/) * โญ **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/) * โญ **[NetGames](https://netgames.io/)** - Multiple Games / [Discord](https://discord.com/invite/chgD7WF) +* โญ **[Gidd.io](https://gidd.io/)** - Multiple Games * โญ **[Gartic Phone](https://garticphone.com/)** - Telephone Game / [Discord](https://discord.gg/gartic) * โญ **[skribbl](https://skribbl.io/)**, [DrawBattle](https://drawbattle.io/) / [Discord](https://discord.gg/D6aHB4hRhK), [Sketchful](https://sketchful.io/) / [Subreddit](https://reddit.com/r/Sketchful) / [Discord](https://discord.gg/MEvtMCv), [Drawize](https://www.drawize.com/) or [Gartic](https://gartic.io/) - Drawing / Guessing Game / Multiplayer +* [โ Tough Love Arena](https://toughlovearena.com/) - Multiplayer Browser Fighting Game / [Discord](https://discord.gg/gMBRaUPDT7) * [AWBW](https://awbw.amarriner.com/) - Multiplayer Browser Advance Wars / [Discord](https://discord.com/invite/rPpWT2x) * [Bloxd](https://bloxd.io/) / [Discord](https://discord.com/invite/vwMp5y25RX) or [MiniBlox](https://miniblox.io/) / [Discord](https://discord.com/invite/nAwzkUJNmb) - Online Minecraft Clones -* [Jstris](https://jstris.jezevec10.com/) - Multiplayer Tetris / [Plus](https://discord.gg/mtX8ek82xb) / [Skin Database](https://docs.google.com/spreadsheets/d/1xO8DTORacMmSJAQicpJscob7WUkOVuaNH0wzkR_X194/htmlview#) * [Game Of Bombs](https://gameofbombs.com/) - Multiplayer Bomberman Style MMO * [PandaBomber](https://pandabomber.gg/) - Multiplayer Bomberman Style Game / [Discord](https://discord.gg/YFJCCxkdFZ) * [โ Splatoon.io](https://splatoon.io/) - Multiplayer โ Splatoon Style Game -* [Slither.io](http://slither.io/) - Grow the Longest Worm +* [Slither.io](https://slither.io/) - Grow the Longest Worm * [Make It Meme](https://makeitmeme.com/) - Meme Party Game -* [Hexar.io](http://www.hexar.io/) or [splix.io](https://splix.io/) - Control the Map +* [Hexar.io](https://www.hexar.io/) or [splix.io](https://splix.io/) - Control the Map * [Powerline.io](https://powerline.io/) - Multiplayer Snake / [Discord](https://discord.com/invite/NckDSyb) * [agar.io](https://agar.io/) - Become the Biggest Circle * [mope.io](https://mope.io/) - Become the Biggest Animal / [Discord](https://discord.com/invite/nQAVB9c) * [TagPro](https://koalabeast.com/) - Multiplayer Capture the Flag / [Discord](https://discord.com/invite/hhW3MDzrt3) * [Golf Party](https://golfparty.io/) - Multiplayer Mini Golf Game * [Bloob.io](https://bloob.io/) - Multiple Games -* [Gidd.io](https://gidd.io/) - Multiple Games * [Yucata](https://www.yucata.de/en/) - Multiple Games * [Foony](https://foony.com/) - Multiple Games * [Pixoguess](https://pixoguess.io/) - Guess Pixelated Images @@ -767,7 +759,7 @@ * [IFArchive](https://www.ifarchive.org/) - Text Adventures * [Web Adventures](https://www.web-adventures.org/) - Text Adventures * [Seedship](https://philome.la/johnayliff/seedship/play/index.html) - Text Adventures -* [TextAventures](http://textadventures.co.uk/) - User-Made Text Adventures +* [TextAventures](https://textadventures.co.uk/) - User-Made Text Adventures * [WrittenRealms](https://writtenrealms.com/), [Genesis](https://www.genesismud.org/), [Fateful Quest](https://fateful.quest/) or [Level 13](https://nroutasuo.github.io/level13/) - Individual Adventures * [Muds](https://muds.fandom.com/wiki/) - Text Adventure ROMs * [SolutionArchive](https://solutionarchive.com/) - Text Adventure Solutions @@ -779,13 +771,13 @@ * โญ **[Play-CS](https://play-cs.com/)** - Browser Counter-Strike 1.6 * โญ **[NZP](https://nzp.gay/)** - Browser COD Zombies * โญ **[Krunker.io](https://krunker.io/)**, [2](https://browserfps.com/) - PvP FPS -* [OpenArena Live](https://kosmi.io/openarena) or [Q1K3](https://js13kgames.com/games/q1k3/index.html) - Quake Inpired Games +* [OpenArena Live](https://kosmi.io/openarena) or [Q1K3](https://js13kgames.com/games/q1k3/index.html) - Quake Inspired Games * [WebLiero](https://www.webliero.com/) - Multiplayer Liero Clone * [Venge](https://venge.io/) - PvP FPS * [kour.io](https://kour.io/), [2](https://kourio.online/) - PvP FPS +* [ev.io](https://ev.io/) - PvP FPS * [Deadshot](https://deadshot.io/) - PvP FPS * [LolShot](https://lolshot.io/) - PvP FPS -* [1v1.LOL](https://1v1.lol/) - 1v1 Building / Battle Simulator * [ShellShock](https://www.shellshock.io/) - PvP FPS * [MiniRoyale](https://miniroyale.io/) - Battle Royale Game * [ZombsRoyale.io](https://zombsroyale.io/) - Top-Down Battle Royale @@ -813,7 +805,8 @@ ## โ–ท Simulation -* [HatTrick](https://www.hattrick.org/) - Multiplayer Football Manager +* [HatTrick](https://www.hattrick.org/) - Multiplayer Football League Manager +* [โ MatchSimulator](https://matchsimulator.com/) - Football League Simulator * [FSHistory](https://s-macke.github.io/FSHistory/) - Play Classic Flight Simulator * [Hacker Wars](https://hackerwars.io/) - Hacking Simulators * [Startup Simulator](https://toggl.com/startup-simulator/) - Startup Simulation Game @@ -845,9 +838,6 @@ * [Forumwarz](https://www.forumwarz.com/) - Browser RPG * [Dungeon Crawl](https://crawl.develz.org/) - Browser RPG * [Isleward](https://bigbadwaffle.itch.io/isleward) - Browser RPG -* [BitBurner](https://bitburner-official.github.io/) - Incremental RPG -* [ProgressQuest](http://progressquest.com/) - Idle RPG -* [Idlescape](https://www.play.idlescape.com/) - Idle MMORPG * [Hordes.io](https://hordes.io/) / [Discord](https://discord.com/invite/hordes) or [Aberoth](https://aberoth.com/) - Browser MMORPGs * [RPGMaker Game Archive](https://archive.org/details/rpgmaker-net-game-archive) - Collection of Games From RPGMaker @@ -866,11 +856,14 @@ ## โ–ท Incremental / Idle -* ๐ŸŒ **[r/Incremental_Games](https://www.reddit.com/r/incremental_games/wiki/list_of_incremental_games)**, [Galaxy Click](https://galaxy.click/), [Incremental Game Plaza](https://plaza.dsolver.ca/), [IncrementalDB](https://www.incrementaldb.com/) or [Almost Idle](https://almostidle.com/) - Incremental Games Indexes +* ๐ŸŒ **[r/Incremental_Games](https://www.reddit.com/r/incremental_games/wiki/list_of_incremental_games)**, [Galaxy Click](https://galaxy.click/), [IncrementalDB](https://www.incrementaldb.com/) or [Almost Idle](https://almostidle.com/) - Incremental Games Indexes * โญ **[Cookie Clicker](https://orteil.dashnet.org/cookieclicker/) / [2](https://orteil.dashnet.org/experiments/cookie/)** - Incremental Cookie Game * โญ **Cookie Clicker Tools** - [Multiple Tools](https://github.com/CookieMonsterTeam/CookieMonster) / [Calculator](https://coderpatsy.bitbucket.io/cookies/cookies.html) / [Discord](https://discord.com/invite/cookie) * [The Thorp of Woodstock](https://cheerfulghost.github.io/civ-clicker/index.html) - Build a Civilization -* [Universal paperclips](https://www.decisionproblem.com/paperclips/index2.html) - A Paperclip Creation Simulator +* [BitBurner](https://bitburner-official.github.io/) - Incremental RPG +* [Progress Quest](http://progressquest.com/play/) - Idle RPG / [Discord](https://discord.com/invite/dz7MFNU) +* [Idlescape](https://www.play.idlescape.com/) - Idle MMORPG +* [Universal Paperclips](https://www.decisionproblem.com/paperclips/index2.html) - A Paperclip Creation Simulator * [MousePoint](https://creativetechguy.com/mousepoint) - Incremental Mouse Movement Game * [CandyBox](https://candybox2.github.io/) - Candy Eating Game * [Particle Clicker](https://particle-clicker.web.cern.ch/) - Incremental Particle Physics Games @@ -888,7 +881,7 @@ *** -## โ–ท Trivia Games +## โ–ท Trivia * โญ **[GuessTheGame](https://guessthe.game/)** or [Gamedle](https://www.gamedle.wtf/) - Game Guessing Games * [TriviaDuel](https://www.triviaduel.com/), [Fun Trivia](https://www.funtrivia.com/), [Sporcle](https://www.sporcle.com/), [uQuiz](https://uquiz.com/), [ARealMe](https://www.arealme.com/) or [JetPunk](https://www.jetpunk.com/) - Quiz / Trivia @@ -905,10 +898,10 @@ * [AMQ](https://animemusicquiz.com/) - Anime Theme Guessing * [ConnectTheStars](https://connectthestars.xyz/) or [Movie To Movie](https://movietomovie.com/) - Connect Stars through Movies * [Play Football](https://playfootball.games/) - Football Quizzes / Trivia -* [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/) or [WikiRacer](https://wikiracer.io/) - Wiki Exploration Games / [Automation Tool](https://www.sixdegreesofwikipedia.com/), [2](https://gitlab.com/johanbluecreek/wikiracer) * [Catfishing](https://catfishing.net/) - Wiki Article Guessing Game * [More or Less](https://moreorless.io/) - More or Less Guessing -* [Muzify](https://muzify.com/), [Musicle](https://musicle.app/), [Bandle](https://bandle.app/), [Spotle](https://spotle.io/) or [Lofidle](https://lofidle.com/) - Music / Song Guessing Games +* [Muzify](https://muzify.com/) (signup), [Musicle](https://musicle.app/), [Bandle](https://bandle.app/), [Spotle](https://spotle.io/) or [Lofidle](https://lofidle.com/) - Music / Song Guessing Games * [DanceMusic](https://dancemusic.wtf/) - Electronic Music Genre Guessing Game * [Guess My Rank](https://guessmyrank.com/) - Guess Player Game Ranks * [Poeltl](https://poeltl.nbpa.com/) - NBA Guessing Game @@ -929,14 +922,27 @@ * [Owdle](https://owdle.guessing.day/) - Overwatch Guessing Games * [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 -* [Human or Not?](https://www.humanornot.ai/) - Guess Human vs. AI *** -## โ–ท GeoGuessr Games +## โ–ท Tetris + +* โญ **[TETR.IO](https://tetr.io/)** - Multiplayer Browser Tetris / [Plus](https://gitlab.com/UniQMG/tetrio-plus) / [Skin Database](https://you.have.fail/tetrioplus//) / [Stats](https://tsbeta.dan63.by/) / [Discord](https://discord.com/invite/tetrio) / [GitHub](https://github.com/tetrio/) +* [Jstris](https://jstris.jezevec10.com/) - Multiplayer Browser Tetris / [Plus](https://discord.gg/mtX8ek82xb) / [Skin Database](https://docs.google.com/spreadsheets/d/1xO8DTORacMmSJAQicpJscob7WUkOVuaNH0wzkR_X194/htmlview#) +* [Tetra eSports](https://tetraesports.com/) - Competitive Multiplayer Tetris / [Discord](https://discord.gg/6EFdcGuWKn) +* [Apotris](https://akouzoukos.com/apotris/play/) - Customizable Browser Tetris w/ Responsive Controls / [Multi-Platform](https://akouzoukos.com/apotris) / [Source](https://gitea.com/akouzoukos/apotris) +* [Tetris](https://tetris.com/) - Browser Tetris +* [โ LazyTetris](https://lazytetris.com/) - Browser Tetris +* [Tetr.js](http://farter.cn/tetr.js/) - Browser Tetris +* [First-Person Tetris](https://firstpersontetris.com/) - First Person Tetris +* [Sandtris](https://sandtris.com/) - Falling Sand Style Tetris + +*** + +## โ–ท GeoGuessr * ๐ŸŒ **[GGHY](https://gghy.net/)** - GeoGuessr Resources -* โญ **[Plonk It](https://www.plonkit.net/)** / [Discord](https://discord.gg/plonk-it-854419081813164042), **[Regionguessing](https://docs.google.com/spreadsheets/d/1UNvkoY-LaktF75nU_cP7-wVRAEvH3fSqVZet20HqxXA)**, [GeoTips](https://geotips.net/) / [Discord](https://discord.gg/svhWzU7FMa), [GeoHints](https://geohints.com/) / [Discord](https://discord.gg/bCZ8Bg2vUd), [โ GeoMetas](https://www.geometas.com/), [โ GeoPrep](https://geoprep.fun/) or [Top Tricks](https://somerandomstuff1.wordpress.com/2019/02/08/geoguessr-the-top-tips-tricks-and-techniques/) - GeoGuessr Guides / Tips +* โญ **[Plonk It](https://www.plonkit.net/)** / [Discord](https://discord.gg/plonk-it-854419081813164042), **[Regionguessing](https://docs.google.com/spreadsheets/d/1UNvkoY-LaktF75nU_cP7-wVRAEvH3fSqVZet20HqxXA)**, [GeoTips](https://geotips.net/) / [Discord](https://discord.gg/svhWzU7FMa), [GeoHints](https://geohints.com/) / [Discord](https://discord.gg/bCZ8Bg2vUd), [โ GeoMetas](https://www.geometas.com/) or [Top Tricks](https://somerandomstuff1.wordpress.com/2019/02/08/geoguessr-the-top-tips-tricks-and-techniques/) - GeoGuessr Guides / Tips * โญ **[Geotastic](https://geotastic.net/)** - Multiplayer GeoGuessr / Sign-Up Required * โญ **[Globle](https://globle-game.com/)** - Country Hot-or-Cold Guessing Game * [LearnableMeta](https://learnablemeta.com/) / [Discord](https://discord.gg/AcXEWznYZe) or [helloquiz](https://helloquiz.app/) / [Discord](https://discord.gg/td7bN9HKhX) - Geoguessr Practice Maps diff --git a/docs/image-tools.md b/docs/image-tools.md index 380923587..6616cc159 100644 --- a/docs/image-tools.md +++ b/docs/image-tools.md @@ -14,7 +14,7 @@ * [Scribus](https://www.scribus.net/) or [Quarkdown](https://quarkdown.com/) / [GitHub](https://github.com/iamgio/quarkdown) - Page Layout & Typesetting Programs * [Images.weserv.nl](https://images.weserv.nl/) - Image Editing Server * [GradientArt](https://gra.dient.art/) or [TailBlend](https://tailblend.vercel.app/) - Gradient Editor -* [Canvas](https://www.nvidia.com/en-us/studio/canvas/) - Turn Simple Art into Photorealistic Landscapes +* [Canvas](https://www.nvidia.com/en-us/studio/creative-side-hustle/) - Turn Simple Art into Photorealistic Landscapes * [Image Splitter](https://ruyili.ca/image-splitter/) - Split Images into Tiles * [PicFont](https://picfont.com/) - Add Text to Images @@ -25,15 +25,13 @@ * โ†ช๏ธ **[Adobe Software](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/torrent/#wiki_.25BA_torrent_sites)** * โ†ช๏ธ **[Android Editors](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_image_tools)** * โญ **[GIMP](https://www.gimp.org/)** / Windows, Mac, Linux / [Photoshop UI](https://github.com/Diolinux/PhotoGIMP) / [Texture Synthesizer](https://github.com/bootchk/resynthesizer) / [Discord](https://discord.gg/kHBNw2B) / [Subreddit](https://www.reddit.com/r/GIMP/) / [GitLab](https://gitlab.gnome.org/GNOME/gimp) -* โญ **[Pinta Project](https://www.pinta-project.com/)** / Windows, Mac, Linux / [GitHub](https://github.com/PintaProject/Pinta) * โญ **[ImageMagick](https://imagemagick.org/index.php)** / Windows, Mac, Linux, iOS / [Scripts](https://www.fmwconcepts.com/imagemagick/index.php) / [GitHub](https://github.com/imagemagick/imagemagick) +* [โ Affinity](https://www.affinity.studio/) / Windows, Mac / [No Login Method ](https://rentry.co/FMHYB64#affinity) * [LazPaint](https://lazpaint.github.io/) / Windows, Mac, Linux / [GitHub](https://github.com/bgrabitmap/lazpaint/) * [PhotoDemon](https://photodemon.org/) / Windows / [GitHub](https://github.com/tannerhelland/PhotoDemon) * [โ RapidRAW](https://github.com/CyberTimon/RapidRAW) / Windows, Mac, Linux * [Paint.net](https://www.getpaint.net/index.html) / Windows / [GitHub](https://github.com/paintdotnet) * [Gimel Studio](https://gimelstudio.com/) / Windows / [GitHub](https://github.com/GimelStudio/GimelStudio) -* [darktable](https://www.darktable.org/) - Virtual Lighttable & Darkroom / Windows, Mac, Linux / [GitHub](https://github.com/darktable-org/darktable) -* [RawTherapee](https://www.rawtherapee.com/) - Raw Image Editor / Windows, Mac, Linux / [GitHub](https://github.com/RawTherapee/RawTherapee) * [Hugin](https://hugin.sourceforge.io/) - Panorama Image Generator / Windows, Mac, Linux * [IOPaint](https://github.com/Sanster/IOPaint) - AI Image Multitool Editor @@ -50,7 +48,7 @@ * [Polarr](https://photoeditor.polarr.co/) - Multi-Tool * [Resize Pixel](https://www.resizepixel.com/) - Multi-Tool * [Tom's Editor](https://tomseditor.com/editor/) - Multi-Tool -* [photo.codes/](https://www.photo.codes/) - Simple Editor w/ Shareable Colab Codes +* [photo.codes](https://www.photo.codes/) - Simple Editor w/ Shareable Colab Codes * [Photomate](https://photomate.dev/) - Simple Editor * [MiNi Photo Editor](https://mini2-photo-editor.netlify.app/) - Simple Editor / [GitHub](https://github.com/xdadda/mini-photo-editor) * [Polotno Studio](https://studio.polotno.com/) - Simple Editor / [GitHub](https://github.com/polotno-project/polotno-studio) @@ -70,12 +68,12 @@ * โญ **[ObjectRemover](https://objectremover.com/)**, **[Lama Cleaner](https://lama-cleaner-docs.vercel.app/)**, [Inpaint](https://theinpaint.com/), [Cleanup.pictures](https://cleanup.pictures/) or [HAMA](https://www.hama.app/) - Object Removers * โญ **[BRIA RMBG](https://briaai-bria-rmbg-2-0.hf.space/)** - Background Remover -* โญ **[BG Bye](https://bgbye.fyrean.com/)**, [2](https://fyrean.itch.io/bgbye-background-remover) - Background Remover / [GitHub](https://github.com/MangoLion/bgbye) +* โญ **[BG Bye](https://bgbye.io/)**, [2](https://fyrean.itch.io/bgbye-background-remover), [3](https://bgbye.fyrean.com/) - Background Remover / [GitHub](https://github.com/MangoLion/bgbye) * [Pixelcut](https://www.pixelcut.ai/) - Background Remover * [Ripolas Background Remover](https://ripolas.org/background-remover/) - Background Remover * [BGNix](https://www.bgnix.com/) - Background Remover / [GitHub](https://github.com/thinkingjimmy/bg-remove) * [Adobe Express Background Remover](https://www.adobe.com/express/feature/image/remove-background) - Background Remover -* [remove.bg](https://www.remove.bg/) - Background Remover / [GIMP Plugin](https://github.com/manu12121999/RemoveBG-GIMP) +* [remove.bg](https://www.remove.bg/) - Background Remover / [GIMP Plugin](https://github.com/manu12121999/RemoveBG-GIMP) * [ORMBG](https://huggingface.co/spaces/schirrmacher/ormbg) - Human Optimised Background Remover * [Rembg](https://github.com/danielgatis/rembg) - Self-Hosted Background Remover * [Segment Anything](https://segment-anything.com/) - Visual Segmentation / [GUI](https://github.com/dibrale/samist) / [Stable Diffusion WebUI](https://github.com/continue-revolution/sd-webui-segment-anything) / [Extensions](https://github.com/kevmo314/magic-copy) @@ -95,7 +93,7 @@ * [Bigjpg](https://bigjpg.com/) - Image Upscaling / Online * [Ilaria_Upscaler](https://huggingface.co/spaces/TheStinger/Ilaria_Upscaler) - Image Upscaling / Online * [Final2x](https://github.com/Tohrusky/Final2x) - Image Upscaling / Self-Hosted -* [Lossless Scaling](https://rentry.co/FMHYB64#lossless-scaling) - Image Upscaling +* [Lossless Scaling](https://fmhy.net/gaming#download-games) (search) - Image Upscaling * [imgupscaler](https://imgupscaler.com/) - Image Upscaling / Online * [QualityScaler](https://github.com/Djdefrag/QualityScaler) - Image Upscaling / Video Upscaling / Denoising / Self-Hosted * [resdet](https://github.com/0x09/resdet) - Detect Source Resolution of Upscaled Images / Self-Hosted @@ -105,9 +103,10 @@ ## โ–ท Image Effects * โญ **[Mosh](https://moshpro.app/)**, [glitch2](https://akx.github.io/glitch2/) or [GlitchyImage](https://glitchyimage.com/) - Glitch Images -* [PhotoFunia](https://photofunia.com/), [โ Tooooools](https://tooooools.app/) or [Image Mage](https://imagemageage.github.io/) - Photo Effects / Filters +* [PhotoFunia](https://photofunia.com/), [effect.app](https://effect.app/), [โ Tooooools](https://tooooools.app/) or [Image Mage](https://imagemageage.github.io/) - Photo Effects / Filters * [Palettum](https://palettum.com/) - Add Custom Color Palettes to Images & GIFs / [GitHub](https://github.com/arrowpc/palettum) * [InColor](https://www.myheritage.com/incolor) - B&W Image Colorization / Sign-Up Required +* [โ Dual Shades](https://dual-shades.anmolagrawal.dev/) - Generate B&W Images w/ Colorized Subjects * [PhotoJoiner](https://www.photojoiner.com/) - Collage Maker * [โ shabzefilters](https://shabzefilters.netlify.app/) - ASCII, Dot, Braille, Block, Line, etc * [AIDraw](https://ai-draw.tokyo/en/) or [โ FiniteCurve](https://www.finitecurve.com/) - Turn Photos into Line Art @@ -115,9 +114,9 @@ * [Fotosketcher](https://fotosketcher.com/) - Turn Photos into Artwork / Windows * [Mimi](https://mimi-panda.com/) - Turn Photos into Coloring Book Sketch * [Text-Image](https://www.text-image.com/) - Text Image Generator -* [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 +* [ordered-dither-maker](https://seleb.github.io/ordered-dither-maker/), [BDFM](https://bitmap.designfamilymarket.com/), [Ditherista](https://github.com/robertkist/ditherista/) or [Dither Me This](https://doodad.dev/dither-me-this/) - Image Dithering / Bitmap Generators * [Rutt-Etra-Izer](https://airtightinteractive.com/demos/js/ruttetra/) - Scanned-line Images -* [Tinter](https://tinter.uxie.io/) - Hue Editor / [GitHub](https://github.com/uxie-io/tinter) +* [Tinter](https://github.com/uxie-io/tinter) - Hue Editor * [Geometrize](https://www.geometrize.co.uk/) - Redraw Images with Geometric Shapes / [GitHub](https://github.com/Tw1ddle/geometrize) * [PBNify](https://pbnify.com/) - Paint by Number Tool * [Party-ify](https://nathanielw.github.io/party-ify/) - Party-ify Images @@ -141,7 +140,7 @@ * ๐ŸŒ **[Digital Art Brushes](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_digital_brushes)** - Download Brushes * โญ **[Krita](https://krita.org/en/)** - Painting App / Windows, Mac, Linux / [AI Generation](https://github.com/Acly/krita-ai-diffusion/) / [GitHub](https://github.com/KDE/krita) * โญ **[miniPaint](https://viliusle.github.io/miniPaint/)** - Browser Painting / Web -* โญ **[AutoDraw](https://www.autodraw.com/)** - AI Drawing Tools / Web +* โญ **[Pinta Project](https://www.pinta-project.com/)** - Painting App / Windows, Mac, Linux / [GitHub](https://github.com/PintaProject/Pinta) * [SmoothDraw](https://qrli.github.io/smoothdraw/) - Painting App / Windows * [Inkscape](https://inkscape.org/) - Drawing / Sketching / Windows, Mac, Linux / [GitLab](https://gitlab.com/inkscape/inkscape) * [FireAlpaca](https://firealpaca.com/) - Painting App / Windows, Mac @@ -149,6 +148,7 @@ * [SumoPaint](https://sumopaint.com/) - Browser Painting / Web * [โ Wigglypaint](https://wigglypaint.net/) - Browser Painting / Animated Brushes * [Milton](https://www.miltonpaint.com/) - Infinite Canvas Painting / Windows, Linux / [GitHub](https://github.com/serge-rgb/milton) +* [AutoDraw](https://www.autodraw.com/) - AI Drawing Tools / Web * [โ Provector](https://start.provector.app/) - Vector Editor / Web / [GitHub](https://github.com/diaoliu/provector) * [Graphite](https://graphite.rs/) - Vector Editor / Web / [GitHub](https://github.com/GraphiteEditor/Graphite) * [โ Vectorpea](https://www.vectorpea.com/) - Vector Editor / Web @@ -190,9 +190,9 @@ * [Pixelated](https://pixelated.vercel.app/) - Pixel Art Editor / Web * [PixilArt](https://www.pixilart.com/draw) - Pixel Art Editor / Web * [GraphicsGale](https://graphicsgale.com/us/) - Pixel Art Editor -* [JPixel](https://emad.itch.io/jpixel) - Pixel Art Editor +* [JPixel](https://pixelfromhell.itch.io/jpixel) - Pixel Art Editor * [SpookyGhost](https://encelo.itch.io/spookyghost) - Pixel Art Editor -* [PixelartVillage](https://pixelartvillage.com/), [Pixel It](https://giventofly.github.io/pixelit/) or [Pixelart Converter](https://app.monopro.org/pixel/?lang=en) - Image to Pixel Art Converter / Web +* [PixelartVillage](https://pixelartvillage.com/), [Pixel It](https://giventofly.github.io/pixelit/), [PixelartGenerator](https://pixelartgenerator.app/) or [Pixelart Converter](https://app.monopro.org/pixel/?lang=en) - Image to Pixel Art Converter / Web * [Pixelorama](https://orama-interactive.itch.io/pixelorama) - 2D Sprite Editor / Windows, Mac, Linux, Web / [Discord](https://discord.com/invite/GTMtr8s) / [GitHub](https://github.com/Orama-Interactive/Pixelorama) * [pixeldudesmaker](https://0x72.itch.io/pixeldudesmaker) or [Creature Mixer](https://kenney.itch.io/creature-mixer) - Sprite Generator / Web * [Nasu](https://hundredrabbits.itch.io/nasu) - Spritesheet Editor / Windows, Mac, Linux, Android @@ -212,7 +212,7 @@ * [ScreenToGif](https://www.screentogif.com/) - GIF Recorder / Windows / [GitHub](https://github.com/NickeManarin/ScreenToGif) * [licecap](https://www.cockos.com/licecap/) - Create GIFs via Screencasts / Windows, Mac, Linux / [GitHub](https://github.com/justinfrankel/licecap) * [ugiffer](https://iobureau.com/ugiffer/) - Create GIFs via Screencasts / Windows -* [blinkies.cafe](https://blinkies.cafe/) - Custom Retro Blinkie GIFs / Badges [GitHub](https://github.com/piconaut/blinkies.cafe) +* [blinkies.cafe](https://blinkies.cafe/) - Custom Retro Blinkie GIFs / Badges [GitHub](https://github.com/piconaut/blinkies.cafe) *** @@ -224,7 +224,8 @@ * [Memegine](https://memegine.com/) - Meme Search Engine * [MemeAtlas](https://www.memeatlas.com/) - Meme Templates * [GreenScreenMemes](https://greenscreenmemes.com/) - Green Screen Memes -* [iFake](https://ifaketextmessage.com/) - Fake Text Conversation Creator +* [TweetGen](https://www.tweetgen.com/) - Fake Tweet Creator +* [iFake](https://ifaketextmessage.com/) - Fake Text Creator * [Pokรฉmon Battle Creator](http://www.pokemonbattlecreator.com/) - Pokรฉmon Battle Scene Meme Generator * [Master of all Science](https://masterofallscience.com/) - Rick and Morty Meme Generator * [Frinkiac](https://frinkiac.com/) - Simpsons Meme Generator @@ -244,7 +245,7 @@ # โ–บ Design Resources / Ideas -* ๐ŸŒ **[Art Gainz](https://pilssken.neocities.org/gainz/)** or [Evernote.Design](https://www.evernote.design/) - Design Resources +* ๐ŸŒ **[Evernote.Design](https://www.evernote.design/)** - Design Resources * โญ **[archives.design](https://archives.design/)** - Graphic Design Archive * โญ **[awwwards](https://www.awwwards.com/websites)** - Website Design Ideas * [One Page Love](https://onepagelove.com/) - Single Page Site Design Ideas @@ -257,12 +258,13 @@ ## โ–ท Design Apps * โญ **[Figma](https://www.figma.com/)** - Design Collab App / Web -* [Canva](https://www.canva.com/) - Design App / Windows, Mac, Web +* [Canva](https://www.canva.com/) - Design App / Windows, Mac, Web / [Invites](https://rentry.co/FMHYB64#canva) * [lunacy](https://icons8.com/lunacy) - Design App / Windows, Mac, Linux * [VistaCreate](https://create.vista.com/) - Design App / Web * [blush](https://blush.design/) - Illustration Design / Web * [Pattern Ninja](https://patterninja.com/) - Background / Pattern Design / Web * [Pixelied](https://pixelied.com/) - Online Design Tool / Web +* [โ Antlii](https://antlii.work/) - Online Design Generators *** @@ -276,7 +278,7 @@ * [Bitmoji](https://www.bitmoji.com/) - Full Body Avatar Creator * [Avatar Maker](https://avatarmaker.com/), [Avataaars](https://getavataaars.com/) or [Personas](https://personas.draftbit.com/) - Simple Avatar Creators * [MultiAvatar](https://multiavatar.com/) - Generate Random Avatars -* [โ FreeLogoMaker](https://myfreelogomaker.com/) or [OnlineLogoMaker](https://www.onlinelogomaker.com/) - Logo Creators +* [โ FreeLogoMaker](https://myfreelogomaker.com/), [โ BrandCrowd](https://www.brandcrowd.com/) or [OnlineLogoMaker](https://www.onlinelogomaker.com/) - Logo Creators * [Logo Fast](https://logofa.st/) or [LogoFreeway](https://logofreeway.com/logos.php) - Simple Logo Creators Based on Premade Icons * [LogoMaker](https://www.namecheap.com/logo-maker/app/new/) - Generate Logos Based on Project Name & Style * [PFP Finder](https://pfpfinder.com) - PFPs / Avatars @@ -302,10 +304,8 @@ * [MatLib](https://matlib.gpuopen.com/main/materials/all) - Textures * [TextureNinja](https://texture.ninja/) - Textures * [cgbookcase](https://www.cgbookcase.com/) - Textures -* [Texture Collection](https://rentry.co/FMHYB64#texture-collection) - Textures * [Subtle Patterns](https://www.toptal.com/designers/subtlepatterns/) - Patterns * [Background Tiles](https://background-tiles.com/) - Patterns -* [Pattern Collection](https://rentry.co/FMHYB64#pattern-collection) - Patterns * [ArmorLab](https://armorlab.org/), [Pixela](https://pixela.ai/), [Texture Library](https://www.texture-library.com/) or [TextureLab](https://www.texturelab.io/) - Texture Generators * [TextureLab](https://njbrown.itch.io/texturelab) - Procedural Texture Generator / [Discord](https://discord.com/invite/975NdQPsSc) / [GitHub](https://github.com/njbrown/texturelab) * [Material Maker](https://rodzilla.itch.io/material-maker) - Procedural Texture Creator @@ -322,14 +322,13 @@ * [Gumroad](https://gumroad.com/) (Enter $0) * [psdkeys](https://psdkeys.com/) -* [AvaxGFX](https://avxgfx.com/) * [Freeject](https://www.freeject.net/) * [โ Salvaged](https://salvaged.nu/) +* [AvaxGFX](https://avxgfx.com/) * [Cg_peers Archive](https://t.me/Cgpeers_archive) * [PNGTree](https://pngtree.com/) * [TianUI](https://www.titanui.com/) * [Designer Candies](https://designercandies.net/category/freebies/) -* [GraphixTree](https://graphixtree.com/) * [PSDLY](https://www.psdly.to/) * [Unblast](https://unblast.com/) * [CGArchives](https://cgarchives.com/) @@ -374,9 +373,8 @@ * [Footyrenders](https://www.footyrenders.com/) - Football Related Images * [PSDGraphics](https://www.psdgraphics.com/) - PSD Files * [Placeit](https://placeit.net/) - Image Templates -* [Worldvectorlogo](https://worldvectorlogo.com/), [Logos & Badges Bundle](https://rentry.co/FMHYB64#logos-badges-bundle), [Brands of the World](https://www.brandsoftheworld.com/), [seeklogo](https://seeklogo.com/) or [SuperTinyIcons](https://edent.github.io/SuperTinyIcons/) - Logo Search / Designs +* [Worldvectorlogo](https://worldvectorlogo.com/), [Brands of the World](https://www.brandsoftheworld.com/), [seeklogo](https://seeklogo.com/) or [SuperTinyIcons](https://edent.github.io/SuperTinyIcons/) - Logo Search / Designs * [MariaLetta](https://github.com/MariaLetta/mega-doodles-pack) - Free Doodles -* [Watercolor Collection](https://rentry.co/FMHYB64#watercolor-collection) - Download Watercolor Pictures * [googleimagerestored](https://git.sr.ht/~fanfare/googleimagesrestored) - Old Google Image Search * [Block Posters](https://www.blockposters.com/), [PosterRazor](https://posterazor.sourceforge.io/) or [Rasterbator](https://rasterbator.net/) - Create Printable Posters @@ -439,21 +437,21 @@ * [twnsnd](https://nos.twnsnd.co/) - Vintage Photos / Public Domain * [PNGIMG](https://pngimg.com/) or [stickpng](https://www.stickpng.com/) - PNG Photos / Noncommercial License * [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 +* [freepikuz_pro](https://t.me/freepikuz_pro) - FreePik Downloader * [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 * [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 * [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 / Creative Common Attribution * [123freevectors](https://www.123freevectors.com/) - Background Vectors -* [mockups-design](https://mockups-design.com/), [zippypixels](https://zippypixels.com/), [Mockups](https://mockups.pixeltrue.com/) or [MockupsForFree](https://mockupsforfree.com/) - Product Mockups +* [mockups-design](https://mockups-design.com/), [zippypixels](https://zippypixels.com/) or [Mockups](https://mockups.pixeltrue.com/) - Product Mockups *** ## โ–ท Art / Illustrations -* โญ **[Kemono](https://kemono.cr/posts?tag=)** - Patreon Content / Some NSFW / Use [Adblock](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_adblocking) -* โญ **[DeviantArt](https://www.deviantart.com/)** - User-Made Art / Fanart / [Frontend Instances](https://git.macaw.me/skunky/SkunkyArt/src/branch/master/INSTANCES.md) +* โญ **[Kemono](https://kemono.cr/posts?tag=)** - Patreon Content / Some NSFW / [Patreon Redirect](https://sleazyfork.org/en/scripts/483259), [2](https://greasyfork.org/en/scripts/553616) / Use [Adblock](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_adblocking) +* โญ **[DeviantArt](https://www.deviantart.com/)** - User-Made Art / Fanart * โญ **[ArtStation](https://www.artstation.com/)** - User-Made Art / Fanart / [Downloader](https://github.com/findix/ArtStationDownloader) * โญ **[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/) / [Official Frontend](https://pixiv.perennialte.ch/) / [Frontend List](https://pixivfe-docs.pages.dev/instance-list/) / [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) @@ -474,7 +472,6 @@ * [reshot](https://www.reshot.com/), [freeillustrations](https://freeillustrations.xyz/), [DrawKit](https://www.drawkit.com/), [NiceIllustrations](https://niceillustrations.com/free-illustrations/) or [manypixels](https://www.manypixels.co/gallery) - Misc Illustrations * [OldBookIllustrations](https://www.oldbookillustrations.com/) - Illustrations from Old Books * [Plant Illustrations](http://www.plantillustrations.org/) - Plant Illustrations -* [Animes Boxes](https://animebox.es/) - Booru Clients / [Telegram](https://t.me/Flexbooru/161) * [Buhitter](https://buhitter.com/) - X.com Illustration Search * [imgbrd-grabber](https://www.bionus.org/imgbrd-grabber/) - Booru Image Downloader * [Artbreeder](https://artbreeder.com/) - Image Discovery / Combining @@ -484,7 +481,7 @@ ## โ–ท Media Covers / Posters -* โญ **[Ben Dodson](https://bendodson.com/projects/itunes-artwork-finder/)**, [2](https://bendodson.com/projects/apple-tv-movies-artwork-finder/) - Movies / TV / Music / Comic / Book / Anime / Manga / Games +* โญ **[Ben Dodson](https://bendodson.com/projects/itunes-artwork-finder/)**, [2](https://bendodson.com/projects/apple-tv-movies-artwork-finder/) - Movies / TV / Music / Comic / Book / Anime / Manga * [BigBoxCollection](https://bigboxcollection.com/) - 3D Game Boxes * [The Poster DB](https://theposterdb.com/) / [Subreddit](https://www.reddit.com/r/ThePosterDB) / [Discord](https://discord.com/invite/NARZqQX), [DVD Covers](https://www.dvd-covers.org/) or [MediUX](https://mediux.pro/) - Movies / TV * [Movie Posters Gallery](https://www.moviepostersgallery.com/), [Film On Paper](https://www.filmonpaper.com/posters/), [The Poster Collector](https://postercollector.co.uk/) or [IMP Awards](http://www.impawards.com/) - Movies @@ -514,7 +511,7 @@ * โญ **[Thingiverse](https://www.thingiverse.com/)** - Share / Download 3D Models * โญ **[Printables](https://www.printables.com/)** - Find Practical 3D Models Ready for Printing * [Clara.io](https://clara.io/library), [PolyHaven](https://polyhaven.com/), [CadNav](https://www.cadnav.com/), [Open3dModel](https://open3dmodel.com/) or [Archibase](https://archibase.co/) - Misc 3D Models -* [Sketchfab](https://sketchfab.com/), [3DArchive](https://t.me/ArchiveStl), [cgtrader](https://www.cgtrader.com/free-3d-models) or [3dsky](https://3dsky.org/) - Misc 3D Models / Sign-Up Required +* [Sketchfab](https://sketchfab.com/), [โ Tripo Studio](https://studio.tripo3d.ai/) (temp mail), [3DArchive](https://t.me/ArchiveStl), [cgtrader](https://www.cgtrader.com/free-3d-models) or [3dsky](https://3dsky.org/) - Misc 3D Models / Sign-Up Required * [Cults](https://cults3d.com/), [Thangs](https://thangs.com/), [MakerWorld](https://makerworld.com/) or [Pinshape](https://pinshape.com/) - Printable 3D Models / Sign-Up Required * [STLFinder](https://www.stlfinder.com/) - Multi-Site Search * [3D Warehouse](https://3dwarehouse.sketchup.com/) - 3D Models Compatible with SketchUp / Sign-Up Required @@ -530,6 +527,7 @@ * [3D Find It](https://www.3dfindit.com/en/) - Industrial / Engineering 3D Models * [thebasemesh](https://www.thebasemesh.com/) - Mesh 3D Models * [BlenderKit](https://www.blenderkit.com/) - 3D Model Library Integrated into Blender +* [โ Gridfinity](https://gridfinity.xyz/) - 3D Storage Systems * [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 * [Vertex](https://vertex.im/) - 3D Icons @@ -542,13 +540,15 @@ ## โ–ท 3D Modeling Apps * โญ **[Blender](https://www.blender.org/)** - FOSS 3D Modeling App -* โญ **Blender Tools** - [Resources](https://t.me/BlenderUniverse/3), [2](https://awesome-blender.netlify.app) / [Plugins](https://t.me/blenderplugs) / [Tutorials](https://www.3dbestie.com/) / [Textures](https://github.com/carson-katri/dream-textures) / [Renderer](https://github.com/prman-pixar/RenderManForBlender) / [3D Nodes](https://t.me/geometrynodes) / [AI Render](https://github.com/benrugg/AI-Render) +* โญ **Blender Tools** - [Resources](https://awesome-blender.netlify.app/), [GitHub](https://github.com/agmmnn/awesome-blender) / [Addons](https://t.me/BlenderUniverse/3) / [Plugins](https://t.me/blenderplugs) / [Tutorials](https://www.3dbestie.com/) / [Textures](https://github.com/carson-katri/dream-textures) / [Renderer](https://github.com/prman-pixar/RenderManForBlender) / [3D Nodes](https://t.me/geometrynodes) / [AI Render](https://github.com/benrugg/AI-Render) +* โญ **[MCprep](https://theduckcow.com/dev/blender/mcprep/)** - All-in-one Blender Addon / [Discord](https://discord.com/invite/mb8hBUC) / [GitHub](https://github.com/Moo-Ack-Productions/MCprep) * โญ **[Shap-e](https://github.com/openai/shap-e)** - Generate 3D Objects Based on Text / Image Prompts * [Goo Engine](https://www.dillongoostudios.com/gooengine/) - 3D Anime Blender Mod -* [Meshy.ai](https://www.meshy.ai/) / [Discord](https://discord.com/invite/KgD5yVM9Y4) or [TRELLIS](https://trellis3d.github.io/) / [GitHub](https://github.com/microsoft/TRELLIS) / [HuggingFace](https://huggingface.co/spaces/JeffreyXiang/TRELLIS) - AI 3D Model Generators +* [Meshy.ai](https://www.meshy.ai/) / [Discord](https://discord.com/invite/KgD5yVM9Y4), [โ Tripo Studio](https://studio.tripo3d.ai/) (temp mail) or [TRELLIS](https://trellis3d.github.io/) / [GitHub](https://github.com/microsoft/TRELLIS) / [HuggingFace](https://huggingface.co/spaces/JeffreyXiang/TRELLIS) - AI 3D Model Generators +* [VFXmed](https://www.vfxmed.com/) - Blender Addons * [Wings 3D](https://www.wings3d.com/) - Cross-Platform 3D Modeling App * [JustSketchMe](https://justsketch.me/) - Cross-Platform 3D Pose Reference Tool -* [MakeHuman](http://www.makehumancommunity.org/) - 3D Humanoid Modeler +* [MakeHuman](https://static.makehumancommunity.org/) - 3D Humanoid Modeler * [PoseMy.art](https://app.posemy.art/), [SetPose](https://setpose.com/), [DesignDoll](https://terawell.net/en/index.php), [Magic Poser](https://magicposer.com/), [Quickposes](https://quickposes.com/en) or [JustSketchMe](https://app.justsketch.me/) - Posing Tools * [Vectary](https://www.vectary.com/), [Womp](https://beta.womp.com/), [Bloom3D](https://bloom3d.com/) or [Zdog](https://zzz.dog/) - Online 3D Modeling Tools * [FaceMaker](http://facemaker.uvrg.org/) - 3D Face / Avatar Generator @@ -562,8 +562,6 @@ ## โ–ท 3D Modeling Tools -* [3D Printer Recs](https://redd.it/1bh9jud) - Hobbyist 3D Printer Recommendations -* [Polymaker](https://wiki.polymaker.com/) - 3D Printing Guide / Community / [Discord](https://discord.com/invite/polymaker) * [Embossify](https://www.embossify.com/) or [Tripo3D](https://www.tripo3d.ai/app/home) - Image to 3D Model Converters * [3D Transformer](https://www.3dtransformer.com/) - Rotate 3D Images * [3DConvert](https://3d-convert.com/en/) - Online 3D Image Converter @@ -574,7 +572,16 @@ * [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) * [Ninja Ripper](https://kemono.cr/patreon/user/45591569) / [2](https://gamebanana.com/tools/5638) / [3](https://0curtain0.github.io/ninja_ripper.html) - Extract 3D Models from Games -* [Ultimaker Cura](https://ultimaker.com/software/ultimaker-cura) - 3D Printing Software + +*** + +## โ–ท 3D Printing + +* [Polymaker](https://wiki.polymaker.com/) / [Discord](https://discord.com/invite/polymaker) or [Teaching Tech](https://teachingtechyt.github.io/index.html) / [GitHub](https://github.com/teachingtechYT/teachingtechYT.github.io) - 3D Printer Guides / Learning +* [3D Printer Recs](https://redd.it/1bh9jud) - Hobbyist 3D Printer Recommendations +* [โ SpoolScout](https://www.spoolscout.com/) - Search / Compare 3D Printing Filament Prices +* [OrcaSlicer](https://www.orcaslicer.com/) / [X](https://x.com/real_OrcaSlicer) / [Discord](https://discord.gg/P4VE9UY9gJ) / [GitHub](https://github.com/OrcaSlicer/OrcaSlicer), [โ PrusaSlicer](https://help.prusa3d.com/product/prusaslicer) / [GitHub](https://github.com/prusa3d/PrusaSlicer) or [Ultimaker Cura](https://ultimaker.com/software/ultimaker-cura) - 3D Printing Software +* [โ e-NABLE](https://enablingthefuture.org/) - Volunteer Own 3D Printer for use in Prosthetic Limb Printing *** @@ -601,17 +608,9 @@ * โญ **[Muzli](https://search.muz.li/)** - Design Inspiration Search * โญ **[Slowpoke Pics](https://slow.pics/)**, [ICAT](https://www.nvidia.com/en-us/geforce/technologies/icat/) or [Image Comparison Tool](https://jklgit.github.io/Image-Comparison-in-Browser/index.html) - Image Comparisons * [odiff](https://github.com/dmtrKovalenko/odiff) - Image Visual Difference Tool -* [PhotoFeeler](https://www.photofeeler.com/) - Get Photo Feedback * [Picviewer CE+](https://github.com/hoothin/UserScripts/tree/master/Picviewer%20CE+) - Turn Webpages into Image Galleries * [โ Universal Sig Rotator](https://sig.grumpybumpers.com/) - Rotates Image for Forum Signatures / Site Banners -* [Binternet](https://github.com/Ahwxorg/Binternet) or [Pinvibe](https://www.pinvibe.com/) - Pinterest Frontend -* [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 -* [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) / [Subreddit](https://www.reddit.com/r/MagicLantern/) / [Discord](https://discord.gg/uaY8akC) -* [CHDK](https://chdk.fandom.com/wiki/CHDK) - Custom Canon PowerShot Firmware -* [fSpy](https://fspy.io/) - Still Image Camera Matching -* [DPReview](https://www.dpreview.com/reviews/image-comparison/fullscreen) - Camera Image Quality Comparison +* [Binternet](https://github.com/Ahwxorg/Binternet) or [Pinvibe](https://www.pinvibe.com/) - Pinterest Frontends * [Image Color Summarizer](https://mk.bcgsc.ca/color-summarizer/) - Image Color Summarizer * [Image Colors](https://franciscouzo.github.io/image_colors/) - Image Color Scatter Plot * [Image Pixel Sorter](http://birdhat.org/misc/sort-pixels/) - Sort Pixels of Images @@ -629,22 +628,20 @@ * [BooruDatasetTagManager](https://github.com/starik222/BooruDatasetTagManager) - Booru Image Tagger * [Cluttr](https://gitlab.com/bearjaws/cluttr), [Exif Sorter](https://www.amok.am/en/freeware/amok_exif_sorter/) or [TagStudio](https://github.com/TagStudioDev/TagStudio) - Image File Organizers / Managers * [Allusion](https://allusion-app.github.io/) - Reference Image Manager -* [Camera Wiki](http://camera-wiki.org/) - Camera Model Wiki -* [Canon Camera Museum](https://global.canon/en/c-museum/camera-series.html) - History of Canon Cameras * [Something to Draw](https://something-to-draw.com/) - Find Things to Draw *** ## โ–ท Image Compressors -* โ†ช๏ธ **[Image Optimization](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/dev-tools#wiki_.25B7_image_optimization)** -* โญ **[Caesium](https://saerasoft.com/caesium/)** - Compression Software / [Web App](https://caesium.app/) / [CLI](https://github.com/Lymphatus/caesium-clt) / [GitHub](https://github.com/Lymphatus/caesium-image-compressor) +* โญ **[Caesium](https://saerasoft.com/caesium/)** - Compression Software / [Web App](https://caesium.app/) / [CLI](https://github.com/Lymphatus/caesium-clt) / [GitHub](https://github.com/Lymphatus/caesium-image-compressor) * โญ **[Squoosh](https://squoosh.app/)** - Compressor / Converter / [GitHub](https://github.com/GoogleChromeLabs/squoosh) * โญ **[Seopix](https://www.seopix.io/)** - Batch Compressor / Editor * [optimize.photos](https://optimize.photos/) - Batch Compressor * [CompressImage](https://compressimage.io/) - Batch Compressor * [CrushImage](https://crushimage.com/) - Batch Compressor * [Bulk Image Compress](https://imagecompressr.com/) - Batch Compressor +* [HiCompress](https://hicompress.com/tools) - Batch Compressor * [minipic](https://minipic.app/) - Batch Compressor / Converter * [Compress JPEG](https://compressjpeg.com/) - Batch Compressor / Unlimited Upload * [TinyPNG](https://tinypng.com/) or [TinyJPG](https://tinyjpg.com/) - Batch Compressor / 20MB Upload / [GitHub](https://github.com/tinify) @@ -654,10 +651,25 @@ *** +## โ–ท Image Optimization + +* โญ **[ImageMagick](https://imagemagick.org/index.php)** - Image Optimization / [Scripts](https://www.fmwconcepts.com/imagemagick/index.php) +* [RIOT](https://riot-optimizer.com/) - Image Optimization +* [YOGA](https://yoga.flozz.org/) - Image Optimization +* [ImageFoo](https://imagefoo.com/) - Image Optimization +* [tiny.pictures](https://tiny.pictures/) - Image Optimization +* [Ihancer](https://ihancer.com) - Image Optimization +* [Waifu2x](https://www.waifu2x.net/) - Image Optimization +* [OxiPNG](https://github.com/shssoichiro/oxipng) - PNG Optimization +* [Crunch](https://github.com/chrissimpkins/Crunch) - PNG Optimization / Self-Hosted / No Sign-Up + +*** + ## โ–ท Image Converters * โ†ช๏ธ **[File Converter](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/file-tools#wiki_.25B7_file_converters)** - Multi-Format Converters * โญ **[minipic](https://minipic.app/)** +* [RedKetchup](https://redketchup.io/) * [Knvrt](https://www.knvrt.one/) * [Convertmyimage](https://convert-my-image.com/) * [ImageConvert](https://imageconvert.org/) @@ -698,7 +710,6 @@ * [OCR.SPACE](https://ocr.space/) - Online OCR * [OCRTool](https://ocrtool.net/) - Online OCR * [2OCR](https://2ocr.com/) - Online OCR -* [Ocrify](https://ocrify.com/) - Online OCR * [OnlineOCR](https://onlineocr.org/) - Online OCR * [NewOCR](https://www.newocr.com/) - Online OCR * [OnlineOCR](https://www.onlineocr.net/) - Online OCR @@ -743,7 +754,7 @@ * [HomeGallery](https://home-gallery.org/) * [LibrePhotos](https://github.com/LibrePhotos/librephotos) * [Lychee](https://lycheeorg.github.io/) -* [Photoprism](https://github.com/photoprism/photoprism) +* [PhotoPrism](https://github.com/photoprism/photoprism) * [Photoview](https://github.com/photoview/photoview) * [Ente](https://help.ente.io/self-hosting/) * [Photonix](https://photonix.org/) @@ -762,12 +773,12 @@ ## โ–ท Online Galleries * โญ **[Postimages](https://postimages.org/)** - 32MB / Forever -* [Imgur](https://imgur.com/) - 20MB Image / 200MB Animated / Forever / [Upload Limits](https://help.imgur.com/hc/en-us/articles/26511665959579-What-files-can-I-upload-Is-there-a-size-limit) / [Direct Link Grabber](https://imgur.plen.io/) * [Rimgo](https://rimgo.codeberg.page/), [2](https://codeberg.org/rimgo/instances) - Imgur Frontend * [tixte](https://tixte.com/) - 15GB Storage Total / Forever / Sign-Up Required * [lookimg](https://lookimg.com/) - 20MB / Forever / Sign-Up Required * [Horizon](https://horizon.pics/) - 75MB (500MB Storage) / Forever / Sign-Up Required * [imgchest](https://imgchest.com/) - 10MB (30MB with Account) / Forever +* [Imgur](https://imgur.com/) - 20MB Image / 200MB Animated / Forever / [Upload Limits](https://help.imgur.com/hc/en-us/articles/26511665959579-What-files-can-I-upload-Is-there-a-size-limit) / [Direct Link Grabber](https://imgur.plen.io/) * [Google Photos](https://photos.google.com/) - 200MB / 15GB Cloud / Forever * [Ente](https://ente.io/) - Unlimited / 10GB Cloud * [Piczel](https://piczel.tv/) - 10MB / Forever / Sign-Up Required @@ -781,7 +792,7 @@ ## โ–ท Image Hosts -* โญ **[PixVid](https://pixvid.org/)** - 32MB / Forever +* โญ **[PixVid](https://pixvid.org/)** - 32MB / Forever / Some NSFW * โญ **[ImgBB](https://imgbb.com/)** - 32MB / Forever * โญ **[Catbox](https://catbox.moe/)** - 200MB / Forever / [Proxy](https://fatbox.moe/) / [ShareX Config](https://files.catbox.moe/w4ztcf.sxcu) * [pixelfed](https://pixelfed.org/) - Decentralized Image Sharing Social Network / Sign-Up Required / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_pixelfed_tools) / [Android](https://gitlab.shinice.net/pixeldroid/PixelDroid) / [GitHub](https://github.com/pixelfed/pixelfed) @@ -793,10 +804,8 @@ * [YourImageShare](https://yourimageshare.com/) - 100MB / Forever * [pic.maxiol](https://pic.maxiol.com/) - 100MB / Forever * [GIFYU](https://gifyu.com/) - 50MB (100MB with Account) / Forever -* [IMGDrop](https://imgdrop.io/) - 50MB / Forever * [ThumbSnap](https://thumbsnap.com/) - 48MB / Forever * [Kepkuldes](https://kepkuldes.com/) - 40MB / Forever -* [FreeIMGHost](https://freeimghost.net/) - 20MB / Forever * [Pikky](https://pikky.net/) - 20MB / Forever * [imagebam](https://www.imagebam.com/) - 20MB / Forever * [imagevenue](https://www.imagevenue.com/) - 20MB / Forever @@ -809,7 +818,7 @@ * โญ **[ShareX](https://getsharex.com/)** - Screenshot & Screen Recorder Tool / [Image Hosts](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools/#wiki_.25B7_image_hosts) / [File Manager](https://xbackbone.app/) / [Discord](https://discord.com/invite/ShareX) / [GitHub](https://github.com/ShareX/ShareX) * โญ **[Flameshot](https://flameshot.org/)** / [GitHub](https://github.com/flameshot-org/flameshot) -* โญ **[Zipline](https://zipline.diced.sh/)** / [GitHub](https://github.com/diced/zipline) or [yaass](https://github.com/tycrek/yaass) - Self-Hosted ShareX Server +* โญ **[Zipline](https://zipline.diced.sh/)** - Self-Hosted ShareX Server / [GitHub](https://github.com/diced/zipline) * [Greenshot](https://getgreenshot.org/) / [GitHub](https://github.com/greenshot/greenshot) * [KSnip](https://github.com/ksnip/ksnip) * [Nimbus Capture](https://nimbusweb.me/screenshot.php) @@ -817,7 +826,7 @@ * [ScreenshotX](https://screenshotx.com/) * [โ Pilko](https://pilko.studio/) - Video Frame Capture Tool * [FRAMED](https://framedsc.com/index.htm) - In-Game Screenshotting Tips -* [Moocup](https://moocup.jaydip.me/) - Screenshot Editor / Mockups / [GitHub](https://github.com/jellydeck/moocup/) +* [Moocup](https://moocup.jaydip.me/) - Screenshot Editor / Mockups / [GitHub](https://github.com/jellydeck/moocup/) * [Screenshot Guru](https://screenshot.guru/), [Site-Shot](https://www.site-shot.com/) or [Pikwy](https://pikwy.com/) - Take Screenshots of Websites * [Screenshot Rocks](https://screenshot.rocks/) / [GitHub](https://github.com/daveearley/screenshot.rocks) - Create Screenshot Mockups of Websites * [paste.photos](https://www.paste.photos/) - Paste Image to Download @@ -827,7 +836,7 @@ ## โ–ท Palette Generators -* โญ **[Color Designer](https://colordesigner.io/tools)**, [TheGoodColors](https://thegoodcolors.com/), [Super Color Palette](https://supercolorpalette.com/) or [Coolors](https://coolors.co/) - Color Palette Generators +* โญ **[Color Designer](https://colordesigner.io/tools)**, [Color Palette Pro](https://colorpalette.pro/) / [Guide](https://colorpalette.pro/manual), [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 * [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 @@ -859,24 +868,41 @@ *** -## โ–ท Photo Forensics +# โ–บ Photography / Cameras + +* โ†ช๏ธ **[Android Camera](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25BA_android_camera)** - Android Camera Resources / Tools +* [r/Photography Guide](https://www.reddit.com/r/photography/wiki/introduction) or [Cambridge In Colour](https://www.cambridgeincolour.com/) - Photography / Camera Guides +* [Camera Decision](https://cameradecision.com/) or [Digicamfinder](https://digicamfinder.com/) - Compare Cameras +* [Camera Wiki](http://camera-wiki.org/) - Camera Model Wiki +* [PhotoFeeler](https://www.photofeeler.com/) - Get Photo Feedback +* [darktable](https://www.darktable.org/) / [GitHub](https://github.com/darktable-org/darktable), [RawTherapee](https://www.rawtherapee.com/) / [GitHub](https://github.com/RawTherapee/RawTherapee) or [โ LightZone](https://github.com/ktgw0316/LightZone) - RAW Photo Editors / Windows, Mac, Linux +* [HDRMerge](https://jcelaya.github.io/hdrmerge/) - RAW Photography HDR Merge Tool / [GitHub](https://github.com/jcelaya/hdrmerge) +* [PixelPeeper](https://pixelpeeper.com/) - Extract Lightroom Edits / Settings +* [PhotoEphemeris](https://photoephemeris.com/) - Photography Sunlight Calculator +* [MagicLantern](https://www.magiclantern.fm/) - Custom Canon EOS Firmware / [Unsupported](https://magiclantern.fandom.com/wiki/Other_dslr) / [Subreddit](https://www.reddit.com/r/MagicLantern/) / [Discord](https://discord.gg/uaY8akC) +* [CHDK](https://chdk.fandom.com/wiki/CHDK) - Custom Canon PowerShot Firmware +* [fSpy](https://fspy.io/) - Still Image Camera Matching +* [DPReview](https://www.dpreview.com/reviews/image-comparison/fullscreen) - Camera Image Quality Comparison +* [Canon Camera Museum](https://global.canon/en/c-museum/camera-series.html) - History of Canon Cameras + +*** + +## โ–ท Photo Forensics / Metadata * ๐ŸŒ **[Photo OSINT](https://start.me/p/0PgzqO/photo-osint)** - Image OSINT Resources +* โ†ช๏ธ **[File Info / Metadata](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/file-tools#wiki_.25B7_file_info_.2F_metadata)** * โญ **[Fawkes](http://sandlab.cs.uchicago.edu/fawkes/)** - Facial Cloaking * โญ **[FotoForensics](https://www.fotoforensics.com/)**, [Sherloq](https://github.com/GuidoBartoli/sherloq) or [Forensically](https://29a.ch/photo-forensics/) - Photo Forensics Tools -* [Picarta](https://picarta.ai/) / [Discord](https://discord.gg/g5BAd2UFbs), [GeoSpy](https://geospy.net/) or [GeoEstimation](https://labs.tib.eu/geoestimation) - Estimate Image Locations +* [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) or [CameraSummary](https://camerasummary.com/) - 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), [MetaEditor](https://metaeditor.picvario.com/), [Metadata-Remover](https://github.com/Anish-M-code/Metadata-Remover), [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 +* [TheExifer](https://www.thexifer.net/), [Photini](https://github.com/jim-easterbrook/Photini) or [ColorPilot](https://www.colorpilot.com/exif.html) - Image EXIF Data Editors +* [Picarta](https://picarta.ai/) / [Discord](https://discord.gg/g5BAd2UFbs), [GeoSpy](https://geospy.net/) + or [GeoEstimation](https://labs.tib.eu/geoestimation) - Image Geolocation / Location Estimation * [Image Identification Project](https://www.imageidentify.com/) - Image Identification Tool * [StegOnline](https://georgeom.net/StegOnline/upload), [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/izcoser/stegpy) - Images Steganography Tools * [Aperisolve](https://aperisolve.fr/) / [2](https://www.aperisolve.com/) or [stegextract](https://github.com/evyatarmeged/stegextract) - Steganography Analysis Tool * [Redacted](https://redacted.app/) - Blur, Pixelate or Blackout parts of Images * [Image Scrubber](https://everestpipkin.github.io/image-scrubber/) - Blur Images / Scrub Metadata * [Schizoware](https://sourceforge.net/projects/schizoware/) - Image Name / Hash Randomizer -* [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) or [CameraSummary](https://camerasummary.com/) - 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), [MetaEditor](https://metaeditor.picvario.com/), [Metadata-Remover](https://github.com/Anish-M-code/Metadata-Remover), [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 -* [TheExifer](https://www.thexifer.net/), [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/) - Encode / Decode Images - -*** - -## โ–ท [Android Camera](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25BA_android_camera) \ No newline at end of file +* [Base64 Image](https://www.base64-image.de/) - Encode / Decode Images \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index 9f1c51d76..d3cd07829 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,10 +7,10 @@ hero: name: freemediaheckyeah tagline: The largest collection of free stuff on the internet! announcement: - title: Oct 2025 Updates ๐ŸŽƒ - link: /posts/oct-2025 + title: Dec 2025 Updates โ„๏ธ + link: /posts/dec-2025 image: - src: /test.png + src: /xmasfmhy.png alt: FMHY Icon actions: - theme: brand @@ -153,7 +153,7 @@ features: d="M 7 17h.01"/>Miscellaneous link: /misc - details: Content too niche to be included elsewhere. + details: Various topics like food, travel, news, shopping, fun sites and more! ---