From Wikipedia, the free encyclopedia
WAPT
Developer(s)Tranquil IT
Initial releaseFebruary 2015; 9 years ago (2015-02)
Stable release
1.6.2.8 / October 9, 2018; 5 years ago (2018-10-09)
Repository https://github.com/tranquilit/WAPT
Written in Pascal, Python
Operating system Microsoft Windows, Linux
Type Deployment Software
License GNU GPL and Proprietary_software
Website tranquil.it

WAPT [1] is an automated deployment, update and removal software of packages for Windows, developed in France by Tranquil IT [2].

It can be used to install software packages such as installers, service packs, hotfixes from a WAPT central server or replicated web servers.

It can be run as a service, to install software in the background, without interaction with the user. Configured as such, it can work even if the user who opens the session does not have administrator's privileges. New packages are downloaded and cached at regular interval and installation is triggered at shutdown or on a fixed schedule.

WAPT allows sysadmins to package installers such as MSI, Installshield, Inno Setup, NSIS files. configurations such as register keys, INI files and executable files without installers, etc, can also be done with it.

WAPT can also offer a software catalog in the wapt repository to those who aren't administrators of their workstation.

On February 14, 2018, the WAPT software received the CSPN ( First Level Security Certification( from the National Cybersecurity Agency of France ("Agence nationale de la sécurité des systèmes d'information" in french) for WAPT Enterprise 1.5.0.13 [3].

History

The WAPT project was launched in April 2012. The name WAPT is a neologism derived from the concatenation of the initial of Windows and the name of the tool Apt-Get. Apt-Get is the package installation tool for Debian operating systems and its derivatives such as Ubuntu. The initial goal was to was to port the concepts, ideas and the ease of use of Debian package management to Windows. In its early versions, WAPT could only be used on the command line using the command wapt-get.exe, and did not have a running agent as a service. Plus, like Apt-Get on Linux, these first versions of the wapt-get.exe utility did not allow remote control from a centralized console, nor did they send inventory or package installation status feedback.

WAPT 1.0.0 was released in February 2015 and had at the same time : an administration console, basic inventory management and a WaptAgent service on Windows workstations. Versions 1.1 and 1.2 arrived quickly in the following year to fix bugs reported by an increasingly community of users.

In November 2016, WAPT 1.3 version was released, which, with its minor sub-versions, remained the major public version for a year and a half. This is the most deployed version currently.It has benefited from a large set of patches. It provided Centos7 servers support in addition to Debian, Ubuntu and Windows servers.

The 1.5.0 version of WAPT was an intermediate version published only in an "Enterprise" version and used as basis for the passage of the National Cybersecurity Agency of France First Level Security Certification.

WAPT 1.5.1 was released in March 2018 and introduced several technological changes:

  • The MongoDB database is replaced by a PostgreSQL one
  • The connection between the console and the agent is no longer made through an open port on the agent, but through a WebSocket that remains open on the WAPT server
  • Packet signing has been improved for more security and hash algorithm SHA-1 has been replaced by SHA-2.
  • The Apache 2 web server has been replaced by Nginx which better manages large numbers of WebSocket
  • Only 64bit servers are now supported

An exhaustive changelog is available in the WAPT documentation [4] itself

WAPT features

WAPT allows installations, updates and deletions of software or configuration on workstations.

It is also possible to run custom python scripts on workstations, such as configuration for for time synchronization, print settings, files permissions changement or adding entries in the registry.

Here is a summary of the functions of WAPT:

  • Software deployment in any format (MSI, executable, etc.)
  • Software deployment on different groups or on a single machine
  • Easy installation, removal and update of software(s)
  • Launching custom scripts
  • Update of hardware inventory informations and softwares on workstations

A WAPT server can be installed on differents operating systems:

  • Debian Linux servers with Jessie / Stretch version
  • CentOS Linux 7 / RHEL version 7
  • 'Windows Server 2008R2' servers and higher in 64bit version

WAPT client supports Windows workstations with Windows XP and higher, in 32 and 64 bits.

  • Works very well without domain name
  • On the client's computer, it can operate without services

In the schematic overview of how WAPT operate below, the package repository and the inventory may be located on the same machine if there is only one WAPT server :


WAPT Console

Since the version 1.0.0, WAPT have a graphical user interface (GUI) in Free Pascal allowing a more intuitive management of deployed packages. The password of the WAPT server administrator is required to access it and it allows you to view all the connected workstations, the packages & software installed on them as well as various information too :

WAPT Graphics Console in Free Pascal

WAPT Package's development

The WAPT package's public repository (store) [5] offers a list of hundreds software packages already prepared and packaged, ready to be downloaded and used. If the software you need is not already present on the store, WAPT provides a working environment to create new packages based on PyScripter.

It is possible to automatically generate a packet from an MSI directly from the console or with a command-line with the utility wapt-get make-template.

For more complex softwares, you can launch a PyScripter environnment that helps the administrator in creating the package.

WAPT in academic environment

French schools were among the first to deploy WAPT on a massive scale. For example, all 147 high schools in the French region of " Nouvelle-Aquitaine" are using it for their day to day software deployment and updating. The Academy of Lille also offers tutorials directly on its website for the installation for its schools [6].

Several French colleges are also equipped with it, such as the College of Lille [7] and the College in the commune of Valenciennes. WAPT is also on the agenda for some BTS SIO (french technician certificate), notably in the Limoges [8] academy.

WAPT is also used in research laboratories such as INRA and SupAgro Montpellier. WAPT was a topic of presentation at the last JRES (a conference day about networks) [9] conference. A sysadmin group dedicated to host a WAPT package repositories for common softwares used throughout French research lab has been setup at the College of Strasbourg [10].

Even though WAPT is still mainly used in French speaking countries, it's beginning to be also used in Brazil like in the state of Rio Grande do Sul by the Federal_Institute_of_Rio_Grande_do_Sul on the Sertão campus for remote installation of packages, where it's currently serviced 5 info labs with 30 computers each and more than 100 computers to the administrative servants that works in several areas in this Institution.

License

WAPT Community 1.3 is a Free software published under the GPL v3 license.

Since the 1.5 version, WAPT adopts an Open-core model [11] with a version 1.5 of WAPT called "WAPT Community" under a GPL v3 license, and a second 1.5 version called "WAPT Enterprise" under Proprietary_software license.

References

External links

Official website

[[:Category:Windows_software]] [[:Category:Software_using_the_GPL_license]] [[:Category:Network_management]] [[:Category:Package_management_systems]] [[:Category:Products_introduced_in_2012]]

From Wikipedia, the free encyclopedia
WAPT
Developer(s)Tranquil IT
Initial releaseFebruary 2015; 9 years ago (2015-02)
Stable release
1.6.2.8 / October 9, 2018; 5 years ago (2018-10-09)
Repository https://github.com/tranquilit/WAPT
Written in Pascal, Python
Operating system Microsoft Windows, Linux
Type Deployment Software
License GNU GPL and Proprietary_software
Website tranquil.it

WAPT [1] is an automated deployment, update and removal software of packages for Windows, developed in France by Tranquil IT [2].

It can be used to install software packages such as installers, service packs, hotfixes from a WAPT central server or replicated web servers.

It can be run as a service, to install software in the background, without interaction with the user. Configured as such, it can work even if the user who opens the session does not have administrator's privileges. New packages are downloaded and cached at regular interval and installation is triggered at shutdown or on a fixed schedule.

WAPT allows sysadmins to package installers such as MSI, Installshield, Inno Setup, NSIS files. configurations such as register keys, INI files and executable files without installers, etc, can also be done with it.

WAPT can also offer a software catalog in the wapt repository to those who aren't administrators of their workstation.

On February 14, 2018, the WAPT software received the CSPN ( First Level Security Certification( from the National Cybersecurity Agency of France ("Agence nationale de la sécurité des systèmes d'information" in french) for WAPT Enterprise 1.5.0.13 [3].

History

The WAPT project was launched in April 2012. The name WAPT is a neologism derived from the concatenation of the initial of Windows and the name of the tool Apt-Get. Apt-Get is the package installation tool for Debian operating systems and its derivatives such as Ubuntu. The initial goal was to was to port the concepts, ideas and the ease of use of Debian package management to Windows. In its early versions, WAPT could only be used on the command line using the command wapt-get.exe, and did not have a running agent as a service. Plus, like Apt-Get on Linux, these first versions of the wapt-get.exe utility did not allow remote control from a centralized console, nor did they send inventory or package installation status feedback.

WAPT 1.0.0 was released in February 2015 and had at the same time : an administration console, basic inventory management and a WaptAgent service on Windows workstations. Versions 1.1 and 1.2 arrived quickly in the following year to fix bugs reported by an increasingly community of users.

In November 2016, WAPT 1.3 version was released, which, with its minor sub-versions, remained the major public version for a year and a half. This is the most deployed version currently.It has benefited from a large set of patches. It provided Centos7 servers support in addition to Debian, Ubuntu and Windows servers.

The 1.5.0 version of WAPT was an intermediate version published only in an "Enterprise" version and used as basis for the passage of the National Cybersecurity Agency of France First Level Security Certification.

WAPT 1.5.1 was released in March 2018 and introduced several technological changes:

  • The MongoDB database is replaced by a PostgreSQL one
  • The connection between the console and the agent is no longer made through an open port on the agent, but through a WebSocket that remains open on the WAPT server
  • Packet signing has been improved for more security and hash algorithm SHA-1 has been replaced by SHA-2.
  • The Apache 2 web server has been replaced by Nginx which better manages large numbers of WebSocket
  • Only 64bit servers are now supported

An exhaustive changelog is available in the WAPT documentation [4] itself

WAPT features

WAPT allows installations, updates and deletions of software or configuration on workstations.

It is also possible to run custom python scripts on workstations, such as configuration for for time synchronization, print settings, files permissions changement or adding entries in the registry.

Here is a summary of the functions of WAPT:

  • Software deployment in any format (MSI, executable, etc.)
  • Software deployment on different groups or on a single machine
  • Easy installation, removal and update of software(s)
  • Launching custom scripts
  • Update of hardware inventory informations and softwares on workstations

A WAPT server can be installed on differents operating systems:

  • Debian Linux servers with Jessie / Stretch version
  • CentOS Linux 7 / RHEL version 7
  • 'Windows Server 2008R2' servers and higher in 64bit version

WAPT client supports Windows workstations with Windows XP and higher, in 32 and 64 bits.

  • Works very well without domain name
  • On the client's computer, it can operate without services

In the schematic overview of how WAPT operate below, the package repository and the inventory may be located on the same machine if there is only one WAPT server :


WAPT Console

Since the version 1.0.0, WAPT have a graphical user interface (GUI) in Free Pascal allowing a more intuitive management of deployed packages. The password of the WAPT server administrator is required to access it and it allows you to view all the connected workstations, the packages & software installed on them as well as various information too :

WAPT Graphics Console in Free Pascal

WAPT Package's development

The WAPT package's public repository (store) [5] offers a list of hundreds software packages already prepared and packaged, ready to be downloaded and used. If the software you need is not already present on the store, WAPT provides a working environment to create new packages based on PyScripter.

It is possible to automatically generate a packet from an MSI directly from the console or with a command-line with the utility wapt-get make-template.

For more complex softwares, you can launch a PyScripter environnment that helps the administrator in creating the package.

WAPT in academic environment

French schools were among the first to deploy WAPT on a massive scale. For example, all 147 high schools in the French region of " Nouvelle-Aquitaine" are using it for their day to day software deployment and updating. The Academy of Lille also offers tutorials directly on its website for the installation for its schools [6].

Several French colleges are also equipped with it, such as the College of Lille [7] and the College in the commune of Valenciennes. WAPT is also on the agenda for some BTS SIO (french technician certificate), notably in the Limoges [8] academy.

WAPT is also used in research laboratories such as INRA and SupAgro Montpellier. WAPT was a topic of presentation at the last JRES (a conference day about networks) [9] conference. A sysadmin group dedicated to host a WAPT package repositories for common softwares used throughout French research lab has been setup at the College of Strasbourg [10].

Even though WAPT is still mainly used in French speaking countries, it's beginning to be also used in Brazil like in the state of Rio Grande do Sul by the Federal_Institute_of_Rio_Grande_do_Sul on the Sertão campus for remote installation of packages, where it's currently serviced 5 info labs with 30 computers each and more than 100 computers to the administrative servants that works in several areas in this Institution.

License

WAPT Community 1.3 is a Free software published under the GPL v3 license.

Since the 1.5 version, WAPT adopts an Open-core model [11] with a version 1.5 of WAPT called "WAPT Community" under a GPL v3 license, and a second 1.5 version called "WAPT Enterprise" under Proprietary_software license.

References

External links

Official website

[[:Category:Windows_software]] [[:Category:Software_using_the_GPL_license]] [[:Category:Network_management]] [[:Category:Package_management_systems]] [[:Category:Products_introduced_in_2012]]


Videos

Youtube | Vimeo | Bing

Websites

Google | Yahoo | Bing

Encyclopedia

Google | Yahoo | Bing

Facebook