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

Downloads:

243,827

Downloads of v 10.0.0.30:

415

Last Update:

28 Jan 2019

Package Maintainer(s):

Software Author(s):

  • Viber Media Inc.

Tags:

Viber

This is not the latest version of Viber available.

  • 1
  • 2
  • 3

10.0.0.30 | Updated: 28 Jan 2019

Downloads:

243,827

Downloads of v 10.0.0.30:

415

Maintainer(s):

Software Author(s):

  • Viber Media Inc.

Viber 10.0.0.30

This is not the latest version of Viber available.

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Viber Media Inc. The inclusion of Viber Media Inc. trademark(s), if any, upon this webpage is solely to identify Viber Media Inc. goods or services and not for commercial purposes.

  • 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 Viber, run the following command from the command line or from PowerShell:

>

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

>

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

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

Exit $exitCode

- name: Install viber
  win_chocolatey:
    name: viber
    version: '10.0.0.30'
    source: INTERNAL REPO URL
    state: present

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


chocolatey_package 'viber' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '10.0.0.30'
end

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


cChocoPackageInstaller viber
{
    Name     = "viber"
    Version  = "10.0.0.30"
    Source   = "INTERNAL REPO URL"
}

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


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

WARNING

There are versions of this package awaiting moderation . See the Version History section below.

Package Approved

This package was approved as a trusted package on 28 Jan 2019.

Description

Viber is a mobile application that lets you make free phone calls and send text messages to anyone who also has the application installed. You can call or text any Viber user, anywhere in the world, for free.

Viber integrates seamlessly with your existing address book, has great sound quality and once activated, does not require a PIN, username or any additional "in application" purchase.

Please Note: This is an automatically updated package. If you find it is
out of date by more than a day or two, please contact the maintainer(s) and
let them know the package is no longer updating correctly.


tools\chocolateyInstall.ahk
#NoEnv
SetTitleMatchMode, 1  ;begins
DetectHiddenText, off
DetectHiddenWindows, off
 
winTitle = Viber ahk_class Qt5QWindowIcon
 
WinWait, %winTitle%, , 120
WinClose, %winTitle%
 
ExitApp
tools\chocolateyInstall.ps1
$ErrorActionPreference = 'Stop';

$toolsDir     = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url          = 'https://download.cdn.viber.com/desktop/windows/ViberSetup.exe'
$checksum     = 'DEF515D3D70CD8745928C7E85B666E6FEF5C9DF9437CBFF1BA525CAAC0F3B58B'
$checksumType = 'sha256'
$packageArgs = @{
  packageName    = $env:ChocolateyPackageName
  fileType       = 'exe'
  url            = $url
  checksum       = $checksum
  checksumType   = $checksumType
  softwareName   = "Viber*"
  silentArgs     = '/install /quiet /norestart'
  validExitCodes = @(0)
  destination   = $toolsDir
}

# silent install requires AutoHotKey
$ahkFile = Join-Path $toolsDir 'chocolateyInstall.ahk'
$ahkEXE = Get-ChildItem "$env:ChocolateyInstall\lib\autohotkey.portable" -Recurse -filter autohotkey.exe
$ahkProc = Start-Process -FilePath $ahkEXE.FullName -ArgumentList "$ahkFile" -PassThru
Write-Debug "AutoHotKey start time:`t$($ahkProc.StartTime.ToShortTimeString())"
Write-Debug "Process ID:`t$($ahkProc.Id)"

Install-ChocolateyPackage @packageArgs

