Skip to content

Latest commit

 

History

History
350 lines (332 loc) · 20.9 KB

index.md

File metadata and controls

350 lines (332 loc) · 20.9 KB
redirect_from
/home
/home/
<script> fetch(`https://www.api.metrics.zowe.org/cli`) .then((response) => response.json()) .then((data) => { document.querySelector('#cli-downloads').innerHTML = data.downloads; }); fetch(`https://www.api.metrics.zowe.org/explorer`) .then((response) => response.json()) .then((data) => { document.querySelector('#explorer-downloads').innerHTML = data.downloads; }); fetch(`https://www.api.metrics.zowe.org/server`) .then((response) => response.json()) .then((data) => { document.querySelector('#server-downloads').innerHTML = data.downloads; }); fetch(`https://www.api.metrics.zowe.org/omp`) .then((response) => response.json()) .then((data) => { document.querySelector('#slack-members').innerHTML = data.slackParticipants; }); fetch(`https://www.api.metrics.zowe.org/omp`) .then((response) => response.json()) .then((data) => { document.querySelector('#github-contributors').innerHTML = data.githubSubmittors; }); fetch(`https://www.api.metrics.zowe.org/conformants`) .then((response) => response.json()) .then((data) => { document.querySelector('#conformant-product-value').innerHTML = data.products; }); </script>

Announcements

Zowe {{ site.data.releases[0].version }} is now available. You can download the installers and PTFs ({{ site.data.releases[0].smpe_numbers }}) for this release from the Download page. To learn what's new in this release, see the Release notes.
{% if site.data.announcements %} {% for announcement in site.data.announcements %}
{{ announcement.announcement }} {% if announcement.link %} Learn More {% endif %}
{% endfor %} {% endif %}

Open, Simple, Familiar

Combining the past and the present to build the future of mainframe

Zowe is an integrated and extensible open source framework for z/OS. Zowe, like Mac OS or Windows, comes with a set of APIs and OS capabilities that applications build on and also includes some applications out of the box.


Zowe offers modern interfaces to interact with z/OS and allows you to work with z/OS in a way that is similar to what you experience on cloud platforms today. You can use these interfaces as delivered or through plug-ins and extensions that are created by clients or third-party vendors.

Zowe is composed of several components, each improving the learning ability, accessibility, and possibility of mainframe development.

<iframe title="Introduction to Zowe" src="{{ site. latest_video_embed }}" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen style="width: -webkit-fill-available; height: 100%"></iframe>

Download Slides (.pptx) |  Download Transcript (.txt)

What would you like to do with Zowe?

Learn

Learn how Zowe works and what it can do for you

Use

Get started with installing and using Zowe

Extend

Build the next generation of mainframe tooling on top of Zowe

Contribute

Contribute to the open source community developing Zowe

{% if site.data.upcoming_events.size >= 1 %}

Upcoming and recent events

{% for events in site.data.upcoming_events limit:3 %}
{% if events.url %} {% else %}
{{ events.event }}
{% endif %} {{ events.schedule }}
{{ events.description }}
{% endfor %}
{% endif %}

Zowe components

A web user interface (UI) that provides a virtual desktop containing a number of apps allowing access to z/OS function. Base Zowe includes apps for traditional access such as a 3270 terminal and a VT Terminal, as well as an editor and explorers for working with JES, MVS Data Sets and Unix System Services.

Code on GitHub |  Connect on Slack |  Learn more |  View Tour


Provides a gateway that acts as a reverse proxy for z/OS services, together with a catalog of REST APIs and a dynamic discovery capability. Base Zowe provides core services for working with MVS Data Sets, JES, as well as working with z/OSMF REST APIs. The API Mediation Layer also provides a framework for Single Sign On (SSO).

Code on GitHub |  Connect on Slack |  Learn more


Provides a command-line interface that lets you interact with the mainframe remotely and use common tools such as Integrated Development Environments (IDEs), shell commands, bash scripts, and build tools for mainframe development. It provides a set of utilities and services for application developers that want to become efficient in supporting and building z/OS applications quickly. The CLI provides a core set of commands for working with data sets, USS, JES, as well as issuing TSO and console commands.

Zowe CLI Plug-ins: Secure Credential Store Plug-inCICS Plug-inDb2 Plug-inFTP Plug-inIMS Plug-inMQ Plug-in

Code on GitHub |  Connect on Slack |  Learn more


A Visual Studio Code extension that modernizes the way developers and system administrators interact with z/OS mainframes. Zowe Explorer lets you interact with data sets, USS files, and jobs that are stored on z/OS. The extension complements your Zowe CLI experience and lets you use authentication services like API Mediation Layer.

Code on GitHub |  Connect on Slack |  Learn more


Provides access to a set of programmatic APIs that you can use to build client applications or scripts that interact with z/OS.

Zowe SDKs: Node SDKPython SDKSwift SDK

Connect on Slack |  Learn more


Lets you interact with your Zowe instance running on the mainframe from your mobile.

Code on GitHub |  Connect on Slack |  Learn more


Provides re-usable and industry compliant JSON formatted RMF/SMF data records, so that many other ISV SW and users can exploit them using open-source SW for many ways.

Code on GitHub |  Connect on Slack |  Learn more |  Take a tour