https://github.com/mtgto/fomalhaut2
macOS comic viewer
https://github.com/mtgto/fomalhaut2
comic-reader macos
Last synced: 4 months ago
JSON representation
macOS comic viewer
- Host: GitHub
- URL: https://github.com/mtgto/fomalhaut2
- Owner: mtgto
- License: gpl-3.0
- Created: 2020-10-11T12:06:00.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-16T03:39:51.000Z (7 months ago)
- Last Synced: 2025-03-24T05:35:15.185Z (7 months ago)
- Topics: comic-reader, macos
- Language: Swift
- Homepage:
- Size: 10.5 MB
- Stars: 46
- Watchers: 2
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Fomalhaut2
[](https://github.com/mtgto/Fomalhaut2/actions?query=workflow%3Aswift-format)
[](https://github.com/mtgto/Fomalhaut2/actions?query=workflow%3Aweb)A comic viewer for macOS.
- A native macOS GUI application
- Collect your own comics (zip/cbz, rar/cbr, 7z/cb7, PDF)
- See your own comics via web browser## Install
You can choose Mac App Store or download from github release page.
### 1. Mac App Store (Recommended)
[](https://apps.apple.com/us/app/fomalhaut2/id1546526588?mt=12)
### 2. Manual Download
NOTE: manual download app does not have a feature `Check for update`.
1. Download .dmg file from [Release page](https://github.com/mtgto/Fomalhaut2/releases).
2. Copy `Fomalhaut2.app` to `/Applications` (or you want to).## Uninstall
1. Move `Fomalhaut2.app` to Trash.
2. Delete `~/Library/Containers/net.mtgto.Fomalhaut2`.## Screenshots
NOTE: This sample comic is under Public Domain. You can view via https://digitalcomicmuseum.com/index.php?dlid=11721


## Development
Install node.js and pnpm.
```console
cd web
pnpm install
pnpm build
```## System requirements
- macOS 11.5+
## Roadmap
- [x] Web server
- [x] Access comics via web browser (PC / smartphone)
- [ ] Support more file types
- [x] zip/cbz
- [x] PDF
- [x] rar/cbr
- [x] 7z/cb7
- [x] QuickLook Thumbnail Extension## Contributing
Use [swift-format](https://github.com/apple/swift-format).
## Authors
mtgto
## License
GPL 3.0