Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tealbathingsuit/accord
a discord client for modern macs
https://github.com/tealbathingsuit/accord
discord discord-api discord-client hacktoberfest macos swift swiftui
Last synced: 13 days ago
JSON representation
a discord client for modern macs
- Host: GitHub
- URL: https://github.com/tealbathingsuit/accord
- Owner: evelyneee
- License: other
- Created: 2021-06-18T15:54:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-20T10:01:25.000Z (11 months ago)
- Last Synced: 2024-06-26T00:39:13.352Z (5 months ago)
- Topics: discord, discord-api, discord-client, hacktoberfest, macos, swift, swiftui
- Language: Swift
- Homepage:
- Size: 26.3 MB
- Stars: 396
- Watchers: 10
- Forks: 24
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Accord
A faster, native discord client for your Mac. Here's a [screenshot](https://github.com/evelyneee/accord#screenshot).
### Important note
I no longer use Discord, so I am not maintaining this app. If you want to make pull requests, they will still be reviewed and merged accordingly.
### OS Requirement
Accord requires macOS Big Sur (11.0) or higher
### Installing
#### Homebrew [Recommended]
[If you have Homebrew installed on your Mac](https://brew.sh), you can get the latest Accord release by installing the `accord` cask:
```
$ brew install --cask accord
```
To upgrade Accord using Homebrew, run the following:
```
$ brew upgrade --cask accord
```#### GitHub Releases [Recommended]
Alternatively, you can [download the latest version of Accord via GitHub releases](https://github.com/evelyneee/accord/releases/latest). These builds will not receive automatic updates, so you will have to manually check for updates to benefit from the latest features and bug fixes.#### TestFlight
[Install Accord via TestFlight](https://itunes.apple.com/us/app/testflight/id899247664?mt=8). This allows you to receive automatic updates, give feedback to the project, and stay up-to-date with changelogs. However, the TestFlight might be less updated.### Building
Xcode 14.1 or above is required.
1. Download the project and open it in Xcode.
2. In the project settings, select the `Signing & Capabilities tab`, select your development team and input a new bundle ID.
3. Open your terminal app and `cd` into the directory.
4. Run `xcodebuild`.The built product will be in the `build/Release` directory
### Licensing
This project is licensed under the BSD 4-clause license.### Support
* If you have questions, feel free to [ask them in our Discord server](https://discord.gg/nUGnmA9yFH)!
* If you'd like to report an issue, [please do so here](https://github.com/evelyneee/accord/issues/new).## Screenshot