https://github.com/surrealdb/homebrew-tap
Homebrew tap for SurrealDB
https://github.com/surrealdb/homebrew-tap
homebrew homebrew-tap surreal surrealdb
Last synced: 3 months ago
JSON representation
Homebrew tap for SurrealDB
- Host: GitHub
- URL: https://github.com/surrealdb/homebrew-tap
- Owner: surrealdb
- License: mit
- Created: 2019-06-13T14:22:22.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-06-25T17:31:21.000Z (3 months ago)
- Last Synced: 2025-06-30T07:19:05.414Z (3 months ago)
- Topics: homebrew, homebrew-tap, surreal, surrealdb
- Language: Ruby
- Homepage: https://surrealdb.com
- Size: 68.4 KB
- Stars: 6
- Watchers: 12
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The SurrealDB Homebrew Tap
This is a custom [Homebrew](https://brew.sh) tap for SurrealDB.
### Latest release
You can install the package in one command:
```bash
brew install surrealdb/tap/surreal
```### Nightly release
You can install the nightly release in one command:
```bash
brew install surrealdb/tap/surreal-nightly
```### Starting Surreal
#### Start `surreal` manually
To start SurrealDB you can run:
```bash
surreal -vvv start memory
```#### Run `surreal` as a service
To have `launchd` start `surreal` and restart at login, run:
```bash
brew services start surreal
```To stop the server instance run:
```bash
brew services stop surreal
```