> ## Documentation Index
> Fetch the complete documentation index at: https://docs.endorlabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.endorlabs.com/feedback

```json
{
  "path": "/releasenotes/previous-releases/release-1-6-25/index",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# November 2023

We are excited to introduce you to the latest version of Endor Labs and endorctl - v 1.6.25. This release includes multiple new features.

## New Features

### Sign in to Endor Labs using email

Users can now sign into Endor Labs using just their email address in addition to signing through enterprise SSO or using one of GitHub, GitLab, or Google accounts.

To get started:

1. From the sign-in page, click **Log in with email link** and enter your email address. The link sent to your email address is valid for the next 15 minutes.
2. Check your email account and use the link to complete the sign-in process.
3. Enter a name for your tenant on the Endor Labs application and start using the application.

### Install endorctl with Homebrew

Use Homebrew to efficiently install endorctl on macOS operating systems.

Install endorctl from [Endor Lab's tap](https://github.com/endorlabs/homebrew-tap) with Homebrew by running the following commands. The tap is updated regularly with the latest endorctl release.

```bash theme={null}
brew tap endorlabs/tap
brew install endorctl
```

### Install endorctl with npm

Use npm to efficiently install endorctl on macOS and Linux operating systems.
Make sure that you have npm installed in your local environment and use the following command to install endorctl using npm.

```bash theme={null}
npm install -g endorctl
```

[endorctl](https://www.npmjs.com/package/endorctl) is available as an npm package and is updated regularly with the latest endorctl release.
