Downloads:
4,520
Downloads of v 2024.11.22:
14
Last Update:
23 Nov 2024
Published Date:
23 Nov 2024
Reviewed Date:
11 Dec 2024
Reviewer:
Package Maintainer(s):
Software Author(s):
- Pale Moon Team.
Tags:
basilisk.install xul browser unified platform uxp- Software Specific:
- Software Site
- Software Source
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Basilisk Browser (Install)
(Waiting for Maintainer to take corrective action)
- 1
- 2
- 3
2024.11.22 | Updated: 23 Nov 2024
- Software Specific:
- Software Site
- Software Source
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
4,520
Downloads of v 2024.11.22:
14
Published:
23 Nov 2024
Reviewed:
11 Dec 2024
Reviewer:
Maintainer(s):
Software Author(s):
- Pale Moon Team.
Basilisk Browser (Install) 2024.11.22
(Waiting for Maintainer to take corrective action)
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Pale Moon Team. The inclusion of Pale Moon Team. trademark(s), if any, upon this webpage is solely to identify Pale Moon Team. goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
This package is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.
- Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
- Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
- Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.
Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.
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.
A XUL-based web-browser demonstrating the Unified XUL Platform (UXP). This browser is a close twin to pre-Servo Firefox in how it operates.
Basilisk is a free and Open Source XUL-based web browser, featuring the well-known Firefox-style interface and operation. It is based on the Goanna layout and rendering engine (a fork of Gecko) and builds on the Unified XUL Platform (UXP), which in turn is a fork of the Mozilla code base without Servo or Rust.
Basilisk is primarily a reference application for development of the XUL platform it builds upon, and additionally a potential replacement for Firefox.
Basilisk is development software. This means that it should be considered more or less beta at all times; it may have some bugs and is provided as-is, with potential defects. Like any other Free Software community project, it comes without any warranty or promise of fitness for any particular purpose. That being said: of course we will do our best to provide an as stable and secure browser as possible with every official release of Basilisk.
It should be noted that because of this focus on platform development, the browser itself (the application code) will be released and maintained mostly as-it-is, with very little change or development on the user interface or browser front-end features. As the platform develops, some Firefox-specific features may be dropped; please do not expect this application to remain the same, forever.
What does this browser support?
It supports a wide array of features required for the Modern Web, including advanced scripting, CSS, HTML5 and downloadable font support. It also fully supports all NPAPI plugins (e.g. Java, Unity web player, Media plugins, Authentication plugins). Further details can be found on the features page.
Is this browser associated/affiliated with Mozilla?
In one word: No.
This browser is created and maintained by the team behind Pale Moon, and is a fully independent fork of the Mozilla/Firefox code.
$ErrorActionPreference = 'Stop';
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'Basilisk *'
fileType = 'exe'
silentArgs = "/S"
}
$uninstalled = $false
[array]$key = Get-UninstallRegistryKey -SoftwareName $packageArgs['softwareName']
if ($key.Count -eq 1) {
$key | % {
$packageArgs['file'] = "$($_.UninstallString)"
Uninstall-ChocolateyPackage @packageArgs
}
} elseif ($key.Count -eq 0) {
Write-Warning "$packageName has already been uninstalled by other means."
} elseif ($key.Count -gt 1) {
Write-Warning "$($key.Count) matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | % {Write-Warning "- $($_.DisplayName)"}
}
Log in or click on link to see number of positives.
- basilisk.install.2024.11.22.nupkg (40866364d6de) - ## / 67
- basilisk-20241122173226.win64.installer.exe (93927fd63c27) - ## / 67
- basilisk-20241122173240.win32.installer.exe (4abd7cee226c) - ## / 65
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 |
---|---|---|---|---|
Basilisk Browser (Install) 2024.11.22 | 14 | Saturday, November 23, 2024 |
Waiting for Maintainer
|
|
Basilisk Browser (Install) 2024.10.23 | 36 | Wednesday, October 23, 2024 | Approved | |
Basilisk Browser (Install) 2024.9.12 | 290 | Saturday, September 14, 2024 | Approved | |
Basilisk Browser (Install) 2022.01.27 | 687 | Thursday, February 17, 2022 | Approved | |
Basilisk Browser (Install) 2021.07.19 | 314 | Tuesday, July 20, 2021 | Approved | |
Basilisk Browser (Install) 2021.03.17 | 321 | Wednesday, March 17, 2021 | Approved | |
Basilisk Browser (Install) 2021.02.06 | 208 | Sunday, February 7, 2021 | Approved | |
Basilisk Browser (Install) 2020.11.25 | 220 | Thursday, November 26, 2020 | Approved | |
Basilisk Browser (Install) 2020.09.11 | 225 | Sunday, September 13, 2020 | Approved | |
Basilisk Browser (Install) 2020.06.10 | 200 | Thursday, August 6, 2020 | Approved | |
Basilisk Browser (Install) 2020.05.08 | 301 | Friday, May 8, 2020 | Approved | |
Basilisk Browser (Install) 2020.04.17 | 190 | Saturday, April 18, 2020 | Approved | |
Basilisk Browser (Install) 2020.04.15 | 174 | Thursday, April 16, 2020 | Approved | |
Basilisk Browser (Install) 2020.03.11 | 215 | Tuesday, March 24, 2020 | Approved | |
Basilisk Browser (Install) 2020.02.18 | 222 | Tuesday, February 18, 2020 | Approved | |
Basilisk Browser (Install) 2019.10.31 | 230 | Monday, November 11, 2019 | Approved | |
Basilisk Browser (Install) 2019.09.03 | 226 | Wednesday, September 4, 2019 | Approved | |
Basilisk Browser (Install) 2019.06.08 | 187 | Wednesday, August 7, 2019 | Approved | |
Basilisk Browser (Install) 2019.03.08 | 225 | Saturday, August 3, 2019 | Approved |
Copyright ©2017-2019 M.C. Straver. All rights reserved.
This package has no dependencies.
Ground Rules:
- This discussion is only about Basilisk Browser (Install) and the Basilisk Browser (Install) 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 Basilisk Browser (Install), 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.
chtof (maintainer) on 23 Nov 2024 08:21:54 +00:00:
User 'chtof' (maintainer) submitted package.
chocolatey-ops (reviewer) on 23 Nov 2024 08:56:51 +00:00:
basilisk.install 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.
Guidelines
Guidelines are strong suggestions that improve the quality of a package version. These are considered something to fix for next time to increase the quality of the package. Over time Guidelines can become Requirements. A package version can be approved without addressing Guideline comments but will reduce the quality of the package.
chocolatey-ops (reviewer) on 23 Nov 2024 09:06:57 +00:00:
basilisk.install has passed automated package testing (verification). The next step in the process is package scanning.
Please visit https://gist.github.com/choco-bot/e5b686dac67b1a19f4e79a68aa526954 for details.
This is an FYI only. There is no action you need to take.
chocolatey-ops (reviewer) on 23 Nov 2024 09:22:38 +00:00:
basilisk.install has been flagged as part of automated virus scanning.
Package virus scanning found that at least 1 file within, or downloaded by, the package has between 6 and 10 VirusTotal detections associated with it.
This package version cannot be approved without an exemption from a Moderator.
Windos (reviewer) on 11 Dec 2024 01:27:39 +00:00:
Re-running scanner
Scanner Status Change - Virus Scanner has been set to rerun
chocolatey-ops (reviewer) on 11 Dec 2024 02:56:02 +00:00:
basilisk.install has been flagged as part of automated virus scanning.
Package virus scanning found that at least 1 file within, or downloaded by, the package has greater than 10 VirusTotal detections associated with it.
This package is now in a waiting state while you review the findings and provide an updated package, or send a message in the package review box on the package page.