Downloads:
230
Downloads of v 7.0.0:
29
Last Update:
01 Jun 2025
Published Date:
01 Jun 2025
Package Maintainer(s):
Software Author(s):
- Futo
Tags:
streaming youtube video- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Grayjay
(Ready for review)
- 1
- 2
- 3
7.0.0 | Updated: 01 Jun 2025
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
230
Downloads of v 7.0.0:
29
Published:
01 Jun 2025
Maintainer(s):
Software Author(s):
- Futo
Grayjay 7.0.0
(Ready for review)
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Futo. The inclusion of Futo trademark(s), if any, upon this webpage is solely to identify Futo goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
This version is in moderation and has not yet been approved. This means it doesn't show up under normal search.
- Until approved, you should consider this package version unsafe - it could do very bad things to your system (it probably doesn't but you have been warned, that's why we have moderation).
- This package version can change wildly over the course of moderation until it is approved. If you install it and it later has changes to this version, you will be out of sync with any changes that have been made to the package. Until approved, you should consider that this package version doesn't even exist.
- You cannot install this package under normal scenarios. See How to install package version under moderation for more information.
- There are also no guarantees that it will be approved.
There are versions of this package awaiting moderation (possibly just this one). See the Version History section below.
Multi-Platform Integration
Grayjay combines video content from multiple platforms, such as YouTube, PeerTube, Twitch, and others, into one app, removing the need to switch between different platforms.
Enjoy content in a personalized content feed
The app provides a single feed displaying all videos from your subscriptions, ensuring you stay updated with new content efficiently.
Follow Creators. Not Platforms
Watch content on your own terms, ensuring you retain full ownership and control over what you watch. Your content, your way.
Multi-Platform Integration
Grayjay combines video content from multiple platforms, such as YouTube, PeerTube, Twitch, and others, into one app, removing the need to switch between different platforms.
Your accounts and data
- Import your data and access your recommendations
- Import data from another platforms, import your subscriptions and playlists from supported sources and configure the way you like to use them
- Import from platform
- Import your data from a specific source like Youtube or Twitch
- Import Grayjay Auto-Backup (.ezip)
- Pick a Grayjay auto-backup encrypted zip file
- Import from .zip file
- Import zip file from another app instance or another device
Add and configure sources
Simply enable the plugins for the platforms you are interested in, and you are ready to start watching.
Privacy-Focused Design
Grayjay prioritizes your privacy by storing your watch history locally on your device. Your viewing habits remain private, giving you full control over your data.
Watch it on big screen
Enjoy your favorite videos and content on the big screen for an immersive experience. Stream directly to your TV and watch everything you love, larger than life.
Claim your identity on the internet using Harbor
Harbor is a service which enables you to preserve your identity on the internet
- Link your identity across apps
- Directly connect with your audience
- Monitize your content
Package Parameters
You can pass additional parameters to customize the installation:
Only on installation:
/NoPortable
- Disables portable mode by removing the portable marker file. This will cause Grayjay to store user data in%APPDATA%\Grayjay
instead of the installation directory./NoShortcut
- Prevents creation of a desktop shortcut.
Only on uninstallation:
/RemoveAppData
- Removes the user data in the%APPDATA%\Grayjay
directory during uninstallation of the not portable version.
Example Usage:
choco install grayjay --params="/NoPortable /NoShortcut"
choco uninstall grayjay --params="/RemoveAppData"
$ErrorActionPreference = 'Stop'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$shortcutPath = "$env:USERPROFILE\Desktop\Grayjay.lnk"
$appDataPath = "$env:APPDATA\Grayjay"
$pp = Get-PackageParameters
# Remove the desktop shortcut
if (Test-Path $shortcutPath) {
Remove-Item $shortcutPath -Force
}
# Remove the extracted files
if (Test-Path $toolsDir) {
Remove-Item $toolsDir -Recurse -Force
}
# Remove the data from the AppData directory located in AppData\Roaming
if ($pp.RemoveAppData) {
Write-Host "Removing AppData directory..."
if (Test-Path $appDataPath) {
Remove-Item $appDataPath -Recurse -Force
Write-Host "AppData directory removed."
}
}
Log in or click on link to see number of positives.
- grayjay.7.0.0.nupkg (e1f06e82e80d) - ## / 55
- Grayjay.Desktop-win-x64-v7.zip (63c3d22842d4) - ## / 59
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Grayjay 7.0.0 | 29 | Sunday, June 1, 2025 | Ready | |
Grayjay 2.0.5 | 115 | Thursday, March 27, 2025 | Approved | |
Grayjay 2.0.0 | 86 | Sunday, December 29, 2024 | Approved |
Copyright © 2024 FUTO. All rights reserved.
This package has no dependencies.
Ground Rules:
- This discussion is only about Grayjay and the Grayjay package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Grayjay, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
ltklionel (maintainer) on 31 May 2025 22:29:13 +00:00:
User 'ltklionel' (maintainer) submitted package.
chocolatey-ops (reviewer) on 31 May 2025 23:04:39 +00:00:
grayjay has passed automated validation. It may have or may still fail other checks like testing (verification).
NOTE: No required changes that the validator checks have been flagged! It is appreciated if you fix other items, but only Requirements will hold up a package version from approval. A human review could still turn up issues a computer may not easily find.
Suggestions
Suggestions are either newly introduced items that will later become Guidelines or items that are don't carry enough weight to become a Guideline. Either way they should be considered. A package version can be approved without addressing Suggestion comments.
Notes
Notes typically flag things for both you and the reviewer to go over. Sometimes this is the use of things that may or may not be necessary given the constraints of what you are trying to do and/or are harder for automation to flag for other reasons. Items found in Notes might be Requirements depending on the context. A package version can be approved without addressing Note comments.
chocolatey-ops (reviewer) on 31 May 2025 23:16:15 +00:00:
grayjay has passed automated package testing (verification). The next step in the process is package scanning.
Please visit https://gist.github.com/choco-bot/a123a45a7ecae5e3f1923026b31a61d5 for details.
This is an FYI only. There is no action you need to take.
chocolatey-ops (reviewer) on 31 May 2025 23:29:21 +00:00:
grayjay has passed automated virus scanning.
ltklionel (maintainer) on 01 Jun 2025 16:02:16 +00:00:
User 'ltklionel' (maintainer) submitted package.
chocolatey-ops (reviewer) on 01 Jun 2025 16:34:19 +00:00:
grayjay has passed automated validation. It may have or may still fail other checks like testing (verification).
NOTE: No required changes that the validator checks have been flagged! It is appreciated if you fix other items, but only Requirements will hold up a package version from approval. A human review could still turn up issues a computer may not easily find.
Suggestions
Suggestions are either newly introduced items that will later become Guidelines or items that are don't carry enough weight to become a Guideline. Either way they should be considered. A package version can be approved without addressing Suggestion comments.
Notes
Notes typically flag things for both you and the reviewer to go over. Sometimes this is the use of things that may or may not be necessary given the constraints of what you are trying to do and/or are harder for automation to flag for other reasons. Items found in Notes might be Requirements depending on the context. A package version can be approved without addressing Note comments.
ltklionel (maintainer) on 01 Jun 2025 16:37:03 +00:00:
User 'ltklionel' (maintainer) submitted package.
chocolatey-ops (reviewer) on 01 Jun 2025 17:10:06 +00:00:
grayjay has passed automated validation. It may have or may still fail other checks like testing (verification).
NOTE: No required changes that the validator checks have been flagged! It is appreciated if you fix other items, but only Requirements will hold up a package version from approval. A human review could still turn up issues a computer may not easily find.
Suggestions
Suggestions are either newly introduced items that will later become Guidelines or items that are don't carry enough weight to become a Guideline. Either way they should be considered. A package version can be approved without addressing Suggestion comments.
Notes
Notes typically flag things for both you and the reviewer to go over. Sometimes this is the use of things that may or may not be necessary given the constraints of what you are trying to do and/or are harder for automation to flag for other reasons. Items found in Notes might be Requirements depending on the context. A package version can be approved without addressing Note comments.
chocolatey-ops (reviewer) on 01 Jun 2025 17:16:20 +00:00:
grayjay has passed automated package testing (verification). The next step in the process is package scanning.
Please visit https://gist.github.com/choco-bot/7ead378b7b7325bf1dd820e7d5aff5c6 for details.
This is an FYI only. There is no action you need to take.
chocolatey-ops (reviewer) on 01 Jun 2025 17:53:16 +00:00:
grayjay has passed automated virus scanning.
ltklionel (maintainer) on 01 Jun 2025 18:32:51 +00:00:
User 'ltklionel' (maintainer) submitted package.
chocolatey-ops (reviewer) on 01 Jun 2025 19:05:41 +00:00:
grayjay has passed automated validation. It may have or may still fail other checks like testing (verification).
NOTE: No required changes that the validator checks have been flagged! It is appreciated if you fix other items, but only Requirements will hold up a package version from approval. A human review could still turn up issues a computer may not easily find.
Suggestions
Suggestions are either newly introduced items that will later become Guidelines or items that are don't carry enough weight to become a Guideline. Either way they should be considered. A package version can be approved without addressing Suggestion comments.
chocolatey-ops (reviewer) on 01 Jun 2025 19:21:16 +00:00:
grayjay has passed automated package testing (verification). The next step in the process is package scanning.
Please visit https://gist.github.com/choco-bot/5171867a05cb0a5604aea837ca54fa5c for details.
This is an FYI only. There is no action you need to take.
chocolatey-ops (reviewer) on 01 Jun 2025 19:27:08 +00:00:
grayjay has passed automated virus scanning.
ltklionel (maintainer) on 01 Jun 2025 20:15:57 +00:00:
User 'ltklionel' (maintainer) submitted package.
chocolatey-ops (reviewer) on 01 Jun 2025 20:50:57 +00:00:
grayjay has passed automated validation. It may have or may still fail other checks like testing (verification).
NOTE: No required changes that the validator checks have been flagged! It is appreciated if you fix other items, but only Requirements will hold up a package version from approval. A human review could still turn up issues a computer may not easily find.
Suggestions
Suggestions are either newly introduced items that will later become Guidelines or items that are don't carry enough weight to become a Guideline. Either way they should be considered. A package version can be approved without addressing Suggestion comments.
chocolatey-ops (reviewer) on 01 Jun 2025 20:58:03 +00:00:
grayjay has passed automated package testing (verification). The next step in the process is package scanning.
Please visit https://gist.github.com/choco-bot/1333a1de2c1aa8966f3e0b932fa0a706 for details.
This is an FYI only. There is no action you need to take.
chocolatey-ops (reviewer) on 01 Jun 2025 21:04:23 +00:00:
grayjay has passed automated virus scanning.