Difference between revisions of "Open Source Software for OpenVMS"

From VSI OpenVMS Wiki
Jump to: navigation, search
Line 10: Line 10:
 
! colspan="col" | Link
 
! colspan="col" | Link
 
|-
 
|-
| SQLite 3
+
| Adventure game
| This is a native port of the SQLite database package to OpenVMS. It delivers the SQLite database to OpenVMS using the following native features:
+
| A magic/exploration simulation game.
* Thread support using the tis library.  This allows support for multi-threading without having to link against the pthreads RTL.
+
| Fortran
* Direct file access.  All files access is performed using the $QIO [[System Service|system services]], rather than the C RTL or even [[RMS]].
+
| [[VAX]], [[Alpha]]
* Native locking. All locking is handled using the OpenVMS [[Distributed Lock Manager|distributed lock manager]], allowing database access to be coordinated across [[Cluster|cluster]] nodes (of all architectures).
+
| Willie Crowther
Despite these OpenVMS-specific improvements the database file maintained by SQLite is still portable to other SQLite-based applications running on other systems.
+
| 1970s
| C
+
| [https://github.com/whitten/m-adventure Github], [https://www.digiater.nl/openvms/decus/lt90a/mumpssig/games/ Code from DECUS 1990 L&T SIG Tape], [https://www.digiater.nl/openvms/freeware/v10/adventure/ OpenVMS Freeware]
| [[VAX]], [[Alpha]], [[Integrity]]
+
|-
| Tim Sneddon
+
| BORG calendar
| 2013
+
| BORG Calendar is a personal information manager written in Java and published under GPL. It is a combination of calendar, ToDo list, address book and task/project tracking system.
| [https://github.com/endlesssoftware/sqlite3/blob/master/readme.txt Github]
+
|
 +
|
 +
| Ported by Thierry Uso
 +
|
 +
| [http://vmsfree.ouvaton.org/freen/index.php?s=borg OpenVMS Free softwares]
 +
|-
 +
| BatchFileConversion
 +
| This is a Synergy/DE console application that will convert Workbench build files from Windows batch files to Unix script files or OpenVMS command files.
 +
| Bash
 +
|  
 +
| Unknown
 +
|
 +
| [https://github.com/SynSupport/BatchFileConversion Github]
 
|-
 
|-
| NetElf
+
| C developer tools for OpenVMS
| Run the client side of NetELF to download and execute a program over the network from a server. The server sends an arbitrary binary and command-line arguments.
+
| This repo contains developer tools running on OpenVMS operating system
 
| C
 
| C
 
|  
 
|  
| Harry Roberts
+
| Rafiq Ahamed K
 
| 2017
 
| 2017
| [https://github.com/XiphosResearch/netelf Github]
+
| [https://github.com/rafiqkattangere/vms_utils Github]
 
|-
 
|-
| NETLIB
+
| C survival kit
| A library for writing TCP/IP based network applications. NETLIB provides a consistent, VMS-style interface for TCP/IP-based network programs, operating with all of the currently available TCP/IP packages available today for VMS (with one minor exception).  In addition, NETLIB allows for flexibility in in the use of a TCP/IP package, by selecting the vendor-dependent library code at run-time, rather than link-time.
+
| A set of useful functions, data structures, and macros aimed at allowing more expressive and reliable C code. Portability targets are OpenVMS and Linux.
| C, Visual Basic
+
|
| [[VAX]], [[Alpha]]
+
|
| Hunter Goatley
+
|
|  
+
|
| [https://github.com/endlesssoftware/netlib Github]
+
| [https://github.com/chadjoan/C-Survival-Kit Github]
 
|-
 
|-
| MX
+
| CGP_PMAS
| Email-exchange software
+
| CommuniGate Pro and PreciseMail Anti-Spam Gateway Integration on OpenVMS systems
| C, C++
+
| Perl
| [[VAX]], [[Alpha]], [[Integrity]]
+
|
| Matthew Madison
+
| Thomas Morstein
| 1994
+
|
| [https://github.com/endlesssoftware/mx Version 6.0 on Github], featured in Freeware CD ([https://www.digiater.nl/openvms/freeware/v10/mx041/ V4.1], [https://www.digiater.nl/openvms/freeware/v30/mx041/ V4.2])
+
| [https://github.com/ztmr/CGP_PMAS Github]
 
|-
 
|-
| MMK/MAKE
+
| CMS-EXPORT
| MMK is a "make" utility for VMS systems
+
| A utility for OpenVMS to export CMS library content and revisions history. CMS is a version control system commonly used in OpenVMS environment (part of DECset). Valued for being efficient and time-proven, CMS also has its share of drawbacks -- lack of export options being one of these. cms-export utility allows export of a specified CMS library (or a set of library elements) into a file in git-fast-export format, which subsequently can be used to create a repository with an alternative version management system such as git, fossil etc.
| C, Macro
+
| DCL
| [[VAX]], [[Alpha]], [[Integrity]]
+
| [[VAX]], [[Alpha]]
| Matthew Madison
+
| Artur Shepilko
| 1992
+
| 2018
| [https://github.com/endlesssoftware/mmk V5.1 on Github], V3.9-9 featured in [https://www.digiater.nl/openvms/freeware/v80/make-mmk/ Freeware CD V80]
+
| [https://github.com/nomadbyte/cms-export Github]
 
|-
 
|-
| UnQLite
+
| Convert OpenVMS text files to Unix
| A VMS port of unqlite-db 1.1.6. UnQLite is a transactional NoSQL database in the same vein as SQLite.
+
| Convert openvms textfiles into UNIX/DOS format
 
| C
 
| C
| [[Alpha]], [[Integrity]]
+
|  
 +
| Andika Triwidada
 
|
 
|
| 2012
+
| [https://github.com/atriwidada/openvms-to-unix Github]
| [https://github.com/endlesssoftware/unqlite Github]
 
 
|-
 
|-
| WATCHER
+
| DBCHECK
| WATCHER is an idle terminal monitor. It logs out interactive users after a certain period of inactivity. WATCHER is fully configurable, allowing the system manager to define which terminals to watch, what measurements to use, and how long a terminal should be idle before getting zapped. It also includes provisions for preventing logouts or overriding inactivity settings based on any combination of username, UIC, terminal, privileges, image being run, held identifier, and time of day.
+
| Very fast check the health of a RDB database
| BLISS
+
| [[DCL]]
| [[VAX]], [[Alpha]], [[Integrity]]
+
|
| Matthew Madison
+
|
| 1994
+
|
| [https://github.com/endlesssoftware/watcher V4.1 on Github], [https://www.digiater.nl/openvms/freeware/v10/watcher/ V2.9-1 in Freeware]
+
| [https://github.com/NLA0/DCL/blob/master/dbcheck Github]
 
|-
 
|-
 
| DiskFree  
 
| DiskFree  
Line 78: Line 90:
 
| [https://github.com/alan-fay/openvms Github]
 
| [https://github.com/alan-fay/openvms Github]
 
|-
 
|-
| FTPD server
+
| DrJava
| An FTP server with support for UNIX file lists
+
| DrJava is a lightweight Java IDE written in Java and published under the BSD license. It has the usual features such as editing with syntax coloring, automatic indentation, brace matching…, compiling, debugging, testing using JUnit…
 +
|
 
|
 
|
| [[VAX]], [[Alpha]]
+
| Ported by Thierry Uso
| Alan Fay
 
 
|
 
|
| [https://github.com/alan-fay/openvms Github]
+
| [http://vmsfree.ouvaton.org/freen/index.php?s=drjava OpenVMS Free softwares]
 
|-
 
|-
| MD5 sum
+
| EPICS on OpenVMS
| A utility to print or check MD5 checksums (RFC 1321)
+
| Port of EPICS to OpenVMS
 +
| C
 
|  
 
|  
| [[VAX]], [[Alpha]]
+
| Clemens Wermelskirchen, maintained by Freddie Akeroyd
| Alan Fay
 
|
 
| [https://github.com/alan-fay/openvms Github]
 
|-
 
| shasum
 
| A utility to print or check SHA checksums (FIPS PUB 180-2)
 
 
|  
 
|  
| [[VAX]], [[Alpha]]
+
| [https://github.com/FreddieAkeroyd/EPICS-VMS Github]
| Alan Fay
 
|
 
| [https://github.com/alan-fay/openvms Github]
 
|-
 
| JRuby
 
| A port of JRuby to VMS (possibly frozen)
 
|
 
|
 
| Philippe Vouters
 
| 2012
 
| [https://github.com/Vouters/jruby-openvms Github]
 
|-
 
| CMS-EXPORT
 
| A utility for OpenVMS to export CMS library content and revisions history. CMS is a version control system commonly used in OpenVMS environment (part of DECset). Valued for being efficient and time-proven, CMS also has its share of drawbacks -- lack of export options being one of these. cms-export utility allows export of a specified CMS library (or a set of library elements) into a file in git-fast-export format, which subsequently can be used to create a repository with an alternative version management system such as git, fossil etc.
 
| DCL
 
| [[VAX]], [[Alpha]]
 
| Artur Shepilko
 
| 2018
 
| [https://github.com/nomadbyte/cms-export Github]
 
|-
 
| Ruby
 
| A port of Ruby for OpenVMS based on Ruby 1.8.2 (MRI). This work is in early alpha development stage and not suitable for release yet
 
| C, Ruby, HTML, Yacc
 
| [[Alpha]]
 
| Ben Armstrong
 
|
 
| [https://github.com/bg/vmsruby Github]
 
 
|-
 
|-
 
| ES40 emulator  
 
| ES40 emulator  
Line 134: Line 114:
 
| [https://github.com/veprbl/es40 Github]
 
| [https://github.com/veprbl/es40 Github]
 
|-
 
|-
| PLIBSYS
+
| FTPD server
| A cross-platform system C library with some helpful routines. It has zero third-party dependencies and uses only native system calls.
+
| An FTP server with support for UNIX file lists
| C, C++
 
 
|
 
|
| Alexander Saprykin
+
| [[VAX]], [[Alpha]]
 +
| Alan Fay
 
|
 
|
| [https://github.com/saprykin/plibsys Github], [https://github.com/saprykin/plibsys/wiki wiki]
+
| [https://github.com/alan-fay/openvms Github]
 
|-
 
|-
| VMSComFiles
+
| Fabric VMS
| Lorin Ricker's personal VMS command and auxiliary support files
+
| An addon for managing OpenVMS hosts with fabric. It wraps some of the methods available in Fabric enabling a user to execute commands on an OpenVMS (tested with OVMS 7.3 and 8.x releases) host.
| [[DCL]]
 
|
 
| Lorin Ricker
 
|
 
| [https://github.com/LorinRicker/VMScomfiles Github]
 
|-
 
| LIBVMS
 
| This package is a reimplementation of the OpenVMS system services for use in a POSIX environment.
 
| C
 
|
 
| Tim Sneddon
 
| 2013
 
| [https://github.com/tesneddon/libvms Github]
 
|-
 
| VTFM https://github.com/FreeBSD-pzn/vtfm
 
|
 
|
 
|
 
|
 
|
 
|
 
|-
 
| T4 monitor
 
| t4Monitor is a module for Windows and Linux that allows easy collection, preprocessing and reporting of generic OpenVMS' T4 compliant counters stored in Format-1 or Format-2 Comma Separated Values (CSV) files.
 
 
| Python
 
| Python
 
|  
 
|  
 
| J.M. Fernández
 
| J.M. Fernández
| 2014
+
|  
| [https://github.com/fernandezcuesta/t4Monitor Github]
+
| [https://github.com/fernandezcuesta/fabric_vms Github]
 
|-
 
|-
| OpenSDL
+
| FileTypeDetector for OpenVMS files
| Open version of the OpenVMS Structure Definition Language (SDL).
+
| Java NIO.2 FileTypeDetector Implementations for OpenVMS Specific Files
| C, Yacc, Lex
+
| Java
 +
|
 +
| Mark Wickens
 
|
 
|
| Jonathan Belanger
+
| [https://github.com/urbancamo/openvms-filetype-detectors Github]
| 2007
 
| [https://github.com/JonathanBelanger/OpenSDL Github]
 
|-
 
| Adventure game
 
| A magic/exploration simulation game.
 
| Fortran
 
| [[VAX]], [[Alpha]]
 
| Willie Crowther
 
| 1970s
 
| [https://github.com/whitten/m-adventure Github], [https://www.digiater.nl/openvms/decus/lt90a/mumpssig/games/ Code from DECUS 1990 L&T SIG Tape], [https://www.digiater.nl/openvms/freeware/v10/adventure/ OpenVMS Freeware]
 
 
|-
 
|-
 
| Fixfilenames  
 
| Fixfilenames  
Line 198: Line 146:
 
| [https://github.com/marben/vmsfixfilenames Github]
 
| [https://github.com/marben/vmsfixfilenames Github]
 
|-
 
|-
| SIMH VAX VMS  
+
| FreeMind
| A MicroVAX 3900 simulator
+
| FreeMind is a mind mapping tool written in Java and published under GPL. FreeMind can be used to take notes, build a knowledge base or keep track of projects.
 +
|
 +
|
 +
| Ported by Thierry Uso
 +
|
 +
| [http://vmsfree.ouvaton.org/freen/index.php?s=freemind OpenVMS Free softwares]
 +
|-
 +
| GNU for OpenVMS
 +
| The GNV Project implements a port of the GNU utilities to OpenVMS with the intent of providing a framework for porting open source software to OpenVMS. A complementary SourceForge Project is VMS-Ports (https://sourceforge.net/projects/vms-ports/), there are discussions of process and procedure there as well as regular conference calls with recordings to review progress and assess how to improve the environment.
 +
| C
 +
|
 +
| John Malmberg and others
 +
|
 +
| [https://sourceforge.net/projects/gnv/ Github]
 +
|-
 +
| GT.M for Alpha
 +
| GT.M[tm] is a vetted industrial strength, transaction processing application platform consisting of a key-value database engine optimized for extreme transaction processing throughput & business continuity.
 
|
 
|
| Docker
+
| [[Alpha]]
 
|
 
|
 
|
 
|
| [https://github.com/k3ck3c/simh_vax_vms Github]
+
| [https://sourceforge.net/projects/fis-gtm/files/GT.M-Alpha-OpenVMS/ Github]
 
|-
 
|-
 
| GhostScript
 
| GhostScript
Line 214: Line 178:
 
| [https://github.com/OpenVMSGhostScript/ executables], [https://sourceforge.net/projects/ghostscript/files/AFPL%20Ghostscript/8.54/ sources]
 
| [https://github.com/OpenVMSGhostScript/ executables], [https://sourceforge.net/projects/ghostscript/files/AFPL%20Ghostscript/8.54/ sources]
 
|-
 
|-
| DBCHECK
+
| Gnulib Assist
| Very fast check the health of a RDB database
+
| The Gnulib Assist project is a set of routines and header files needed to try to get GNULIB to build on OpenVMS / Ia64.
| [[DCL]]
+
|
 +
|
 +
| John Malmberg
 +
|
 +
| [https://sourceforge.net/p/gnv/wiki/Gnulib%20Assist/ Sourceforge]
 +
|-
 +
| ImageJ
 +
| ImageJ is a tool for image processing and analysis written in Java and placed in the public domain. ImageJ supports the usual formats (GIF, JPEG, XPM, PNG, TIFF…) and may be extended by plugins (more than 300 plugins are available).
 +
|
 +
|
 +
| Ported by Thierry Uso
 +
|
 +
| [http://vmsfree.ouvaton.org/freen/index.php?s=imagej OpenVMS Free softwares]
 +
|-
 +
| JNA
 +
| JNA (Java Native Access) is a Java library published under LGPL which provides Java programs easy access to native shared libraries (RTL, System services on OpenVMS) without writing anything but Java code – no JNI or native code is required.
 +
|
 +
|
 +
| Ported by Phillippe Vouters
 +
|
 +
| [http://vmsfree.ouvaton.org/freen/index.php?s=jnaJNA OpenVMS Free softwares]
 +
|-
 +
| JOnAS
 +
| JOnAS is a J2EE application server published under LGPL.
 
|
 
|
 
|
 
|
 +
| Ported by Jean-Yves Bourlès and Thierry Uso
 
|
 
|
| [https://github.com/NLA0/DCL/blob/master/dbcheck Github]
+
| [http://vmsfree.ouvaton.org/freen/index.php?s=jonas Jonas on OpenVMS Free softwares], [http://vmsfree.ouvaton.org/freen/index.php?s=jonas5 Jonas5 on OpenVMS Free softwares]
 
|-
 
|-
| JOe-Docs command procedsures
+
| JRuby
| OpenVMS command procedures and documentation:
+
| A port of JRuby to VMS (possibly frozen)
* MAIL.COM: send mail with attachments
+
|
* RECYCLE.COM renewal of OPCOM file rename it by appending date to its name
 
* SetXtermDisplay.com adjusts DECwindows display
 
* SNAPSHOTS.COM writes system information (devices, queues, licenses etc) to a predefined file
 
* WriteToIndexedFile.COM writes to an indexed file
 
 
|
 
|
 +
| Philippe Vouters
 +
| 2012
 +
| [https://github.com/Vouters/jruby-openvms Github]
 +
|-
 +
| JRuby
 +
| JRuby is a Java implementation of the Ruby programming language, which means that the Ruby programs run atop the JVM. JRuby is released under a three-way CPL/GPL/LGPL license.
 
|
 
|
 
|
 
|
 +
| Ported by Thierry Uso and Philippe Vouters
 
|
 
|
| [https://github.com/Joe-Docs/OpenVMS Github]
+
| [http://vmsfree.ouvaton.org/freen/index.php?s=jruby OpenVMS Free softwares]
 
|-
 
|-
| TAIL
+
| JRuby
| Performs a Variation of TYPE/TAIL on a File
+
| A port of JRuby to VMS (possibly frozen)
| C
 
 
|
 
|
| Oleg Pyzin
 
 
|
 
|
| [https://github.com/FreeBSD-pzn/tail Github]
+
| Philippe Vouters
 +
| 2012
 +
| [https://github.com/Vouters/jruby-openvms Github]
 
|-
 
|-
| C survival kit
+
| JRuby
| A set of useful functions, data structures, and macros aimed at allowing more expressive and reliable C code. Portability targets are OpenVMS and Linux.
+
| JRuby is a Java implementation of the Ruby programming language, which means that the Ruby programs run atop the JVM. JRuby is released under a three-way CPL/GPL/LGPL license.
 
|
 
|
 
|
 
|
 +
| Ported by Thierry Uso and Philippe Vouters
 
|
 
|
 +
| [http://vmsfree.ouvaton.org/freen/index.php?s=jruby OpenVMS Free softwares]
 +
|-
 +
| JTrac
 +
| JTrac is an issue-tracking web application written in Java under Apache License. The application is fast, easy to use and highly customizable for any kind of issues (bugs, tasks…).
 
|
 
|
| [https://github.com/chadjoan/C-Survival-Kit Github]
+
|
 +
| Ported by Thierry Uso
 +
|
 +
| [http://vmsfree.ouvaton.org/freen/index.php?s=jtrac OpenVMS Free softwares]
 
|-
 
|-
| NRPE daemon for OpenVMS
+
| JXplorer
| A you to remotely execute Nagios plugins on OpenVMS machines.
+
| JXplorer is a LDAP client written in Java and published under a standard OSI-style open source licence. It allows to browse and modify any LDAP directory or any X500 directory with a LDAP interface.
| C
+
|
| [[VAX]], [[Alpha]]
 
 
|
 
|
 +
| Ported by Thierry Uso
 
|
 
|
| [https://github.com/ordenador/nrpevms Github]
+
| [http://vmsfree.ouvaton.org/freen/index.php?s=jxplorer OpenVMS Free softwares]
 
|-
 
|-
| OpenVMS agent for uptime https://github.com/uptimesoftware/uptime-openvms-agent
+
| JabRef
| This is a technology preview of an upcoming up.time agent for monitoring OpenVMS systems to allow you to capture OS performance metrics such as:
+
| JabRef is a bibliography reference manager written in Java and published under GPL. It uses BibTeX as bibliography file format and has advanced features (BibTeX editor, search function, classification of entries, import/export of various formats, launch of external viewers…).
* CPU Usage (Both total usage, and a multi-cpu breakdown )
+
|
* Memory Utilization
+
|
* Network Usage
+
| Ported by Thierry Uso
* File System Capacity & Disk Utilization etc.
+
|
| C
+
| [http://vmsfree.ouvaton.org/freen/index.php?s=jabref OpenVMS Free softwares]
| [[Integrity]]
 
| Dan Branton
 
|  
 
| [https://github.com/uptimesoftware/uptime-openvms-agent Github]
 
 
|-
 
|-
| ODS2 File System readers
+
| JavaRDP
| ODS2 is a program to read VMS disk volumes written in VMS ODS2 format. Provides cut down DIRECTORY, COPY and SEARCH commands for VMS volumes on non-VMS systems. These can be used to find out what is on a VMS volume, and copy files onto the local file sytem.
+
| JavaRDP is a client for Windows Terminal Server written in Java and published under GPL. It is faster than VNC and can be used as a remote control tool.
| C
+
|
|  
+
|
| Paul Nankervis, maintained on Github by Oleg Pyzin
+
| Ported by Thierry Uso
| 1998
+
|
| [https://github.com/FreeBSD-pzn/ods2 Github]
+
| [http://vmsfree.ouvaton.org/freen/index.php?s=javardp OpenVMS Free softwares]
 
|-
 
|-
| OpenVMS migration utilities
+
| Jetty
| A utility that converts a OpenVMS Variable Length (VL) format file into a stream of bytes with additional line endings if required.
+
| Jetty is a Web server (HTTP server and servlet container) for static and dynamic content written in Java under Apache 2.0 license.
| C, bash
+
|
|  
+
|
| Freddie Akeroyd
+
| Ported by Thierry Uso
| 2016
+
|
| [https://github.com/FreddieAkeroyd/VMS-utils Github]
+
| [http://vmsfree.ouvaton.org/freen/index.php?s=jetty Jetty on OpenVMS Free softwares], [http://vmsfree.ouvaton.org/freen/index.php?s=jetty6 Jetty 6 on OpenVMS Free softwares]
 
|-
 
|-
| OpenBmx
+
| Jperf
| A Vagrantfile for a OpenVMS porting box using the alphavm emulator on a Ubuntu Linux box.
+
| Jperf is a graphical frontend for Iperf written in Java. Iperf measures TCP and UDP performance (bandwidth, delay, jitter, loss). JPerf is released under a LGPL license.
 
|
 
|
 
|
 
|
| Martin Borgman
+
| Ported by Thierry Uso
 
|
 
|
| [https://github.com/martinborgman/portingbox Github]
+
| [http://vmsfree.ouvaton.org/freen/index.php?s=jperf OpenVMS Free softwares]
 
|-
 
|-
| Ruby for openvms webpage archive
+
| Jsynoptic
| Web pages dedicated to Ruby for OpenVMS
+
| Jsynoptic is a tool dedicated to render data graphically. It is written in Java under LGPL. Data can come from different sources (files, network…) and can be static or dynamic.
| HTML
+
|
 +
|
 +
| Ported by Thierry Uso
 
|  
 
|  
 +
| [http://vmsfree.ouvaton.org/freen/index.php?s=jsynoptic OpenVMS Free softwares]
 +
|-
 +
| LIBVMS
 +
| This package is a reimplementation of the OpenVMS system services for use in a POSIX environment.
 +
| C
 
|
 
|
 +
| Tim Sneddon
 +
| 2013
 +
| [https://github.com/tesneddon/libvms Github]
 +
|-
 +
| Lucane
 +
| Lucane is a groupware platform written in Java and published under LGPL. It offers the usual groupware functions such as calendar, forum, instant messaging, file sharing… and may be easily extended by plugins. Lucane has an embedded database (hsqldb) but an external database (mySQL…) can be used instead of hsqldb. Users access Lucane by a Java client or a browser (IE, Mozilla…).
 +
|
 +
|
 +
| Ported by Thierry Uso
 
|
 
|
| [https://github.com/xiaotuanzi/vmsruby Github]
+
| [http://vmsfree.ouvaton.org/freen/index.php?s=lucane OpenVMS Free softwares]
 
|-
 
|-
| Convert OpenVMS text files to Unix
+
| MD5 sum
| Convert openvms textfiles into UNIX/DOS format
+
| A utility to print or check MD5 checksums (RFC 1321)
| C
 
 
|  
 
|  
| Andika Triwidada
+
| [[VAX]], [[Alpha]]
 +
| Alan Fay
 
|
 
|
| [https://github.com/atriwidada/openvms-to-unix Github]
+
| [https://github.com/alan-fay/openvms Github]
 +
|-
 +
| MMK/MAKE
 +
| MMK is a "make" utility for VMS systems
 +
| C, Macro
 +
| [[VAX]], [[Alpha]], [[Integrity]]
 +
| Matthew Madison
 +
| 1992
 +
| [https://github.com/endlesssoftware/mmk V5.1 on Github], V3.9-9 featured in [https://www.digiater.nl/openvms/freeware/v80/make-mmk/ Freeware CD V80]
 +
|-
 +
| MX
 +
| Email-exchange software
 +
| C, C++
 +
| [[VAX]], [[Alpha]], [[Integrity]]
 +
| Matthew Madison
 +
| 1994
 +
| [https://github.com/endlesssoftware/mx Version 6.0 on Github], featured in Freeware CD ([https://www.digiater.nl/openvms/freeware/v10/mx041/ V4.1], [https://www.digiater.nl/openvms/freeware/v30/mx041/ V4.2])
 
|-
 
|-
| Fabric VMS
+
| MakeShare
| An addon for managing OpenVMS hosts with fabric. It wraps some of the methods available in Fabric enabling a user to execute commands on an OpenVMS (tested with OVMS 7.3 and 8.x releases) host.
+
| Creates a command procedure to link a shared imaged from an object library
| Python
+
| DCL
|  
+
| [[Alpha]] and [[Integrity]]
| J.M. Fernández
+
| Steve Ives
|  
+
|
| [https://github.com/fernandezcuesta/fabric_vms Github]
+
| [https://github.com/SteveIves/MakeShare Github]
 
|-
 
|-
 
| Martineg's DCL scripts
 
| Martineg's DCL scripts
Line 327: Line 354:
 
| [https://github.com/martineg/openvms-dcl Github]
 
| [https://github.com/martineg/openvms-dcl Github]
 
|-
 
|-
| EPICS on OpenVMS
+
| MibbleBrowser
| Port of EPICS to OpenVMS
+
| MibbleBrowser is a SNMP MIB browser written in Java and published under GPL. It uses the Mibble library as SMI parser and supports SNMPv1, SNMPv2c and SNMPv3.
| C
+
|
|  
+
|
| Clemens Wermelskirchen, maintained by Freddie Akeroyd
+
| Ported by Thierry Uso
|  
+
|
| [https://github.com/FreddieAkeroyd/EPICS-VMS Github]
+
| [http://vmsfree.ouvaton.org/freen/index.php?s=mibble OpenVMS Free softwares]
 
|-
 
|-
| SYSUAF authentication for the Mosquito MQTT broker
+
| NETLIB
| A simple plugin for the Mosquitto MQTT broker (http://mosquitto.org) that provides the ability for the broker to authenticate users via standard OpenVMS means (namely checking the supplied credentials against those in SYSUAF).
+
| A library for writing TCP/IP based network applications. NETLIB provides a consistent, VMS-style interface for TCP/IP-based network programs, operating with all of the currently available TCP/IP packages available today for VMS (with one minor exception).  In addition, NETLIB allows for flexibility in in the use of a TCP/IP package, by selecting the vendor-dependent library code at run-time, rather than link-time.
| C
+
| C, Visual Basic
 +
| [[VAX]], [[Alpha]]
 +
| Hunter Goatley
 
|  
 
|  
| Brett Cameron
+
| [https://github.com/endlesssoftware/netlib Github]
|
 
| [https://github.com/brc859844/mosquitto-auth-plugin-vms Github]
 
 
|-
 
|-
| C developer tools for OpenVMS
+
| NRPE daemon for OpenVMS  
| This repo contains developer tools running on OpenVMS operating system
+
| A you to remotely execute Nagios plugins on OpenVMS machines.
 
| C
 
| C
|  
+
| [[VAX]], [[Alpha]]
| Rafiq Ahamed K
+
|
| 2017
+
|
| [https://github.com/rafiqkattangere/vms_utils Github]
+
| [https://github.com/ordenador/nrpevms Github]
 
|-
 
|-
 
| Net-SNMP 5.0.1 port to OpenVMS
 
| Net-SNMP 5.0.1 port to OpenVMS
Line 359: Line 386:
 
| [https://github.com/tenox7/net-snmp-v501-vms Github]
 
| [https://github.com/tenox7/net-snmp-v501-vms Github]
 
|-
 
|-
| Word count new utility. OpenVMS and *NIX OSes.
+
| NetElf
| Rework of wc
+
| Run the client side of NetELF to download and execute a program over the network from a server. The server sends an arbitrary binary and command-line arguments.
 
| C
 
| C
|
+
|  
| Oleg Pyzin based on original wc code
+
| Harry Roberts
|
+
| 2017
| [https://github.com/FreeBSD-pzn/wcn Github]
+
| [https://github.com/XiphosResearch/netelf Github]
 
|-
 
|-
| FileTypeDetector for OpenVMS files
+
| NetWhistler
| Java NIO.2 FileTypeDetector Implementations for OpenVMS Specific Files
+
| NetWhistler is a network mapping and monitoring tool written in Java and published under GPL. It includes network discovery and diagnostic tools (ping, services monitoring, MIB browser, SNMP trap receiver console, MRTG console…).
| Java
 
 
|
 
|
| Mark Wickens
 
 
|
 
|
| [https://github.com/urbancamo/openvms-filetype-detectors Github]
+
| Ported by Thierry Uso
|-
 
| WASD_LDAP_AUTHAGENT
 
| A modification to WASD that allows you to authenticate users against external LDAP server WITHOUT corresponding SYSUAF records.
 
| C++, Perl
 
 
|
 
|
| Thomas Morstein
+
| [http://vmsfree.ouvaton.org/freen/index.php?s=netwhistler OpenVMS Free softwares]
|
 
| [https://github.com/ztmr/WASD_LDAP_AUTHAGENT Github]
 
 
|-
 
|-
| OpenVMS-RMS-DecBasic-Macro64
+
| ODS2 File System readers
| Try to create a OpenVMS project from memory using RMS-FDL-DECBasic on a OpenVMS system. (notes)
+
| ODS2 is a program to read VMS disk volumes written in VMS ODS2 format. Provides cut down DIRECTORY, COPY and SEARCH commands for VMS volumes on non-VMS systems. These can be used to find out what is on a VMS volume, and copy files onto the local file sytem.
 +
| C
 
|  
 
|  
|
+
| Paul Nankervis, maintained on Github by Oleg Pyzin
| Jason Loewecke
+
| 1998
|
+
| [https://github.com/FreeBSD-pzn/ods2 Github]
| [https://github.com/jloewecke/OpenVMS-RMS-DecBasic-Macro64 Github]
 
 
|-
 
|-
 
| OMI
 
| OMI
Line 399: Line 418:
 
| [https://github.com/oveas/OMI Github]
 
| [https://github.com/oveas/OMI Github]
 
|-
 
|-
| StarLet File Transfer Utility
+
| OmniORB for OpenVMS
| This is a utility to transfering VMS's files over the TCP/IP network to a remote non-VMS hosts, a like the FTP or SFTP but with additional features: resuming broken transfers and generating FDL file to help restoring RMS's attributes on VMS hosts.
+
| omniORB is a CORBA object request broker for C++ and Python. It is very fast, robust, and standards-compliant.
| C
+
| C++
 +
| [[Alpha]]
 +
| Duncan Grisby
 
|
 
|
| Ruslan Laishev
+
| [https://sourceforge.net/p/omniorb/svn/6253/tree/trunk/omniORB/readmes/README.openvms Github]
|
 
| [https://github.com/SysMan-One/SFTU Github]
 
 
|-
 
|-
| frontend_openvms
+
| OpenBmx
| OpenVMS Frontend
+
| A Vagrantfile for a OpenVMS porting box using the alphavm emulator on a Ubuntu Linux box.
| Java, HTML, CSS
 
 
|
 
|
| Nathan (najowhit)
 
 
|
 
|
| [https://github.com/najowhit/frontend_OpenVMS Github]
+
| Martin Borgman
|-
 
| REST API component of OVMS
 
| REST API component of the OVMS platform.
 
| Javascript
 
 
|
 
|
| Nathan (najowhit)
+
| [https://github.com/martinborgman/portingbox Github]
|
 
| [https://github.com/najowhit/nodeAPI_OpenVMS Github]
 
 
|-
 
|-
| CGP_PMAS
+
| OpenSDL
| CommuniGate Pro and PreciseMail Anti-Spam Gateway Integration on OpenVMS systems
+
| Open version of the OpenVMS Structure Definition Language (SDL).
| Perl
+
| C, Yacc, Lex
 
|
 
|
| Thomas Morstein
+
| Jonathan Belanger
|
+
| 2007
| [https://github.com/ztmr/CGP_PMAS Github]
+
| [https://github.com/JonathanBelanger/OpenSDL Github]
 
|-
 
|-
| SDL
+
| OpenVMS migration utilities
| A portable processor for Structure Definition Language (a child of the OpenVMS SDL)
+
| A utility that converts a OpenVMS Variable Length (VL) format file into a stream of bytes with additional line endings if required.
| C
+
| C, bash
|
+
|  
| Ruslan Laishev
+
| Freddie Akeroyd
|
+
| 2016
| [https://github.com/SysMan-One/SDL Github]
+
| [https://github.com/FreddieAkeroyd/VMS-utils Github]
 
|-
 
|-
| MakeShare
+
| OpenVMS-DCL-Sublime-Lang-Support
| Creates a command procedure to link a shared imaged from an object library
+
| This repository contains code necessary to make Sublime Text 3 aware of the 'DIGITAL Command Language' used by HP's OpenVMS operating system.
| DCL
 
| [[Alpha]] and [[Integrity]]
 
| Steve Ives
 
 
|
 
|
| [https://github.com/SteveIves/MakeShare Github]
 
|-
 
| OpenVMS-Oracle-Rdb-Toolset
 
| Ready to use procedures for a database administrator of Oracle Rdb databases on OpenVMS. 
 
 
|
 
|
 +
| Gleb Nikonorov
 
|
 
|
| Luc Allemeersch
+
| [https://github.com/gnikonorov/OpenVMS-DCL-Sublime-Lang-Support Github]
|
 
| [https://github.com/LucAllemeersch/OpenVMS-Oracle-Rdb-Toolset Github]
 
|-
 
| vmsport
 
| Experiments in porting an OpenVMS Fortran / Decforms application to Linux and Gfortran
 
|
 
|
 
|
 
| Svante Lidman
 
| [https://github.com/Coreboost/vmsport Github]
 
 
|-
 
|-
 
| OpenVMS-DCL-VSCODE-Lang-Support
 
| OpenVMS-DCL-VSCODE-Lang-Support
Line 471: Line 466:
 
| [https://github.com/tomesparon/OpenVMS-DCL-VSCODE-Lang-Support Github]
 
| [https://github.com/tomesparon/OpenVMS-DCL-VSCODE-Lang-Support Github]
 
|-
 
|-
| vmsbackup
+
| OpenVMS-Oracle-Rdb-Toolset
| Program to read OpenVMS backup save sets on non-VMS machines
+
| Ready to use procedures for a database administrator of Oracle Rdb databases on OpenVMS
| C
 
 
|
 
|
| Freddie Akeroyd
 
 
|
 
|
| [https://github.com/FreddieAkeroyd/vmsbackup Github]
+
| Luc Allemeersch
|-
 
| OpenVMS-DCL-Sublime-Lang-Support
 
| This repository contains code necessary to make Sublime Text 3 aware of the 'DIGITAL Command Language' used by HP's OpenVMS operating system.
 
 
|
 
|
|
+
| [https://github.com/LucAllemeersch/OpenVMS-Oracle-Rdb-Toolset Github]
| Gleb Nikonorov
 
|
 
| [https://github.com/gnikonorov/OpenVMS-DCL-Sublime-Lang-Support Github]
 
 
|-
 
|-
| VmsCompatibility
+
| OpenVMS-RMS-DecBasic-Macro64
| A collection of DBL subroutines and functions that implement, emulate or shim the functionality of various OpenVMS system service routines.
+
| Try to create a OpenVMS project from memory using RMS-FDL-DECBasic on a OpenVMS system. (notes)
| DBL
+
|  
 
|
 
|
 +
| Jason Loewecke
 
|
 
|
| Kish Baley
+
| [https://github.com/jloewecke/OpenVMS-RMS-DecBasic-Macro64 Github]
| [https://github.com/Synergex/VmsCompatibility Github]
 
 
|-
 
|-
| VMShistory
+
| Openfire
| A collection of historical and descriptive documents about the History and Development of the VMS (OpenVMS) operating system
+
| Openfire is an instant messaging written in Java and published under GPL. It uses the XMPP (also called Jabber) protocol.
 
|
 
|
 
|
 
|
| Lorin Ricker
+
| Ported by Thierry Uso
 
|
 
|
| [https://github.com/LorinRicker/VMShistory Github]
+
| [http://vmsfree.ouvaton.org/freen/index.php?s=openfire OpenVMS Free softwares]
 
|-
 
|-
| A utility to create a sqlite3 database of OpenVMS filesystems for analysis. https://github.com/search?p=7&q=openvms&type=Repositories&utf8=%E2%9C%93
+
| PLIBSYS
|
+
| A cross-platform system C library with some helpful routines. It has zero third-party dependencies and uses only native system calls.
 +
| C, C++
 
|
 
|
 +
| Alexander Saprykin
 
|
 
|
 +
| [https://github.com/saprykin/plibsys Github], [https://github.com/saprykin/plibsys/wiki wiki]
 +
|-
 +
| REST API component of OVMS
 +
| REST API component of the OVMS platform.
 +
| Javascript
 
|
 
|
 +
| Nathan (najowhit)
 
|
 
|
 +
| [https://github.com/najowhit/nodeAPI_OpenVMS Github]
 +
|-
 +
| Ruby
 +
| A port of Ruby for OpenVMS based on Ruby 1.8.2 (MRI). This work is in early alpha development stage and not suitable for release yet
 +
| C, Ruby, HTML, Yacc
 +
| [[Alpha]]
 +
| Ben Armstrong
 
|
 
|
 +
| [https://github.com/bg/vmsruby Github]
 
|-
 
|-
| BatchFileConversion
+
| Ruby for openvms webpage archive
| This is a Synergy/DE console application that will convert Workbench build files from Windows batch files to Unix script files or OpenVMS command files.
+
| Web pages dedicated to Ruby for OpenVMS
| Bash
+
| HTML
 
|  
 
|  
| Unknown
 
 
|
 
|
| [https://github.com/SynSupport/BatchFileConversion Github]
 
|-
 
| curl-parallel
 
| Using CURL to parallel download large datafiles
 
| DCL
 
 
|
 
|
| taupirho
+
| [https://github.com/xiaotuanzi/vmsruby Github]
|
 
| [https://github.com/taupirho/curl-parallel Github]
 
 
|-
 
|-
| VMS ports
+
| SDL
| Open Source and Freeware for OpenVMS
+
| A portable processor for Structure Definition Language (a child of the OpenVMS SDL)
 +
| C
 
|
 
|
 +
| Ruslan Laishev
 
|
 
|
| collection by Bill Pedersen and others
+
| [https://github.com/SysMan-One/SDL Github]
|
 
| [https://sourceforge.net/projects/vms-ports/files/ Github]
 
 
|-
 
|-
| GT.M for Alpha
+
| SIMH VAX VMS
| GT.M[tm] is a vetted industrial strength, transaction processing application platform consisting of a key-value database engine optimized for extreme transaction processing throughput & business continuity.
+
| A MicroVAX 3900 simulator
 
|
 
|
| [[Alpha]]
+
| Docker
 
|
 
|
 
|
 
|
| [https://sourceforge.net/projects/fis-gtm/files/GT.M-Alpha-OpenVMS/ Github]
+
| [https://github.com/k3ck3c/simh_vax_vms Github]
 
|-
 
|-
| GNU for OpenVMS
+
| SQLite 3
| The GNV Project implements a port of the GNU utilities to OpenVMS with the intent of providing a framework for porting open source software to OpenVMS. A complementary SourceForge Project is VMS-Ports (https://sourceforge.net/projects/vms-ports/), there are discussions of process and procedure there as well as regular conference calls with recordings to review progress and assess how to improve the environment.
+
| This is a native port of the SQLite database package to OpenVMS. It delivers the SQLite database to OpenVMS using the following native features:
 +
* Thread support using the tis library.  This allows support for multi-threading without having to link against the pthreads RTL.
 +
* Direct file access.  All files access is performed using the $QIO [[System Service|system services]], rather than the C RTL or even [[RMS]].
 +
* Native locking. All locking is handled using the OpenVMS [[Distributed Lock Manager|distributed lock manager]], allowing database access to be coordinated across [[Cluster|cluster]] nodes (of all architectures).
 +
Despite these OpenVMS-specific improvements the database file maintained by SQLite is still portable to other SQLite-based applications running on other systems.
 
| C
 
| C
|
+
| [[VAX]], [[Alpha]], [[Integrity]]
| John Malmberg and others
+
| Tim Sneddon
|
+
| 2013
| [https://sourceforge.net/projects/gnv/ Github]
+
| [https://github.com/endlesssoftware/sqlite3/blob/master/readme.txt Github]
 
|-
 
|-
| UsingJenkinsCI (wiki)
+
| SQuirreL
| Using Jenkins CI To Build OpenVMS Programs
+
| SQuirreL is a SQL client written in Java and published under LGPL. It allows to view the structure of a JDBC compliant database, browse the data in tables, issue SQL commands…
 
|
 
|
 
|
 
|
| John Malmberg and others
+
| Ported by Thierry Uso
 
|
 
|
| [https://sourceforge.net/p/vms-ports/wiki/UsingJenkinsCi/ Github]
+
| [http://vmsfree.ouvaton.org/freen/index.php?s=squirrel OpenVMS Free softwares]
 
|-
 
|-
| OmniORB for OpenVMS
+
| SYSUAF authentication for the Mosquito MQTT broker
| omniORB is a CORBA object request broker for C++ and Python. It is very fast, robust, and standards-compliant.
+
| A simple plugin for the Mosquitto MQTT broker (http://mosquitto.org) that provides the ability for the broker to authenticate users via standard OpenVMS means (namely checking the supplied credentials against those in SYSUAF).
| C++
+
| C
| [[Alpha]]
+
|  
| Duncan Grisby
+
| Brett Cameron
|
+
|  
| [https://sourceforge.net/p/omniorb/svn/6253/tree/trunk/omniORB/readmes/README.openvms Github]
+
| [https://github.com/brc859844/mosquitto-auth-plugin-vms Github]
 
|-
 
|-
| Gnulib Assist
+
| Scala
| The Gnulib Assist project is a set of routines and header files needed to try to get GNULIB to build on OpenVMS / Ia64.
+
| Scala is a general purpose programming language published under a BSD-style license. It combines functional and object-oriented techniques, provides a number of powerful features (closures, actors…) and is fully interoperable with Java.
 
|
 
|
 
|
 
|
| John Malmberg
+
| Ported by Thierry Uso
 
|
 
|
| [https://sourceforge.net/p/gnv/wiki/Gnulib%20Assist/ Sourceforge]
+
| [http://vmsfree.ouvaton.org/freen/index.php?s=scala OpenVMS Free softwares]
 
|-
 
|-
| vmsperlkit
+
| StarLet File Transfer Utility
| Kitting procedures for Perl on OpenVMS
+
| This is a utility to transfering VMS's files over the TCP/IP network to a remote non-VMS hosts, a like the FTP or SFTP but with additional features: resuming broken transfers and generating FDL file to help restoring RMS's attributes on VMS hosts.
 +
| C
 
|
 
|
|
+
| Ruslan Laishev
| Craig A. Berry
+
|  
|
+
| [https://github.com/SysMan-One/SFTU Github]
| [https://sourceforge.net/projects/vmsperlkit/files/ Sourceforge]
 
 
|-
 
|-
| spop3
+
| Superversion
| Pop3 server
+
| Superversion is a version control system written in Java and published under GPL. It is an alternative to free solutions (CVS, Subversion…) running on Unix or commercial solutions (CMS…) running on OpenVMS. The stable version (Superversion 1.2) is a standalone and single-user application. The following version (Superversion 2.0) will be a client-server and multi-user application.
 
|
 
|
 
|
 
|
| Ruslan R. Laishev
+
| Ported by Thierry Uso
 
|
 
|
| [https://sourceforge.net/projects/vms-ports/files/spop3/ Sourceforge]
+
| [http://vmsfree.ouvaton.org/freen/index.php?s=suv OpenVMS Free softwares]
 +
|-
 +
| T4 monitor
 +
| t4Monitor is a module for Windows and Linux that allows easy collection, preprocessing and reporting of generic OpenVMS' T4 compliant counters stored in Format-1 or Format-2 Comma Separated Values (CSV) files.
 +
| Python
 +
|
 +
| J.M. Fernández
 +
| 2014
 +
| [https://github.com/fernandezcuesta/t4Monitor Github]
 
|-
 
|-
| JNA
+
| TAIL
| JNA (Java Native Access) is a Java library published under LGPL which provides Java programs easy access to native shared libraries (RTL, System services on OpenVMS) without writing anything but Java code – no JNI or native code is required.
+
| Performs a Variation of TYPE/TAIL on a File
 +
| C
 
|
 
|
 +
| Oleg Pyzin
 
|
 
|
| Ported by Phillippe Vouters
+
| [https://github.com/FreeBSD-pzn/tail Github]
|
 
| [http://vmsfree.ouvaton.org/freen/index.php?s=jnaJNA OpenVMS Free softwares]
 
 
|-
 
|-
| BORG calendar
+
| UnQLite
| BORG Calendar is a personal information manager written in Java and published under GPL. It is a combination of calendar, ToDo list, address book and task/project tracking system.
+
| A VMS port of unqlite-db 1.1.6. UnQLite is a transactional NoSQL database in the same vein as SQLite.
 +
| C
 +
| [[Alpha]], [[Integrity]]
 
|
 
|
|
+
| 2012
| Ported by Thierry Uso
+
| [https://github.com/endlesssoftware/unqlite Github]
|
 
| [http://vmsfree.ouvaton.org/freen/index.php?s=borg OpenVMS Free softwares]
 
 
|-
 
|-
| DrJava
+
| UsingJenkinsCI (wiki)
| DrJava is a lightweight Java IDE written in Java and published under the BSD license. It has the usual features such as editing with syntax coloring, automatic indentation, brace matching…, compiling, debugging, testing using JUnit…
+
| Using Jenkins CI To Build OpenVMS Programs
 
|
 
|
 
|
 
|
| Ported by Thierry Uso
+
| John Malmberg and others
 
|
 
|
| [http://vmsfree.ouvaton.org/freen/index.php?s=drjava OpenVMS Free softwares]
+
| [https://sourceforge.net/p/vms-ports/wiki/UsingJenkinsCi/ Github]
 
|-
 
|-
| FreeMind
+
| VMS ports
| FreeMind is a mind mapping tool written in Java and published under GPL. FreeMind can be used to take notes, build a knowledge base or keep track of projects.
+
| Open Source and Freeware for OpenVMS
 
|
 
|
 
|
 
|
| Ported by Thierry Uso
+
| collection by Bill Pedersen and others
 
|
 
|
| [http://vmsfree.ouvaton.org/freen/index.php?s=freemind OpenVMS Free softwares]
+
| [https://sourceforge.net/projects/vms-ports/files/ Github]
 
|-
 
|-
| httping
+
| VMSComFiles
| httping is a command line tool monitoring the response time of a Web server. It is written in C and published under GPL.
+
| Lorin Ricker's personal VMS command and auxiliary support files
 +
| [[DCL]]
 +
|
 +
| Lorin Ricker
 
|
 
|
|
+
| [https://github.com/LorinRicker/VMScomfiles Github]
| Ported by Thierry Uso
 
|
 
| [http://vmsfree.ouvaton.org/freen/index.php?s=httping OpenVMS Free softwares]
 
 
|-
 
|-
| ImageJ
+
| VMShistory
| ImageJ is a tool for image processing and analysis written in Java and placed in the public domain. ImageJ supports the usual formats (GIF, JPEG, XPM, PNG, TIFF…) and may be extended by plugins (more than 300 plugins are available).
+
| A collection of historical and descriptive documents about the History and Development of the VMS (OpenVMS) operating system
 
|
 
|
 
|
 
|
| Ported by Thierry Uso
+
| Lorin Ricker
 
|
 
|
| [http://vmsfree.ouvaton.org/freen/index.php?s=imagej OpenVMS Free softwares]
+
| [https://github.com/LorinRicker/VMShistory Github]
 
|-
 
|-
| iReport
+
| VTFM https://github.com/FreeBSD-pzn/vtfm
| iReport is a data reporting tool written in Java and published under GPL. It offers a GUI to the report generator JasperReport. Reports can be built in several formats (PDF, HTML…) from data collected by JDBC…
 
 
|
 
|
 
|
 
|
| Ported by Jean-Yves Bourlès
 
 
|
 
|
| [http://vmsfree.ouvaton.org/freen/index.php?s=ireport OpenVMS Free softwares]
 
|-
 
| JabRef
 
| JabRef is a bibliography reference manager written in Java and published under GPL. It uses BibTeX as bibliography file format and has advanced features (BibTeX editor, search function, classification of entries, import/export of various formats, launch of external viewers…).
 
 
|
 
|
 
|
 
|
| Ported by Thierry Uso
 
 
|
 
|
| [http://vmsfree.ouvaton.org/freen/index.php?s=jabref OpenVMS Free softwares]
 
 
|-
 
|-
| JavaRDP
+
| VmsCompatibility
| JavaRDP is a client for Windows Terminal Server written in Java and published under GPL. It is faster than VNC and can be used as a remote control tool.
+
| A collection of DBL subroutines and functions that implement, emulate or shim the functionality of various OpenVMS system service routines.
 +
| DBL
 
|
 
|
 
|
 
|
| Ported by Thierry Uso
+
| Kish Baley
|
+
| [https://github.com/Synergex/VmsCompatibility Github]
| [http://vmsfree.ouvaton.org/freen/index.php?s=javardp OpenVMS Free softwares]
 
 
|-
 
|-
| Jetty
+
| WASD_LDAP_AUTHAGENT
| Jetty is a Web server (HTTP server and servlet container) for static and dynamic content written in Java under Apache 2.0 license.
+
| A modification to WASD that allows you to authenticate users against external LDAP server WITHOUT corresponding SYSUAF records.
 +
| C++, Perl
 
|
 
|
 +
| Thomas Morstein
 
|
 
|
| Ported by Thierry Uso
+
| [https://github.com/ztmr/WASD_LDAP_AUTHAGENT Github]
|
 
| [http://vmsfree.ouvaton.org/freen/index.php?s=jetty Jetty on OpenVMS Free softwares], [http://vmsfree.ouvaton.org/freen/index.php?s=jetty6 Jetty 6 on OpenVMS Free softwares]
 
 
|-
 
|-
| JOnAS
+
| WATCHER
| JOnAS is a J2EE application server published under LGPL.
+
| WATCHER is an idle terminal monitor. It logs out interactive users after a certain period of inactivity. WATCHER is fully configurable, allowing the system manager to define which terminals to watch, what measurements to use, and how long a terminal should be idle before getting zapped. It also includes provisions for preventing logouts or overriding inactivity settings based on any combination of username, UIC, terminal, privileges, image being run, held identifier, and time of day.
|
+
| BLISS
|
+
| [[VAX]], [[Alpha]], [[Integrity]]
| Ported by Jean-Yves Bourlès and Thierry Uso
+
| Matthew Madison
|
+
| 1994
| [http://vmsfree.ouvaton.org/freen/index.php?s=jonas Jonas on OpenVMS Free softwares], [http://vmsfree.ouvaton.org/freen/index.php?s=jonas5 Jonas5 on OpenVMS Free softwares]
+
| [https://github.com/endlesssoftware/watcher V4.1 on Github], [https://www.digiater.nl/openvms/freeware/v10/watcher/ V2.9-1 in Freeware]
 
|-
 
|-
| Jperf
+
| Word count new utility. OpenVMS and *NIX OSes.
| Jperf is a graphical frontend for Iperf written in Java. Iperf measures TCP and UDP performance (bandwidth, delay, jitter, loss). JPerf is released under a LGPL license.
+
| Rework of wc
 +
| C
 
|
 
|
 +
| Oleg Pyzin based on original wc code
 
|
 
|
| Ported by Thierry Uso
+
| [https://github.com/FreeBSD-pzn/wcn Github]
|
 
| [http://vmsfree.ouvaton.org/freen/index.php?s=jperf OpenVMS Free softwares]
 
 
|-
 
|-
| JRuby
+
| curl-parallel
| JRuby is a Java implementation of the Ruby programming language, which means that the Ruby programs run atop the JVM. JRuby is released under a three-way CPL/GPL/LGPL license.
+
| Using CURL to parallel download large datafiles
 +
| DCL
 
|
 
|
 +
| taupirho
 
|
 
|
| Ported by Thierry Uso and Philippe Vouters
+
| [https://github.com/taupirho/curl-parallel Github]
|
 
| [http://vmsfree.ouvaton.org/freen/index.php?s=jruby OpenVMS Free softwares]
 
 
|-
 
|-
| Jsynoptic
+
| frontend_openvms
| Jsynoptic is a tool dedicated to render data graphically. It is written in Java under LGPL. Data can come from different sources (files, network…) and can be static or dynamic.
+
| OpenVMS Frontend
 +
| Java, HTML, CSS
 
|
 
|
 +
| Nathan (najowhit)
 
|
 
|
| Ported by Thierry Uso
+
| [https://github.com/najowhit/frontend_OpenVMS Github]
|
 
| [http://vmsfree.ouvaton.org/freen/index.php?s=jsynoptic OpenVMS Free softwares]
 
 
|-
 
|-
| JXplorer
+
| httping
| JXplorer is a LDAP client written in Java and published under a standard OSI-style open source licence. It allows to browse and modify any LDAP directory or any X500 directory with a LDAP interface.
+
| httping is a command line tool monitoring the response time of a Web server. It is written in C and published under GPL.
 
|
 
|
 
|
 
|
| Ported by Thierry Uso  
+
| Ported by Thierry Uso
 
|
 
|
| [http://vmsfree.ouvaton.org/freen/index.php?s=jxplorer OpenVMS Free softwares]
+
| [http://vmsfree.ouvaton.org/freen/index.php?s=httping OpenVMS Free softwares]
 
|-
 
|-
| JTrac
+
| iReport
| JTrac is an issue-tracking web application written in Java under Apache License. The application is fast, easy to use and highly customizable for any kind of issues (bugs, tasks…).
+
| iReport is a data reporting tool written in Java and published under GPL. It offers a GUI to the report generator JasperReport. Reports can be built in several formats (PDF, HTML…) from data collected by JDBC…
 
|
 
|
 
|
 
|
| Ported by Thierry Uso
+
| Ported by Jean-Yves Bourlès
 
|
 
|
| [http://vmsfree.ouvaton.org/freen/index.php?s=jtrac OpenVMS Free softwares]
+
| [http://vmsfree.ouvaton.org/freen/index.php?s=ireport OpenVMS Free softwares]
 
|-
 
|-
 
| libffi
 
| libffi
Line 726: Line 725:
 
|
 
|
 
| [http://vmsfree.ouvaton.org/freen/index.php?s=libffi OpenVMS Free softwares]
 
| [http://vmsfree.ouvaton.org/freen/index.php?s=libffi OpenVMS Free softwares]
|-
 
| Lucane
 
| Lucane is a groupware platform written in Java and published under LGPL. It offers the usual groupware functions such as calendar, forum, instant messaging, file sharing… and may be easily extended by plugins. Lucane has an embedded database (hsqldb) but an external database (mySQL…) can be used instead of hsqldb. Users access Lucane by a Java client or a browser (IE, Mozilla…).
 
|
 
|
 
| Ported by Thierry Uso
 
|
 
| [http://vmsfree.ouvaton.org/freen/index.php?s=lucane OpenVMS Free softwares]
 
|-
 
| MibbleBrowser
 
| MibbleBrowser is a SNMP MIB browser written in Java and published under GPL. It uses the Mibble library as SMI parser and supports SNMPv1, SNMPv2c and SNMPv3.
 
|
 
|
 
| Ported by Thierry Uso
 
|
 
| [http://vmsfree.ouvaton.org/freen/index.php?s=mibble OpenVMS Free softwares]
 
 
|-
 
|-
 
| muCommander
 
| muCommander
Line 751: Line 734:
 
| [http://vmsfree.ouvaton.org/freen/index.php?s=mucommander OpenVMS Free softwares]
 
| [http://vmsfree.ouvaton.org/freen/index.php?s=mucommander OpenVMS Free softwares]
 
|-
 
|-
| NetWhistler
+
| shasum
| NetWhistler is a network mapping and monitoring tool written in Java and published under GPL. It includes network discovery and diagnostic tools (ping, services monitoring, MIB browser, SNMP trap receiver console, MRTG console…).
+
| A utility to print or check SHA checksums (FIPS PUB 180-2)
 +
|
 +
| [[VAX]], [[Alpha]]
 +
| Alan Fay
 
|
 
|
|
+
| [https://github.com/alan-fay/openvms Github]
| Ported by Thierry Uso
 
|
 
| [http://vmsfree.ouvaton.org/freen/index.php?s=netwhistler OpenVMS Free softwares]
 
 
|-
 
|-
| Openfire
+
| spop3
| Openfire is an instant messaging written in Java and published under GPL. It uses the XMPP (also called Jabber) protocol.
+
| Pop3 server
 
|
 
|
 
|
 
|
| Ported by Thierry Uso
+
| Ruslan R. Laishev
 
|
 
|
| [http://vmsfree.ouvaton.org/freen/index.php?s=openfire OpenVMS Free softwares]
+
| [https://sourceforge.net/projects/vms-ports/files/spop3/ Sourceforge]
 
|-
 
|-
| Scala
+
| vmsbackup
| Scala is a general purpose programming language published under a BSD-style license. It combines functional and object-oriented techniques, provides a number of powerful features (closures, actors…) and is fully interoperable with Java.
+
| Program to read OpenVMS backup save sets on non-VMS machines
 +
| C
 
|
 
|
 +
| Freddie Akeroyd
 
|
 
|
| Ported by Thierry Uso
+
| [https://github.com/FreddieAkeroyd/vmsbackup Github]
|
 
| [http://vmsfree.ouvaton.org/freen/index.php?s=scala OpenVMS Free softwares]
 
 
|-
 
|-
| SQuirreL
+
| vmsperlkit
| SQuirreL is a SQL client written in Java and published under LGPL. It allows to view the structure of a JDBC compliant database, browse the data in tables, issue SQL commands…
+
| Kitting procedures for Perl on OpenVMS
 
|
 
|
 
|
 
|
| Ported by Thierry Uso
+
| Craig A. Berry
 
|
 
|
| [http://vmsfree.ouvaton.org/freen/index.php?s=squirrel OpenVMS Free softwares]
+
| [https://sourceforge.net/projects/vmsperlkit/files/ Sourceforge]
 
|-
 
|-
| Superversion
+
| vmsport
| Superversion is a version control system written in Java and published under GPL. It is an alternative to free solutions (CVS, Subversion…) running on Unix or commercial solutions (CMS…) running on OpenVMS. The stable version (Superversion 1.2) is a standalone and single-user application. The following version (Superversion 2.0) will be a client-server and multi-user application.
+
| Experiments in porting an OpenVMS Fortran / Decforms application to Linux and Gfortran
 
|
 
|
 
|
 
|
| Ported by Thierry Uso
 
 
|
 
|
| [http://vmsfree.ouvaton.org/freen/index.php?s=suv OpenVMS Free softwares]
+
| Svante Lidman
 +
| [https://github.com/Coreboost/vmsport Github]
 
|}
 
|}
  
 
[[Category:Freeware]]
 
[[Category:Freeware]]

Revision as of 07:18, 28 March 2021

This is a list of open source software for OpenVMS found on the Internet.

Name Description Language Architectures Author Year Link
Adventure game A magic/exploration simulation game. Fortran VAX, Alpha Willie Crowther 1970s Github, Code from DECUS 1990 L&T SIG Tape, OpenVMS Freeware
BORG calendar BORG Calendar is a personal information manager written in Java and published under GPL. It is a combination of calendar, ToDo list, address book and task/project tracking system. Ported by Thierry Uso OpenVMS Free softwares
BatchFileConversion This is a Synergy/DE console application that will convert Workbench build files from Windows batch files to Unix script files or OpenVMS command files. Bash Unknown Github
C developer tools for OpenVMS This repo contains developer tools running on OpenVMS operating system C Rafiq Ahamed K 2017 Github
C survival kit A set of useful functions, data structures, and macros aimed at allowing more expressive and reliable C code. Portability targets are OpenVMS and Linux. Github
CGP_PMAS CommuniGate Pro and PreciseMail Anti-Spam Gateway Integration on OpenVMS systems Perl Thomas Morstein Github
CMS-EXPORT A utility for OpenVMS to export CMS library content and revisions history. CMS is a version control system commonly used in OpenVMS environment (part of DECset). Valued for being efficient and time-proven, CMS also has its share of drawbacks -- lack of export options being one of these. cms-export utility allows export of a specified CMS library (or a set of library elements) into a file in git-fast-export format, which subsequently can be used to create a repository with an alternative version management system such as git, fossil etc. DCL VAX, Alpha Artur Shepilko 2018 Github
Convert OpenVMS text files to Unix Convert openvms textfiles into UNIX/DOS format C Andika Triwidada Github
DBCHECK Very fast check the health of a RDB database DCL Github
DiskFree An implementation of the Linux df command (view disk usage) VAX, Alpha, Integrity (untested) Alan Fay Github
DrJava DrJava is a lightweight Java IDE written in Java and published under the BSD license. It has the usual features such as editing with syntax coloring, automatic indentation, brace matching…, compiling, debugging, testing using JUnit… Ported by Thierry Uso OpenVMS Free softwares
EPICS on OpenVMS Port of EPICS to OpenVMS C Clemens Wermelskirchen, maintained by Freddie Akeroyd Github
ES40 emulator A portable emulator for the ES40 Alpha C++ Linux Github repository maintained by Dmitry Kalinkin 1994 Github
FTPD server An FTP server with support for UNIX file lists VAX, Alpha Alan Fay Github
Fabric VMS An addon for managing OpenVMS hosts with fabric. It wraps some of the methods available in Fabric enabling a user to execute commands on an OpenVMS (tested with OVMS 7.3 and 8.x releases) host. Python J.M. Fernández Github
FileTypeDetector for OpenVMS files Java NIO.2 FileTypeDetector Implementations for OpenVMS Specific Files Java Mark Wickens Github
Fixfilenames A simple program to fix filenames copied from OpenVMS system Go 2013 Github
FreeMind FreeMind is a mind mapping tool written in Java and published under GPL. FreeMind can be used to take notes, build a knowledge base or keep track of projects. Ported by Thierry Uso OpenVMS Free softwares
GNU for OpenVMS The GNV Project implements a port of the GNU utilities to OpenVMS with the intent of providing a framework for porting open source software to OpenVMS. A complementary SourceForge Project is VMS-Ports (https://sourceforge.net/projects/vms-ports/), there are discussions of process and procedure there as well as regular conference calls with recordings to review progress and assess how to improve the environment. C John Malmberg and others Github
GT.M for Alpha GT.M[tm] is a vetted industrial strength, transaction processing application platform consisting of a key-value database engine optimized for extreme transaction processing throughput & business continuity. Alpha Github
GhostScript GhostScript for OpenVMS Alpha, Integrity Github repositpries maintained by Troy Makaro 2000 executables, sources
Gnulib Assist The Gnulib Assist project is a set of routines and header files needed to try to get GNULIB to build on OpenVMS / Ia64. John Malmberg Sourceforge
ImageJ ImageJ is a tool for image processing and analysis written in Java and placed in the public domain. ImageJ supports the usual formats (GIF, JPEG, XPM, PNG, TIFF…) and may be extended by plugins (more than 300 plugins are available). Ported by Thierry Uso OpenVMS Free softwares
JNA JNA (Java Native Access) is a Java library published under LGPL which provides Java programs easy access to native shared libraries (RTL, System services on OpenVMS) without writing anything but Java code – no JNI or native code is required. Ported by Phillippe Vouters OpenVMS Free softwares
JOnAS JOnAS is a J2EE application server published under LGPL. Ported by Jean-Yves Bourlès and Thierry Uso Jonas on OpenVMS Free softwares, Jonas5 on OpenVMS Free softwares
JRuby A port of JRuby to VMS (possibly frozen) Philippe Vouters 2012 Github
JRuby JRuby is a Java implementation of the Ruby programming language, which means that the Ruby programs run atop the JVM. JRuby is released under a three-way CPL/GPL/LGPL license. Ported by Thierry Uso and Philippe Vouters OpenVMS Free softwares
JRuby A port of JRuby to VMS (possibly frozen) Philippe Vouters 2012 Github
JRuby JRuby is a Java implementation of the Ruby programming language, which means that the Ruby programs run atop the JVM. JRuby is released under a three-way CPL/GPL/LGPL license. Ported by Thierry Uso and Philippe Vouters OpenVMS Free softwares
JTrac JTrac is an issue-tracking web application written in Java under Apache License. The application is fast, easy to use and highly customizable for any kind of issues (bugs, tasks…). Ported by Thierry Uso OpenVMS Free softwares
JXplorer JXplorer is a LDAP client written in Java and published under a standard OSI-style open source licence. It allows to browse and modify any LDAP directory or any X500 directory with a LDAP interface. Ported by Thierry Uso OpenVMS Free softwares
JabRef JabRef is a bibliography reference manager written in Java and published under GPL. It uses BibTeX as bibliography file format and has advanced features (BibTeX editor, search function, classification of entries, import/export of various formats, launch of external viewers…). Ported by Thierry Uso OpenVMS Free softwares
JavaRDP JavaRDP is a client for Windows Terminal Server written in Java and published under GPL. It is faster than VNC and can be used as a remote control tool. Ported by Thierry Uso OpenVMS Free softwares
Jetty Jetty is a Web server (HTTP server and servlet container) for static and dynamic content written in Java under Apache 2.0 license. Ported by Thierry Uso Jetty on OpenVMS Free softwares, Jetty 6 on OpenVMS Free softwares
Jperf Jperf is a graphical frontend for Iperf written in Java. Iperf measures TCP and UDP performance (bandwidth, delay, jitter, loss). JPerf is released under a LGPL license. Ported by Thierry Uso OpenVMS Free softwares
Jsynoptic Jsynoptic is a tool dedicated to render data graphically. It is written in Java under LGPL. Data can come from different sources (files, network…) and can be static or dynamic. Ported by Thierry Uso OpenVMS Free softwares
LIBVMS This package is a reimplementation of the OpenVMS system services for use in a POSIX environment. C Tim Sneddon 2013 Github
Lucane Lucane is a groupware platform written in Java and published under LGPL. It offers the usual groupware functions such as calendar, forum, instant messaging, file sharing… and may be easily extended by plugins. Lucane has an embedded database (hsqldb) but an external database (mySQL…) can be used instead of hsqldb. Users access Lucane by a Java client or a browser (IE, Mozilla…). Ported by Thierry Uso OpenVMS Free softwares
MD5 sum A utility to print or check MD5 checksums (RFC 1321) VAX, Alpha Alan Fay Github
MMK/MAKE MMK is a "make" utility for VMS systems C, Macro VAX, Alpha, Integrity Matthew Madison 1992 V5.1 on Github, V3.9-9 featured in Freeware CD V80
MX Email-exchange software C, C++ VAX, Alpha, Integrity Matthew Madison 1994 Version 6.0 on Github, featured in Freeware CD (V4.1, V4.2)
MakeShare Creates a command procedure to link a shared imaged from an object library DCL Alpha and Integrity Steve Ives Github
Martineg's DCL scripts Miscellaneous DCL scripts: batch resubmit, LOGIN.COM, etc. DCL Martin Eggen Github
MibbleBrowser MibbleBrowser is a SNMP MIB browser written in Java and published under GPL. It uses the Mibble library as SMI parser and supports SNMPv1, SNMPv2c and SNMPv3. Ported by Thierry Uso OpenVMS Free softwares
NETLIB A library for writing TCP/IP based network applications. NETLIB provides a consistent, VMS-style interface for TCP/IP-based network programs, operating with all of the currently available TCP/IP packages available today for VMS (with one minor exception). In addition, NETLIB allows for flexibility in in the use of a TCP/IP package, by selecting the vendor-dependent library code at run-time, rather than link-time. C, Visual Basic VAX, Alpha Hunter Goatley Github
NRPE daemon for OpenVMS A you to remotely execute Nagios plugins on OpenVMS machines. C VAX, Alpha Github
Net-SNMP 5.0.1 port to OpenVMS Net-SNMP v5.0.1 port to OpenVMS C Alpha Ported to OpenVMS by Stewart M. Smith for Siemens AG, released by Giles Burrows (Siemens AG) 2016 Github
NetElf Run the client side of NetELF to download and execute a program over the network from a server. The server sends an arbitrary binary and command-line arguments. C Harry Roberts 2017 Github
NetWhistler NetWhistler is a network mapping and monitoring tool written in Java and published under GPL. It includes network discovery and diagnostic tools (ping, services monitoring, MIB browser, SNMP trap receiver console, MRTG console…). Ported by Thierry Uso OpenVMS Free softwares
ODS2 File System readers ODS2 is a program to read VMS disk volumes written in VMS ODS2 format. Provides cut down DIRECTORY, COPY and SEARCH commands for VMS volumes on non-VMS systems. These can be used to find out what is on a VMS volume, and copy files onto the local file sytem. C Paul Nankervis, maintained on Github by Oleg Pyzin 1998 Github
OMI A menu interpreter for OpenVMS, entirely written in DCL (OMI) Oscar van Eijk Github
OmniORB for OpenVMS omniORB is a CORBA object request broker for C++ and Python. It is very fast, robust, and standards-compliant. C++ Alpha Duncan Grisby Github
OpenBmx A Vagrantfile for a OpenVMS porting box using the alphavm emulator on a Ubuntu Linux box. Martin Borgman Github
OpenSDL Open version of the OpenVMS Structure Definition Language (SDL). C, Yacc, Lex Jonathan Belanger 2007 Github
OpenVMS migration utilities A utility that converts a OpenVMS Variable Length (VL) format file into a stream of bytes with additional line endings if required. C, bash Freddie Akeroyd 2016 Github
OpenVMS-DCL-Sublime-Lang-Support This repository contains code necessary to make Sublime Text 3 aware of the 'DIGITAL Command Language' used by HP's OpenVMS operating system. Gleb Nikonorov Github
OpenVMS-DCL-VSCODE-Lang-Support This extension is for DCL batch scripts. These are typically ran on OpenVMS systems, and are similar to BASH scripts TypeScript Tom Esparson based on work by Gleb Nikonorov Github
OpenVMS-Oracle-Rdb-Toolset Ready to use procedures for a database administrator of Oracle Rdb databases on OpenVMS. Luc Allemeersch Github
OpenVMS-RMS-DecBasic-Macro64 Try to create a OpenVMS project from memory using RMS-FDL-DECBasic on a OpenVMS system. (notes) Jason Loewecke Github
Openfire Openfire is an instant messaging written in Java and published under GPL. It uses the XMPP (also called Jabber) protocol. Ported by Thierry Uso OpenVMS Free softwares
PLIBSYS A cross-platform system C library with some helpful routines. It has zero third-party dependencies and uses only native system calls. C, C++ Alexander Saprykin Github, wiki
REST API component of OVMS REST API component of the OVMS platform. Javascript Nathan (najowhit) Github
Ruby A port of Ruby for OpenVMS based on Ruby 1.8.2 (MRI). This work is in early alpha development stage and not suitable for release yet C, Ruby, HTML, Yacc Alpha Ben Armstrong Github
Ruby for openvms webpage archive Web pages dedicated to Ruby for OpenVMS HTML Github
SDL A portable processor for Structure Definition Language (a child of the OpenVMS SDL) C Ruslan Laishev Github
SIMH VAX VMS A MicroVAX 3900 simulator Docker Github
SQLite 3 This is a native port of the SQLite database package to OpenVMS. It delivers the SQLite database to OpenVMS using the following native features:
  • Thread support using the tis library. This allows support for multi-threading without having to link against the pthreads RTL.
  • Direct file access. All files access is performed using the $QIO system services, rather than the C RTL or even RMS.
  • Native locking. All locking is handled using the OpenVMS distributed lock manager, allowing database access to be coordinated across cluster nodes (of all architectures).

Despite these OpenVMS-specific improvements the database file maintained by SQLite is still portable to other SQLite-based applications running on other systems.

C VAX, Alpha, Integrity Tim Sneddon 2013 Github
SQuirreL SQuirreL is a SQL client written in Java and published under LGPL. It allows to view the structure of a JDBC compliant database, browse the data in tables, issue SQL commands… Ported by Thierry Uso OpenVMS Free softwares
SYSUAF authentication for the Mosquito MQTT broker A simple plugin for the Mosquitto MQTT broker (http://mosquitto.org) that provides the ability for the broker to authenticate users via standard OpenVMS means (namely checking the supplied credentials against those in SYSUAF). C Brett Cameron Github
Scala Scala is a general purpose programming language published under a BSD-style license. It combines functional and object-oriented techniques, provides a number of powerful features (closures, actors…) and is fully interoperable with Java. Ported by Thierry Uso OpenVMS Free softwares
StarLet File Transfer Utility This is a utility to transfering VMS's files over the TCP/IP network to a remote non-VMS hosts, a like the FTP or SFTP but with additional features: resuming broken transfers and generating FDL file to help restoring RMS's attributes on VMS hosts. C Ruslan Laishev Github
Superversion Superversion is a version control system written in Java and published under GPL. It is an alternative to free solutions (CVS, Subversion…) running on Unix or commercial solutions (CMS…) running on OpenVMS. The stable version (Superversion 1.2) is a standalone and single-user application. The following version (Superversion 2.0) will be a client-server and multi-user application. Ported by Thierry Uso OpenVMS Free softwares
T4 monitor t4Monitor is a module for Windows and Linux that allows easy collection, preprocessing and reporting of generic OpenVMS' T4 compliant counters stored in Format-1 or Format-2 Comma Separated Values (CSV) files. Python J.M. Fernández 2014 Github
TAIL Performs a Variation of TYPE/TAIL on a File C Oleg Pyzin Github
UnQLite A VMS port of unqlite-db 1.1.6. UnQLite is a transactional NoSQL database in the same vein as SQLite. C Alpha, Integrity 2012 Github
UsingJenkinsCI (wiki) Using Jenkins CI To Build OpenVMS Programs John Malmberg and others Github
VMS ports Open Source and Freeware for OpenVMS collection by Bill Pedersen and others Github
VMSComFiles Lorin Ricker's personal VMS command and auxiliary support files DCL Lorin Ricker Github
VMShistory A collection of historical and descriptive documents about the History and Development of the VMS (OpenVMS) operating system Lorin Ricker Github
VTFM https://github.com/FreeBSD-pzn/vtfm
VmsCompatibility A collection of DBL subroutines and functions that implement, emulate or shim the functionality of various OpenVMS system service routines. DBL Kish Baley Github
WASD_LDAP_AUTHAGENT A modification to WASD that allows you to authenticate users against external LDAP server WITHOUT corresponding SYSUAF records. C++, Perl Thomas Morstein Github
WATCHER WATCHER is an idle terminal monitor. It logs out interactive users after a certain period of inactivity. WATCHER is fully configurable, allowing the system manager to define which terminals to watch, what measurements to use, and how long a terminal should be idle before getting zapped. It also includes provisions for preventing logouts or overriding inactivity settings based on any combination of username, UIC, terminal, privileges, image being run, held identifier, and time of day. BLISS VAX, Alpha, Integrity Matthew Madison 1994 V4.1 on Github, V2.9-1 in Freeware
Word count new utility. OpenVMS and *NIX OSes. Rework of wc C Oleg Pyzin based on original wc code Github
curl-parallel Using CURL to parallel download large datafiles DCL taupirho Github
frontend_openvms OpenVMS Frontend Java, HTML, CSS Nathan (najowhit) Github
httping httping is a command line tool monitoring the response time of a Web server. It is written in C and published under GPL. Ported by Thierry Uso OpenVMS Free softwares
iReport iReport is a data reporting tool written in Java and published under GPL. It offers a GUI to the report generator JasperReport. Reports can be built in several formats (PDF, HTML…) from data collected by JDBC… Ported by Jean-Yves Bourlès OpenVMS Free softwares
libffi libffi is a library which allows a programmer to call any function specified by a call interface description at run-time and which is used by Java (JNA), Python (Ctypes) and Jruby (Jffi). libffi is written in C and published under a very liberal license. Ported by Philippe Vouters OpenVMS Free softwares
muCommander muCommander is a file manager written in Java and published under GPL. It has also the additional features of (S)FTP, NFS, SMB client and ZIP, JAR, TAR archive brower. Ported by Thierry Uso OpenVMS Free softwares
shasum A utility to print or check SHA checksums (FIPS PUB 180-2) VAX, Alpha Alan Fay Github
spop3 Pop3 server Ruslan R. Laishev Sourceforge
vmsbackup Program to read OpenVMS backup save sets on non-VMS machines C Freddie Akeroyd Github
vmsperlkit Kitting procedures for Perl on OpenVMS Craig A. Berry Sourceforge
vmsport Experiments in porting an OpenVMS Fortran / Decforms application to Linux and Gfortran Svante Lidman Github