Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

One Commander

This is not the latest version of One Commander available.

  • 1
  • 2
  • 3

3.30.4.0 | Updated: 16 Jan 2023

Downloads:

13,754

Downloads of v 3.30.4.0:

228

Software Author(s):

  • Milos Paripovic

One Commander 3.30.4.0

This is not the latest version of One Commander available.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install One Commander, run the following command from the command line or from PowerShell:

>

To upgrade One Commander, run the following command from the command line or from PowerShell:

>

To uninstall One Commander, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

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://community.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

3. Copy Your Script

choco upgrade onecommander -y --source="'INTERNAL REPO URL'" --version="'3.30.4.0'" [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 onecommander -y --source="'INTERNAL REPO URL'" --version="'3.30.4.0'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install onecommander
  win_chocolatey:
    name: onecommander
    version: '3.30.4.0'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'onecommander' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '3.30.4.0'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller onecommander
{
    Name     = "onecommander"
    Version  = "3.30.4.0"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'onecommander':
  ensure   => '3.30.4.0',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved as a trusted package on 16 Jan 2023.

Description

One Commander is also available on the Microsoft Store with some limitations.

Commercial use requires a Pro license (includes additional features)

About V3

One Commander V3 is a modern file manager for Windows 10 and Windows 11.
Features include tabs, dual-pane browsers, columns navigation, built-in
preview, a theming system, color tags, and much more. It is free for home
use and has no ads.

Requirements

One Commander requires Windows 10 or Windows 11.
Windows 10S is NOT supported.
High-DPI screen recommended (above 96ppi).
Acrylic window effect is supported only in Windows 10, but Mica window
effect is available in Windows 11 (may not work in some Insider builds).

Help/Feedback

See Help - User manual

This program doesn't attempt to be just a better-looking Windows File
Explorer with tabs or a MacOS Finder for Windows with columns, but to
challenge the existing workflows that remained unchanged since the '90s.
That is where your feedback comes in, and with it, the program is
constantly evolving.

If you are a designer, you can even improve the look by editing theme xaml
files or creating your own file or folder icons.

If you didn't find what you were looking for in Help you can check Google
Groups
or reach out directly to
support(at)onecommander[D0T]com or
@onecommander Twitter

What is next?

Follow Trello ToDo list to see what
I am currently working on.

Follow @OneCommander on Twitter for
development updates.

Support the program development by providing feedback and bug-reports,
purchasing the license, and/or by helping your social media circle
discover the program.

More information

  • Free for home use and no ads.
  • Commercial use is allowed with the Pro license. (What is commercial
    use?)
  • Privacy tldr: One Commander is not collecting or transmitting users'
    data.
    Detailed Privacy Policy.
  • x64 + x86 (AnyCPU - Runs as 64-bit process on x64 CPUs)
  • Hardware DirectX accelerated where possible
  • Security: DEP (permanent); ASLR (high entropy)

Screenshots

One Commander screenshot
One Commander screenshot
One Commander screenshot
One Commander screenshot


tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop';
$toolsDir   = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$file64Location = Get-Item "$toolsDir\*_x64.zip"
$destination = "$(Get-ToolsLocation)\One Commander"
$chocoVers = '3.30.4.0'

# Place shortcuts in appropriate location
$ProgsFolder = [environment]::getfolderpath('Programs')
If ( Test-ProcessAdminRights ) {
  $ProgsFolder = Join-Path ([environment]::getfolderpath('CommonApplicationData')) `
  'Microsoft\Windows\Start Menu\Programs'
}

$packageArgs = @{
  packageName   = $env:ChocolateyPackageName
  unzipLocation = $destination
  file64        = $file64Location
  shortcutFilePath = "$ProgsFolder\One Commander.lnk"
  targetPath       = "$destination\OneCommander.exe"
  WorkingDirectory = "$destination\"
}

If ((Get-Process OneCommander -ea 0).Path -like "$destination\OneCommander.exe") {
  Write-Host "OneCommander is running, please exit and run the update again" #More visibility
  Write-Error "OneCommander is running, please exit and run the update again" -ErrorAction Stop
}

$localVers = (Get-Item "$destination\OneCommander.exe" -ea 0).VersionInfo.FileVersion
If ($chocoVers -gt $localVers) {#No-op if self updater got here first
  Install-ChocolateyZipPackage @packageArgs
  Install-ChocolateyShortcut @packageArgs
  Install-BinFile -Name "onecommander" -Path "$destination\OneCommander.exe" -UseStart
} Else {
  Write-Host 'The same version or newer is already installed, perhaps by the self updater. No-Op.'
}

Remove-Item $packageArgs.file64 -Force -ea 0
tools\chocolateyuninstall.ps1
$ErrorActionPreference = 'Stop'
$commProgs = Join-Path ([environment]::getfolderpath('CommonApplicationData')) `
                       'Microsoft\Windows\Start Menu\Programs'
$userProgs = [environment]::getfolderpath('Programs')
Remove-Item -Path "$commProgs\One Commander.lnk","$userProgs\One Commander.lnk" -ea 0
Uninstall-BinFile -Name 'onecommander'
tools\LICENSE.txt
Software license agreement

This License Agreement is a legal agreement between you, the end-user, and Milos Paripovic (the "Author") for the use of this software product ("Software"). By installing and/or using the Software, you are agreeing to be bound by the terms and conditions of this Agreement.

This Software can be freely used in a non-commercial environment. 
For commercial use, you can download and evaluate the Software for free for two weeks, but need to purchase a license for long-term use in commercial environment.

Non-commercial use (Free)
-Using on a personal computer to browse and organize personal documents, photos, movies, music, and other files not intended for commercial gain
-Research and education

Commercial use (License required after second week of use)
-Using the program on a company-owned device
-Using it in or for a business or directly/indirectly for financial gain

Grant of license

Author grants you only a limited, non-exclusive license to use the Software. The Software is licensed, not sold, to you for use only under the terms of this Agreement. Additional licenses for 3rd party libraries are in program's \Licenses\ folder.

Restrictions and limitations

You may not lease, rent, or sell the Software or license key. You may not reverse engineer, decompile, or disassemble the Software.

Privacy

This program doesn't track users and doesn't share any personal information. On each start, the program downloads ~9-byte�txt file from onecommander.com which contains the latest�version number to compares it with the currently installed version to notify the�user�if there is an updated version available. If the program crashes, a short Stack Trace (error message, function name and code-line numbers where crash originated) is automatically sent (anonymously) if the firewall rules allow it. It is used for debugging purposes only; Crash logs use Microsoft Application Insights. No private data is collected for any purpose.

DISCLAIMER: THIS SOFTWARE COMES WITH NO WARRANTY OF ANY KIND. THE USER AGREES THAT THE AUTHOR WILL NOT BE HELD LIABLE FOR ANY DAMAGES, DIRECT OR INDIRECT, RESULTING FROM THE USE, MISUSE, OR MALFUNCTION OF THIS SOFTWARE.
tools\OneCommander3.30.4.0_x64.zip
md5: FF27DAF7388E185E89138CDA652AEA18 | sha1: 01ECC37554927EE0177657AF5F6B6908E7427941 | sha256: 4D26D4C86DDC60656D0B60CC843D23FCD0BBEFA8B56C02036E7822A7A989B088 | sha512: 1A418F9247184318D72279A29800C31C22847D609F984588C53E2056C9C54B4F2CE21B60512E06ED149303844C202EB3BD3879BDBCB6D3C3817D57883DE92BFE
tools\VERIFICATION.txt
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

Upstream URLs
  x64: https://onecommander.com/OneCommander3.30.4.0.zip
Checksums of embedded binaries
  checksumtype: sha256
  checksum64: 4D26D4C86DDC60656D0B60CC843D23FCD0BBEFA8B56C02036E7822A7A989B088

File 'LICENSE.txt' is obtained from:
	https://onecommander.com/license.txt

Log in or click on link to see number of positives.

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
One Commander 3.69.3.0 654 Sunday, February 25, 2024 Approved
One Commander 3.68.3.0 427 Monday, February 12, 2024 Approved
One Commander 3.67.0.0 426 Tuesday, January 30, 2024 Approved
One Commander 3.66.1.0 391 Saturday, January 20, 2024 Approved
One Commander 3.64.3.0 496 Saturday, January 6, 2024 Approved
One Commander 3.64.1 20 Friday, January 5, 2024 Approved
One Commander 3.58.0.0 915 Saturday, November 4, 2023 Approved
One Commander 3.56.0.0 522 Thursday, October 19, 2023 Approved
One Commander 3.53.1.0 1565 Thursday, September 28, 2023 Approved
One Commander 3.50.0.0 617 Sunday, August 27, 2023 Approved
One Commander 3.48.1.1 766 Monday, July 10, 2023 Approved
One Commander 3.46.1.0 363 Friday, June 23, 2023 Approved
One Commander 3.44.1.0 558 Saturday, May 13, 2023 Approved
One Commander 3.43.7.1 340 Sunday, April 30, 2023 Approved
One Commander 3.43.4.0 109 Saturday, April 29, 2023 Approved
One Commander 3.42.0.0 158 Thursday, April 27, 2023 Approved
One Commander 3.41.3.1 268 Monday, April 17, 2023 Approved
One Commander 3.40.3.0 265 Monday, April 10, 2023 Approved
One Commander 3.40.2.0 52 Sunday, April 9, 2023 Approved
One Commander 3.40.1.0 62 Sunday, April 9, 2023 Approved
One Commander 3.37.1.0 358 Wednesday, March 22, 2023 Approved
One Commander 3.35.1.0 363 Saturday, March 4, 2023 Approved
One Commander 3.34.0.0 201 Sunday, February 26, 2023 Approved
One Commander 3.33.0.0 326 Sunday, February 12, 2023 Approved
One Commander 3.32.2.0 216 Sunday, February 5, 2023 Approved
One Commander 3.31.2.0 240 Saturday, January 28, 2023 Approved
One Commander 3.31.1.0 111 Thursday, January 26, 2023 Approved
One Commander 3.31.0.1 87 Wednesday, January 25, 2023 Approved
One Commander 3.30.4.0 228 Monday, January 16, 2023 Approved
One Commander 3.29.2.1 223 Thursday, January 5, 2023 Approved
One Commander 3.25.0.0 375 Thursday, December 1, 2022 Approved
One Commander 3.21.1.0 240 Thursday, November 10, 2022 Approved
One Commander 3.19.1.0 178 Sunday, October 30, 2022 Approved
One Commander 3.17.1.1 93 Thursday, October 27, 2022 Approved
One Commander 3.5.15.0 591 Monday, May 30, 2022 Approved
One Commander 3.5.12.0 38 Saturday, May 21, 2022 Approved
One Commander 3.4.46.0 345 Saturday, April 2, 2022 Approved
One Commander 3.4.38.0 219 Wednesday, March 30, 2022 Approved

This package has no dependencies.

Discussion for the One Commander Package

Ground Rules:

  • This discussion is only about One Commander and the One Commander 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 One Commander, 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.
comments powered by Disqus