Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...
- Passing
- Failing
- Pending
- Unknown / Exempted

Downloads:
3,149
Downloads of v 1.2.0.201:
670
Last Update:
07 Jan 2018
Package Maintainer(s):
Software Author(s):
- AssaultCube developers
Tags:
first-person foss cross-platform shooter game admin
AssaultCube
Downloads:
3,149
Downloads of v 1.2.0.201:
670
Maintainer(s):
Software Author(s):
- AssaultCube developers
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
All Checks are Passing
2 Passing Test
To install AssaultCube, run the following command from the command line or from PowerShell:
To upgrade AssaultCube, run the following command from the command line or from PowerShell:
To uninstall AssaultCube, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://chocolatey.org/api/v2. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download assaultcube --internalize --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade assaultcube -y --source="'STEP 3 URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade assaultcube -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure assaultcube installed
win_chocolatey:
name: assaultcube
state: present
version: 1.2.0.201
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'assaultcube' do
action :install
version '1.2.0.201'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: assaultcube,
Version: 1.2.0.201,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller assaultcube
{
Name = 'assaultcube'
Ensure = 'Present'
Version = '1.2.0.201'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'assaultcube':
provider => 'chocolatey',
ensure => '1.2.0.201',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install assaultcube version="1.2.0.201" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 11 Jul 2020.
AssaultCube is a free, multiplayer, first-person shooter game, based on the CUBE engine. Taking place in realistic environments, with fast, arcade gameplay, it's addictive and fun! With efficient bandwidth usage, it's low-latency and can even run over a 56Kbps connection. It's tiny too, weighing in at a lightweight 40 MB package available for Windows, Mac and Linux. On the correct settings, it can even run on old hardware (Pentium III and above).
Features
- It's FREE.
- Source code is available under a zlib-like open source license.
- Low latency, it can even run across a 56Kbps connection!
- Lightweight size, only 40MB to download, plus additional maps average 20KB each!
- With the correct settings, it can run on old hardware (Pentium III and above).
- Officially runs on most major systems, and maybe even some non-major ones?
- Has a built in, in-game map editor to help players create their own maps and allows for co-operative editmode in realtime with others!
- Features a single-player bot system.
- Supports recording of your game by the "demo" system.
- Contains 12 multiplayer game modes, including: Deathmatch, Survivor, Capture the Flag, Hunt the Flag, Keep the Flag, Pistol Frenzy, Last Swiss Standing and One-Shot One-Kill (plus team versions of these modes).
- Comes pre-packaged with 26 different maps!
Licensing information
AssaultCube is developed by various people around the world. People that enjoy making this game together. All of these various people have been given the freedom to license their works in the way they wish. Because of this, licensing of AssaultCube is very specific.
To find out more about the people that help make AssaultCube happen, take a look at the team: Rabid Viper Productions.
Please select from the list below to find out how permission is granted for:
The entire AssaultCube package
AssaultCube website and documentation
A specific file in the AssaultCube package
For anything else, please check in your ./docs/package_copyrights.txt file and any individual *.txt files or *.cfg files within AssaultCube to see if permission is granted to redistribute that data. If no permission is found, you MUST assume that the data is COPYRIGHT and you are NOT allowed to redistribute that data outside of an UNMODIFIED AssaultCube package(s).
The entire AssaultCube package
AssaultCube is FREEWARE. By downloading the AssaultCube package(s) you agree that you may freely use and redistribute the AssaultCube package(s) UNMODIFIED (the AssaultCube package(s) can be originally found at https://github.com/assaultcube/AC/) on any media, subject to the following licensing conditions:
- AssaultCube is provided "as-is", without any express or implied warranty.
- In no event will the authors be held liable for any damages arising from the use of AssaultCube.
- You MAY NOT use AssaultCube for ANY commercial purposes.
- You may re-compress the AssaultCube package(s) using different archival formats (i.e. zip/tgz/rpm/deb/dmg).
- Any other changes beyond this, require EXPLICIT permission.
- The origin of AssaultCube, or its package(s) must not be misrepresented.
- You must not claim that you created AssaultCube or any of the original AssaultCube package(s).
- You must not modify AssaultCube for the purposes of gaining an unfair advantage over others and you must not redistribute these modifications in any form, including, but not limited to videos, text and software.
PLEASE NOTE: This license is for the entire UNMODIFIED AssaultCube package(s). You may choose to disect, and use or redistribute, etc. pieces of AssaultCube, instead of the entire package(s) if you wish. HOWEVER, you must adhere to the license specified for that particular data. If no license is specified, you MUST assume that the data is COPYRIGHT and you are NOT allowed to redistribute that data outside of an UNMODIFIED AssaultCube package(s).
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from the listed download
location on <https://github.com/assaultcube/AC/releases>
and can be verified by doing the following:
1. Download the following <https://github.com/assaultcube/AC/releases/download/v1.2.0.2/AssaultCube_v1.2.0.2.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:
checksum type: sha256
checksum: 0421F3341025EDD17171A23CCFD753960DB78B9B46F8ECCC2AD01CE3781859D7
The file 'LICENSE.txt' has been obtained from <https://assault.cubers.net/docs/license.html>
md5: 0633683F40B6AC8307BB64A5108FC9AA | sha1: 85857324AA35BD2FA3DF7DBD91F19FC3B728AC63 | sha256: 0421F3341025EDD17171A23CCFD753960DB78B9B46F8ECCC2AD01CE3781859D7 | sha512: 4832E89F572D5DED235C69511A50E7583DCC37E2E051CBE0AF62599ACB28C7EC6DE75EA203F1D0781E32339293563D2A5A1E5814985023DEC81521739DF2A444
$ErrorActionPreference = 'Stop';
$toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\AssaultCube_v1.2.0.2.exe"
softwareName = 'AssaultCube*'
silentArgs = "/S"
validExitCodes = @(0)
}
Install-ChocolateyInstallPackage @packageArgs
Get-ChildItem $toolsPath\*.exe | ForEach-Object { Remove-Item $_ -ea 0; if (Test-Path $_) { Set-Content "$_.ignore" } }
$ErrorActionPreference = 'Stop';
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'AssaultCube*'
fileType = 'exe'
silentArgs = "/x86=0 /S"
validExitCodes = @(0)
}
$uninstalled = $false
[array]$key = Get-UninstallRegistryKey -SoftwareName $packageArgs['softwareName']
if ($key.Count -eq 1) {
$key | % {
$packageArgs['file'] = "$($_.UninstallString -replace ' /x86=0','')"
Uninstall-ChocolateyPackage @packageArgs
}
}
elseif ($key.Count -eq 0) {
Write-Warning "$($packageArgs['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.
- assaultcube.1.2.0.201.nupkg (acc9054391eb) - ## / 61
- AssaultCube_v1.2.0.2.exe (0421f3341025) - ## / 64
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.
Version | Downloads | Last Updated | Status |
---|---|---|---|
AssaultCube 1.2.0.201 | 670 | Sunday, January 7, 2018 | Approved |
AssaultCube 1.2.0.3 | 399 | Monday, November 14, 2016 | Approved |
AssaultCube 1.2.0.2 | 662 | Monday, November 11, 2013 | Unknown |
AssaultCube 1.2.0.1 | 424 | Thursday, October 31, 2013 | Unknown |
AssaultCube 1.1.0.420130508 | 437 | Wednesday, May 8, 2013 | Unknown |
AssaultCube 1.1.0.4 | 447 | Sunday, May 5, 2013 | Unknown |
Rabid Viper Productions
-
- chocolatey-core.extension (≥ 1.3.3)
Ground Rules:
- This discussion is only about AssaultCube and the AssaultCube 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 AssaultCube, 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.