Chocolatey Community Coffee Break

Join the Chocolatey Team on our regular monthly stream where we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

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

Announcing Chocolatey Central Management 0.10.0

Livestream from
Thursday, 06 October 2022

We recently released our largest update to Chocolatey Central Management so far. Join Gary and Steph to find out more about Chocolatey Central Management and the new features and fixes we've added to this release.

Watch On-Demand
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
Chocolatey Product Spotlight: Chocolatey 1.2.0 and Chocolatey Licensed Extension 5.0.0

Livestream from
Thursday, 03 November 2022

Join Paul and Gary for this months Chocolatey product livestream where we look at the latest release of Chocolatey 1.2.0, Chocolatey Licensed Extension 5.0.0 and shine a spotlight on the new hook scripts functionality. This opens up so many possibilities for Chocolatey CLI users!

Watch On-Demand
Chocolatey Coding Livestream

Livestream from
Tuesday, 29 November 2022

Join Josh as he adds the ability to manage Chocolatey GUI config and features with the Chocolatey Ansible Collection.

Watch On-Demand
Introduction into Chocolatey with Veeam

Webinar from
Tuesday, 13 December 2022

Join Gary, Paul, and Maurice as they introduce and demonstrate how to use Chocolatey! Questions will be answered live in an Ask Me Anything format.

Watch On-Demand

Downloads:

13,179

Downloads of v 10.108.19:

47

Last Update:

23 Dec 2022

Package Maintainer(s):

Software Author(s):

  • Bookry Ltd.

Tags:

wavebox multi webapp chat client messenger whatsapp facebook skype gmail outlook drive office365

Wavebox

This is not the latest version of Wavebox available.

  • 1
  • 2
  • 3

10.108.19 | Updated: 23 Dec 2022

Downloads:

13,179

Downloads of v 10.108.19:

47

Maintainer(s):

Software Author(s):

  • Bookry Ltd.

Wavebox 10.108.19

This is not the latest version of Wavebox 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 Wavebox, run the following command from the command line or from PowerShell:

>

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

>

