Aras Community Projects

Aras Community Projects are open source applications and packages that enhance functionality, add features, or integrate with Aras Innovator. Formerly known as Aras Community Solutions, these projects were once hosted on the Aras website.

Now projects are hosted on open source code-sharing platforms and linked to from  this page. Moving Aras Community Projects to an open source platform allows project authors to maintain their work and encourages collaboration among Aras Community members.

If you have a project you think would be a good candidate for a community project please feel free to submit it here.

Browse Projects
  • Aras Graph Navigation Examples

    • Community Projects
    • Accepted on
    • Aras Labs
    • 1 Comment
    Graph Navigation is a platform service introduced in Aras Innovator 11.0 SP15 that allows users to visualize and navigate data structures via a node-edge graph quickly. This community project contains several samples demonstrating how to configure and...
  • MBOM Export for Aras MPP

    • Community Projects
    • Accepted on
    • Aras Labs
    • 2 Comments
    This project introduces an export feature for the Process Plan item included in the Aras Manufacturing Process Planning application. It allows users to resolve the Process Plan's MBOM based on location and produced part, and then export the results to...
  • OAuth Example for the Aras RESTful API

    • Community Projects
    • Accepted on
    • Community
    • 1 Comment
    This project provides a sample .NET Core console application demonstrating how to use the Aras Innovator OAuth server with the Aras RESTful API. Interested in this project? Check it out on GitHub! https://github.com/ArasLabs/rest-auth-example Contributors...
  • Automatic Workflow Assignment

    • Community Projects
    • Accepted on
    • Aras Labs
    • 0 Comments
    The Automatic Workflow Assignment project demonstrates how to implement dynamic workflow assignments based on properties of the controlled item. Interested in this project? Check it out on GitHub! https://github.com/ArasLabs/auto-workflow-assignment...
  • View Card Editor for Aras Graph Navigation

    • Community Projects
    • Accepted on
    • Aras Labs
    • 0 Comments
    This project provides an alternate GUI for editing the View Cards used by Aras Graph Navigation. Instead of directly editing JSON to define the style, structure, and content of the View Card, admins can use a custom form and content editor with an embedded...
  • Uploading Files via the Aras RESTful API

    • Community Projects
    • Accepted on
    • Aras Labs
    • 1 Comment
    This project provides a simple HTML form and a JavaScript file to demonstrate how to upload files to the Aras vault server via the Aras RESTful API. Interested in this project? Check it out on GitHub! https://github.com/ArasLabs/rest-upload...
  • Updated Properties Dialog

    • Community Projects
    • Accepted on
    • Aras Labs
    • 2 Comments
    This project makes small improvements to the properties dialog, which is available with every item within Aras Innovator. The ability to quickly view an item's ID was removed and replaced with the 'Copy ID' button. A hover action has been added to that...
  • ReqIF Import Sample Project

    • Community Projects
    • Accepted on
    • Aras Labs
    • 0 Comments
    This sample app shows an example of importing ReqIF documents inside Aras Innovator. The import creates Requirement Documents and child Requirements within Aras Innovator. The package also includes an example of importing to TechDocs. Interested...
  • ArasSync

    • Community Projects
    • Accepted on
    • Community
    • 0 Comments
    A command-line tool and a C# library that simplifies implementing, testing, and managing Aras extensions. Aras extensions are written using a combination of C# DLLs, server methods (C#/VB), JavaScript, and HTML, as well as database objects such as custom...
  • Background processing via ArasStandardConverter

    • Community Projects
    • Accepted on
    • Community
    • 0 Comments
    The ArasStandardConverter is a framework that allows users to process long-running tasks in the background. Use cases might be a Check for Completeness for an ECO with hundreds of affected items, promoting a large ECO, long-running reports, or anything...