Author Archives:
Long Term Support Channel Update for ChromeOS
A new LTS-138 version 138.0.7204.310 (Platform Version: 16295.95.0), is being rolled out for most ChromeOS devices.
This version includes selected security fixes including:
490118036 Medium CVE-2026-5291 Inappropriate implementation in WebGL.
491516670 High CVE-2026-4679 Integer overflow in Fonts. Reported by GF,
487117772 High CVE-2026-4449 Use after free in Blink.
488188166 High CVE-2026-4674 Out of bounds read in CSS.
484751092 High CVE-2026-4442 Heap buffer overflow in CSS.
487768779 High CVE-2026-4451 Insufficient validation of untrusted input in Navigation.
492213293 Medium CVE-2026-5292 Out of bounds read in WebCodecs.
491655161 Medium CVE-2026-5282 Out of bounds read in WebCodecs.
485397139 High CVE-2026-3922 Use after free in MediaStream.
491515787 High CVE-2026-5280 Use after free in WebCodecs.
489619753 High CVE-2026-4458 Use after free in Extensions.
485935314 High CVE-2026-3923 Use after free in WebMIDI.
491080830 Medium CVE-2026-4462 Out of bounds read in Blink.
488585488 High CVE-2026-4454 Use after free in Network.
488270257 High CVE-2026-4675 Heap buffer overflow in WebGL.
And also:
CVE-2025-37752, CVE-2025-37756, CVE-2025-37797, CVE-2025-37890,
CVE-2025-37997, CVE-2025-38000, CVE-2025-38001, CVE-2025-38083,
CVE-2025-38177, CVE-2025-38350, CVE-2025-38477, CVE-2025-38616,
CVE-2025-38617, CVE-2025-38618
Release notes for LTS-138 can be found here
Want to know more about Long-term Support? Click here
Andy Wu
Google ChromeOS
Source: Google Chrome Releases
Google Workspace Updates Weekly Recap – April 17, 2026
Expanded NotebookLM capabilities for Education Plus and Teaching and Learning add-on customers
Prepare for the NEET UG with practice tests in Gemini
Additional BYOD peripheral switchers certified for Google Meet in ChromeOS touch controller rooms
Gemini in Google Classroom is now available in all Classroom-supported languages
New more expressive AI voiceovers in Google Vids, and 16 additional languages, powered by Gemini 3.1 Flash TTS
Now available: The Gemini app for Mac
Now in beta: Download client-side encrypted Google Slides
Improved video quality on high-resolution displays in Google Meet
Streamlining admin controls for Gemini Enterprise in the Google Workspace Admin console
Source: Google Workspace Updates
Experimental hybrid inference and new Gemini models for Android
If you are an Android developer looking to implement innovative AI features into your app, we recently launched powerful new updates: Hybrid inference, a new API for Firebase AI Logic to leverage both on-device and Cloud inference, and support for new Gemini models including the latest Nano Banana models for image generation.
Let’s jump in!
Experiment with hybrid inference
With the new Firebase API for hybrid inference, we implemented a simple rule-based routing approach as an initial solution to let you use both on-device and cloud inference via a unified API. We are planning on providing more sophisticated routing capabilities in the future.
It allows your app to dynamically switch between Gemini Nano running locally on the device and cloud-hosted Gemini models. The on-device execution uses ML Kit's Prompt API. The cloud inference supports all the Gemini models from Firebase AI Logic in both Vertex AI and the Developer API.
To use it, add the firebase-ai-ondevice dependencies to your app along with Firebase AI Logic:
dependencies {
[...]
implementation("com.google.firebase:firebase-ai:17.11.0")
implementation("com.google.firebase:firebase-ai-ondevice:16.0.0-beta01")
}
During initialization, you create a GenerativeModel instance and configure it with specific inference modes, such as PREFER_ON_DEVICE (falls back to cloud if Gemini Nano is not available on the device) or PREFER_IN_CLOUD (falls back to on-device inference if offline):
val model = Firebase.ai(backend = GenerativeBackend.googleAI())
.generativeModel(
modelName = "gemini-3.1-flash-lite",
onDeviceConfig = OnDeviceConfig(
mode = InferenceMode.PREFER_ON_DEVICE
)
)
val response = model.generateContent(prompt)
The Firebase API for hybrid inference for Android is still experimental, and we encourage you to try it in your app, especially if you are already using Firebase AI Logic. Currently, on-device models are specialized for single-turn text generation based on text or single Bitmap image inputs. Review the limitations for more details.
We just published a new sample in the AI Sample Catalog leveraging the Firebase API for hybrid; it demonstrates how the Firebase API for hybrid inference can be used to generate a review based on a few selected topics and then translating it into various languages. Check out the code to see it in action!
Try our new models
As part of the new Gemini models, we've released two models particularly helpful to Android developers and easy to integrate in your application via the Firebase AI Logic SDK.
Nano Banana
Last year we released Nano Banana, a state-of-the-art image generation model. And a few weeks ago, we released a couple of new Nano Banana models.
Nano Banana Pro (Gemini 3 Pro Image) is designed for professional asset production and can render high-fidelity text, even in a specific font or simulating different types of handwriting.Nano Banana 2 (Gemini 3.1 Flash Image) is the high-efficiency counterpart to Nano Banana Pro. It's optimized for speed and high-volume use cases. It can be used for a broad range of use cases (infographics, virtual stickers, contextual illustrations, etc.).
The new Nano Banana models leverage real-world knowledge and deep reasoning capabilities to generate precise and detailed images.
We updated our Magic Selfie sample (use image generation to change the background of your selfie!) to use Nano Banana 2. The background segmentation is now handled directly with the image generation model which makes the implementation easier and lets Nano Banana 2 improved image generation capabilities shine. See it in action here.
You can use it via Firebase AI Logic SDK. Read more about it in the Android documentation.
Gemini 3.1 Flash-Lite
We also released Gemini 3.1 Flash-Lite, a new version of the Gemini Flash-Lite family. The Gemini Flash-Lite models have been particularly favored by Android developers for its good quality/latency ratio and low inference cost. It’s been used by Android developers for various use-cases such as in-app messaging translation or generating a recipe from a picture of a dish.
Gemini 3.1 Flash-Lite, currently in preview, will enable more advanced use cases with latency comparable to Gemini 2.5 Flash-Lite. To learn more about this model, review the Firebase documentation.
Conclusion
It’s a great time to explore the new Hybrid sample in our catalog to see these capabilities in action and understand the benefits of routing between on-device and cloud inference. We also encourage you to check out our documentation to test the new Gemini models.
Source: Android Developers Blog
Streamlining admin controls for Gemini Enterprise in the Google Workspace Admin console
- Centralized management: You can now find Gemini Enterprise settings—including service on/off toggles and data sharing configurations—directly within the Generative AI section of the Workspace Admin console.
- Granular control: While we’ve unified the service on/off switch for all Gemini Enterprise editions, we’ve maintained independent controls over access to Workspace data based on your license. This will allow us to support edition-specific specialized features, like sharing rules, in the future.
Getting started
- Admins: You can find the new Gemini Enterprise page and associated controls in the Generative AI section of the Workspace Admin console. Visit the Help Center to learn more about controlling Gemini Enterprise access to Workspace data.
- End users: There is no end-user setting for this feature. Users with an active license will be able to access the Gemini Enterprise site if the service is turned ON by their administrator.
Rollout pace
- Rapid Release and Scheduled Release domains: Available now
Availability
- Available to all Google Workspace customers with Gemini Enterprise licenses
Resources
- Google Workspace Admin Help: Control Gemini Enterprise access to Workspace data
- Google Workspace Admin Help: Turn on or off additional Google services
Source: Google Workspace Updates
Improved video quality on high-resolution displays in Google Meet
![]() |
| Video before and after this change on a high resolution display |
Getting started
- Admins: Visit the Help Center to learn more about Meet bandwidth requirements.
- End users: There is no end user setting for this feature.
Rollout pace
- Rapid Release and Scheduled Release domains: Extended rollout (potentially longer than 15 days for feature visibility)
Availability
- Available to all Google Workspace customers, Workspace Individual subscribers, and users with personal Google accounts
Resources
- Google Help: Manage Meet settings (for admins)
Source: Google Workspace Updates
Chrome Dev for Desktop Update
The Dev channel has been updated to 149.0.7795.2 for Windows, Mac and Linux.
A partial list of changes is available in the Git log. Interested in switching release channels? Find out how. If you find a new issue, please let us know by filing a bug. The community help forum is also a great place to reach out for help or learn about common issues.
Chrome Release Team
Google Chrome
Source: Google Chrome Releases
Beta Channel Update for ChromeOS / ChromeOS Flex
The ChromeOS Beta channel is being updated to OS version 16610.38.0 (Browser version 147.0.7727.105) for most ChromeOS devices.
- File a bug
Visit our ChromeOS communities
General: Chromebook Help Community
Beta Specific: ChromeOS Beta Help Community
Interested in switching channels? Find out how.
Alon Bajayo
Google ChromeOS
Source: Google Chrome Releases
7 ways to travel smarter this summer, with help from Google
The latest tools from Google can help you plan trips, find a great deal and explore your next destination.
Source: AI
Discover this year’s trending summer travel destinations and activities
Google Flights and Search trends told us what’s on everyone’s mind this year as it relates to summer travel.
.png)
.gif)

