---
title: executableURL
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsrunningapplication/executableurl
---

# executableURL

Indicates the URL to the application’s executable.

## Declaration

```swift
var executableURL: URL? { get }
```

## See Also

### Application information

- [localizedName](appkit/nsrunningapplication/localizedname.md)
- [icon](appkit/nsrunningapplication/icon.md)
- [bundleIdentifier](appkit/nsrunningapplication/bundleidentifier.md)
- [bundleURL](appkit/nsrunningapplication/bundleurl.md)
- [executableArchitecture](appkit/nsrunningapplication/executablearchitecture.md)
- [launchDate](appkit/nsrunningapplication/launchdate.md)
- [isFinishedLaunching](appkit/nsrunningapplication/isfinishedlaunching.md)
- [processIdentifier](appkit/nsrunningapplication/processidentifier.md)
- [ownsMenuBar](appkit/nsrunningapplication/ownsmenubar.md)
