Skip to content

Nautobot Apps

Overview

The Nautobot Apps is a collection of community-developed Nautobot applications, released under the MIT license and hosted on a single repository GitHub (monorepo).

Nautobot is an open source Network Source of Truth and Automation Platform built to help network teams unify data, model intended state, and execute automation with confidence.

Apps (or plugins) are packaged Django apps that can be installed alongside Nautobot to provide custom functionality not present in the core application. Plugins can introduce their own models and views, but cannot interfere with existing components.

Note

Throughout this documentation, the terms "app" and "plugin" will be used interchangeably.

Apps

Name Description
CalendarCalendar Nautobot Calendars A calendaring/scheduling application for Nautobot. It can be used to define and assign maintenance or blackout schedules to an object (ex: Device). It uses a subset of RFC 5545 (wraps dateutil.rrule) for specifying recurring date/times.