Downloads:
17,093
Downloads of v 3.92.0:
629
Last Update:
17 Nov 2024
Package Maintainer(s):
Software Author(s):
- Milos Paripovic
Tags:
onecommander commander file manager filemanager folder directory dualpane dual pane explorer portable- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
One Commander
- 1
- 2
- 3
3.92.0 | Updated: 17 Nov 2024
- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
17,093
Downloads of v 3.92.0:
629
Maintainer(s):
Software Author(s):
- Milos Paripovic
One Commander 3.92.0
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Milos Paripovic. The inclusion of Milos Paripovic trademark(s), if any, upon this webpage is solely to identify Milos Paripovic goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
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:
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
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
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
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download onecommander --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade onecommander -y --source="'INTERNAL REPO 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 onecommander -y --source="'INTERNAL REPO URL'"
$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.92.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.92.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller onecommander
{
Name = "onecommander"
Version = "3.92.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'onecommander':
ensure => '3.92.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.
This package was approved as a trusted package on 17 Nov 2024.
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
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
$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'
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.
md5: 22AFD74576086E7106B11F787578DEF8 | sha1: E092D858EA2DAFB088323E31A3EA38C0B0CE5BD0 | sha256: 7F9A22E2778E1CA1DD4E595DCD3D6A69DAB63469831FFE430CF7632414B58B82 | sha512: 3F77B385C4F579D1E0409A525B777EB4F82656A4241E516858D3748FAEDBCD6D80C48D41F46656D4FF657A52C17ED6762F8FE10371DCA9D64D37EA8F96005EF0
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.92.0.0.zip
Checksums of embedded binaries
checksumtype: sha256
checksum64: 7F9A22E2778E1CA1DD4E595DCD3D6A69DAB63469831FFE430CF7632414B58B82
File 'LICENSE.txt' is obtained from:
https://onecommander.com/license.txt
Log in or click on link to see number of positives.
- onecommander.3.92.0.nupkg (1f9c96e6cd52) - ## / 66
- OneCommander3.92.0.0_x64.zip (7f9a22e2778e) - ## / 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 |
---|---|---|---|---|
One Commander 3.92.0 | 629 | Sunday, November 17, 2024 | Approved | |
One Commander 3.71.2.0 | 1921 | Wednesday, March 20, 2024 | Approved | |
One Commander 3.69.3.0 | 671 | Sunday, February 25, 2024 | Approved | |
One Commander 3.68.3.0 | 471 | Monday, February 12, 2024 | Approved | |
One Commander 3.67.0.0 | 453 | Tuesday, January 30, 2024 | Approved | |
One Commander 3.66.1.0 | 414 | Saturday, January 20, 2024 | Approved | |
One Commander 3.64.3.0 | 518 | Saturday, January 6, 2024 | Approved | |
One Commander 3.64.1 | 38 | Friday, January 5, 2024 | Approved | |
One Commander 3.58.0.0 | 934 | Saturday, November 4, 2023 | Approved | |
One Commander 3.56.0.0 | 545 | Thursday, October 19, 2023 | Approved | |
One Commander 3.53.1.0 | 1606 | Thursday, September 28, 2023 | Approved | |
One Commander 3.50.0.0 | 636 | Sunday, August 27, 2023 | Approved | |
One Commander 3.48.1.1 | 789 | Monday, July 10, 2023 | Approved | |
One Commander 3.46.1.0 | 376 | Friday, June 23, 2023 | Approved | |
One Commander 3.44.1.0 | 581 | Saturday, May 13, 2023 | Approved | |
One Commander 3.43.7.1 | 362 | Sunday, April 30, 2023 | Approved | |
One Commander 3.43.4.0 | 149 | Saturday, April 29, 2023 | Approved | |
One Commander 3.42.0.0 | 183 | Thursday, April 27, 2023 | Approved | |
One Commander 3.41.3.1 | 289 | Monday, April 17, 2023 | Approved | |
One Commander 3.40.3.0 | 284 | Monday, April 10, 2023 | Approved | |
One Commander 3.40.2.0 | 96 | Sunday, April 9, 2023 | Approved | |
One Commander 3.40.1.0 | 86 | Sunday, April 9, 2023 | Approved | |
One Commander 3.37.1.0 | 393 | Wednesday, March 22, 2023 | Approved | |
One Commander 3.35.1.0 | 377 | Saturday, March 4, 2023 | Approved | |
One Commander 3.34.0.0 | 223 | Sunday, February 26, 2023 | Approved | |
One Commander 3.33.0.0 | 348 | Sunday, February 12, 2023 | Approved | |
One Commander 3.32.2.0 | 232 | Sunday, February 5, 2023 | Approved | |
One Commander 3.31.2.0 | 277 | Saturday, January 28, 2023 | Approved | |
One Commander 3.31.1.0 | 151 | Thursday, January 26, 2023 | Approved | |
One Commander 3.31.0.1 | 108 | Wednesday, January 25, 2023 | Approved | |
One Commander 3.30.4.0 | 243 | Monday, January 16, 2023 | Approved | |
One Commander 3.29.2.1 | 243 | Thursday, January 5, 2023 | Approved | |
One Commander 3.25.0.0 | 423 | Thursday, December 1, 2022 | Approved | |
One Commander 3.21.1.0 | 279 | Thursday, November 10, 2022 | Approved | |
One Commander 3.19.1.0 | 203 | Sunday, October 30, 2022 | Approved | |
One Commander 3.17.1.1 | 148 | Thursday, October 27, 2022 | Approved | |
One Commander 3.5.15.0 | 611 | Monday, May 30, 2022 | Approved | |
One Commander 3.5.12.0 | 57 | Saturday, May 21, 2022 | Approved | |
One Commander 3.4.46.0 | 360 | Saturday, April 2, 2022 | Approved | |
One Commander 3.4.38.0 | 237 | Wednesday, March 30, 2022 | Approved |
Copyright Milos Paripovic © 2013-2022. All Rights Reserved.
This package has no dependencies.
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.