redirect_from | ||
---|---|---|
|
{% if site.data.announcements %} {% for announcement in site.data.announcements %}
{{ announcement.announcement }} {% if announcement.link %} Learn More {% endif %}
{% endfor %} {% endif %}
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.
Learn how Zowe works and what it can do for you
Get started with installing and using Zowe
Build the next generation of mainframe tooling on top of Zowe
Contribute to the open source community developing Zowe
{% if site.data.upcoming_events.size >= 1 %}
{{ events.description }}
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.
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).
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-in, CICS Plug-in, Db2 Plug-in, FTP Plug-in, IMS Plug-in, MQ Plug-in
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.
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 SDK, Python SDK, Swift SDK
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
The Workflow wiZard delivers a workflow builder which simplifies the creation of z/OSMF workflows. These workflows can be very helpful for automating workloads or guiding users through a set of ordered steps to complete a task, but they can also be complex and challenging to create. The workflow builder was created to address these challenges.