To uninstall Wavebox, 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 wavebox -y --source="'INTERNAL REPO URL'" --version="'10.108.19'" [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 wavebox -y --source="'INTERNAL REPO URL'" --version="'10.108.19'" 
$exitCode = $LASTEXITCODE

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

Exit $exitCode

- name: Install wavebox
  win_chocolatey:
    name: wavebox
    version: '10.108.19'
    source: INTERNAL REPO URL
    state: present

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


chocolatey_package 'wavebox' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '10.108.19'
end

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


cChocoPackageInstaller wavebox
{
    Name     = "wavebox"
    Version  = "10.108.19"
    Source   = "INTERNAL REPO URL"
}

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


package { 'wavebox':
  ensure   => '10.108.19',
  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.

NOTE

Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...

Package Approved

This package was approved as a trusted package on 23 Dec 2022.

Description

Unlike browser tabs, which work independently, Wavebox brings everything together as a single suite of web apps. For example, you’ll get notified on anything new across all your apps without having to check each tabs individually. You’ll also find it easier maintain context across workflows and stay focused.

Wavebox screenshot

More screenshots

Commercial software

Setup starts you with a free/trial version that can be upgraded to "pro subscription" purchasing a license plan.
You can check "pro" features and buy here.

32 bit version

Wavebox is not working on 32 bit Windows versions.

Wavebox 10 (update from 4.x)

Wavebox 10 is a new version totally rebuilt from scratch, so it has been name "10.x" instead of "5.x". Previous version is not automatically uninstalled, so you can decide yourself to continue using it or remove from your system. There is a migration tool available to move your accounts/settings to the new application. For more information visit (https://kb.wavebox.io/wavebox-10-migration-wizard/).


tools\chocolateyinstall.ps1

$ErrorActionPreference = 'Stop';
$toolsDir   = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url64      = 'https://download.wavebox.app/stable/win/Install%20Wavebox%2010.108.19.2.exe'

$packageArgs = @{
  packageName   = $env:ChocolateyPackageName
  unzipLocation = $toolsDir
  fileType      = 'EXE'
  url64bit      = $url64

  softwareName  = 'Wavebox'

  checksum64    = '4d405e94026836ac2aaa3c2723804c39'
  checksumType64= 'md5'

  validExitCodes= @(0, 3010, 1641)
  silentArgs   = '--disable-progress --do-not-launch-chrome'
}

Install-ChocolateyPackage @packageArgs










    








tools\chocolateyuninstall.ps1
$ErrorActionPreference = 'Stop';
$toolsDir   = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
  packageName   = $env:ChocolateyPackageName
  softwareName  = '*Wavebox*'
  fileType      = 'EXE'
  silentArgs    = "--uninstall -s"
  validExitCodes= @(0, 3010, 1641)
}

$uninstalled = $false
[array]$key = Get-UninstallRegistryKey -SoftwareName $packageArgs['softwareName']

if ($key.Count -eq 1) {
  $key | % { 
    $packageArgs['file'] = $env:USERPROFILE + "\AppData\Local\wavebox\Update.exe" 
    if ($packageArgs['fileType'] -eq 'MSI') {
      $packageArgs['silentArgs'] = "$($_.PSChildName) $($packageArgs['silentArgs'])"
      $packageArgs['file'] = ''
    }

    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.

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
Wavebox 10.111.32 34 Monday, March 20, 2023 Approved
Wavebox 10.111.15 39 Monday, March 13, 2023 Approved
Wavebox 10.111.14 37 Wednesday, March 8, 2023 Approved
Wavebox 10.110.26 69 Thursday, February 23, 2023 Approved
Wavebox 10.110.18 34 Thursday, February 16, 2023 Approved
Wavebox 10.109.14 43 Tuesday, January 31, 2023 Approved
Wavebox 10.109.8 53 Thursday, January 12, 2023 Approved
Wavebox 10.108.19 47 Friday, December 23, 2022 Approved
Wavebox 10.108.14 44 Tuesday, December 6, 2022 Approved
Wavebox 10.107.16 43 Monday, November 21, 2022 Approved
Wavebox 10.107.10 56 Thursday, November 10, 2022 Approved
Wavebox 10.106.8 81 Monday, October 17, 2022 Approved
Wavebox 10.106.5 81 Monday, October 3, 2022 Approved
Wavebox 10.105.26 89 Friday, September 16, 2022 Approved
Wavebox 10.105.8 66 Tuesday, September 6, 2022 Approved
Wavebox 10.104.14 55 Thursday, August 25, 2022 Approved
Wavebox 10.104.7 99 Thursday, August 4, 2022 Approved
Wavebox 10.103.39 48 Tuesday, July 26, 2022 Approved
Wavebox 10.103.28 63 Thursday, July 7, 2022 Approved
Wavebox 10.103.5 60 Monday, June 27, 2022 Approved
Wavebox 10.102.21 55 Thursday, June 16, 2022 Approved
Wavebox 10.102.12 64 Thursday, May 26, 2022 Approved
Wavebox 10.101.21 47 Thursday, May 19, 2022 Approved
Wavebox 10.101.16 77 Monday, May 9, 2022 Approved
Wavebox 10.100.12 63 Thursday, April 21, 2022 Approved
Wavebox 10.99.50 65 Monday, April 4, 2022 Approved
Wavebox 10.99.46 68 Tuesday, March 29, 2022 Approved
Wavebox 10.99.14 58 Thursday, March 17, 2022 Approved
Wavebox 10.99.11 62 Thursday, March 3, 2022 Approved
Wavebox 10.98.34 64 Thursday, February 24, 2022 Approved
Wavebox 10.98.9 69 Tuesday, February 8, 2022 Approved
Wavebox 10.97.33 75 Tuesday, January 25, 2022 Approved
Wavebox 10.97.32 47 Monday, January 24, 2022 Approved
Wavebox 10.97.26 70 Tuesday, January 18, 2022 Approved
Wavebox 10.97.16 58 Tuesday, January 11, 2022 Approved
Wavebox 10.96.38 71 Friday, December 24, 2021 Approved
Wavebox 10.96.36 76 Friday, December 17, 2021 Approved
Wavebox 10.96.31 57 Monday, December 13, 2021 Approved
Wavebox 10.96.23 59 Thursday, December 2, 2021 Approved
Wavebox 10.96.12 75 Monday, November 15, 2021 Approved
Wavebox 10.95.41 69 Monday, November 8, 2021 Approved
Wavebox 10.95.29 63 Thursday, October 28, 2021 Approved
Wavebox 10.94.24 71 Thursday, October 14, 2021 Approved
Wavebox 10.94.17 79 Thursday, September 30, 2021 Approved
Wavebox 10.93.12 70 Monday, September 20, 2021 Approved
Wavebox 10.93.11 54 Thursday, September 16, 2021 Approved
Wavebox 10.93.9 67 Tuesday, September 7, 2021 Approved
Wavebox 10.92.95 68 Monday, August 30, 2021 Approved
Wavebox 10.92.14 82 Wednesday, August 4, 2021 Approved
Wavebox 10.0.594 96 Tuesday, July 20, 2021 Approved
Wavebox 10.0.554 83 Monday, June 21, 2021 Approved
Wavebox 10.0.542 93 Tuesday, June 1, 2021 Approved
Wavebox 10.0.518 83 Thursday, May 20, 2021 Approved
Wavebox 10.0.503 85 Wednesday, May 5, 2021 Approved
Wavebox 10.0.495 86 Wednesday, April 28, 2021 Approved
Wavebox 10.0.487 77 Sunday, April 18, 2021 Approved
Wavebox 10.0.462 119 Wednesday, March 17, 2021 Approved
Wavebox 10.0.454 107 Saturday, March 6, 2021 Approved
Wavebox 10.0.442 76 Monday, March 1, 2021 Approved
Wavebox 10.0.422 120 Tuesday, February 9, 2021 Approved
Wavebox 10.0.419 81 Monday, February 8, 2021 Approved
Wavebox 10.0.407 105 Wednesday, January 27, 2021 Approved
Wavebox 10.0.406 73 Tuesday, January 26, 2021 Approved
Wavebox 10.0.393 105 Friday, January 15, 2021 Approved
Wavebox 10.0.389 131 Thursday, December 10, 2020 Approved
Wavebox 10.0.388 100 Monday, December 7, 2020 Approved
Wavebox 10.0.378 96 Friday, November 27, 2020 Approved
Wavebox 10.0.356 106 Tuesday, November 17, 2020 Approved
Wavebox 10.0.353 115 Wednesday, November 11, 2020 Approved
Wavebox 10.0.352 106 Wednesday, November 4, 2020 Approved
Wavebox 10.0.341 97 Tuesday, November 3, 2020 Approved
Wavebox 10.0.322 152 Tuesday, October 13, 2020 Approved
Wavebox 10.0.319 108 Monday, October 12, 2020 Approved
Wavebox 10.0.283 129 Friday, September 18, 2020 Approved
Wavebox 10.0.265 107 Monday, September 7, 2020 Approved
Wavebox 10.0.230 154 Wednesday, August 12, 2020 Approved
Wavebox 10.0.225 121 Monday, August 3, 2020 Approved
Wavebox 10.0.195 167 Tuesday, July 7, 2020 Approved
Wavebox 10.0.179 194 Thursday, June 4, 2020 Approved
Wavebox 10.0.172 129 Friday, May 29, 2020 Approved
Wavebox 10.0.158 158 Monday, May 11, 2020 Approved
Wavebox 10.0.148 151 Monday, May 4, 2020 Approved
Wavebox 10.0.142 147 Friday, April 24, 2020 Approved
Wavebox 10.0.128 180 Tuesday, April 7, 2020 Approved
Wavebox 10.0.121 165 Monday, March 23, 2020 Approved
Wavebox 10.0.104 171 Tuesday, March 3, 2020 Approved
Wavebox 10.0.90 165 Wednesday, February 26, 2020 Approved
Wavebox 10.0.82 170 Tuesday, February 18, 2020 Approved
Wavebox 10.0.69 142 Tuesday, February 11, 2020 Approved
Wavebox 4.11.11 136 Sunday, February 2, 2020 Approved
Wavebox 4.11.4 248 Thursday, October 10, 2019 Approved
Wavebox 4.11.3 215 Wednesday, September 4, 2019 Approved
Wavebox 4.11.2 173 Friday, August 9, 2019 Approved
Wavebox 4.11.1 146 Thursday, August 8, 2019 Approved
Wavebox 4.11.0 154 Wednesday, August 7, 2019 Approved
Wavebox 4.10.5 164 Tuesday, July 23, 2019 Approved
Wavebox 4.10.4 184 Friday, July 19, 2019 Approved
Wavebox 4.10.1 213 Wednesday, May 15, 2019 Approved
Wavebox 4.9.3 184 Thursday, April 4, 2019 Approved
Wavebox 4.9.2 164 Wednesday, April 3, 2019 Approved
Wavebox 4.9.0 171 Thursday, March 28, 2019 Approved
Wavebox 4.8.4 210 Monday, March 18, 2019 Approved
Wavebox 4.8.3 186 Thursday, March 14, 2019 Approved
Wavebox 4.8.2 164 Tuesday, March 12, 2019 Approved
Wavebox 4.8.1 170 Tuesday, March 12, 2019 Approved
Wavebox 4.8.0 198 Monday, March 11, 2019 Approved
Wavebox 4.7.3 182 Thursday, February 21, 2019 Approved
Wavebox 4.7.2 194 Monday, February 18, 2019 Approved
Wavebox 4.7.1 165 Thursday, February 14, 2019 Approved
Wavebox 4.7.0 211 Tuesday, February 12, 2019 Approved
Wavebox 4.6.0 191 Saturday, February 9, 2019 Approved
Wavebox 4.5.10 186 Tuesday, January 15, 2019 Approved
Wavebox 4.5.9 208 Saturday, December 22, 2018 Approved
Wavebox 4.5.5 184 Wednesday, December 12, 2018 Approved
Wavebox 4.4.0 220 Saturday, October 20, 2018 Approved

This package has no dependencies.

Discussion for the Wavebox Package

Ground Rules:

  • This discussion is only about Wavebox and the Wavebox 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 Wavebox, 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