if (Get-Process -id $ahkProc.Id -ErrorAction SilentlyContinue) {Stop-Process -id $ahkProc.Id}

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
Viber 25.7.1 4 Thursday, July 10, 2025
Waiting for Maintainer
Viber 25.7.0 2 Wednesday, July 9, 2025
Waiting for Maintainer
Viber 25.6.0 10 Wednesday, June 25, 2025
Waiting for Maintainer
Viber 25.5.0 12 Wednesday, June 11, 2025
Waiting for Maintainer
Viber 18.8.0.0 1254 Wednesday, November 2, 2022 Exempted
Viber 18.5.0.10 4461 Tuesday, September 27, 2022 Approved
Viber 18.4.0.6 2469 Wednesday, September 7, 2022 Approved
Viber 18.3.0.1 3626 Thursday, August 25, 2022 Approved
Viber 18.2.0.1 3023 Wednesday, August 10, 2022 Approved
Viber 18.1.0.0 3167 Tuesday, July 26, 2022 Approved
Viber 18.0.0.0 2750 Tuesday, July 12, 2022 Approved
Viber 17.9.0.0 3550 Wednesday, June 29, 2022 Approved
Viber 17.8.1.2 1935 Wednesday, June 22, 2022 Approved
Viber 17.8.1.0 1475 Friday, June 17, 2022 Approved
Viber 17.8.0.0 1013 Tuesday, June 14, 2022 Approved
Viber 17.7.0.0 3765 Tuesday, May 31, 2022 Approved
Viber 17.6.0.15 2809 Thursday, May 19, 2022 Approved
Viber 17.6.0.2 1017 Monday, May 16, 2022 Approved
Viber 17.5.1.11 3313 Saturday, April 30, 2022 Approved
Viber 17.5.1.0 664 Thursday, April 28, 2022 Approved
Viber 17.4.0.482 2063 Wednesday, April 20, 2022 Approved
Viber 17.4.0.472 500 Tuesday, April 19, 2022 Approved
Viber 17.4.0.10 1580 Wednesday, April 13, 2022 Approved
Viber 17.4.0.3 738 Monday, April 11, 2022 Approved
Viber 17.3.0.7 2983 Wednesday, March 30, 2022 Approved
Viber 17.2.0.6 3045 Wednesday, March 16, 2022 Approved
Viber 17.1.0.2 2572 Wednesday, March 2, 2022 Approved
Viber 17.0.0.0 2846 Tuesday, February 15, 2022 Approved
Viber 16.9.0.0 2879 Thursday, February 3, 2022 Approved
Viber 16.8.1.0 1590 Wednesday, January 26, 2022 Approved
Viber 16.8.0.10 627 Monday, January 24, 2022 Approved
Viber 16.7.0.4 4858 Thursday, December 16, 2021 Approved
Viber 16.6.0.0 3047 Tuesday, November 30, 2021 Approved
Viber 16.5.0.0 3010 Tuesday, November 16, 2021 Approved
Viber 16.4.6.1 1273 Thursday, November 11, 2021 Approved
Viber 16.4.5.3 1363 Friday, November 5, 2021 Approved
Viber 16.4.0.7 1488 Wednesday, October 27, 2021 Approved
Viber 16.4.0.2 549 Monday, October 25, 2021 Approved
Viber 16.3.0.5 2434 Wednesday, October 6, 2021 Approved
Viber 16.1.0.0 3041 Tuesday, September 14, 2021 Approved
Viber 16.0.0.10 1879 Friday, September 3, 2021 Approved
Viber 15.9.0.1 2277 Monday, August 16, 2021 Approved
Viber 15.8.0.1 2121 Wednesday, July 28, 2021 Approved
Viber 15.7.0.24 1599 Thursday, July 15, 2021 Approved
Viber 15.6.0.3 1688 Thursday, July 1, 2021 Approved
Viber 15.5.0.0 1575 Tuesday, June 15, 2021 Approved
Viber 15.4.1.1 2176 Tuesday, June 1, 2021 Approved
Viber 15.4.0.6 846 Thursday, May 27, 2021 Approved
Viber 15.3.0.5 1931 Friday, May 14, 2021 Approved
Viber 15.2.0.0 3698 Tuesday, April 27, 2021 Approved
Viber 15.1.0.5 5290 Wednesday, April 14, 2021 Approved
Viber 15.0.0.0 2026 Monday, March 29, 2021 Approved
Viber 14.9.1.0 2025 Thursday, March 18, 2021 Approved
Viber 14.9.0.3 699 Monday, March 15, 2021 Approved
Viber 14.8.0.3 2300 Thursday, February 25, 2021 Approved
Viber 14.7.0.3 1909 Thursday, February 11, 2021 Approved
Viber 14.6.0.0 2166 Wednesday, January 27, 2021 Approved
Viber 14.4.2.0 1350 Thursday, January 14, 2021 Approved
Viber 14.4.1.12 2158 Sunday, December 20, 2020 Approved
Viber 14.4.0.30 842 Sunday, December 13, 2020 Approved
Viber 14.3.0.52 1022 Thursday, December 3, 2020 Approved
Viber 14.2.0.38 1188 Tuesday, November 17, 2020 Approved
Viber 14.2.0.35 500 Sunday, November 15, 2020 Approved
Viber 14.1.1.13 1275 Tuesday, November 3, 2020 Approved
Viber 14.1.0.31 685 Wednesday, October 28, 2020 Approved
Viber 14.0.0.51 816 Monday, October 19, 2020 Approved
Viber 13.9.1.10 1268 Friday, October 2, 2020 Approved
Viber 13.9.0.18 418 Wednesday, September 30, 2020 Approved
Viber 13.8.0.25 748 Wednesday, September 16, 2020 Approved
Viber 13.7.0.40 713 Friday, September 4, 2020 Approved
Viber 13.6.0.58 926 Monday, August 17, 2020 Approved
Viber 13.5.0.64 955 Monday, July 27, 2020 Approved
Viber 13.3.1.21 962 Tuesday, July 7, 2020 Approved
Viber 13.3.0.43 618 Sunday, June 28, 2020 Approved
Viber 13.2.0.39 760 Sunday, June 14, 2020 Approved
Viber 13.1.0.56 789 Sunday, May 31, 2020 Approved
Viber 13.0.0.75 685 Monday, May 18, 2020 Approved
Viber 12.8.1.20 1087 Tuesday, April 21, 2020 Approved
Viber 12.8.0.75 481 Thursday, April 16, 2020 Approved
Viber 12.7.1.14 201 Sunday, April 5, 2020 Approved
Viber 12.7.0.54 980 Tuesday, March 31, 2020 Approved
Viber 12.6.0.41 729 Wednesday, March 18, 2020 Approved
Viber 12.5.0.50 716 Tuesday, March 3, 2020 Approved
Viber 12.4.0.22 744 Sunday, February 16, 2020 Approved
Viber 12.3.0.38 860 Thursday, January 30, 2020 Approved
Viber 12.2.0.54 872 Thursday, January 9, 2020 Approved
Viber 12.1.0.29 1428 Monday, December 16, 2019 Approved
Viber 12.1.0.23 391 Thursday, December 12, 2019 Approved
Viber 11.9.5.32 676 Thursday, November 28, 2019 Approved
Viber 11.9.1.3 640 Friday, November 15, 2019 Approved
Viber 11.9.0.18 367 Wednesday, November 13, 2019 Approved
Viber 11.8.0.60 694 Wednesday, October 30, 2019 Approved
Viber 11.7.0.64 570 Thursday, October 17, 2019 Approved
Viber 11.6.0.51 832 Thursday, September 26, 2019 Approved
Viber 11.5.0.67 668 Wednesday, September 11, 2019 Approved
Viber 11.4.0.64 823 Tuesday, August 27, 2019 Approved
Viber 11.3.1.28 557 Monday, August 19, 2019 Approved
Viber 11.3.0.24 588 Wednesday, August 7, 2019 Approved
Viber 11.2.0.37 450 Wednesday, July 31, 2019 Approved
Viber 11.1.0.38 570 Thursday, July 18, 2019 Approved
Viber 11.0.0.42 637 Tuesday, July 2, 2019 Approved
Viber 11.0.0.40 361 Sunday, June 30, 2019 Approved
Viber 10.9.0.55 615 Tuesday, June 18, 2019 Approved
Viber 10.9.0.52 303 Monday, June 17, 2019 Approved
Viber 10.8.0.50 594 Sunday, June 2, 2019 Approved
Viber 10.7.0.16 690 Tuesday, May 14, 2019 Approved
Viber 10.6.0.32 532 Monday, April 29, 2019 Approved
Viber 10.5.0.23 512 Sunday, April 14, 2019 Approved
Viber 10.5.0.20 414 Thursday, April 11, 2019 Approved
Viber 10.4.0.54 469 Thursday, March 28, 2019 Approved
Viber 10.3.0.36 464 Wednesday, March 13, 2019 Approved
Viber 10.2.0.38 502 Tuesday, February 26, 2019 Approved
Viber 10.1.0.44 478 Thursday, February 14, 2019 Approved
Viber 10.0.0.32 465 Sunday, February 3, 2019 Approved
Viber 10.0.0.30 415 Monday, January 28, 2019 Approved
Viber 9.9.6.53 387 Thursday, January 17, 2019 Approved
Viber 9.9.6.49 311 Tuesday, January 15, 2019 Approved
Viber 9.9.5.12 410 Monday, December 31, 2018 Approved
Viber 6.0.5.1518 5985 Thursday, June 2, 2016 Approved
Viber 3.1.1.60 1861 Tuesday, November 19, 2013 Approved
Viber 3.1.0.887 584 Friday, July 19, 2013 Approved
Discussion for the Viber Package

Ground Rules:

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