Skip to content

Releases: Start9Labs/start-os

v0.3.3

07 Dec 17:56
92cd85b
Compare
Choose a tag to compare

Highlights

  • x86_64 architecture compatibility
  • Kiosk mode - use your Embassy with monitor, keyboard, and mouse (available on x86 builds only, disabled on Raspberry Pi)
  • "Updates" tab - view all service updates from all registries in one place
  • Various UI/UX improvements
  • Various bugfixes and optimizations

What's Changed

Full Changelog: v0.3.2.1...v0.3.3

Checksums

8602e759d3ece7cf503b9ca43e8419109f14e424617c2703b3771c8801483d7e  embassyos_amd64.deb
b5c0d8d1af760881a1b5cf32bd7c5b1d1cf6468f6da594a1b4895a866d03a58c  embassyos_amd64.iso
fe518453a7e1a8d8c2be43223a1a12adff054468f8082df0560e1ec50df3dbfd  embassyos_raspberrypi.img
7b1ff0ada27b6714062aa991ec31c2d95ac4edf254cd464a4fa251905aa47ebd  embassyos_raspberrypi.tar.gz
46877834226e9de46b6450dd03f168199bcad15ed345966fbac66226faaba136  embassyos_raspberrypi.zip
a6d9024e2c1b5dc0990e7e640...
Read more

v0.3.2.1

17 Oct 17:11
2f8a25a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.3.2.1

Linux and Mac

Download the eos.tar.gz file, then extract and flash the resulting eos.img to your SD Card

Windows

Download the eos.zip file, then extract and flash the resulting eos.img to your SD Card

SHA-256 Checksums

c4b17658910dd10c37df134d5d5fdd6478f962ba1b803d24477d563d44430f96  eos.tar.gz
3a8b29878fe222a9d7cbf645c975b12805704b0f39c7daa46033d22380f9828c eos.zip
dedff3eb408ea411812b8f46e6c6ed32bfbd97f61ec2b85a6be40373c0528256  eos.img

v0.3.2

05 Oct 15:39
0c3d0dd
Compare
Choose a tag to compare

Highlights

  • Autoscrolling for logs
  • Improved connectivity between browser and Embassy
  • Switch to Postgres for EOS database for better performance
  • Multiple bug fixes and under-the-hood improvements
  • Various UI/UX enhancements
  • Removal of product keys

Update Hash (SHA256): d8ce908b06baee6420b45be1119e5eb9341ba8df920d1e255f94d1ffb7cc4de9
Image Hash (SHA256): e035cd764e5ad9eb1c60e2f7bc3b9bd7248f42a91c69015c8a978a0f94b90bbb

Note: This image was uploaded as a gzipped POSIX sparse TAR file. The recommended command for unpacking it on systems that support sparse files is tar --format=posix --sparse -zxvf eos.tar.gz

What's Changed

New Contributors

Full Changelog: v0.3.1.1...v0.3.2

v0.3.1.1

27 Jul 21:54
d5f7e15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.1.1

v0.3.1

11 Jul 16:40
244260e
Compare
Choose a tag to compare

What's Changed

Read more

v0.3.0.3

09 May 20:06
5d3bc8c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0.2...v0.3.0.3

v0.3.0.2

12 Apr 15:11
Compare
Choose a tag to compare

Minor compatibility fixes

v0.3.0.1

07 Apr 04:40
9f66cce
Compare
Choose a tag to compare

Minor bugfixes and performance improvements.

EmbassyOS v0.3.0

01 Mar 05:45
Compare
Choose a tag to compare
  • Websockets
    • Real-time sync
  • Patch DB
    • Closely mirror FE and BE state. Most operating systems are connected to their GUI. Here it is served over the web. Patch DB and websockets serve to close the perceptual gap of this inherent challenge.
  • Switch base OS from 32bit Raspbian to 64bit Raspberry Pi OS
  • Merging of lifeline, agent, and appmgr into embassyd
    • Elimination of Haskell in favor of pure Rust
    • Unified API for interacting with the OS
    • Easier to build from source
  • OS (quarantined from OS and service data)
    • Kernel/boot
    • Persistent metadata (disk guid, product key)
    • Rootfs (the os)
    • Reserved (for updates) - swaps with rootfs
  • Revamped OS updates
    • Progress indicators
    • Non-blocking
    • Simple swap on reboot
  • Revamped setup flow
  • Revamped service config
    • Dynamic, validated forms
  • Diagnostic UI
    • Missing disk, wrong disk, corrupt disk
  • Turing complete API for actions, backup/restore, config, properties, notifications, health checks, and dependency requirements
  • Optional, arbitrary inputs for actions
  • Install, update, recover progress for apps
  • Multiple interfaces
    • E.g. rpc, p2p, ui
  • Health checks
    • Developer defined
    • Internal, dependencies, and/or external
  • Full Embassy backup (diff-based)
  • External drive support/requirement
    • Single at first
    • Groundwork for extension and mirror drives
  • Disk encryption
    • Random key encrypted with static value
    • Groundwork for swapping static value with chosen password
  • Session Management
    • List all active sessions
    • Option to kill
  • More robust and extensive logs
  • Donations

EmbassyOS v0.2.17

11 Nov 19:27
4713bdc
Compare
Choose a tag to compare
  • Fixes an issue with SSL Certificate renewal process