Downloads:
23,704
Downloads of v 7.0.0:
1,611
Last Update:
11 Nov 2024
Package Maintainer(s):
Software Author(s):
- Ferdium Contributors
Tags:
ferdium ferdi franz messaging- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
ferdium
- 1
- 2
- 3
7.0.0 | Updated: 11 Nov 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
23,704
Downloads of v 7.0.0:
1,611
Maintainer(s):
Software Author(s):
- Ferdium Contributors
ferdium 7.0.0
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Ferdium Contributors. The inclusion of Ferdium Contributors trademark(s), if any, upon this webpage is solely to identify Ferdium Contributors 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
Deployment Method: Individual Install, Upgrade, & Uninstall
To install ferdium, run the following command from the command line or from PowerShell:
To upgrade ferdium, run the following command from the command line or from PowerShell:
To uninstall ferdium, 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 ferdium --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 ferdium -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 ferdium -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 ferdium
win_chocolatey:
name: ferdium
version: '7.0.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'ferdium' do
action :install
source 'INTERNAL REPO URL'
version '7.0.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller ferdium
{
Name = "ferdium"
Version = "7.0.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'ferdium':
ensure => '7.0.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.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 11 Nov 2024.
What is ferdium?
Ferdium is a desktop app that helps you organize how you use your favourite apps by combining them into one application. It is based on Franz - a software already used by thousands of people - with the difference that Ferdium gives you many additional features and doesn't restrict its usage! Furthermore, Ferdium is compatible with your existing Franz account, so you can continue right where you left off. Please find out more about Ferdium and its features on ferdium.org.
Features
- [x] ferdium puts all your web apps into one place
- [x] Native support for 180+ services
- [x] Workspaces to keep your personal and work life separated
- [x] Support for multiple accounts on any service
- [x] Dark Mode support for all of your services
- [x] Optional cloud sync to keep your services synchronized between devices
- [x] Better control over when you get which notifications
- [x] Cross-platform so you can view your services on all your computers
- [x] Full proxy support to work in every network environment
- [x] ferdium speaks your language: Support for 20+ languages
...and best of all:
- [x] Its completely free! There are no restrictions on features, no paywalls, no ads
Migrating from Ferdi
If you are a pre-existing user of Ferdi, and are thinking of switching to Ferdium, you might want to run the following scripts to migrate your existing Ferdi profile such that Ferdium can pick up the configurations. (.ps1 for PowerShell/Windows users and .sh for UNIX (Linux and MacOS users)
Log in or click on link to see number of positives.
- ferdium.7.0.0.nupkg (1598ccc934ce) - ## / 66
- Ferdium-win-AutoSetup-7.0.0-x64.exe (74954ace9015) - ## / 63
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 |
---|---|---|---|---|
ferdium 7.0.0 | 1611 | Monday, November 11, 2024 | Approved | |
ferdium 6.7.7 | 1560 | Sunday, September 22, 2024 | Approved | |
ferdium 6.7.6 | 1452 | Tuesday, August 6, 2024 | Approved | |
ferdium 6.7.5 | 1290 | Saturday, June 29, 2024 | Approved | |
ferdium 6.7.4 | 1353 | Saturday, May 18, 2024 | Approved | |
ferdium 6.7.3 | 1048 | Thursday, April 25, 2024 | Approved | |
ferdium 6.7.2 | 955 | Wednesday, March 27, 2024 | Approved | |
ferdium 6.7.1 | 650 | Sunday, March 10, 2024 | Approved | |
ferdium 6.7.0 | 1143 | Saturday, December 23, 2023 | Approved | |
ferdium 6.6.0 | 972 | Friday, October 27, 2023 | Approved | |
ferdium 6.5.2 | 512 | Wednesday, October 18, 2023 | Approved | |
ferdium 6.5.1 | 599 | Tuesday, October 3, 2023 | Approved | |
ferdium 6.5.0 | 92 | Tuesday, October 3, 2023 | Approved | |
ferdium 6.4.1 | 868 | Thursday, August 17, 2023 | Approved | |
ferdium 6.4.1-beta-2 | 45 | Friday, August 11, 2023 | Approved | |
ferdium 6.4.1-beta-1 | 63 | Thursday, August 3, 2023 | Approved | |
ferdium 6.4.0 | 961 | Saturday, June 24, 2023 | Approved | |
ferdium 6.3.0 | 536 | Sunday, June 4, 2023 | Approved | |
ferdium 6.2.7 | 578 | Tuesday, May 9, 2023 | Approved | |
ferdium 6.2.6 | 716 | Thursday, March 30, 2023 | Approved | |
ferdium 6.2.6-beta-1 | 66 | Monday, March 27, 2023 | Approved | |
ferdium 6.2.5-beta-2 | 57 | Sunday, March 5, 2023 | Approved | |
ferdium 6.2.5-beta-1 | 84 | Thursday, February 9, 2023 | Approved | |
ferdium 6.2.4 | 816 | Saturday, January 28, 2023 | Approved | |
ferdium 6.2.3 | 516 | Saturday, December 24, 2022 | Exempted | |
ferdium 6.2.2 | 549 | Monday, December 5, 2022 | Exempted | |
ferdium 6.2.1 | 251 | Wednesday, November 30, 2022 | Exempted | |
ferdium 6.2.1-beta-2 | 81 | Sunday, November 27, 2022 | Exempted | |
ferdium 6.2.1-beta-1 | 90 | Thursday, October 20, 2022 | Exempted | |
ferdium 6.2.0 | 748 | Saturday, September 24, 2022 | Approved | |
ferdium 6.1.0 | 370 | Saturday, August 27, 2022 | Exempted | |
ferdium 6.0.1.20220728-nightly-1 | 183 | Thursday, July 28, 2022 | Exempted | |
ferdium 6.0.1.20220727-nightly-1 | 91 | Wednesday, July 27, 2022 | Exempted | |
ferdium 6.0.1.20220726-nightly-1 | 88 | Tuesday, July 26, 2022 | Exempted | |
ferdium 6.0.1.20220725-nightly-1 | 90 | Monday, July 25, 2022 | Exempted | |
ferdium 6.0.1.20220724-nightly-1 | 95 | Sunday, July 24, 2022 | Exempted | |
ferdium 6.0.1.20220723-nightly-1 | 90 | Saturday, July 23, 2022 | Exempted | |
ferdium 6.0.1-nightly-1 | 71 | Friday, July 22, 2022 | Exempted | |
ferdium 6.0.0.20220721-nightly-85 | 96 | Thursday, July 21, 2022 | Exempted | |
ferdium 6.0.0.20220720-nightly-85 | 88 | Wednesday, July 20, 2022 | Exempted | |
ferdium 6.0.0.20220719-nightly-85 | 80 | Tuesday, July 19, 2022 | Exempted | |
ferdium 6.0.0.20220718-nightly-85 | 91 | Monday, July 18, 2022 | Exempted | |
ferdium 6.0.0.20220717-nightly-85 | 73 | Sunday, July 17, 2022 | Exempted | |
ferdium 6.0.0.20220716-nightly-85 | 66 | Saturday, July 16, 2022 | Exempted | |
ferdium 6.0.0.20220715-nightly-85 | 66 | Friday, July 15, 2022 | Exempted | |
ferdium 6.0.0.20220714-nightly-85 | 84 | Thursday, July 14, 2022 | Exempted | |
ferdium 6.0.0.20220713-nightly-85 | 88 | Wednesday, July 13, 2022 | Exempted | |
ferdium 6.0.0.20220712-nightly-85 | 67 | Tuesday, July 12, 2022 | Exempted | |
ferdium 6.0.0.20220711-nightly-85 | 81 | Monday, July 11, 2022 | Exempted | |
ferdium 6.0.0.20220710-nightly-85 | 74 | Sunday, July 10, 2022 | Exempted | |
ferdium 6.0.0.20220709-nightly-85 | 71 | Saturday, July 9, 2022 | Exempted | |
ferdium 6.0.0.20220708-nightly-85 | 74 | Friday, July 8, 2022 | Exempted | |
ferdium 6.0.0.20220707-nightly-85 | 93 | Thursday, July 7, 2022 | Exempted | |
ferdium 6.0.0.20220706-nightly-85 | 93 | Wednesday, July 6, 2022 | Exempted | |
ferdium 6.0.0.20220705-nightly-85 | 70 | Tuesday, July 5, 2022 | Exempted | |
ferdium 6.0.0.20220704-nightly-85 | 98 | Monday, July 4, 2022 | Exempted | |
ferdium 6.0.0.20220703-nightly-85 | 70 | Sunday, July 3, 2022 | Exempted | |
ferdium 6.0.0 | 292 | Thursday, July 28, 2022 | Approved | |
ferdium 6.0.0-nightly-85 | 76 | Saturday, July 2, 2022 | Exempted | |
ferdium 6.0.0-nightly-81 | 70 | Thursday, June 30, 2022 | Exempted | |
ferdium 6.0.0-nightly-80 | 84 | Tuesday, June 28, 2022 | Exempted | |
ferdium 6.0.0-nightly-79 | 68 | Tuesday, June 28, 2022 | Exempted | |
ferdium 6.0.0-nightly-78 | 62 | Sunday, June 26, 2022 | Exempted | |
ferdium 6.0.0-nightly-77 | 61 | Saturday, June 25, 2022 | Exempted | |
ferdium 6.0.0-nightly-75 | 55 | Friday, June 24, 2022 | Exempted | |
ferdium 6.0.0-nightly-74 | 73 | Friday, June 24, 2022 | Exempted |
This package has no dependencies.
Ground Rules:
- This discussion is only about ferdium and the ferdium 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 ferdium, 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.