Difference between revisions of "Open Source Software for OpenVMS"

From VSI OpenVMS Wiki
Jump to: navigation, search
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This is a list of open source software for OpenVMS found on the Internet.
+
'''Open Source''' refers to software whose source code is made freely available for modification and/or distribution. Below is a list of open source software that works with OpenVMS, as well as some links to instructional open source material that can be found on this wiki.
 +
 
 +
=Open Source Software Developed by VSI=
 +
* [https://vmssoftware.com/products/activemq/ ActiveMQ]
 +
* [https://vmssoftware.com/products/apache-ant/ Apache ANT]
 +
* [https://vmssoftware.com/products/maven/ Apache Maven]
 +
* [https://vmssoftware.com/products/axis2/ AXIS2]
 +
* [https://vmssoftware.com/products/civetweb/ CivetWeb]
 +
* [https://vmssoftware.com/products/curl/ cURL]
 +
* [https://vmssoftware.com/products/gearman/ Gearman]
 +
* [https://vmssoftware.com/products/gnuplot/ Gnuplot]
 +
* [https://vmssoftware.com/products/gnv/ GNV (GNU's not VMS)]
 +
* [https://vmssoftware.com/products/haproxy/ HAProxy]
 +
* [https://vmssoftware.com/products/kerberos/ Kerberos]
 +
* [https://vmssoftware.com/products/libmariadb/ LibMariaDB]
 +
* [https://vmssoftware.com/products/libpq/ LibPQ]
 +
* [https://vmssoftware.com/products/librabbitmq/ LibRabbitMQ]
 +
* [https://vmssoftware.com/products/librd-kafka/ LibRDkafka]
 +
* [https://vmssoftware.com/products/lua/ Lua]
 +
* [https://vmssoftware.com/products/mariadb/ MariaDB]
 +
* [https://vmssoftware.com/products/memcached/ Memcached]
 +
* [https://vmssoftware.com/products/mosquitto/ Mosquitto]
 +
* [https://vmssoftware.com/products/openjdk/ OpenJDK]
 +
* [https://vmssoftware.com/products/openldap/ OpenLDAP]
 +
* [https://vmssoftware.com/products/paho-c/ PAHO-C]
 +
* [https://vmssoftware.com/products/perl/ Perl]
 +
* [https://vmssoftware.com/products/php/ PHP]
 +
* [https://vmssoftware.com/products/python/ Python]
 +
* [https://vmssoftware.com/products/redis/ Redis]
 +
* [https://vmssoftware.com/products/ruby/ Ruby]
 +
* [https://vmssoftware.com/products/samba-cifs/ Samba/CIFS]
 +
* [https://vmssoftware.com/products/scala/ Scala]
 +
* [https://vmssoftware.com/products/secure-web-server/ Secure Web Server]
 +
* [https://vmssoftware.com/products/simplified-wrapper-and-interface-generator/ Simplified Wrapper and Interface Generator]
 +
* [https://vmssoftware.com/products/sql-relay/ SQL Relay Client]
 +
* [https://vmssoftware.com/products/svn/ SVN]
 +
* [https://vmssoftware.com/products/syslogd/ syslogd]
 +
* [https://vmssoftware.com/products/tomcat/ Tomcat]
 +
* [https://vmssoftware.com/products/vgit/ vGit]
 +
* [https://vmssoftware.com/products/vms-ide/ VMS IDE]
 +
* [http://vmssoftware.com/products/xpdf-file-viewer/ XPDF File Viewer]
 +
* [https://vmssoftware.com/products/zeromq/ ZeroMQ]
 +
 
 +
==Instructional Material==
 +
 
 +
In this section you can find links to wiki pages that contain instructional open source material.
 +
 
 +
===Installation Guides===
 +
 
 +
* [https://wiki.vmssoftware.com/Apache_(CSWS)_-_Easy_Installation_Guide OpenVMS Apache installation guide]
 +
* [https://wiki.vmssoftware.com/Tomcat_(CSWS_JAVA)_-_Easy_Installation_Guide OpenVMS Tomcat installation guide]
 +
* [https://wiki.vmssoftware.com/Axis2_-_Easy_Installation_Guide OpenVMS Axis2 installation guide]
 +
 
 +
=Community software=
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 10: Line 63:
 
! colspan="col" | Link
 
! colspan="col" | Link
 
|-
 
|-
| SQLite 3
+
| ACE
| This is a native port of the SQLite database package to OpenVMS. It delivers the SQLite database to OpenVMS using the following native features:
+
| C++ framework for developing distributed networked applications
* Thread support using the tis library.  This allows support for multi-threading without having to link against the pthreads RTL.
+
| C++
* Direct file access.  All files access is performed using the $QIO [[System Service|system services]], rather than the C RTL or even [[RMS]].
+
| [[Alpha]], [[Integrity]]
* 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).
+
| DOCGroup, ported by Remedy IT
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
 
| [https://github.com/endlesssoftware/sqlite3/blob/master/readme.txt 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
+
| [https://github.com/DOCGroup/ACE_TAO Github]
| 2017
 
| [https://github.com/XiphosResearch/netelf Github]
 
 
|-
 
|-
| NETLIB
+
| Adventure game
| 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 magic/exploration simulation game.
| C, Visual Basic
+
| Fortran
 
| [[VAX]], [[Alpha]]
 
| [[VAX]], [[Alpha]]
| Hunter Goatley
+
| Willie Crowther
|  
+
| 1970s
| [https://github.com/endlesssoftware/netlib Github]
+
| [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]
 
|-
 
|-
| MX
+
| BORG calendar
| Email-exchange software
+
| 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.
| C, C++
+
|
| [[VAX]], [[Alpha]], [[Integrity]]
+
|
| Matthew Madison
+
| Ported by Thierry Uso
| 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])
+
| [http://vmsfree.ouvaton.org/freen/index.php?s=borg OpenVMS Free softwares]
 
|-
 
|-
| MMK/MAKE
+
| BatchFileConversion
| MMK is a "make" utility for VMS systems
+
| 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.
| C, Macro
+
| Bash
| [[VAX]], [[Alpha]], [[Integrity]]
+
|  
| Matthew Madison
+
| Unknown
| 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]
+
| [https://github.com/SynSupport/BatchFileConversion Github]
 
|-
 
|-
| UnQLite
+
| C developer tools for OpenVMS
| A VMS port of unqlite-db 1.1.6. UnQLite is a transactional NoSQL database in the same vein as SQLite.
+
| This repo contains developer tools running on OpenVMS operating system
 
| C
 
| C
| [[Alpha]], [[Integrity]]
 
|
 
| 2012
 
| [https://github.com/endlesssoftware/unqlite 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
 
| [https://github.com/endlesssoftware/watcher V4.1 on Github], [https://www.digiater.nl/openvms/freeware/v10/watcher/ V2.9-1 in Freeware]
 
|-
 
| DiskFree
 
| An implementation of the Linux df command (view disk usage)
 
 
|  
 
|  
| [[VAX]], [[Alpha]], [[Integrity]] (untested)
+
| Rafiq Ahamed K
| Alan Fay
+
| 2017
|  
+
| [https://github.com/rafiqkattangere/vms_utils Github]
| [https://github.com/alan-fay/openvms Github]
 
 
|-
 
|-
| FTPD server
+
| C survival kit
| An FTP server with support for UNIX file lists
+
| A set of useful functions, data structures, and macros aimed at allowing more expressive and reliable C code. Portability targets are OpenVMS and Linux.
 
|
 
|
| [[VAX]], [[Alpha]]
 
| Alan Fay
 
 
|
 
|
| [https://github.com/alan-fay/openvms Github]
 
|-
 
| MD5 sum
 
| A utility to print or check MD5 checksums (RFC 1321)
 
|
 
| [[VAX]], [[Alpha]]
 
| Alan Fay
 
 
|
 
|
| [https://github.com/alan-fay/openvms Github]
 
|-
 
| shasum
 
| A utility to print or check SHA checksums (FIPS PUB 180-2)
 
|
 
| [[VAX]], [[Alpha]]
 
| Alan Fay
 
 
|
 
|
| [https://github.com/alan-fay/openvms Github]
+
| [https://github.com/chadjoan/C-Survival-Kit Github]
 
|-
 
|-
| JRuby
+
| CGP_PMAS
| A port of JRuby to VMS (possibly frozen)
+
| CommuniGate Pro and PreciseMail Anti-Spam Gateway Integration on OpenVMS systems
 +
| Perl
 
|
 
|
 +
| Thomas Morstein
 
|
 
|
| Philippe Vouters
+
| [https://github.com/ztmr/CGP_PMAS Github]
| 2012
 
| [https://github.com/Vouters/jruby-openvms Github]
 
 
|-
 
|-
 
| CMS-EXPORT
 
| CMS-EXPORT
Line 118: Line 127:
 
| [https://github.com/nomadbyte/cms-export Github]
 
| [https://github.com/nomadbyte/cms-export Github]
 
|-
 
|-
| Ruby
+
| Convert OpenVMS text files to Unix
| 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
+
| Convert openvms textfiles into UNIX/DOS format
| C, Ruby, HTML, Yacc
+
| C
| [[Alpha]]
+
|  
| Ben Armstrong
+
| Andika Triwidada
 
|
 
|
| [https://github.com/bg/vmsruby Github]
+
| [https://github.com/atriwidada/openvms-to-unix Github]
 
|-
 
|-
| ES40 emulator
+
| Cython
| A portable emulator for the ES40 Alpha
+
| The most widely used Python to C compiler
| C++
+
| C
| [[Linux]]
+
|  
| Github repository maintained by Dmitry Kalinkin
+
| VMS Software
| 1994
+
|
| [https://github.com/veprbl/es40 Github]
+
| [https://github.com/vmssoftware/cython Github]
 
|-
 
|-
| PLIBSYS
+
| DBCHECK
| A cross-platform system C library with some helpful routines. It has zero third-party dependencies and uses only native system calls.
+
| Very fast check the health of a RDB database
| C, C++
+
| [[DCL]]
 +
|
 
|
 
|
| Alexander Saprykin
 
 
|
 
|
| [https://github.com/saprykin/plibsys Github], [https://github.com/saprykin/plibsys/wiki wiki]
+
| [https://github.com/NLA0/DCL/blob/master/dbcheck Github]
 
|-
 
|-
| VMSComFiles
+
| DiskFree
| Lorin Ricker's personal VMS command and auxiliary support files
+
| An implementation of the Linux df command (view disk usage)
| [[DCL]]
+
|  
 +
| [[VAX]], [[Alpha]], [[Integrity]] (untested)
 +
| Alan Fay
 
|  
 
|  
| Lorin Ricker
+
| [https://github.com/alan-fay/openvms 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
 
|
 
|
| [https://github.com/LorinRicker/VMScomfiles Github]
+
| [http://vmsfree.ouvaton.org/freen/index.php?s=drjava OpenVMS Free softwares]
 
|-
 
|-
| LIBVMS
+
| EPICS on OpenVMS
| This package is a reimplementation of the OpenVMS system services for use in a POSIX environment.
+
| Port of EPICS to OpenVMS
 
| C
 
| C
|
+
|  
| Tim Sneddon
+
| Clemens Wermelskirchen, maintained by Freddie Akeroyd
| 2013
+
|  
| [https://github.com/tesneddon/libvms Github]
+
| [https://github.com/FreddieAkeroyd/EPICS-VMS Github]
 +
|-
 +
| ES40 emulator
 +
| A portable emulator for the ES40 Alpha
 +
| C++
 +
| [[Linux]]
 +
| Github repository maintained by Dmitry Kalinkin
 +
| 1994
 +
| [https://github.com/veprbl/es40 Github]
 
|-
 
|-
| VTFM https://github.com/FreeBSD-pzn/vtfm
+
| FTPD server
|
+
| An FTP server with support for UNIX file lists
|
 
|
 
|
 
 
|
 
|
 +
| [[VAX]], [[Alpha]]
 +
| Alan Fay
 
|
 
|
 +
| [https://github.com/alan-fay/openvms Github]
 
|-
 
|-
| 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
 +
| Port of Python to OpenVMS
 +
|
 
|  
 
|  
| J.M. Fernández
+
| VMS Software
| 2014
+
|  
| [https://github.com/fernandezcuesta/t4Monitor Github]
+
| [https://github.com/vmssoftware/python_3_8_2 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 215:
 
| [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 247:
 
| [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://github.com/NLA0/DCL/blob/master/dbcheck Github]
+
| [https://sourceforge.net/p/gnv/wiki/Gnulib%20Assist/ Sourceforge]
 
|-
 
|-
| JOe-Docs command procedsures
+
| ImageJ
| OpenVMS command procedures and documentation:
+
| 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).
* 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
 
|
 
 
|
 
|
 
|
 
|
 +
| Ported by Thierry Uso
 
|
 
|
| [https://github.com/Joe-Docs/OpenVMS Github]
+
| [http://vmsfree.ouvaton.org/freen/index.php?s=imagej OpenVMS Free softwares]
 
|-
 
|-
| TAIL
+
| JNA
| Performs a Variation of TYPE/TAIL on a File
+
| 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.
| C
 
|
 
| Oleg Pyzin
 
|
 
| [https://github.com/FreeBSD-pzn/tail 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.
 
 
|
 
|
 
|
 
|
 +
| Ported by Phillippe Vouters
 
|
 
|
|
+
| [http://vmsfree.ouvaton.org/freen/index.php?s=jnaJNA OpenVMS Free softwares]
| [https://github.com/chadjoan/C-Survival-Kit Github]
 
 
|-
 
|-
| NRPE daemon for OpenVMS
+
| JOnAS
| A you to remotely execute Nagios plugins on OpenVMS machines.
+
| JOnAS is a J2EE application server published under LGPL.
| C
 
| [[VAX]], [[Alpha]]
 
 
|
 
|
 
|
 
|
| [https://github.com/ordenador/nrpevms Github]
+
| Ported by Jean-Yves Bourlès and Thierry Uso
|-
 
| OpenVMS agent for uptime https://github.com/uptimesoftware/uptime-openvms-agent
 
| 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:
 
* CPU Usage (Both total usage, and a multi-cpu breakdown )
 
* Memory Utilization
 
* Network Usage
 
* File System Capacity & Disk Utilization etc.
 
| C
 
| [[Integrity]]
 
| Dan Branton
 
|
 
| [https://github.com/uptimesoftware/uptime-openvms-agent Github]
 
|-
 
| 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
 
| [https://github.com/FreeBSD-pzn/ods2 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
 
| [https://github.com/FreddieAkeroyd/VMS-utils Github]
 
|-
 
| OpenBmx
 
| A Vagrantfile for a OpenVMS porting box using the alphavm emulator on a Ubuntu Linux box.
 
 
|
 
|
|
+
| [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]
| Martin Borgman
 
|
 
| [https://github.com/martinborgman/portingbox Github]
 
 
|-
 
|-
| Ruby for openvms webpage archive
+
| JRuby
| Web pages dedicated to Ruby for OpenVMS
+
| A port of JRuby to VMS (possibly frozen)
| HTML
 
|
 
 
|
 
|
 
|
 
|
| [https://github.com/xiaotuanzi/vmsruby Github]
+
| Philippe Vouters
 +
| 2012
 +
| [https://github.com/Vouters/jruby-openvms Github]
 
|-
 
|-
| Convert OpenVMS text files to Unix
+
| JRuby
| Convert openvms textfiles into UNIX/DOS format
+
| 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.
| C
 
|
 
| Andika Triwidada
 
 
|
 
|
| [https://github.com/atriwidada/openvms-to-unix 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
 
|
 
| [https://github.com/fernandezcuesta/fabric_vms Github]
 
|-
 
| Martineg's DCL scripts
 
| Miscellaneous DCL scripts: batch resubmit, LOGIN.COM, etc.
 
| DCL
 
|
 
| Martin Eggen
 
|
 
| [https://github.com/martineg/openvms-dcl Github]
 
|-
 
| EPICS on OpenVMS
 
| Port of EPICS to OpenVMS
 
| C
 
|
 
| Clemens Wermelskirchen, maintained by Freddie Akeroyd
 
|
 
| [https://github.com/FreddieAkeroyd/EPICS-VMS Github]
 
|-
 
| 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
 
|
 
| [https://github.com/brc859844/mosquitto-auth-plugin-vms Github]
 
|-
 
| C developer tools for OpenVMS
 
| This repo contains developer tools running on OpenVMS operating system
 
| C
 
|
 
| Rafiq Ahamed K
 
| 2017
 
| [https://github.com/rafiqkattangere/vms_utils 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
 
| [https://github.com/tenox7/net-snmp-v501-vms Github]
 
|-
 
| Word count new utility. OpenVMS and *NIX OSes.
 
| Rework of wc
 
| C
 
 
|
 
|
| Oleg Pyzin based on original wc code
+
| Ported by Thierry Uso and Philippe Vouters
 
|
 
|
| [https://github.com/FreeBSD-pzn/wcn Github]
+
| [http://vmsfree.ouvaton.org/freen/index.php?s=jruby OpenVMS Free softwares]
 
|-
 
|-
| FileTypeDetector for OpenVMS files
+
| JRuby
| Java NIO.2 FileTypeDetector Implementations for OpenVMS Specific Files
+
| A port of JRuby to VMS (possibly frozen)
| Java
 
 
|
 
|
| Mark Wickens
 
 
|
 
|
| [https://github.com/urbancamo/openvms-filetype-detectors Github]
+
| Philippe Vouters
 +
| 2012
 +
| [https://github.com/Vouters/jruby-openvms Github]
 
|-
 
|-
| WASD_LDAP_AUTHAGENT
+
| JRuby
| A modification to WASD that allows you to authenticate users against external LDAP server WITHOUT corresponding SYSUAF records.
+
| 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.
| C++, Perl
 
 
|
 
|
| Thomas Morstein
 
 
|
 
|
| [https://github.com/ztmr/WASD_LDAP_AUTHAGENT Github]
+
| Ported by Thierry Uso and Philippe Vouters
|-
 
| OpenVMS-RMS-DecBasic-Macro64
 
| Try to create a OpenVMS project from memory using RMS-FDL-DECBasic on a OpenVMS system. (notes)
 
|
 
 
|
 
|
| Jason Loewecke
+
| [http://vmsfree.ouvaton.org/freen/index.php?s=jruby OpenVMS Free softwares]
|
 
| [https://github.com/jloewecke/OpenVMS-RMS-DecBasic-Macro64 Github]
 
 
|-
 
|-
| OMI
+
| JTrac
| A menu interpreter for OpenVMS, entirely written in DCL (OMI)  
+
| 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…).
 
|
 
|
 
|
 
|
| Oscar van Eijk
+
| Ported by Thierry Uso
 
|
 
|
| [https://github.com/oveas/OMI Github]
+
| [http://vmsfree.ouvaton.org/freen/index.php?s=jtrac OpenVMS Free softwares]
 
|-
 
|-
| StarLet File Transfer Utility
+
| JXplorer
| 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.
+
| 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
 
 
|
 
|
| Ruslan Laishev
 
|
 
| [https://github.com/SysMan-One/SFTU Github]
 
|-
 
| frontend_openvms
 
| 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=jxplorer OpenVMS Free softwares]
 
|-
 
|-
| REST API component of OVMS
+
| JabRef
| REST API component of the OVMS platform.
+
| 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…).
| Javascript
 
 
|
 
|
| Nathan (najowhit)
 
 
|
 
|
| [https://github.com/najowhit/nodeAPI_OpenVMS Github]
+
| Ported by Thierry Uso
|-
 
| CGP_PMAS
 
| CommuniGate Pro and PreciseMail Anti-Spam Gateway Integration on OpenVMS systems
 
| Perl
 
 
|
 
|
| Thomas Morstein
+
| [http://vmsfree.ouvaton.org/freen/index.php?s=jabref OpenVMS Free softwares]
|
 
| [https://github.com/ztmr/CGP_PMAS Github]
 
 
|-
 
|-
| SDL
+
| JavaRDP
| A portable processor for Structure Definition Language (a child of the OpenVMS SDL)
+
| 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
 
 
|
 
|
| Ruslan Laishev
 
 
|
 
|
| [https://github.com/SysMan-One/SDL Github]
+
| Ported by Thierry Uso
|-
 
| MakeShare
 
| Creates a command procedure to link a shared imaged from an object library
 
| DCL
 
| [[Alpha]] and [[Integrity]]
 
| Steve Ives
 
 
|
 
|
| [https://github.com/SteveIves/MakeShare Github]
+
| [http://vmsfree.ouvaton.org/freen/index.php?s=javardp OpenVMS Free softwares]
 
|-
 
|-
| OpenVMS-Oracle-Rdb-Toolset
+
| Jetty
| Ready to use procedures for a database administrator of Oracle Rdb databases on OpenVMS.
+
| Jetty is a Web server (HTTP server and servlet container) for static and dynamic content written in Java under Apache 2.0 license.
 
|
 
|
 
|
 
|
| Luc Allemeersch
+
| Ported by Thierry Uso
 
|
 
|
| [https://github.com/LucAllemeersch/OpenVMS-Oracle-Rdb-Toolset 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]
 
|-
 
|-
| vmsport
+
| Jperf
| Experiments in porting an OpenVMS Fortran / Decforms application to Linux and Gfortran
+
| 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
 
|
 
|
| Svante Lidman
+
| [http://vmsfree.ouvaton.org/freen/index.php?s=jperf OpenVMS Free softwares]
| [https://github.com/Coreboost/vmsport Github]
 
 
|-
 
|-
| OpenVMS-DCL-VSCODE-Lang-Support
+
| Jsynoptic
| This extension is for DCL batch scripts. These are typically ran on OpenVMS systems, and are similar to BASH scripts
+
| 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.
| TypeScript
 
 
|
 
|
| Tom Esparson based on work by Gleb Nikonorov
 
 
|
 
|
| [https://github.com/tomesparon/OpenVMS-DCL-VSCODE-Lang-Support Github]
+
| Ported by Thierry Uso
 +
|
 +
| [http://vmsfree.ouvaton.org/freen/index.php?s=jsynoptic OpenVMS Free softwares]
 
|-
 
|-
| vmsbackup
+
| LIBVMS
| Program to read OpenVMS backup save sets on non-VMS machines
+
| This package is a reimplementation of the OpenVMS system services for use in a POSIX environment.
 
| C
 
| C
 
|
 
|
| Freddie Akeroyd
+
| Tim Sneddon
|
+
| 2013
| [https://github.com/FreddieAkeroyd/vmsbackup Github]
+
| [https://github.com/tesneddon/libvms Github]
 
|-
 
|-
| OpenVMS-DCL-Sublime-Lang-Support
+
| Lucane
| This repository contains code necessary to make Sublime Text 3 aware of the 'DIGITAL Command Language' used by HP's OpenVMS operating system.
+
| 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…).
 
|
 
|
 
|
 
|
| Gleb Nikonorov
+
| Ported by Thierry Uso
 
|
 
|
| [https://github.com/gnikonorov/OpenVMS-DCL-Sublime-Lang-Support Github]
+
| [http://vmsfree.ouvaton.org/freen/index.php?s=lucane OpenVMS Free softwares]
 
|-
 
|-
| VmsCompatibility
+
| MD5 sum
| A collection of DBL subroutines and functions that implement, emulate or shim the functionality of various OpenVMS system service routines.
+
| A utility to print or check MD5 checksums (RFC 1321)
| DBL
+
|
 +
| [[VAX]], [[Alpha]]
 +
| Alan Fay
 
|
 
|
 +
| [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])
 +
|-
 +
| MakeShare
 +
| Creates a command procedure to link a shared imaged from an object library
 +
| DCL
 +
| [[Alpha]] and [[Integrity]]
 +
| Steve Ives
 
|
 
|
| Kish Baley
+
| [https://github.com/SteveIves/MakeShare Github]
| [https://github.com/Synergex/VmsCompatibility Github]
 
 
|-
 
|-
| VMShistory
+
| Martineg's DCL scripts
| A collection of historical and descriptive documents about the History and Development of the VMS (OpenVMS) operating system
+
| Miscellaneous DCL scripts: batch resubmit, LOGIN.COM, etc.
|
+
| DCL
|
+
|  
| Lorin Ricker
+
| Martin Eggen
|
+
|  
| [https://github.com/LorinRicker/VMShistory Github]
+
| [https://github.com/martineg/openvms-dcl Github]
 
|-
 
|-
| 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
+
| 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]
 
|-
 
|-
| BatchFileConversion
+
| NETLIB
| 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.
+
| 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.
| Bash
+
| C, Visual Basic
 +
| [[VAX]], [[Alpha]]
 +
| Hunter Goatley
 
|  
 
|  
| Unknown
+
| [https://github.com/endlesssoftware/netlib Github]
|
 
| [https://github.com/SynSupport/BatchFileConversion Github]
 
 
|-
 
|-
| curl-parallel
+
| NRPE daemon for OpenVMS
| Using CURL to parallel download large datafiles
+
| A you to remotely execute Nagios plugins on OpenVMS machines.
| DCL
+
| C
 +
| [[VAX]], [[Alpha]]
 
|
 
|
| taupirho
 
 
|
 
|
| [https://github.com/taupirho/curl-parallel Github]
+
| [https://github.com/ordenador/nrpevms 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
 +
| [https://github.com/tenox7/net-snmp-v501-vms Github]
 
|-
 
|-
| VMS ports
+
| NetElf
| Open Source and Freeware 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.
|
+
| C
|
+
|  
| collection by Bill Pedersen and others
+
| Harry Roberts
|
+
| 2017
| [https://sourceforge.net/projects/vms-ports/files/ Github]
+
| [https://github.com/XiphosResearch/netelf Github]
 
|-
 
|-
| GT.M for Alpha
+
| NetWhistler
| 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.
+
| 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…).
 
|
 
|
| [[Alpha]]
 
 
|
 
|
 +
| Ported by Thierry Uso
 
|
 
|
| [https://sourceforge.net/projects/fis-gtm/files/GT.M-Alpha-OpenVMS/ Github]
+
| [http://vmsfree.ouvaton.org/freen/index.php?s=netwhistler OpenVMS Free softwares]
 
|-
 
|-
| GNU for OpenVMS
+
| ODS2 File System readers
| 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.
+
| 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
 
| C
|
+
|  
| John Malmberg and others
+
| Paul Nankervis, maintained on Github by Oleg Pyzin
|
+
| 1998
| [https://sourceforge.net/projects/gnv/ Github]
+
| [https://github.com/FreeBSD-pzn/ods2 Github]
 
|-
 
|-
| UsingJenkinsCI (wiki)
+
| OMI
| Using Jenkins CI To Build OpenVMS Programs
+
| A menu interpreter for OpenVMS, entirely written in DCL (OMI)
 
|
 
|
 
|
 
|
| John Malmberg and others
+
| Oscar van Eijk
 
|
 
|
| [https://sourceforge.net/p/vms-ports/wiki/UsingJenkinsCi/ Github]
+
| [https://github.com/oveas/OMI Github]
 
|-
 
|-
 
| OmniORB for OpenVMS  
 
| OmniORB for OpenVMS  
Line 567: Line 495:
 
| [https://sourceforge.net/p/omniorb/svn/6253/tree/trunk/omniORB/readmes/README.openvms Github]
 
| [https://sourceforge.net/p/omniorb/svn/6253/tree/trunk/omniORB/readmes/README.openvms Github]
 
|-
 
|-
| VMS installation for hobbyists https://sourceforge.net/p/vms-ports/wiki/VMSInstallation/
+
| OpenBmx
|
+
| A Vagrantfile for a OpenVMS porting box using the alphavm emulator on a Ubuntu Linux box.
|
 
 
|
 
|
 
|
 
|
 +
| Martin Borgman
 
|
 
|
 +
| [https://github.com/martinborgman/portingbox Github]
 +
|-
 +
| OpenSDL
 +
| Open version of the OpenVMS Structure Definition Language (SDL).
 +
| C, Yacc, Lex
 
|
 
|
 +
| Jonathan Belanger
 +
| 2007
 +
| [https://github.com/JonathanBelanger/OpenSDL 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
 +
| [https://github.com/FreddieAkeroyd/VMS-utils Github]
 
|-
 
|-
| Gnulib Assist https://sourceforge.net/p/gnv/wiki/Gnulib%20Assist/
+
| 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
 
|
 
|
 +
| [https://github.com/gnikonorov/OpenVMS-DCL-Sublime-Lang-Support 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
 
|
 
|
 +
| [https://github.com/tomesparon/OpenVMS-DCL-VSCODE-Lang-Support Github]
 
|-
 
|-
| SQlite 3 on SourceForge https://sourceforge.net/projects/vms-ports/files/SQLITE3/
+
| OpenVMS-Oracle-Rdb-Toolset
|
+
| Ready to use procedures for a database administrator of Oracle Rdb databases on OpenVMS. 
 
|
 
|
 
|
 
|
 +
| Luc Allemeersch
 
|
 
|
 +
| [https://github.com/LucAllemeersch/OpenVMS-Oracle-Rdb-Toolset Github]
 +
|-
 +
| OpenVMS-RMS-DecBasic-Macro64
 +
| Try to create a OpenVMS project from memory using RMS-FDL-DECBasic on a OpenVMS system. (notes)
 +
|
 
|
 
|
 +
| Jason Loewecke
 
|
 
|
 +
| [https://github.com/jloewecke/OpenVMS-RMS-DecBasic-Macro64 Github]
 
|-
 
|-
| VAX decset install (wiki) https://sourceforge.net/p/vms-ports/wiki/VAX_DECSET_127_INSTALL/
+
| 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
 
|
 
|
 +
| [http://vmsfree.ouvaton.org/freen/index.php?s=openfire 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
 
|
 
|
 +
| [https://github.com/saprykin/plibsys Github], [https://github.com/saprykin/plibsys/wiki wiki]
 
|-
 
|-
| Perl 5.28.1 https://sourceforge.net/projects/vmsperlkit/files/
+
| 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]
 +
|-
 +
| Ruby for openvms webpage archive
 +
| Web pages dedicated to Ruby for OpenVMS
 +
| HTML
 +
|
 
|
 
|
 
|
 
|
 +
| [https://github.com/xiaotuanzi/vmsruby Github]
 
|-
 
|-
| SPOP3 https://sourceforge.net/projects/vms-ports/files/spop3/
+
| SDL
|
+
| A portable processor for Structure Definition Language (a child of the OpenVMS SDL)
 +
| C
 
|
 
|
 +
| Ruslan Laishev
 
|
 
|
 +
| [https://github.com/SysMan-One/SDL Github]
 +
|-
 +
| SIMH VAX VMS
 +
| A MicroVAX 3900 simulator
 
|
 
|
 +
| Docker
 
|
 
|
 
|
 
|
 +
| [https://github.com/k3ck3c/simh_vax_vms 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 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
 +
| [[VAX]], [[Alpha]], [[Integrity]]
 +
| Tim Sneddon
 +
| 2013
 +
| [https://github.com/endlesssoftware/sqlite3/blob/master/readme.txt Github]
 
|-
 
|-
| JNA http://vmsfree.ouvaton.org/freen/index.php?s=jna
+
| 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
 
|
 
|
 +
| [http://vmsfree.ouvaton.org/freen/index.php?s=squirrel 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
 +
|
 +
| [https://github.com/brc859844/mosquitto-auth-plugin-vms 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
 
|
 
|
 +
| [http://vmsfree.ouvaton.org/freen/index.php?s=scala OpenVMS Free softwares]
 
|-
 
|-
| BORG CALENDAR http://vmsfree.ouvaton.org/freen/index.php?s=borg
+
| 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
 +
|
 +
| [https://github.com/SysMan-One/SFTU 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
 
|
 
|
 +
| [http://vmsfree.ouvaton.org/freen/index.php?s=suv OpenVMS Free softwares]
 
|-
 
|-
| DR JAVA http://vmsfree.ouvaton.org/freen/index.php?s=drjava
+
| 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]
 
|-
 
|-
| Freemind http://vmsfree.ouvaton.org/freen/index.php?s=freemind
+
| TAIL
|
+
| Performs a Variation of TYPE/TAIL on a File
|
+
| C
|
 
|
 
 
|
 
|
 +
| Oleg Pyzin
 
|
 
|
 +
| [https://github.com/FreeBSD-pzn/tail Github]
 
|-
 
|-
| httping http://vmsfree.ouvaton.org/freen/index.php?s=httping
+
| TAO
|
+
| CORBA implementation
|
+
| C++
|
+
| [[Alpha]], [[Integrity]]
|
+
| DOCGroup, ported by Remedy IT
|
+
|  
|
+
| [https://github.com/DOCGroup/ACE_TAO Github]
 
|-
 
|-
| imagej http://vmsfree.ouvaton.org/freen/index.php?s=imagej
+
| 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
 +
| [https://github.com/endlesssoftware/unqlite Github]
 
|-
 
|-
| iReport http://vmsfree.ouvaton.org/freen/index.php?s=ireport
+
| UsingJenkinsCI (wiki)
|
+
| Using Jenkins CI To Build OpenVMS Programs
|
 
|
 
 
|
 
|
 
|
 
|
 +
| John Malmberg and others
 
|
 
|
 +
| [https://sourceforge.net/p/vms-ports/wiki/UsingJenkinsCi/ Github]
 
|-
 
|-
| jabref http://vmsfree.ouvaton.org/freen/index.php?s=jabref
+
| VMS ports
|
+
| Open Source and Freeware for OpenVMS
|
 
|
 
 
|
 
|
 
|
 
|
 +
| collection by Bill Pedersen and others
 
|
 
|
 +
| [https://sourceforge.net/projects/vms-ports/files/ Github]
 
|-
 
|-
| javardp http://vmsfree.ouvaton.org/freen/index.php?s=javardp
+
| VMSComFiles
|
+
| Lorin Ricker's personal VMS command and auxiliary support files
|
+
| [[DCL]]
|
+
|  
|
+
| Lorin Ricker
|
 
 
|
 
|
 +
| [https://github.com/LorinRicker/VMScomfiles Github]
 
|-
 
|-
| jetty http://vmsfree.ouvaton.org/freen/index.php?s=jetty, http://vmsfree.ouvaton.org/freen/index.php?s=jetty6
+
| VMS IDE
|
+
| Visual Studio Code Extension for OpenVMS
|
+
| [[C]]
 +
|
 +
| VMS Software
 
|
 
|
 +
| [https://github.com/vmssoftware/vms-ide Github]
 +
|-
 +
| VMShistory
 +
| A collection of historical and descriptive documents about the History and Development of the VMS (OpenVMS) operating system
 
|
 
|
 
|
 
|
 +
| Lorin Ricker
 
|
 
|
 +
| [https://github.com/LorinRicker/VMShistory Github]
 
|-
 
|-
| jonas http://vmsfree.ouvaton.org/freen/index.php?s=jonas, http://vmsfree.ouvaton.org/freen/index.php?s=jonas5
+
| VTFM https://github.com/FreeBSD-pzn/vtfm
 
|
 
|
 
|
 
|
Line 703: Line 739:
 
|
 
|
 
|-
 
|-
| jperf http://vmsfree.ouvaton.org/freen/index.php?s=jperf
+
| VmsCompatibility
|
+
| A collection of DBL subroutines and functions that implement, emulate or shim the functionality of various OpenVMS system service routines.
|
+
| DBL
|
 
|
 
 
|
 
|
 
|
 
|
 +
| Kish Baley
 +
| [https://github.com/Synergex/VmsCompatibility Github]
 
|-
 
|-
| jruby http://vmsfree.ouvaton.org/freen/index.php?s=jruby
+
| 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
 
|
 
|
 +
| [https://github.com/ztmr/WASD_LDAP_AUTHAGENT Github]
 
|-
 
|-
| jsynoptic http://vmsfree.ouvaton.org/freen/index.php?s=jsynoptic
+
| 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
|
+
| [https://github.com/endlesssoftware/watcher V4.1 on Github], [https://www.digiater.nl/openvms/freeware/v10/watcher/ V2.9-1 in Freeware]
 
|-
 
|-
| jxplorer http://vmsfree.ouvaton.org/freen/index.php?s=jxplorer
+
| Word count new utility. OpenVMS and *NIX OSes.
|
+
| Rework of wc
|
+
| C
|
 
|
 
 
|
 
|
 +
| Oleg Pyzin based on original wc code
 
|
 
|
 +
| [https://github.com/FreeBSD-pzn/wcn Github]
 
|-
 
|-
| jtrac http://vmsfree.ouvaton.org/freen/index.php?s=jtrac
+
| curl-parallel
|
+
| Using CURL to parallel download large datafiles
|
+
| DCL
|
 
|
 
 
|
 
|
 +
| taupirho
 
|
 
|
 +
| [https://github.com/taupirho/curl-parallel Github]
 
|-
 
|-
| libffi http://vmsfree.ouvaton.org/freen/index.php?s=libffi
+
| frontend_openvms
|
+
| OpenVMS Frontend
|
+
| Java, HTML, CSS
|
 
|
 
 
|
 
|
 +
| Nathan (najowhit)
 
|
 
|
 +
| [https://github.com/najowhit/frontend_OpenVMS Github]
 
|-
 
|-
| lucane http://vmsfree.ouvaton.org/freen/index.php?s=lucane
+
| 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
 
|
 
|
 +
| [http://vmsfree.ouvaton.org/freen/index.php?s=httping OpenVMS Free softwares]
 
|-
 
|-
| mibble browser http://vmsfree.ouvaton.org/freen/index.php?s=mibble
+
| 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
 
|
 
|
 +
| [http://vmsfree.ouvaton.org/freen/index.php?s=ireport OpenVMS Free softwares]
 
|-
 
|-
| mucommander http://vmsfree.ouvaton.org/freen/index.php?s=mucommander
+
| 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
 
|
 
|
 +
| [http://vmsfree.ouvaton.org/freen/index.php?s=libffi OpenVMS Free softwares]
 
|-
 
|-
| netwhistler http://vmsfree.ouvaton.org/freen/index.php?s=netwhistler
+
| 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
 
|
 
|
 +
| [http://vmsfree.ouvaton.org/freen/index.php?s=mucommander OpenVMS Free softwares]
 
|-
 
|-
| openfire http://vmsfree.ouvaton.org/freen/index.php?s=openfire
+
| shasum
|
+
| A utility to print or check SHA checksums (FIPS PUB 180-2)
|
+
|  
|
+
| [[VAX]], [[Alpha]]
|
+
| Alan Fay
|
 
 
|
 
|
 +
| [https://github.com/alan-fay/openvms Github]
 
|-
 
|-
| scala http://vmsfree.ouvaton.org/freen/index.php?s=scala
+
| spop3
|
+
| Pop3 server
|
 
|
 
 
|
 
|
 
|
 
|
 +
| Ruslan R. Laishev
 
|
 
|
 +
| [https://sourceforge.net/projects/vms-ports/files/spop3/ Sourceforge]
 
|-
 
|-
| squirrel http://vmsfree.ouvaton.org/freen/index.php?s=squirrel
+
| vmsbackup
|
+
| Program to read OpenVMS backup save sets on non-VMS machines
|
+
| C
|
 
|
 
 
|
 
|
 +
| Freddie Akeroyd
 
|
 
|
 +
| [https://github.com/FreddieAkeroyd/vmsbackup Github]
 
|-
 
|-
| superversion http://vmsfree.ouvaton.org/freen/index.php?s=suv
+
| vmsperlkit
|
+
| Kitting procedures for Perl on OpenVMS
|
 
|
 
 
|
 
|
 
|
 
|
 +
| Craig A. Berry
 
|
 
|
 +
| [https://sourceforge.net/projects/vmsperlkit/files/ Sourceforge]
 
|-
 
|-
| upm http://vmsfree.ouvaton.org/freen/index.php?s=upm|
+
| vmsport
|
+
| Experiments in porting an OpenVMS Fortran / Decforms application to Linux and Gfortran
|
 
 
|
 
|
 
|
 
|
 
|
 
|
 +
| Svante Lidman
 +
| [https://github.com/Coreboost/vmsport Github]
 
|}
 
|}
  
 
[[Category:Freeware]]
 
[[Category:Freeware]]

Latest revision as of 11:35, 19 October 2021

Open Source refers to software whose source code is made freely available for modification and/or distribution. Below is a list of open source software that works with OpenVMS, as well as some links to instructional open source material that can be found on this wiki.

Open Source Software Developed by VSI

Instructional Material

In this section you can find links to wiki pages that contain instructional open source material.

Installation Guides

Community software

Name Description Language Architectures Author Year Link
ACE C++ framework for developing distributed networked applications C++ Alpha, Integrity DOCGroup, ported by Remedy IT Github
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
Cython The most widely used Python to C compiler C VMS Software 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
Python Port of Python to OpenVMS VMS Software 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
TAO CORBA implementation C++ Alpha, Integrity DOCGroup, ported by Remedy IT 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
VMS IDE Visual Studio Code Extension for OpenVMS C VMS Software 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